*:focus {
  border: none;
  outline: none;
}
table {
  border-collapse: collapse;
}
body {
  color: #727272;
  font-size: 14px;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Fira Sans New', sans-serif;
}
body a {
  color: #1972c4;
  text-decoration: none;
}
body a:hover,
body a:focus {
  text-decoration: none;
  outline: none;
  outline-offset: 0;
  overflow: initial;
  color: #0090e8;
}
#wrapper {
  margin-top: 15px;
}
#wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.grid-column {
  /*Edit main style*/

}
.grid-column .google-300-200 {
  overflow: hidden;
}
.grid-column .google-300-200 img {
  width: 100%;
}
.grid-column .special-project {
  overflow: hidden;
}
.grid-column .special-project img {
  width: 100%;
}
.default-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #d0d0d0;
  background: #ffffff;
  background-color: #ffffff;
  margin-bottom: 13px;
  padding: 0 5px 5px;
  line-height: 16px;
}
.default-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.default-box .box-content {
  position: relative;
  padding: 0 5px;
}
.default-box .box-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.default-box .box-header {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.default-box .box-header .box-title {
  margin-left: 5px;
  float: left;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #727272;
}
.default-box .box-header .box-link {
  float: right;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1972c4;
}
.default-box .box-header .box-link .icon-arrow {
  float: right;
  background: url(/images/link_arrowsp1.svg) right 0 no-repeat;
  background-size: 10px 30px;
  width: 15px;
  height: 15px;
  margin-top: 7px;
}
.default-box .box-header .box-link:hover {
  color: #0090e8;
}
.default-box .box-header .box-link:hover .icon-arrow {
  background-position: right 100%;
}
.default-box .red-box-header {
  height: 30px;
  line-height: 30px;
}
.default-box .red-box-header .box-title {
  margin-left: 5px;
  float: left;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #727272;
}
.default-box .red-box-header .box-link {
  float: right;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #cb181e;
}
.default-box .red-box-header .box-link .icon-arrow {
  float: right;
  background: url(/images/link_arrowsp2.svg) right 0 no-repeat;
  background-size: 10px;
  width: 15px;
  height: 14px;
  margin-top: 8px;
}
.default-box .red-box-header .box-link:hover {
  color: #f94351;
}
.default-box .red-box-header .box-link:hover .icon-arrow {
  background-position: right 100%;
}
.alert-box {
  padding: 5px;
  color: #fff;
}
.alert-box.alert-success {
  background-color: #60C75D;
}
.alert-box.alert-error {
  background-color: #DE5656;
}
.alert-box .message {
  padding: 5px 0;
}
.alert-box .blue {
  color: #fff;
}
.alert-box .sec {
  color: #1972c4;
  font-weight: bold;
}
.alert-box .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.alert-box .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.inquirer .inquirer-theme,
.inquirer .form-description {
  clear: both;
  padding: 5px 0;
  font-size: 14px;
}
.inquirer .inquirer-answer {
  position: relative;
  display: table;
  width: 100%;
}
.inquirer .inquirer-answer .input-box {
  display: table-cell;
  width: 35px;
  vertical-align: middle;
}
.inquirer .inquirer-answer label {
  display: table-cell;
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #727272;
}
.inquirer .inquirer-answer label:hover {
  color: #494949;
  cursor: pointer;
}
.inquirer .inquirer-answer .selectize-box {
  position: absolute;
  right: 0;
  top: 1px;
  width: 55px;
}
.inquirer .inquirer-answer .selectize-box [data-selectable]:nth-child(2n+1) {
  background: #CCC;
}
.inquirer .inquirer-answer .selectize-box [data-selectable].active {
  background: #1972c4;
}
.inquirer .inquirer-answer .selectize-box .items,
.inquirer .inquirer-answer .selectize-box .option {
  font-weight: bold;
  font-size: 16px;
}
.inquirer .inquirer-answer:first-child label {
  border-top: 1px solid #e9e9e9;
}
.inquirer .inquirer-answer.float label {
  display: block;
  width: 220px;
  min-height: 30px;
}
.inquirer .form-actions .field-submit input {
  width: 190px;
}
.inquirer .inquirer-date {
  float: right;
  margin-top: 10px;
  height: 25px;
  line-height: 25px;
  padding-right: 10px;
}
.inquirer .vote-count {
  float: left;
  margin-top: 10px;
  height: 25px;
  line-height: 25px;
}
.inquirer.inquirer-result .answer-label {
  font-size: 12px;
  margin-top: 15px;
}
.inquirer.inquirer-result .answer-stat {
  position: relative;
  min-width: 220px;
  max-width: 80%;
  font-size: 12px;
}
.inquirer.inquirer-result .answer-stat .stat-bar {
  height: 15px;
  position: relative;
  background: #0090e8;
  min-width: 5px;
}
.inquirer.inquirer-result .answer-stat .stat-value {
  width: 50px;
  position: absolute;
  top: 0;
  right: -55px;
}
.inquirer.inquirer-result .inquirer-description {
  border-top: 1px solid #e9e9e9;
  margin-top: 15px;
}
.inquirer.inquirer-result .inquirer-description > div {
  margin-top: 5px;
}
.grid-main-column .inquirer-answer.float label {
  width: 535px;
}
.scoreboard .box-content {
  padding: 5px 0 0;
}
.scoreboard table {
  width: 100%;
}
.scoreboard table th {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #727272;
  line-height: 20px;
  border: 1px solid #e9e9e9;
  border-top: none;
}
.scoreboard table td {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #727272;
  line-height: 25px;
  border: 1px solid #e9e9e9;
}
.scoreboard table .num {
  text-align: center;
  border-left: none;
}
.scoreboard table .team {
  padding: 0 5px;
}
.scoreboard table .score {
  text-align: right;
  padding: 0 5px;
  border-right: none;
}
.scoreboard table .highlighted td {
  color: #1972c4;
}
.scoreboard table .highlighted .frame {
  border-top: 1px dashed #e9e9e9;
  border-bottom: 1px dashed #e9e9e9;
}
.scoreboard table .highlighted .team .frame,
.scoreboard table .highlighted .score .frame {
  padding: 0 5px;
}
.scoreboard table .top-skip td {
  height: 15px;
  border-bottom: 1px dashed #e9e9e9;
}
.scoreboard table .top-skip + tr td {
  border-top: none;
}
.scoreboard table .bottom-skip td {
  height: 15px;
  border-top: 1px dashed #e9e9e9;
}
.scoreboard table .bottom-skip + tr td {
  border-bottom: none;
}
.video-photo-reports .box-header {
  border: none;
}
.video-photo-reports .photo-report {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.video-photo-reports .photo-report.single {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.video-photo-reports .video-preview,
.video-photo-reports .photo-preview {
  position: relative;
  width: 280px;
}
.video-photo-reports .video-preview .image,
.video-photo-reports .photo-preview .image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.video-photo-reports .video-preview .image img,
.video-photo-reports .photo-preview .image img {
  width: 280px;
  height: 190px;
}
.video-photo-reports .video-preview .title,
.video-photo-reports .photo-preview .title {
  padding: 5px;
}
.video-photo-reports .video-preview .title a,
.video-photo-reports .photo-preview .title a {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #cb181e;
}
.video-photo-reports .video-preview .title a:hover,
.video-photo-reports .photo-preview .title a:hover {
  text-decoration: none;
  color: #f94351;
}
.video-photo-reports .video-preview .comments,
.video-photo-reports .photo-preview .comments {
  position: absolute;
  top: 5px;
  right: 5px;
}
.video-photo-reports .video-preview .comments .count,
.video-photo-reports .photo-preview .comments .count {
  float: left;
  margin-right: 5px;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 1px 0 #D0D0D0;
}
.video-photo-reports .video-preview .comments .icon,
.video-photo-reports .photo-preview .comments .icon {
  float: left;
  height: 15px;
  width: 15px;
  background: url('/images/comments2.svg') no-repeat center;
  background-size: 15px;
}
.video-photo-reports .photo-preview .title a {
  color: #1972c4;
}
.video-photo-reports .photo-preview .title a:hover {
  color: #0090e8;
}
.video-photo-reports .bx-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.video-photo-reports .bx-wrapper .bx-pager {
  position: absolute;
  top: 165px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
}
.video-photo-reports .bx-wrapper .bx-pager a {
  background: url('/images/unactive.svg') no-repeat center;
  background-size: 6px;
  margin: 0 2px;
}
.video-photo-reports .bx-wrapper .bx-pager a.active {
  background: url('/images/active2.svg') no-repeat center;
  background-size: 10px;
}
.video-photo-reports .bx-wrapper .bx-prev {
  left: 95px;
  background: url(/images/button_left.svg) no-repeat center;
  background-size: 10px 15px;
}
.video-photo-reports .bx-wrapper .bx-next {
  right: 95px;
  background: url(/images/button_right.svg) no-repeat center;
  background-size: 10px 15px;
}
.video-photo-reports .bx-wrapper .bx-controls-direction a {
  top: 170px;
}
.video-photo-reports .photo-report .bx-wrapper .bx-pager a.active {
  background: url('/images/active.svg') no-repeat center;
  background-size: 10px;
}
.tags-cloud {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #d0d0d0;
  background: #ffffff;
  background-color: #ffffff;
  margin-bottom: 13px;
  padding: 5px;
  text-align: justify;
}
.tags-cloud a:hover {
  text-decoration: none;
  color: #0090e8;
}
.tags-cloud .tag-pop-0 {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #1972c4;
}
.tags-cloud .tag-pop-1 {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #1972c4;
}
.tags-cloud .tag-pop-2 {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #1972c4;
}
.tags-cloud .tag-pop-3 {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #1972c4;
}
.default-form {
  padding: 5px 0;
}
.default-form .status-box {
  float: left;
  width: 30px;
  height: 25px;
  background: transparent url(/images/sprite.png) no-repeat;
  background-size: 30px;
}
.default-form .has-success .status-box {
  background-size: 30px;
  background-position: 0 -90px;
}
.default-form .has-error .status-box {
  background-size: 30px;
  background-position: 0 -45px;
}
.default-form .error-msg {
  margin-top: 5px;
  color: #cb181e;
}
.default-form .text-field {
  margin-top: 10px;
  clear: both;
  height: 25px;
}
.default-form .text-field input {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #1972c4;
  float: left;
  width: 250px;
  padding: 1px 10px 0;
  height: 25px;
  line-height: 24px;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: inset 0 2px 0 #a2a2a2;
  -moz-box-shadow: inset 0 2px 0 #a2a2a2;
  box-shadow: inset 0 2px 0 #a2a2a2;
  background: #e9e9e9;
}
.default-form .text-field input:focus {
  border: none;
  outline: none;
}
.default-form .textarea-field {
  margin-top: 10px;
}
.default-form .textarea-field textarea {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #1972c4;
  float: left;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 2px 0 #a2a2a2;
  -moz-box-shadow: inset 0 2px 0 #a2a2a2;
  box-shadow: inset 0 2px 0 #a2a2a2;
  background: #e9e9e9;
  width: 100%;
  resize: none;
}
.default-form .textarea-field textarea:focus {
  border: none;
  outline: none;
}
.default-form .checkbox-field {
  margin-top: 10px;
  clear: both;
}
.default-form .checkbox-field label {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #727272;
}
.default-form .checkbox-field label:hover {
  color: #494949;
}
.default-form .field-link {
  float: left;
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
  padding: 2px 0 0;
}
.default-form .field-link .link {
  color: #1972c4;
}
.default-form .field-link .link:hover {
  color: #0090e8;
  text-decoration: none;
}
.default-form .preview-image {
  margin-top: 10px;
  position: relative;
  margin: 0 auto;
}
.default-form .field-avatar {
  float: left;
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 #d0d0d0;
  -moz-box-shadow: 0 2px 0 #d0d0d0;
  box-shadow: 0 2px 0 #d0d0d0;
  margin-right: 5px;
  clear: both;
  width: 107px;
  position: relative;
  background: #1972c4;
}
.default-form .field-avatar input {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 2px 5px 0;
  background-color: #1972c4;
}
.default-form .field-avatar input:hover {
  cursor: pointer;
  background-color: #0090e8;
}
.default-form .field-avatar.hover {
  background: #0090e8;
}
.default-form .field-avatar input {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  height: 0;
  width: 0;
  position: absolute;
  left: 200px;
}
.default-form .field-avatar .field-label {
  padding: 2px 5px 0;
  color: #fff;
  position: absolute;
  text-align: center;
  z-index: 10;
  width: 100%;
  cursor: pointer;
}
.default-form .field-avatar-grey {
  float: left;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 140px;
  margin-right: 5px;
  position: relative;
  background: #e9e9e9;
  -webkit-box-shadow: 0 2px 0 #1972c4;
  -moz-box-shadow: 0 2px 0 #1972c4;
  box-shadow: 0 2px 0 #1972c4;
}
.default-form .field-avatar-grey:hover {
  -webkit-box-shadow: 0 2px 0 #0090e8;
  -moz-box-shadow: 0 2px 0 #0090e8;
  box-shadow: 0 2px 0 #0090e8;
}
.default-form .field-avatar-grey input {
  color: #727272;
  width: 100%;
  height: 100%;
  padding: 2px 5px 0;
  background-color: #e9e9e9;
}
.default-form .field-avatar-grey input:hover {
  cursor: pointer;
  color: #494949;
}
.default-form .field-avatar-grey.hover {
  -webkit-box-shadow: 0 2px 0 #0090e8;
  -moz-box-shadow: 0 2px 0 #0090e8;
  box-shadow: 0 2px 0 #0090e8;
}
.default-form .field-avatar-grey.hover .field-label {
  color: #494949;
}
.default-form .field-avatar-grey input {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  height: 0;
  width: 0;
  position: absolute;
  left: 200px;
}
.default-form .field-avatar-grey .field-label {
  color: #727272;
  padding: 2px 5px 0;
  position: absolute;
  text-align: center;
  z-index: 10;
  width: 100%;
  cursor: pointer;
}
.default-form .field-submit {
  float: left;
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 #d0d0d0;
  -moz-box-shadow: 0 2px 0 #d0d0d0;
  box-shadow: 0 2px 0 #d0d0d0;
}
.default-form .field-submit input {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 2px 5px 0;
  background-color: #1972c4;
}
.default-form .field-submit input:hover {
  cursor: pointer;
  background-color: #0090e8;
}
.default-form .field-submit-grey {
  float: left;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 #1972c4;
  -moz-box-shadow: 0 2px 0 #1972c4;
  box-shadow: 0 2px 0 #1972c4;
}
.default-form .field-submit-grey:hover {
  -webkit-box-shadow: 0 2px 0 #0090e8;
  -moz-box-shadow: 0 2px 0 #0090e8;
  box-shadow: 0 2px 0 #0090e8;
}
.default-form .field-submit-grey input {
  color: #727272;
  width: 100%;
  height: 100%;
  padding: 2px 5px 0;
  background-color: #e9e9e9;
}
.default-form .field-submit-grey input:hover {
  cursor: pointer;
  color: #494949;
}
.default-form .field-submit-register {
  width: 165px;
  float: right;
}
.default-form .field-submit-register input {
  padding-right: 30px;
  background: #1f73ba url(/images/user_icon.png) right 10px center no-repeat;
}
.default-form .field-submit-login {
  margin-right: 10px;
}
.default-form .form-description {
  clear: both;
  padding: 10px 5px 0;
}
.default-form .form-description .main-blue {
  color: #1972c4;
}
.default-form .form-actions:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.cabinet-comments {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #d0d0d0;
  background: #ffffff;
  padding: 0 5px;
  margin-bottom: 15px;
}
.cabinet-comments .box-caption {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
}
.cabinet-comments .box-caption .title {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #727272;
  float: left;
}
.cabinet-comments .box-caption .toggle-button {
  float: right;
}
.cabinet-comments .box-caption .toggle-button .toggle-icon {
  margin-top: 11px;
}
.cabinet-comments .comment:first-child {
  padding-top: 5px;
}
.cabinet-comments #comment-form {
  width: 100%;
  display: none;
}
.cabinet-comments #comment-form .comment-field {
  width: 535px;
}
.comments-status {
  clear: both;
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 15px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #727272;
}
.comments-status .new-comments {
  float: left;
}
.comments-status .amount-comments {
  float: right;
}
.toggle-button {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #1972c4;
}
.toggle-button:hover,
.toggle-button:focus {
  color: #1972c4;
}
.toggle-button .toggle-text {
  float: left;
  margin-right: 5px;
}
.toggle-button .toggle-icon {
  float: left;
  width: 15px;
  height: 8px;
  background: url(/images/down_arrow_sprite.png) center top 0 no-repeat;
  background-size: 15px;
  margin-top: 6px;
}
.toggle-button:hover {
  color: #0090e8;
}
.toggle-button:hover .toggle-icon {
  background-position: center top -10px;
}
.toggle-button.toggle-hide .toggle-icon {
  background-position: center top -30px;
}
.toggle-button.toggle-hide:hover .toggle-icon {
  background-position: center top -20px;
}
.toggle-content {
  clear: both;
  display: none;
}
.toggle-content.visible {
  display: block;
}
.comment-theme {
  padding: 5px;
}
.comment-theme .theme-label {
  line-height: 10px;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #727272;
}
.comment-theme .theme-link a {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #1972c4;
}
.comment-theme .theme-link a:hover {
  color: #0090e8;
  text-decoration: none;
}
.comment {
  padding: 0 5px;
  clear: both;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #727272;
}
.comment:last-child {
  border: none;
}
.comment:last-child .comment-replies {
  border: none;
}
.comment .comment {
  padding-right: 0;
}
.comment .comment-user {
  float: left;
  height: 50px;
}
.comment .comment-user .user-photo {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.comment .comment-user .user-photo img {
  width: 100%;
  height: 100%;
}
.comment .comment-user .user-info {
  float: left;
}
.comment .comment-user .user-name {
  padding-top: 5px;
  height: 35px;
}
.comment .comment-user .user-name a {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1972c4;
}
.comment .comment-user .user-name a:hover {
  color: #0090e8;
  text-decoration: none;
}
.comment .comment-user .post-time {
  height: 15px;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #727272;
}
.comment .comment-links {
  float: right;
}
.comment .comment-links .new-replies-count {
  display: block;
  float: right;
  background: #e9e9e9;
  color: #727272;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  margin: 14px 10px 0 0;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
.comment .comment-links .new-replies-count:hover {
  background: #1972c4;
  color: #fff;
}
.comment .comment-links .new-replies-count.no-replies {
  display: none;
}
.comment .comment-links .button-reply,
.comment .comment-links .button-edit,
.comment .comment-links .button-remove,
.comment .comment-links .button-complain {
  display: block;
  float: right;
  margin: 14px 10px 0 0;
  background: transparent center 0 no-repeat;
  background-size: 22px 40px;
  width: 22px;
  height: 20px;
}
.comment .comment-links .button-reply:hover,
.comment .comment-links .button-edit:hover,
.comment .comment-links .button-remove:hover,
.comment .comment-links .button-complain:hover {
  background-position: center 100%;
}
.comment .comment-links .button-reply {
  background-image: url(/images/answer_icon.svg);
}
.comment .comment-links .button-edit {
  background-image: url(/images/write_sprite.png);
}
.comment .comment-links .button-remove {
  background-image: url(/images/trash_icon.png);
}
.comment .comment-links .button-complain {
  background-image: url(/images/report.svg);
}
.comment .comment-body {
  padding: 8px 0 5px;
  clear: both;
  overflow: hidden;
}
.blog-post {
  padding: 0 5px;
}
.blog-post:last-child {
  border: none;
}
.blog-post:last-child .comment-replies {
  border: none;
}
.blog-post .blog-user {
  float: left;
  height: 50px;
  width: 300px;
}
.blog-post .blog-user .user-photo {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.blog-post .blog-user .user-photo img {
  width: 100%;
  height: 100%;
}
.blog-post .blog-user .user-info {
  float: left;
}
.blog-post .blog-user .user-name {
  padding-top: 5px;
  height: 35px;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1972c4;
}
.blog-post .blog-user .post-time {
  height: 15px;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #727272;
}
.blog-post .blog-links {
  float: right;
}
.blog-post .blog-links .button-edit,
.blog-post .blog-links .button-remove {
  display: block;
  float: right;
  margin: 14px 10px 0 0;
  background: transparent center 0 no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
}
.blog-post .blog-links .button-edit:hover,
.blog-post .blog-links .button-remove:hover {
  background-position: center -42px;
}
.blog-post .blog-links .button-edit {
  background-image: url(/images/write_sprite.png);
}
.blog-post .blog-links .button-remove {
  background-image: url(/images/trash_icon.png);
}
.blog-post .post-title {
  display: block;
  padding: 8px 0 5px;
  clear: both;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #1972c4;
}
.blog-post .post-title:hover {
  color: #0090e8;
}
.blog-post .blog-body {
  padding: 8px 0 5px;
  clear: both;
}
.rating-counter {
  float: right;
}
.rating-counter .rating-count {
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  height: 22px;
  width: 30px;
}
.rating-counter .rating-count.red {
  color: #cb181e;
}
.rating-counter .rating-count.blue {
  color: #1972c4;
}
.rating-counter .rating-up {
  display: block;
  margin: 2px 0;
  width: 30px;
  height: 10px;
  background: url(/images/plus_icon.svg) center 0 no-repeat;
  background-size: 30px 20px;
}
.rating-counter .rating-up:hover {
  background-position: center 100%;
}
.rating-counter .rating-up.voted {
  background-position: center 100%;
  cursor: default;
}
.rating-counter .rating-up.disable {
  background-position: center 0;
  cursor: default;
}
.rating-counter .rating-down {
  display: block;
  margin: 2px 0;
  width: 30px;
  height: 10px;
  background: url(/images/minus_icon.svg) center 0 no-repeat;
  background-size: 30px 20px;
}
.rating-counter .rating-down:hover {
  background-position: center 100%;
}
.rating-counter .rating-down.voted {
  background-position: center 100%;
  cursor: default;
}
.rating-counter .rating-down.disable {
  background-position: center 0;
  cursor: default;
}
.post-container .rating-counter {
  float: left;
  width: 90px;
  margin-left: 10px;
  padding: 7px 0;
}
.post-container .rating-counter:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.post-container .rating-counter .rating-up {
  float: left;
  margin: 5px 0;
  width: 20px;
}
.post-container .rating-counter .rating-count {
  float: left;
  width: 30px;
}
.post-container .rating-counter .rating-down {
  float: left;
  margin: 5px 0;
  width: 20px;
}
.comment-replies {
  border-bottom: 1px dashed #e9e9e9;
  margin-bottom: 5px;
}
.comment-replies .comment {
  border: none;
}
.comment-replies .toggle-button {
  display: block;
  height: 20px;
  line-height: 20px;
}
.comment-replies .toggle-content {
  padding-top: 5px;
  padding-left: 35px;
}
.blog-posts,
.comments-block {
  margin-bottom: 15px;
}
.blog-posts:after,
.comments-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.blog-posts .comment,
.comments-block .comment {
  border-top: 1px solid #e9e9e9;
  padding-top: 5px;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #727272;
}
.blog-posts .comment .comment-replies,
.comments-block .comment .comment-replies {
  margin-bottom: 0;
  border-bottom: none;
}
.blog-posts .comment:first-child,
.comments-block .comment:first-child {
  padding-top: 0;
  border: none;
}
.blog-posts .comment:first-child .comment-replies,
.comments-block .comment:first-child .comment-replies {
  border: none;
}
#edit-profile-form .top-desc {
  font-weight: bold;
}
#edit-profile-form .left-side {
  float: left;
  width: 50%;
}
#edit-profile-form .right-side {
  float: right;
  width: 50%;
}
#edit-profile-form .field-about textarea {
  height: 130px;
}
#edit-profile-form .form-actions {
  padding-top: 5px;
  clear: both;
}
#edit-profile-form .field-submit-subscribe .button {
  display: block;
  color: #727272;
  width: 100%;
  height: 100%;
  padding: 2px 15px 0;
  background-color: #e9e9e9;
}
#edit-profile-form .field-submit-subscribe .button:hover {
  cursor: pointer;
  color: #494949;
}
#edit-profile-form .replies-subscribe-box {
  margin-left: 5px;
  float: left;
}
#edit-profile-form .replies-subscribe-box .input-box {
  float: left;
  padding-right: 8px;
}
#edit-profile-form .replies-subscribe-box label {
  margin: 0;
  display: block;
  width: 230px;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #727272;
  line-height: 15px;
}
#edit-profile-form .replies-subscribe-box label:hover {
  cursor: pointer;
  color: #494949;
}
#edit-profile-form .field-submit-edit {
  float: right;
  margin-top: 0;
}
#edit-profile-form .field-submit-edit input {
  padding: 2px 10px 0;
}
.comments-block {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #d0d0d0;
  background: #ffffff;
  padding: 0 10px 5px;
}
.comments-block .comment-error {
  margin-bottom: 15px;
}
.comments-block .header {
  height: 29px;
  line-height: 29px;
  margin: 0 0 10px;
  border-bottom: 2px solid #e9e9e9;
}
.comments-block .header .title {
  float: left;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #727272;
}
.comments-block .header .help {
  float: right;
}
.comments-block.small .header {
  margin: 0;
  border: none;
}
.calendar .current-year {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #727272;
  text-align: center;
  background: #e9e9e9;
  height: 1px;
  margin: 10px 0 15px;
}
.calendar .current-year div {
  display: inline-block;
  background: #fff;
  padding: 0 30px;
  position: relative;
  height: 20px;
  top: -9px;
}
.calendar .select-year {
  border-top: 1px solid #e9e9e9;
  padding-top: 5px;
}
.calendar .o-year,
.calendar .o-day {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e9e9e9;
  color: #1972c4;
  margin: 0 3px 5px 0;
  display: inline-block;
  padding: 2px 5px;
}
.calendar .o-year:hover,
.calendar .o-day:hover {
  color: #0090e8;
  cursor: pointer;
}
.calendar .o-year.active,
.calendar .o-day.active {
  background: #1972c4;
  color: #fff;
}
.calendar .o-year.active:hover,
.calendar .o-day.active:hover {
  background: #0090e8;
}
.calendar .datepick {
  position: relative;
  font-weight: normal;
  border: none;
  font-size: 12px;
  width: 100% !important;
}
.calendar .datepick thead th {
  color: #1972c4;
  background: transparent;
  border: none;
  font-weight: bold;
}
.calendar .datepick table td {
  border: none;
  line-height: 16px;
}
.calendar .datepick-nav a {
  display: none;
}
.calendar .datepick-cmd:hover {
  background-color: transparent;
}
.calendar .datepick-month-header {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #1972c4;
  height: 30px;
  line-height: 30px;
  background: #e9e9e9;
  margin-bottom: 5px;
}
.calendar .datepick-month {
  position: relative;
  border: none;
  width: 190px;
  height: 175px;
  margin-right: 9px;
  color: #727272;
}
.calendar .datepick-month:last-child {
  margin-right: 0;
}
.calendar .datepick-month.selected .datepick-month-header {
  background: #1972c4;
  color: #fff;
}
.calendar .datepick-month.selected .sure-message {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 140px;
  background: #fff;
  font-size: 14px;
  text-align: center;
}
.calendar .datepick-month.selected .sure-message .text {
  line-height: 16px;
  padding: 15px 20px 10px;
}
.calendar .datepick-month.selected .sure-message .text span {
  color: #1972c4;
  font-weight: bold;
}
.calendar .datepick-month.selected .sure-message .apply-btn {
  display: block;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #1972c4 url(/images/button_right.svg) no-repeat;
  background-position: right 5px center;
  background-size: 10px;
  color: #fff;
  padding: 2px 15px 2px 0;
  width: 90px;
  margin-right: 10px;
  cursor: pointer;
}
.calendar .datepick-month.selected .sure-message .apply-btn:hover {
  background-color: #0090e8;
}
.calendar .datepick-month.selected .sure-message .cancel-btn {
  display: block;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e9e9e9;
  color: #1972c4;
  padding: 2px 0;
  width: 90px;
  cursor: pointer;
}
.calendar .datepick-month.selected .sure-message .cancel-btn:hover {
  color: #0090e8;
}
.calendar .datepick-month .sure-message {
  display: none;
}
.calendar .datepick-month .delimiter {
  position: absolute;
  top: 38px;
  right: -5px;
  background: #e9e9e9;
  width: 1px;
  height: 122px;
}
.calendar .datepick-month.last .delimiter {
  display: none;
}
.calendar .datepick-month thead,
.calendar .datepick-month tbody {
  border: none;
}
.calendar .datepick-month table a {
  background: #fff;
}
.calendar .datepick-month table:after {
  content: "";
  display: block;
  height: 100%;
  border-right: 1px solid #e9e9e9;
}
.calendar .datepick-month td .datepick-weekend {
  background: #fff;
}
.calendar .datepick-month td .datepick-today {
  background: #fff;
  color: #000;
}
.calendar .datepick-month td .datepick-selected {
  background-color: #1972c4;
  color: #fff;
}
.calendar .datepick-month td .datepick-highlight {
  background: #0090e8;
  color: #fff;
}
.calendar .datepick-month td .datepick-today.datepick-highlight {
  background: #fff;
}
.calendar .datepick-month td .datepick-today.datepick-highlight:hover {
  background: #F2C706;
}
.search-box {
  min-height: 100px;
}
.search-box .club-select {
  height: 40px;
  border-bottom: 1px solid #e9e9e9;
  padding: 7px 5px;
}
.search-box .club-select .button {
  float: left;
  padding: 0 6px;
  height: 25px;
  margin-right: 15px;
  border-radius: 5px;
  background-color: #e9e9e9;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #1972c4;
  line-height: 25px;
}
.search-box .club-select .button:hover {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #0090e8;
}
.search-box .club-select .active {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  background-color: #1972c4;
}
.search-box .club-select .active .select {
  margin-top: 5px;
  margin-left: 8px;
  height: 13px;
  width: 15px;
  background: url(/images/Select.png) no-repeat;
  background-size: 15px;
  float: right;
}
.search-box .club-select .active:hover {
  background-color: #0090e8;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}
.search-box label {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
}
.search-box .selectize-box {
  float: left;
}
.search-box .selectize-box [data-selectable]:nth-child(2n+1) {
  background: #CCC;
}
.search-box .selectize-box [data-selectable].active {
  background: #1972c4;
}
.search-box .select-team {
  float: left;
  width: 140px;
}
.search-box .select-championship {
  float: left;
  width: 295px;
  margin-right: 10px;
  text-align: left;
}
.search-box .select-season {
  float: left;
  width: 140px;
}
.search-box .select-season label {
  float: left;
}
.search-box .select-season [data-selectable] {
  text-align: left;
}
.transfers-search .select-season {
  width: 160px;
}
.match-arbiters {
  height: 95px;
}
.match-arbiters .main-arbiter {
  float: left;
}
.match-arbiters .box-content {
  position: relative;
}
.match-arbiters .reserv-arbiter {
  float: right;
}
.match-arbiters .assist-arbiter {
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  padding-left: 240px;
}
.match-arbiters .box-content > div {
  margin-top: 3px;
  line-height: 18px;
}
.match-arbiters .column-title {
  font-weight: bold;
}
.first-team .delimiter {
  position: absolute;
  top: 3%;
  left: 300px;
  width: 1px;
  height: 94%;
  background: #e9e9e9;
}
.first-team .team {
  float: left;
  width: 295px;
}
.first-team .team:last-child {
  padding-left: 5px;
  margin-left: 5px;
}
.first-team .team .player {
  border-bottom: 1px solid #e9e9e9;
  line-height: 22px;
  padding: 4px 5px 4px;
}
.first-team .team .player:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.first-team .team .player:last-child {
  border: none;
}
.first-team .team .player > div {
  float: left;
}
.first-team .team .player .dest {
  width: 25px;
}
.first-team .team .player .number {
  color: #727272;
  font-weight: bold;
  width: 25px;
}
.first-team .team .player .yellow-card,
.first-team .team .player .red-card,
.first-team .team .player .replacement {
  float: left;
  width: 25px;
  height: 14px;
  margin: 3px 5px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.first-team .team .player .yellow-card {
  background: #fcde4f;
}
.first-team .team .player .red-card {
  background: #ff5555;
}
.first-team .team .player .replacement {
  background: url(/images/change_icon.svg) center no-repeat;
  background-size: 20px;
}
.first-team .team .player .goal-event,
.first-team .team .player .autogoal-event {
  float: left;
  width: 25px;
  height: 14px;
  margin: 3px 5px 0 0;
  background: url(/images/goul.svg) center no-repeat;
  background-size: 25px;
}
.first-team .team .player .autogoal-event {
  background: url(/images/avtogoal.svg) center no-repeat;
  background-size: 25px;
}
.first-team .team .player .time {
  float: left;
  margin-right: 5px;
  font-weight: bold;
}
.inquirers-container .inquirer {
  width: 615px;
}
.additional-data .data-box {
  width: 300px;
}
.default-table {
  width: 100%;
  line-height: 30px;
  height: 30px;
}
.default-table tr {
  border-top: 1px solid #e9e9e9;
}
.default-table thead tr {
  border: none;
}
.default-table td {
  text-align: center;
}
.default-table th {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.default-table .bold {
  font-weight: bold;
}
.scoreboard-full .box-content {
  padding: 0;
}
.scoreboard-full .status {
  width: 5px;
  background: #e9e9e9;
  border-left: 10px solid transparent;
}
.scoreboard-full .status.green {
  background: #00d18b;
}
.scoreboard-full .status.yellow {
  background: #fcde4f;
}
.scoreboard-full .status.red {
  background: #ff5555;
}
.scoreboard-full thead .status {
  background: transparent;
}
.scoreboard-full .team {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.scoreboard-full .num {
  width: 30px;
}
.scoreboard-full .club-icon {
  width: 40px;
}
.scoreboard-full .club-icon img {
  display: block;
  height: 28px;
  width: 28px;
  margin: 0 auto;
}
.best-forwards .box-content {
  padding: 0;
}
.best-forwards .player {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.best-forwards .team {
  text-align: left;
}
.best-forwards .num {
  width: 30px;
}
.best-forwards .country-icon {
  width: 40px;
}
.best-forwards .country-icon img {
  display: block;
  width: 32px;
  height: 22px;
}
.games-calendar .box-content {
  padding: 0;
}
.games-calendar .tour {
  width: 40px;
}
.games-calendar .date-time {
  text-align: left;
}
.games-calendar .teams {
  text-align: left;
}
.games-calendar .stadium {
  text-align: right;
}
.error-container {
  width: 100%;
  min-height: 130px;
}
.error-container td {
  vertical-align: middle;
}
.error-container .site-error {
  text-align: center;
}
.error-container .site-error .error-message {
  margin-bottom: 30px;
}
.error404-container {
  width: 100%;
  min-height: 130px;
  height: 100%;
}
.error404-container td {
  vertical-align: middle;
}
.error404-container .site-error {
  width: 350px;
  margin: 0 auto;
}
.error404-container .site-error .image-error {
  background: transparent url(/images/404.svg) left top no-repeat;
  background-size: 350px;
  width: 350px;
  height: 160px;
}
.error404-container .site-error .error-message {
  color: #1972c4;
  font-weight: bold;
  font-size: 30px;
}
.error404-container .site-error .description {
  font-size: 20px;
}
.error404-container .site-error .button-back {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 #d0d0d0;
  -moz-box-shadow: 0 2px 0 #d0d0d0;
  box-shadow: 0 2px 0 #d0d0d0;
  color: #fff;
  padding: 2px 15px 0;
  background-color: #1972c4;
}
.error404-container .site-error .button-back:hover {
  cursor: pointer;
  background-color: #0090e8;
}
#comment-form {
  padding: 0 5px;
  margin-bottom: 15px;
}
#comment-form .user-photo {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#comment-form .user-photo img {
  width: 100%;
  height: 100%;
}
#comment-form .comment-field {
  margin: 0;
  float: left;
  width: 525px;
}
#comment-form .comment-field textarea {
  min-height: 50px;
  padding: 3px 10px;
  overflow: hidden;
}
#comment-form .comment-bottom {
  height: 35px;
  clear: both;
}
#comment-form .reply-data {
  display: none;
  height: 25px;
  line-height: 25px;
  float: right;
  margin-top: 10px;
}
#comment-form .reply-data .user {
  color: #1972c4;
  text-decoration: underline;
}
#comment-form .reply-data .button-cancel {
  margin: 3px 0 0 6px;
  float: right;
  width: 22px;
  height: 22px;
  background: url(/images/report_icon.png) top center no-repeat;
  background-size: 22px;
  cursor: pointer;
}
#comment-form .help-block {
  display: none;
}
.pagination {
  text-align: center;
}
.pagination.hidden {
  display: none;
}
.pagination li {
  position: relative;
  display: inline-block;
  padding: 3px 5px;
}
.pagination li a {
  display: block;
  height: 100%;
  width: 100%;
}
.pagination li.active a {
  color: #cb181e;
  font-weight: bold;
}
.claim-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #d0d0d0;
  background: #ffffff;
  padding: 0 10px 10px;
}
.claim-box .header {
  height: 29px;
  line-height: 29px;
  margin: 0 0 10px;
  border-bottom: 2px solid #e9e9e9;
}
.claim-box .header .title {
  float: left;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #727272;
}
.claim-box .header .help {
  float: right;
}
.complain-form-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #d0d0d0;
  background: #ffffff;
  padding: 10px;
}
.complain-form-box .complain-form {
  padding: 0 5px;
}
.complain-form-box .complain-form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.complain-form-box .complain-form .user-photo {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.complain-form-box .complain-form .user-photo img {
  width: 100%;
  height: 100%;
}
.complain-form-box .complain-form .textarea-field {
  margin: 0;
  float: left;
  width: 525px;
}
.complain-form-box .complain-form .textarea-field textarea {
  min-height: 50px;
  padding: 3px 10px;
  overflow: hidden;
}
.complain-form-box .complain-form .help-block {
  display: none;
}
.complain-form-box .complain-form .field-submit input {
  padding: 0 10px;
}
.navbar {
  padding: 10px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #d0d0d0;
  background: #ffffff;
  margin-bottom: 15px;
}
.navbar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.navbar .button {
  float: left;
  padding: 0 6px;
  height: 25px;
  margin-right: 7.5px;
  border-radius: 5px;
  background-color: #e9e9e9;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #1972c4;
  line-height: 25px;
}
.navbar .button:hover {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #0090e8;
}
.navbar .button.active {
  font-family: 'Fira Sans New', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  background-color: #1972c4;
}
.navbar .button.active:hover {
  background-color: #0090e8;
}
.navbar .button .icon {
  height: 18px;
  width: 16px;
  float: right;
  margin-top: 3px;
  margin-left: 7px;
  background-repeat: no-repeat;
  background-size: 16px;
}
.navbar .info .icon {
  background-image: url('/images/info_sprite.png');
  background-size: 13px;
  width: 13px;
}
.navbar .info.active .icon {
  background-image: url('/images/info_active.png');
}
.navbar .info:hover:not(.active) .icon {
  background-position: 0 -38px;
}
.navbar .composition .icon {
  background-image: url('/images/team_sprite.png');
  background-size: 22px;
  width: 22px;
}
.navbar .composition.active .icon {
  background-image: url('/images/team_active.png');
}
.navbar .composition:hover:not(.active) .icon {
  background-position: 0 -37px;
}
.navbar .achievements .icon {
  background-image: url('/images/acivements_sprite.png');
  background-size: 24px;
  width: 24px;
}
.navbar .achievements.active .icon {
  background-image: url('/images/acivements_active.png');
}
.navbar .achievements:hover:not(.active) .icon {
  background-position: 0 -38px;
}
.navbar .record-holders {
  margin: 0;
}
.navbar .record-holders .icon {
  background-image: url('/images/medal_sprite.png');
  background-size: 14px;
  width: 14px;
}
.navbar .record-holders.active .icon {
  background-image: url('/images/medal_active.png');
}
.navbar .record-holders:hover:not(.active) .icon {
  background-position: 0 -38px;
}
.team-image-box {
  padding: 0;
}
.team-image-box .team-image img {
  width: 100%;
}
.team-image-box .caption {
  padding: 10px;
}
.team-image-box .caption:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.team-image-box .caption .left {
  float: left;
}
.team-image-box .caption .right {
  float: right;
}
.team-image-box .title {
  font-weight: bold;
  color: #1972c4;
  width: 220px;
}
.info-box {
  padding: 10px;
}
.info-box .icon-bar {
  float: left;
  width: 60px;
}
.info-box .icon-bar .icon {
  width: 50px;
  height: 50px;
}
.info-box.leadership-box .icon-bar .icon {
  background: url(/images/managment.png) center top no-repeat;
  background-size: 35px;
}
.info-box.main-info-box .icon-bar .icon {
  background: url(/images/adress.png) center top no-repeat;
  background-size: 35px;
}
.info-box.other-info-box .icon-bar .icon {
  background: url(/images/club.png) center top no-repeat;
  background-size: 35px;
}
.info-box .content {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */

  -moz-column-count: 2;
  /* Firefox */

  column-count: 2;
}
.info-box .content p {
  margin-bottom: 15px;
}
.achievements-container .box-header {
  height: auto;
}
.achievements-container .box-header .box-title {
  float: none;
}
.achievements-container .content td {
  padding: 5px;
}
.composition-search {
  min-height: 0;
}
.composition-search .search-composition {
  padding: 0 5px;
}
.composition-search .search-composition:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.composition-search .search-composition .club-select {
  float: left;
  padding: 0;
  height: 64px;
  width: 450px;
  border: none;
}
.composition-table {
  font-size: 12px;
}
.composition-table th {
  font-weight: bold;
  height: 36px;
}
.composition-table .number {
  width: 30px;
}
.composition-table .height,
.composition-table .weight {
  width: 35px;
  line-height: 1.2;
}
.composition-table .country {
  width: 40px;
}
.composition-table .country img {
  display: block;
  width: 32px;
  height: 22px;
}
.composition-table .photo img {
  border-radius: 5px;
  margin-top: 11px;
  width: 50px;
}
.composition-table .player {
  line-height: 1.5;
  padding: 0 5px;
  text-align: left;
}
.composition-table .from {
  line-height: 1.5;
  text-align: left;
  padding: 0 0 0 5px;
}
.composition-table .year {
  width: 45px;
}
.composition-table .matches,
.composition-table .goals {
  padding: 0 3px;
}
.composition-table .caption {
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #1972c4;
}
.record-holder-box .content {
  padding: 10px 0;
}
.record-holder-box table {
  width: 100%;
}
.record-holder-box td:first-child {
  padding: 10px;
  border-right: 1px solid #000;
  width: 190px;
  text-align: right;
}
.record-holder-box td:last-child {
  padding-right: 5px;
}
.record-holder-box .bar {
  height: 22px;
  line-height: 22px;
  background: #1972c4;
  color: #fff;
  font-weight: bold;
  padding-right: 10px;
  text-align: right;
  min-width: 30px;
}
.auto-refresh {
  padding: 15px 0 10px;
  font-size: 12px;
  border-bottom: 1px solid #e9e9e9;
}
.auto-refresh:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.auto-refresh .settings {
  float: left;
  width: 50%;
}
.auto-refresh .settings .text {
  height: 25px;
  line-height: 25px;
  float: left;
}
.auto-refresh .settings .select-refresh {
  float: left;
  width: 135px;
  margin-left: 5px;
}
.auto-refresh .actions {
  float: left;
  width: 50%;
}
.auto-refresh .actions .text {
  height: 25px;
  line-height: 25px;
  float: right;
}
.auto-refresh .actions .button-refresh {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  margin-left: 5px;
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0 7px;
  color: #1972c4;
  background: #e9e9e9;
}
.auto-refresh .actions .button-refresh:hover {
  color: #0090e8;
}
.auto-refresh .actions .timer {
  display: none;
}
.redactor-editor {
  border: 1px solid #727272;
}
.redactor-toolbar {
  z-index: 10;
  background: #1972c4;
}
.redactor-toolbar li a {
  color: #fff;
}
.redactor-toolbar li a:hover {
  background: #000;
  color: #fff;
}
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
  background: #00d18b;
  color: #fff;
}
.post-form-box .box-content {
  padding: 10px 5px 5px;
}
.post-form-box .box-content .selectize-input {
  background: #fff;
}
.post-form-box .box-content .selectize-input input {
  font-size: 14px;
  line-height: 26px;
}
.post-form-box .box-content .selectize-control.multi .selectize-input > div {
  font-size: 14px;
  padding: 1px 5px;
}
.post-form-box .box-content .field-button {
  float: left;
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 #d0d0d0;
  -moz-box-shadow: 0 2px 0 #d0d0d0;
  box-shadow: 0 2px 0 #d0d0d0;
  display: block;
  margin-top: 0;
  height: 32px;
  line-height: 32px;
  width: 85px;
  background: #1972c4;
  color: #fff;
  text-align: center;
}
.post-form-box .box-content .field-button input {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 2px 5px 0;
  background-color: #1972c4;
}
.post-form-box .box-content .field-button input:hover {
  cursor: pointer;
  background-color: #0090e8;
}
.post-form-box .box-content .field-button:hover {
  background: #0090e8;
  color: #fff;
}
.post-form-box .box-content .field-submit {
  margin: 0;
  width: 85px;
  height: 32px;
  line-height: 32px;
  margin-right: 15px;
}
.post-form-box .box-content .field-submit input {
  padding-top: 1px;
}
.post-form-box .box-content .btn-file {
  border: 1px solid #1972c4;
  background: #1972c4;
}
.post-form-box .box-content .btn-file:hover {
  background: #0090e8;
  border: 1px solid #1972c4;
}
.empty-box {
  padding: 15px 10px;
}
.banner-box {
  overflow: hidden;
  margin-bottom: 15px;
}
.banner-box.big {
  width: 615px;
}
.banner-box img {
  max-width: 100%;
}
.top-banners-area .banner-box,
.bottom-banners-area .banner-box {
  position: relative;
  width: 980px;
  margin: 0 0 15px -10px;
}
.blog-list-item {
  padding: 10px;
  position: relative;
}
.blog-list-item .popular {
  position: absolute;
  bottom: 12px;
  left: 15px;
  height: 15px;
  width: 15px;
  margin-top: 2px;
  background: url('/images/popular.svg') no-repeat center;
  background-size: 15px;
}
.blog-list-item .user-column {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.blog-list-item .user-column img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.blog-list-item .data-column {
  float: left;
  width: 535px;
}
.blog-list-item .data-column .row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.blog-list-item .data-column .author {
  float: left;
  height: 26px;
  line-height: 26px;
}
.blog-list-item .data-column .time {
  height: 26px;
  float: right;
  line-height: 26px;
}
.blog-list-item .data-column .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.blog-list-item .data-column .row-tags {
  padding-top: 5px;
  line-height: 1.5;
}
.blog-list-item .data-column .row-tags .label {
  float: left;
  margin-right: 5px;
}
.blog-list-item .data-column .tag {
  float: left;
  border-radius: 5px;
  background-color: #e9e9e9;
  padding: 0 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.blog-list-item .data-column .rating {
  float: left;
}
.blog-list-item .data-column .rating .blue {
  font-weight: bold;
  color: #1972c4;
}
.blog-list-item .data-column .comments-count {
  float: right;
}
.blog-list-item .data-column .comments-count:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.blog-list-item .data-column .comments-count .icon {
  float: left;
  height: 15px;
  width: 15px;
  background: url('/images/comments.svg') no-repeat center;
  background-size: 15px;
  margin-right: 5px;
}
.blog-list-item .data-column .comments-count .count {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #1972c4;
  line-height: 15px;
}
.blog-list-item .data-column .row-image img {
  margin-top: 5px;
  width: 100%;
}
.blog-list-item .data-column .row-footer {
  padding-top: 5px;
}
.coach-composition-box .box-header .box-title {
  color: #1972c4;
}
.coach-composition-box .left-side {
  float: left;
  width: 300px;
}
.coach-composition-box .left-side .coach-image {
  float: left;
  width: 110px;
  margin-right: 10px;
}
.coach-composition-box .left-side .coach-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.coach-composition-box .left-side .coach-name {
  float: left;
  width: 180px;
  padding-right: 10px;
}
.coach-composition-box .left-side .coach-name .label {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
}
.coach-composition-box .right-side {
  float: right;
  width: 295px;
}
.coach-composition-box .right-side .coach-box {
  margin-bottom: 10px;
}
.coach-composition-box .right-side .coach-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.coach-composition-box .right-side .coach-box:last-child {
  margin: 0;
}
.coach-composition-box .right-side .coach-box:first-child .coach-name {
  padding: 0;
}
.coach-composition-box .right-side .coach-box .label {
  font-weight: bold;
}
.coach-composition-box .right-side .coach-box .coach-name {
  line-height: 1.5;
  padding-top: 15px;
}
.coach-composition-box .right-side .coach-image {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.coach-composition-box .right-side .coach-image img {
  display: block;
  width: 100%;
}
.coach-composition-box .box-content {
  padding: 10px 5px;
}
.album-preview-box {
  padding: 0;
  width: 300px;
  position: relative;
}
.album-preview-box .image-box {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  min-height: 200px;
  overflow: hidden;
}
.album-preview-box .image-box img {
  display: block;
  width: 100%;
}
.album-preview-box .box-content {
  padding: 10px;
}
.album-preview-box .box-content .title {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.album-preview-box .photos-count {
  position: absolute;
  top: 0;
  right: 0;
  background: #1972c4;
  line-height: 25px;
  height: 25px;
  padding: 0 8px;
  color: #fff;
  -webkit-border-radius: 0 5px 0 5px;
  -moz-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
}
.album-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #d0d0d0;
  background: #ffffff;
  margin-bottom: 15px;
  padding: 10px;
}
.album-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.album-box .album-container {
  width: 615px;
  margin: 0 -10px;
}
.album-box .top-block {
  height: 21px;
  margin-bottom: 10px;
}
.album-box .top-block .date-icon {
  float: left;
  height: 20px;
  width: 20px;
  background: url('/images/date_icon.svg') no-repeat;
  background-size: 20px;
  margin-right: 7px;
}
.album-box .top-block .date-text {
  float: left;
  line-height: 20px;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #727272;
}
.album-box .top-block .right {
  float: right;
}
.album-box .top-block .image-icon {
  float: left;
  height: 21px;
  width: 23px;
  background: url('/images/comments_icon.svg') no-repeat;
  background-size: 23px;
}
.album-box .top-block .image-count {
  float: left;
  line-height: 20px;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #727272;
  margin-left: 7px;
}
.album-box .top-block .button-edit {
  display: block;
  float: left;
  margin-right: 10px;
  background: url(/images/write_sprite.png) center 0 no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
}
.album-box .top-block .button-edit:hover {
  background-position: center -42px;
}
.album-box .title {
  text-align: left;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #1972c4;
  line-height: 1.5;
  padding: 0 10px 5px;
}
.album-box .bxslider-main img {
  width: 100%;
}
.album-box .bxslider-main .bx-controls-direction a {
  top: 0;
}
.album-box .bxslider-main .bx-controls-direction a:hover {
  background-color: rgba(88, 115, 147, 0.4);
}
.album-box .bxslider-main .bx-prev {
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  background: url(/images/button_left.svg) no-repeat 20px center;
  background-size: 15px;
}
.album-box .bxslider-main .bx-next {
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  margin: 0;
  background: url(/images/button_right.svg) no-repeat 25px center;
  background-size: 15px;
}
.album-box .bxslider-thumbnails {
  padding-top: 10px;
}
.album-box .bxslider-thumbnails img {
  width: 100%;
}
.album-box .bxslider-thumbnails .bx-controls-direction a {
  top: 0;
}
.album-box .bxslider-thumbnails .bx-controls-direction a:hover {
  background-color: rgba(88, 115, 147, 0.4);
}
.album-box .bxslider-thumbnails .bx-prev {
  width: 30px;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  background: url(/images/button_left.svg) no-repeat 10px center;
  background-size: 10px;
}
.album-box .bxslider-thumbnails .bx-next {
  width: 30px;
  height: 100%;
  right: 0;
  top: 0;
  margin: 0;
  background: url(/images/button_right.svg) no-repeat 10px center;
  background-size: 10px;
}
.album-box .bxslider-thumbnails a.pager-item {
  display: block;
  float: left;
  height: 60px;
  overflow: hidden;
  border-bottom: 5px solid transparent;
}
.album-box .bxslider-thumbnails a.pager-item.active {
  border-bottom: 5px solid #1972c4;
}
.album-box .album-image {
  width: 100%;
}
.coach-biography .main-title,
.coach-player-career .main-title {
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #727272;
}
.coach-biography .box-content,
.coach-player-career .box-content {
  padding: 5px 0 5px 10px;
}
.videos-container .empty {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #d0d0d0;
  background: #ffffff;
  background-color: #ffffff;
  margin-bottom: 13px;
  padding: 0 5px 5px;
  line-height: 16px;
  padding: 15px 10px;
}
.videos-container .empty:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.videos-container .empty .box-content {
  position: relative;
  padding: 0 5px;
}
.videos-container .empty .box-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.videos-container .empty .box-header {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.videos-container .empty .box-header .box-title {
  margin-left: 5px;
  float: left;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #727272;
}
.videos-container .empty .box-header .box-link {
  float: right;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1972c4;
}
.videos-container .empty .box-header .box-link .icon-arrow {
  float: right;
  background: url(/images/link_arrowsp1.svg) right 0 no-repeat;
  background-size: 10px 30px;
  width: 15px;
  height: 15px;
  margin-top: 7px;
}
.videos-container .empty .box-header .box-link:hover {
  color: #0090e8;
}
.videos-container .empty .box-header .box-link:hover .icon-arrow {
  background-position: right 100%;
}
.videos-container .empty .red-box-header {
  height: 30px;
  line-height: 30px;
}
.videos-container .empty .red-box-header .box-title {
  margin-left: 5px;
  float: left;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #727272;
}
.videos-container .empty .red-box-header .box-link {
  float: right;
  font-family: 'Fira Sans New', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #cb181e;
}
.videos-container .empty .red-box-header .box-link .icon-arrow {
  float: right;
  background: url(/images/link_arrowsp2.svg) right 0 no-repeat;
  background-size: 10px;
  width: 15px;
  height: 14px;
  margin-top: 8px;
}
.videos-container .empty .red-box-header .box-link:hover {
  color: #f94351;
}
.videos-container .empty .red-box-header .box-link:hover .icon-arrow {
  background-position: right 100%;
}
#register-form #user-captcha-image {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#register-form .field-captcha {
  margin-top: 0;
}
#banner-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#banner-wrapper .hide-area {
  position: relative;
  height: 100%;
  width: 960px;
  margin: 0 auto;
  background: #e9e9e9;
  z-index: 1;
}
#banner-wrapper .banner-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inquirer-item .inquirer .inquirer-description {
  margin-top: 0;
}
.admin-view-link {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  background: url(/images/view.png) center no-repeat;
  background-size: 18px;
}
.match-protocol .admin-view-link {
  height: 18px;
}
.transfers .admin-view-link {
  width: 16px;
  height: 18px;
  background-size: 16px;
  float: none;
  margin-left: 2px;
  margin-bottom: 3px;
}
.team-navigation .admin-view-link {
  width: 25px;
  height: 25px;
}
.album-preview-box .admin-view-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #1972c4;
  -webkit-border-radius: 5px 0 5px 0;
  -moz-border-radius: 5px 0 5px 0;
  border-radius: 5px 0 5px 0;
}
.comment .admin-view-link {
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin: 14px 10px 0 0;
}
.post-page .admin-view-link {
  float: left;
  width: 20px;
  height: 20px;
  background-size: 20px;
  margin-right: 8px;
}
.news-post .admin-view-link,
.blog-list-item .admin-view-link {
  float: none;
  display: inline-block;
  height: 18px;
  width: 20px;
  vertical-align: text-bottom;
}
.header-top-part .admin-page-link {
  display: block;
  float: left;
  margin-top: 19px;
  width: 32px;
  height: 32px;
  background: url(/images/gear.png) center no-repeat;
  background-size: 32px;
}
div.forum-rules {
  padding: 10px 7px;
}
div.forum-rules p {
  line-height: 20px;
  margin-bottom: 15px;
}
div.forum-rules .title {
  margin-bottom: 10px;
}
div.forum-rules .title .line {
  float: left;
  width: 195px;
  height: 10px;
  border-bottom: 1px solid #e9e9e9;
}
div.forum-rules .title .text {
  float: left;
  width: 205px;
  font-size: 18px;
  font-weight: bold;
  color: #727272;
  text-align: center;
  line-height: 18px;
}
div.forum-rules .attention {
  color: #0090e8;
  font-size: 20px;
  line-height: 21px;
  font-weight: bold;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
