@charset "utf-8";

h2.page-subject {margin-top:0;margin-bottom:30px;padding-bottom:10px;font-size:16px;color:#333;border-bottom:1px solid #ddd}
h2.page-subject small {font-size:70%}
.kso-article .page-top {padding-top:50px;margin-bottom:50px;width:100%;height:217px;background:url(../img/page-top-bg.jpg) no-repeat right top}
.kso-article .page-title {padding-left:15px;border-left:3px solid #9bcbdf}
.kso-article .page-title h3 {margin-bottom:5px;line-height: 34px;color: #a34523}
.kso-article .page-title p {color:#888}

.page-body,.page-footer {margin-bottom:40px}
.page-footer .icon-block {float:left;margin-right:20px;padding-right:15px;width:50px;text-align:center;color:#78b8d3;border-right:1px solid #ddd}
.page-footer .icon-block i {line-height:40px}
.page-footer h4 {font-size:16px;margin:0 0 5px 0}
.page-footer p {margin-bottom:30px}

.btn-contact {
  display: inline-block;
  margin-bottom: 50px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
 }
.btn-contact.btn-lg {font-size:14px}
 .btn-success {color: #ffffff;background-color: #61ba9e;border-color: #4fb393}

@media (max-width: 480px) { 
	.kso-article .page-top {padding-top:0;margin-bottom:0;background:none}
}