body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
}
body img {
  max-width: 100%;
}
body hr {
  border-width: 2px;
  margin: 20px 0;
  border-color: #F5F5F5;
}
body strong {
  font-weight: bold;
}
body em {
  font-style: italic;
}
body .text-bold {
  font-weight: bold;
}
body .text-big {
  font-size: 19px;
}
.theme-wrap.with-padings {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .theme-wrap.with-padings {
    padding: 10px 0;
  }
}
.theme-wrap .theme-container {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .theme-wrap .theme-container {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .theme-wrap .theme-container {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .theme-wrap .theme-container {
    width: auto;
    padding: 0 15px;
  }
}
.column-content .theme-wrap .theme-container {
  width: auto;
}
.footer-wrap {
  text-align: center;
  padding-top: 10px;
}
.footer-wrap .footer-nav li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #000000;
}
.footer-wrap .footer-nav li a {
  color: #000000;
  text-decoration: none;
}
.footer-wrap .footer-nav li:last-child {
  border-right: 0;
}
@media (max-width: 768px) {
  .footer-wrap .footer-nav li {
    display: block;
    border-right: 0;
    padding-bottom: 5px;
  }
}
form {
  font-size: 14px;
}
form label {
  font-size: 12px;
}
form label a {
  line-height: 28px;
  color: inherit;
  text-decoration: none;
}
form label a:hover,
form label a:visited,
form label a:focus {
  color: inherit;
  text-decoration: none;
}
form .form-group {
  margin-bottom: 0;
}
form .form-group .hint-block {
  font-size: 12px;
  color: #999999;
}
form .form-group .help-block {
  font-size: 12px;
}
form .form-group.required label.control-label:after,
form .form-group.show-star label.control-label:after {
  content: " * ";
  color: red;
}
form .form-group.has-error label,
form .form-group.has-success label {
  color: inherit;
}
form .form-group.has-error .help-block {
  color: red;
}
.red {
  color: #bb0000;
}
.blue {
  color: #034c6e;
}
.yellow {
  color: #ffe257;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.progress .progress-bar {
  border-radius: 0 4px 4px 0;
  font-weight: bold;
  background-color: #629fde;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}
.jp-jplayer {
  background: #fff;
}
.jp-audio,
.jp-audio-stream,
.jp-video {
  border: none;
}
.jp-video .jp-interface {
  border: none;
}
.jp-audio {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
.jp-audio .jp-controls {
  width: 97%;
  padding: 10px 10px 0 10px;
}
.jp-audio .jp-type-single .jp-progress,
.jp-audio .jp-type-single .jp-volume-controls {
  top: 22px;
}
.jp-audio .jp-type-single .jp-progress,
.jp-audio .jp-type-single .jp-time-holder {
  left: 60px;
  width: 56%;
}
.jp-audio .jp-type-single .jp-volume-controls {
  left: 88%;
}
.jp-audio .jp-type-single .jp-time-holder {
  top: 38px;
}
.jp-audio .jp-type-single .jp-time-holder .jp-current-time {
  text-align: left;
  width: 50px;
}
.jp-audio .jp-type-single .jp-time-holder .jp-duration {
  width: 50px;
}
.jp-audio .jp-type-single .jp-interface {
  height: 60px;
}
#member-save .btn-primary {
  padding: 10px 15px;
  font-size: 15px;
}
.one-page #header-navbar {
  display: none !important;
}
