html body {
  overflow-y: scroll;
}
#sxk-faq ::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
#sxk-faq :-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
#sxk-faq ::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
#sxk-faq :-ms-input-placeholder {
  color: #bbb !important;
  font-weight: 400 !important;
}
#sxk-faq ::-ms-input-placeholder {
  color: #bbb !important;
  font-weight: 400 !important;
}
#sxk-faq ::placeholder {
  color: #bbb;
  font-weight: 400;
}
#sxk-faq #sxk-faq-search {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 16px;
}
#sxk-faq #sxk-faq-search .heading {
  padding: 0 0 5px 0;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
}
#sxk-faq #sxk-faq-search .inner {
  position: relative;
  margin-bottom: 20px;
}
#sxk-faq #sxk-faq-search .inner input {
  width: 100%;
  padding: 0 110px 0 10px;
  border: 1px solid #ddd;
  height: 34px;
  line-height: 32px;
}
#sxk-faq #sxk-faq-search .inner input:focus {
  outline: none;
}
#sxk-faq #sxk-faq-search .inner button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  line-height: 32px;
  color: #555;
  transition: all 0.4s;
  background: #dddddd;
}
#sxk-faq #sxk-faq-search .inner button:focus {
  outline: none;
}
#sxk-faq #sxk-faq-search .inner button .fa {
  margin-right: 10px;
  width: 13px;
}
#sxk-faq #sxk-faq-search .inner button:hover {
  opacity: 0.8;
}
#sxk-faq #sxk-faq-search span.help-inline {
  top: 35px;
}
#sxk-faq #sxk-faq-search #sxk-faq-search-results {
  display: none;
}
#sxk-faq #sxk-faq-search #sxk-faq-search-results .action {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
#sxk-faq #sxk-faq-search #sxk-faq-search-results h2 {
  font-size: 16px;
}
#sxk-faq #sxk-faq-items,
#sxk-faq #sxk-faq-items-search {
  margin-top: 30px;
}
#sxk-faq #sxk-faq-items .themes .theme,
#sxk-faq #sxk-faq-items-search .themes .theme {
  margin-bottom: 30px;
}
#sxk-faq #sxk-faq-items .themes .theme .theme_name,
#sxk-faq #sxk-faq-items-search .themes .theme .theme_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
#sxk-faq #sxk-faq-items .themes .theme .theme_name i,
#sxk-faq #sxk-faq-items-search .themes .theme .theme_name i {
  width: 25px;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item {
  border-top: 1px solid #eee;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item:last-child,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item:last-child {
  border-bottom: 1px solid #eee;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .name,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .name {
  position: relative;
  cursor: pointer;
  padding: 8px 30px 8px 0;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .name .fa-q,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .name .fa-q {
  color: #333;
  width: 20px;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .name .fa-closed,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .name .fa-closed {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 8px;
  transition: all 0.8s;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .name .fa-opened,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .name .fa-opened {
  transform: rotate(180deg);
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .text,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .text {
  display: none;
  padding: 0 0 10px;
  font-style: italic;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .text a,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .text a {
  text-decoration: underline;
}
#sxk-faq #sxk-faq-items .themes .theme .items .item .text .bb,
#sxk-faq #sxk-faq-items-search .themes .theme .items .item .text .bb {
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
}
#sxk-faq #sxk-faq-items-search {
  display: none;
}
