.sp-megamenu-wrapper {
  float: left;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9993;
  display: block;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
  height: 46px;
  line-height: 46px;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 13px 0 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 46px;
  color: #030303;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "IcoFont";
  content: "\e91e";
  margin-left: 8px;
}
.sp-megamenu-parent .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 9995;
  display: none;
  text-align: left;
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.1);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 8px 19px 0 rgba(0,0,0,0.03);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: -13px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
  height: auto;
  line-height: normal;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 15px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
@media (max-width: 767px) {
  #sp-navbar-sticky-wrapper {
    display: none;
  }
}
.offcanvas-menu {
  width: 100%;
  height: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  background: #e5e5e5;
  left: -100%;
  overflow-y: auto;
  z-index: 998;
}
.offcanvas-menu .offcanvas-inner {
  margin-top: 62px;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .product-categories >li >a {
  padding: 15px 0;
  color: #000000;
  border-top: 1px solid #ccc;
  border-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .product-categories >li >a:hover {
  background: none;
  color: #0078ff;
}
.offcanvas-menu .offcanvas-inner .product-categories >li >a:hover span {
  color: #0078ff;
}
.offcanvas-menu .offcanvas-inner .product-categories >li.active >a {
  font-weight: 600;
  background: none;
  color: #0078ff;
}
.offcanvas-menu .offcanvas-inner .product-categories >li.active >a span {
  color: #0078ff;
}
body.offcanvas {
  overflow: hidden;
}
body.offcanvas .offcanvas-menu {
  left: 0;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-module .product-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 19;
  display: block;
}
.sp-module .product-categories >li {
  display: block;
  padding: 0;
  position: relative;
}
.sp-module .product-categories >li >a {
  display: block;
  padding: 15px;
  color: #252525;
  border-bottom: 1px solid #F2F2F2;
  cursor: pointer;
}
.sp-module .product-categories >li >a span {
  font-size: 12px;
  color: #999;
  display: inline-block;
  float: right;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.sp-module .product-categories >li >a:hover {
  background: #0078ff;
  color: #fff;
}
.sp-module .product-categories >li >a:hover span {
  color: #fff;
}
.sp-module .product-categories >li:last-child > a {
  border-bottom: 0;
}
.sp-module .product-categories >li.active>a {
  background: #0078ff;
  color: #fff;
}
.sp-module .product-categories >li.active>a span {
  color: #fff;
}
.sp-module .product-categories >li.active>a:hover {
  color: #fff;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
#sp-header {
  border-top: 1px solid #E5E5E5;
  background: #F1F1F1;
  border-bottom: 1px solid #E5E5E5;
  height: 62px;
  padding: 0 30px;
  position: relative;
  z-index: 999;
  box-shadow: none;
}
@media (max-width: 768px) {
  #sp-header {
    border-bottom-color: #F1F1F1;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  }
}
#sp-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#sp-header .logo {
  padding: 0;
  height: 60px;
  display: table;
  float: left;
}
#sp-header .logo >div {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo >div img {
  height: 24px;
}
#sp-header ul.menu-account {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
#sp-header ul.menu-account >li {
  display: block;
  float: left;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
#sp-header ul.menu-account >li >a {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  color: #000;
  position: relative;
}
#sp-header ul.menu-account >li >a:hover {
  color: #222;
}
#sp-header ul.menu-account >li.li-icon-only >a {
  font-size: 1.5rem;
}
#sp-header ul.menu-account >li.li-link >a {
  font-weight: 400;
  font-size: 13px;
}
#sp-header ul.menu-account >li.li-separator > span {
  color: #333;
}
#sp-header ul.menu-account >li.li-btn > a {
  font-size: 12px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  background: #0078ff;
  color: #fff;
  padding: 0 15px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  border-radius: 3px;
  transition: color 350ms cubic-bezier(.4,0,.2,1), background-color 350ms cubic-bezier(.4,0,.2,1), box-shadow 350ms cubic-bezier(.4,0,.2,1);
}
#sp-header ul.menu-account >li.li-btn > a:hover {
  color: #fff;
  background: #448AFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
}
#sp-header ul.menu-account >li.li-account .avatar {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  border: 0;
  margin-right: 15px;
  float: left;
  border-radius: 100px;
  margin-top: 15px;
}
#sp-header ul.menu-account >li.li-account .account-username {
  font-weight: 400;
  margin-right: 10px;
}
#sp-header ul.menu-account >li.li-account .account-earnings {
  font-weight: 700;
  color: #0078ff;
}
#sp-header ul.menu-account >li.li-account >div {
  display: none;
  position: absolute;
  right: 0;
  width: 220px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  z-index: 99;
}
#sp-header ul.menu-account >li.li-account >div > ul {
  position: relative;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
#sp-header ul.menu-account >li.li-account >div > ul:before {
  content: " ";
  position: absolute;
  top: -20px;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
#sp-header ul.menu-account >li.li-account >div > ul >li {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1;
  cursor: pointer;
}
#sp-header ul.menu-account >li.li-account >div > ul >li >a {
  text-transform: none;
  background-color: #fff;
  line-height: 1;
  display: block;
  padding: 12px 20px;
  color: #030303;
}
#sp-header ul.menu-account >li.li-account >div > ul >li:hover >a {
  background-color: #0078ff;
  color: #fff;
}
#sp-header ul.menu-account >li.li-account:hover >div {
  display: block;
  -webkit-animation: fadeIn 400ms;
  animation: fadeIn 400ms;
}
#sp-header ul.menu-account .my-chats:not(:empty),
#sp-header ul.menu-account .my-cart:not(:empty) {
  position: relative;
  float: right;
  display: inline-block;
  color: #1C1C1C;
  font-size: 10px;
  font-weight: 400;
  border-radius: 20px;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin-top: 5px;
  margin-left: -5px;
}
#sp-header ul.menu-account .my-cart:not(:empty) {
  background-color: #0078ff;
  color: #fff;
}
#sp-header ul.menu-account .my-chats:not(:empty) {
  background-color: #D0021B;
  color: #fff;
}
#sp-navbar {
  height: 46px;
  background: #FFFFFF;
  padding: 0 30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  position: relative;
  z-index: 5;
}
#sp-navbar .themehunt-stats {
  height: 46px;
  line-height: 46px;
  float: right;
}
#sp-navbar .themehunt-stats >span {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  padding: 0 30px;
  border-left: 1px solid #E5E5E5;
}
#sp-navbar .themehunt-stats >span:last-child {
  padding-right: 0;
}
#sp-navbar .themehunt-stats >span span {
  color: #0078ff;
  font-weight: 500;
}
.ajax-item-search {
  margin-top: 14px;
  position: relative;
}
.ajax-item-search .form-inner {
  position: relative;
}
.ajax-item-search input[type="text"] {
  height: 32px;
  border-radius: 3px;
  z-index: 1;
  position: relative;
}
.ajax-item-search .btn-search {
  font-size: 12px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  padding: 0;
  border: 0;
  width: 50px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  box-shadow: none;
  border: 1px solid #E5E5E5;
}
.ajax-item-search .btn-search:hover {
  box-shadow: none;
}
.ajax-item-search .ajax-item-search-results {
  position: absolute;
  background-color: #fff;
  padding: 0;
  left: 0;
  top: 34px;
  right: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  z-index: 33;
  width: 100%;
}
.ajax-item-search .ajax-item-search-results:empty {
  display: none !important;
}
.ajax-item-search .ajax-item-search-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ajax-item-search .ajax-item-search-results ul > li {
  display: block;
  padding: 0;
  line-height: 1.4;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: left;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.ajax-item-search .ajax-item-search-results ul > li >a {
  display: block;
  padding: 20px;
}
.ajax-item-search .ajax-item-search-results ul > li .media img {
  height: 46px;
  border-radius: 4px;
}
.ajax-item-search .ajax-item-search-results ul > li:first-child {
  border-top: 0;
  border-radius: 3px 3px 0 0;
}
.ajax-item-search .ajax-item-search-results ul > li:last-child {
  border-radius: 0 0 3px 3px;
}
.ajax-item-search .ajax-item-search-results ul > li.empty-result {
  padding: 20px;
  color: #333;
}
.ajax-item-search .ajax-item-search-results ul > li a {
  font-weight: 400;
  color: #000000;
  display: block;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.ajax-item-search .ajax-item-search-results ul > li:not(.empty-result):hover {
  background-color: #0078ff;
}
.ajax-item-search .ajax-item-search-results ul > li:not(.empty-result):hover a {
  color: #fff;
}
.items-filter {
  float: left;
}
.items-filter ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.items-filter ul >li > a {
  display: block;
  font-size: 12px;
  padding: 0px 13px;
  line-height: 46px;
  font-weight: 500;
  text-transform: uppercase;
  color: #030303;
  position: relative;
}
.items-filter ul >li > a.active,
.items-filter ul >li > a:hover {
  color: #0078ff;
}
.toggle-offcanvas {
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  margin-top: 12px;
  margin-right: 20px;
  background: rgba(0,0,0,0.3);
  color: #fff;
  float: left;
}
.toggle-offcanvas.active {
  background: #0078ff;
}
.toggle-offcanvas:focus,
.toggle-offcanvas:active,
.toggle-offcanvas:hover {
  color: #fff;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 50px 0 0;
}
.sp-page-title h2 {
  margin: 0;
  text-transform: uppercase;
}
.hero-subpage {
  padding: 10px 0;
}
.hero-subpage h2 {
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin: 0 0 10px;
}
.breadcrumb >.breadcrumb-item a,
.breadcrumb >.breadcrumb-item span {
  color: #000000;
}
.breadcrumb >.breadcrumb-item.active a,
.breadcrumb >.breadcrumb-item.active span {
  color: #808080;
}
a {
  color: #0078ff;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus,
a:active {
  color: #0060cc;
}
b,
strong {
  font-weight: 500;
}
body {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 30px;
  background-color: #e5e5e5;
}
body.white-bg {
  background-color: #fff;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: 600;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.form-control {
  padding: 14.5px 16px;
  border-radius: 3px;
  border-color: #e5e5e5;
}
* >.form-group label {
  font-weight: 400;
}
::selection {
  background: #0078ff;
  color: #fff;
}
::-moz-selection {
  background: #0078ff;
  color: #fff;
}
.th-widget {
  margin-bottom: 1.250rem;
}
.th-widget.mt-0 {
  margin-top: 0;
}
.th-widget.mb-0 {
  margin-bottom: 0;
}
.th-widget .th-widget-title {
  font-size: 1.500rem;
  margin-top: 5px;
}
.th-widget .th-widget-title-wrapper {
  margin-bottom: 1.875rem;
}
.th-widget .th-widget-title-wrapper.th-widget-title-border {
  margin: -0.625rem -1.875rem 1.875rem -1.875rem;
  padding: 0 1.250rem 1.250rem;
  border-bottom: 1px solid #ebeded;
}
.th-card {
  background: #fff;
  padding: 1.875rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.th-card.th-card-sm {
  padding: 0.625rem 0.938rem;
}
.th-card .ico-xlg {
  font-size: 6rem;
  line-height: 6rem;
  color: #F5A623;
  display: block;
  margin-bottom: 1.875rem;
}
.th-card .ico-color-yellow {
  color: #F5A623;
}
.th-card .ico-color-red {
  color: #D0021B;
}
.th-card .th-card-title {
  font-size: 1.500rem;
  line-height: 1.2;
  font-weight: 400;
  color: #333333;
  margin: 0 0 10px 0;
}
.th-card .th-card-title.th-card-title-line {
  font-weight: bold;
  margin: -0.625rem -1.875rem 1.875rem -1.875rem;
  padding: 0 1.250rem 1.250rem;
  border-bottom: 1px solid #ebeded;
}
.th-card .th-card-title.th-card-title-small {
  font-size: 1.125rem;
}
.th-card .th-card-short-desc {
  font-size: 1rem;
  color: #878787;
  margin-bottom: 30px;
}
.th-card .buttons-group {
  margin: -10px;
}
.th-card .buttons-group .btn {
  margin: 10px;
}
.btn,
.sppb-btn {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  border-radius: 3px;
  padding: 9px 15px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  transition: color 350ms cubic-bezier(.4,0,.2,1), background-color 350ms cubic-bezier(.4,0,.2,1), box-shadow 350ms cubic-bezier(.4,0,.2,1), border-color 350ms cubic-bezier(.4,0,.2,1);
}
.btn:hover,
.sppb-btn:hover {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
}
.btn-shadow {
  box-shadow: 0 2px 4px 0 rgba(135,152,164,0.3);
  -webkit-box-shadow: 0 2px 4px 0 rgba(135,152,164,0.3);
}
.btn.btn-link,
.sppb-btn.sppb-btn-link {
  color: #0078ff;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus,
.sppb-btn.sppb-btn-link:hover,
.sppb-btn.sppb-btn-link:active,
.sppb-btn.sppb-btn-link:focus {
  color: #0060cc;
}
.btn.btn-default,
.sppb-btn.sppb-btn-default {
  border-color: #fff;
  background-color: #fff;
  color: #000000;
  cursor: pointer;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.sppb-btn.sppb-btn-default:hover,
.sppb-btn.sppb-btn-default:active,
.sppb-btn.sppb-btn-default:focus {
  color: #0078ff;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
}
.btn.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #757575;
}
.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus {
  border-color: #333;
  background-color: #333;
  color: #0078ff;
}
.btn.btn-primary,
.sppb-btn.sppb-btn-primary {
  border-color: #0078ff;
  background-color: #0078ff;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.sppb-btn.sppb-btn-primary:hover,
.sppb-btn.sppb-btn-primary:active,
.sppb-btn.sppb-btn-primary:focus {
  border-color: #0060cc;
  background-color: #0060cc;
  color: #fff;
}
.btn.btn-success,
.sppb-btn.sppb-btn-success {
  border-color: #00D05B;
  background-color: #00D05B;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus,
.sppb-btn.sppb-btn-success:hover,
.sppb-btn.sppb-btn-success:active,
.sppb-btn.sppb-btn-success:focus {
  border-color: #009d45;
  background-color: #009d45;
  color: #fff;
}
.btn.btn-outline-success {
  color: #00D05B;
  border-color: #00D05B;
  box-shadow: none;
}
.btn.btn-outline-success:hover,
.btn.btn-outline-success:active,
.btn.btn-outline-success:focus {
  background-color: #00D05B;
  border-color: #00D05B;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
}
.btn.btn-outline-primary {
  color: #0078ff;
  border-color: #0078ff;
  box-shadow: none;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:focus {
  background-color: #0078ff;
  border-color: #0078ff;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
}
.btn.btn-outline-white {
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn.btn-outline-white:hover,
.btn.btn-outline-white:active,
.btn.btn-outline-white:focus {
  background-color: #fff;
  border-color: #fff;
  color: #030303;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
}
.btn.btn-outline-grey {
  color: #ACACAC;
  box-shadow: none;
  border: 1px solid #9F9F9F;
}
.btn.btn-outline-grey:hover {
  color: #fff;
  background: #9F9F9F;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
}
.btn.btn-outline-grey .ico-heart-alt {
  font-weight: bold;
}
.btn.btn-info,
.sppb-btn.sppb-btn-info {
  border-color: #3337a1;
  background-color: #3337a1;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus,
.sppb-btn.sppb-btn-info:hover,
.sppb-btn.sppb-btn-info:active,
.sppb-btn.sppb-btn-info:focus {
  border-color: #2b2e87;
  background-color: #2b2e87;
  color: #fff;
}
.btn.btn-warning,
.sppb-btn.sppb-btn-warning {
  color: #fff;
  border-color: #F26522;
  background-color: #F26522;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning:focus,
.sppb-btn.sppb-btn-warning:hover,
.sppb-btn.sppb-btn-warning:active,
.sppb-btn.sppb-btn-warning:focus {
  border-color: #d54d0d;
  background-color: #d54d0d;
  color: #fff;
}
.btn.btn-grey {
  color: #fff;
  border-color: #9F9F9F;
  background-color: #9F9F9F;
}
.btn.btn-grey:hover {
  border-color: #909090;
  background-color: #909090;
  color: #fff;
}
.btn.btn-danger,
.sppb-btn.sppb-btn-danger {
  border-color: #c9302c;
  background-color: #c9302c;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger:focus,
.sppb-btn.sppb-btn-danger:hover,
.sppb-btn.sppb-btn-danger:active,
.sppb-btn.sppb-btn-danger:focus {
  border-color: #b02b27;
  background-color: #b02b27;
  color: #fff;
}
.btn.btn-border,
.sppb-btn.sppb-btn-border {
  border-color: #0054b3;
  background-color: #0054b3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-border:hover,
.btn.btn-border:active,
.btn.btn-border:focus,
.sppb-btn.sppb-btn-border:hover,
.sppb-btn.sppb-btn-border:active,
.sppb-btn.sppb-btn-border:focus {
  border-color: #004899;
  background-color: #004899;
  color: #fff;
}
.btn.btn-link {
  color: #000000;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  color: #000000;
}
.btn.btn-lg,
.sppb-btn.sppb-btn-lg {
  font-size: 14px;
  padding: 15px 20px;
}
.btn.btn-md,
.sppb-btn.sppb-btn-md {
  font-size: 14px;
  padding: 12px 20px;
}
.btn.btn-sm,
.sppb-btn.sppb-btn-sm {
  padding: 0.50rem .9rem;
  border-radius: 2px;
}
.btn.btn-ucase {
  text-transform: uppercase;
}
.btn.btn-xs,
.sppb-btn.sppb-btn-xs {
  border-radius: 2px;
}
.btn.btn-xlg {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 19px 40px;
}
.btn.btn-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none;
  text-decoration: underline;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  text-decoration: underline;
}
.btn.btn-link-success {
  color: #00D05B;
}
.btn.btn-link-success:hover,
.btn.btn-link-success:active,
.btn.btn-link-success:focus {
  color: #009d45;
}
.ico-color-success {
  color: #00D05B;
}
#system-message-container {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.offline-inner {
  margin-top: 100px;
}
.shadow {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(5, 5, 5, 0.06);
  box-shadow: 2px 2px 2px 0px rgba(5, 5, 5, 0.06);
}
.alert.alert-message,
.alert.alert-success {
  color: #00D05B;
  background: rgba(35,207,95,0.1);
  border: 1px solid rgba(35,207,95,0.1);
}
.alert.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.chzn-container {
  width: 100% !important;
}
#sp-page-builder .sppb-section-title {
  margin-bottom: 20px;
}
#sp-page-builder .section-intro .sppb-title-heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
#sp-page-builder .section-intro .sppb-title-heading span {
  font-weight: 700;
}
#sp-page-builder .section-intro .sppb-section-title {
  margin-bottom: 20px;
}
#sp-page-builder .section-intro .sppb-title-subheading {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: 300;
  color: #777777;
  max-width: 700px !important;
  margin-bottom: 10px;
}
#sp-page-builder .section-intro .sppb-addon-button-group .sppb-addon-content {
  display: inline-block;
}
#sp-page-builder .section-intro .sppb-addon-button-group .sppb-addon-content a {
  float: left;
}
#sp-page-builder .section-intro .btn-group-text {
  float: left;
  display: inline-block;
  font-size: 18px;
  height: 53px;
  line-height: 53px;
  font-weight: bold;
  color: rgba(255,255,255,0.9);
  margin: 0 20px;
}
#sp-page-builder .section-intro .btn.btn-link,
#sp-page-builder .section-intro .sppb-btn.sppb-btn-link {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
#sp-page-builder .section-intro .btn.btn-link:hover,
#sp-page-builder .section-intro .btn.btn-link:active,
#sp-page-builder .section-intro .btn.btn-link:focus,
#sp-page-builder .section-intro .sppb-btn.sppb-btn-link:hover,
#sp-page-builder .section-intro .sppb-btn.sppb-btn-link:active,
#sp-page-builder .section-intro .sppb-btn.sppb-btn-link:focus {
  text-decoration: none;
  color: #66ad44;
}
#sp-page-builder .market-statistics {
  color: #888;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 300;
}
#sp-page-builder .market-statistics >span {
  font-weight: 700;
}
.sppb-addon-items .sppb-addon-header {
  margin-bottom: 30px;
}
.sppb-addon-items .sppb-addon-header h3 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  float: left;
}
.chzn-container-multi .chzn-choices,
.chzn-container-single .chzn-single {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-color: rgba(177,177,177,0.3);
  border-radius: 2px;
}
.chzn-choices input[type="text"] {
  padding: 8px 12px !important;
  min-height: 46px;
}
.chzn-container-single .chzn-single {
  height: 46px;
  line-height: 46px;
  border-radius: 2px;
}
.chzn-container .chzn-single div {
  top: 0;
  right: 0;
  width: 20px;
  background: none;
}
.chzn-container .chzn-single div:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  top: 20px;
  position: absolute;
}
.chzn-container .chzn-single div >b {
  display: none;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border-color: #e5e5e5;
  border-radius: 0;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single >div:after {
  top: 12px;
  border-color: transparent transparent #000 transparent;
}
.chzn-container {
  font-size: 14px;
}
.chzn-container .chzn-drop {
  border-color: #e5e5e5;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(5, 5, 5, 0.06);
  box-shadow: 2px 2px 2px 0px rgba(5, 5, 5, 0.06);
  border-radius: 0;
}
.chzn-container .chzn-drop .chzn-search {
  margin: 0 10px;
}
.chzn-container .chzn-drop .chzn-search input[type="text"] {
  background-image: none !important;
  border-color: #e5e5e5;
}
.chzn-container .chzn-single {
  padding-left: 12px;
}
.chzn-container .chzn-choices li.search-choice {
  margin-top: 5px;
  border: 0;
  background: #e5e5e5;
  padding: 12px 25px 12px 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chzn-container .chzn-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 13px;
}
.chzn-container .chzn-results {
  padding: 0;
  margin: 0;
}
.chzn-container .chzn-results li {
  padding: 10px 15px;
}
.chzn-container .chzn-results li.highlighted {
  background: #0078ff;
}
.preloader {
  position: absolute;
  display: block;
  top: 50px;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  z-index: 9999;
  background: rgba(255,255,255,0.9);
  border-radius: 4px;
  display: none;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(5, 5, 5, 0.06);
  box-shadow: 2px 2px 2px 0px rgba(5, 5, 5, 0.06);
}
.loading >div.row {
  opacity: .1;
}
.loading .preloader {
  display: block;
}
.preloader>div {
  margin: 28px;
  width: 64px;
  height: 64px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 3px solid;
  border-top-color: #0078ff;
  border-bottom-color: rgba(0,0,0,0.1);
  border-left-color: #0078ff;
  border-right-color: rgba(0,0,0,0.1);
  -webkit-animation: preloader 0.8s linear infinite;
  animation: preloader 0.8s linear infinite;
}
@keyframes preloader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.loading-small {
  position: relative;
}
.loading-small:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
  z-index: 999;
  display: block;
}
.loading-small:after {
  font-family: "IcoFont";
  content: "\ea43";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 999;
  color: #0078ff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.item-content-inner.loading {
  position: relative;
}
.item-content-inner.loading:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: block;
}
.item-content-inner.loading .preloader {
  top: 50px;
  margin: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sales-statement.loading {
  position: relative;
}
.sales-statement.loading:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: block;
}
.sales-statement.loading .preloader {
  top: 50px;
  margin: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
#sp-main-body {
  padding: 40px 0 70px;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 1.250rem;
  font-size: 1rem;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 0;
  line-height: 1;
  padding: 8px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
#sp-right .sp-module {
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
#sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-right .sp-module .sp-module-title {
  margin: -20px -20px 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: medium;
  border-bottom: 1px solid #ebeded;
}
#sp-right .sp-module.module-transparent {
  background: none;
  padding: 0;
  box-shadow: none;
}
#sp-right .sp-module .categories-module >li {
  display: block;
  padding: 0;
  margin: 0;
}
#sp-right .sp-module .categories-module >li >a {
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
}
#sp-right .sp-module .categories-module >li >a span {
  font-size: 12px;
  display: block;
  float: right;
  color: #808080;
}
#sp-right .sp-module .categories-module >li >a:hover {
  color: #0078ff;
}
#sp-right .sp-module .categories-module >li:first-child >a {
  padding-top: 0;
}
#sp-right .sp-module .categories-module >li:last-child >a {
  padding-bottom: 0;
}
#sp-right .sp-module .categories-module >li.active a {
  color: #0078ff;
}
#sp-right .stripped-list {
  margin: -20px;
}
#sp-right .stripped-list >li {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #ebeded;
}
#sp-right .stripped-list >li:last-child {
  border-bottom: 0;
}
#sp-right .stripped-list >li:nth-child(even) {
  background: #fafafa;
}
#sp-right .stripped-list >li >span.created-on {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  color: #999;
}
#sp-right .stripped-list >li >a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
#sp-right .stripped-list >li >a span {
  font-size: 13px;
  color: #999;
  display: inline-block;
  float: right;
}
#sp-right .unordered-list > li {
  display: block;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.4;
  position: relative;
}
#sp-right .unordered-list > li:after {
  content: " ";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 10px;
}
#sp-right .unordered-list > li > a {
  color: #9c9c9c;
  line-height: 1.4;
}
#sp-right .unordered-list > li > a:hover,
#sp-right .unordered-list > li > a:active,
#sp-right .unordered-list > li > a:focus {
  color: #0078ff;
}
#sp-blog-top {
  margin-top: 30px;
}
#sp-hello-bar {
  padding: 10px 0;
  background: #f7502a;
  color: #fff;
  text-align: center;
}
#sp-hello-bar p {
  margin: 0;
  font-weight: 600;
}
#sp-hello-bar a {
  margin-left: 10px;
  color: #fff;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 300;
  background: rgba(0,0,0,0.5);
  border-radius: 2px;
}
#sp-hello-bar a:hover,
#sp-hello-bar a:active,
#sp-hello-bar a:focus {
  background: rgba(0,0,0,0.7);
}
.page-login-form .login-description {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
  color: #0078ff;
  font-weight: 400;
}
.page-login-form .login-description p {
  font-size: 14px;
  color: #9f9f9f;
  margin-top: 15px;
}
.th-popup-login h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 30px;
  text-align: center;
}
.th-popup-login .btn-login {
  margin-top: 20px;
}
.login .checkbox {
  margin-top: 30px;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.login .btn-login {
  margin-top: 30px;
}
.form-links {
  margin-top: 30px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  text-align: center;
}
.form-links ul >li {
  display: inline-block;
  margin: 0 5px;
}
.form-links ul >li a {
  color: #9f9f9f;
}
.form-links ul >li a:hover {
  color: #0078ff;
}
.btn-register {
  margin-top: 30px;
}
.registration {
  background: #fff;
  padding: 60px 55px 40px;
}
.registration .form-heading {
  margin-bottom: 23px;
}
.registration .form-heading h3 {
  color: #0078ff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
}
.registration .form-heading p {
  color: #9f9f9f;
}
.registration .sign-in-text {
  margin: 3px 0 0;
  color: #c8c8c8;
}
.registration .sign-in-text a {
  color: #0078ff;
}
.search .search-results h2 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.search .search-results h2 a {
  color: #000000;
}
.search .search-results h2 a:hover {
  color: #0078ff;
}
.search .search-results .result-category {
  color: #0078ff;
  font-weight: 500;
}
span.category-name {
  position: absolute;
  right: 20px;
  top: 20px;
}
span.category-name a {
  font-size: 13px;
  text-transform: uppercase;
  background-color: #fff;
  line-height: 30px;
  display: inline-block;
  color: #222;
  font-weight: 400;
  border-radius: 16px;
  padding: 0 20px;
}
span.category-name a:hover {
  color: #fff;
  background-color: #0078ff;
}
.article-info {
  margin: 0;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a2a2a2;
}
.article-info >dd {
  display: inline-block;
  margin: 0 5px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
.blog >.items-row {
  margin-bottom: 30px;
}
.blog >.items-row:last-child {
  margin-bottom: 0;
}
article.item {
  overflow: hidden;
  background: #fff;
  font-size: 14px;
  padding: 0;
  position: relative;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  line-height: 29px;
  color: #7C7C7C;
  font-weight: 300;
  transition: .4s;
}
article.item:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
article.item .intro-image-wrap {
  position: relative;
}
article.item .entry-image {
  margin: 0;
  position: relative;
}
article.item .entry-image img {
  display: block;
  width: 100%;
}
article.item .entry-image.full-image {
  margin-bottom: 30px;
}
article.item .content-wraper {
  padding: 20px;
}
article.item .entry-header h2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
article.item .entry-header a {
  color: #000000;
}
article.item .entry-header a:hover {
  color: #0078ff;
}
article.item p.readmore {
  margin-top: 5px;
  margin-bottom: 0;
}
article.item p.readmore > a {
  font-size: 12px;
  font-weight: 500;
  color: #252525;
  display: inline-block;
  position: relative;
}
article.item p.readmore > a::after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 40px;
  left: 100%;
  background-color: #252525;
  margin-left: 20px;
  opacity: .3;
}
article.item p.readmore > a:hover,
article.item p.readmore > a:active,
article.item p.readmore > a:focus {
  color: #0078ff;
}
article.item .btn-more {
  padding: 0 0 10px;
  font-size: 16px;
  font-style: italic;
  color: #7e7f80;
  border-bottom: 1px solid #ededed;
}
article.item .btn-more:hover,
article.item .btn-more:focus,
article.item .btn-more:active {
  color: #0078ff;
  border-bottom-color: #0078ff;
}
article.item .btn-more i {
  display: inline-block;
  margin-left: 10px;
}
article.single-blog-item {
  padding: 30px;
}
article.single-blog-item h1 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  color: #252525;
}
@media (max-width: 768px) {
  article.single-blog-item h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}
article.single-blog-item .article-info {
  margin-bottom: 30px;
}
article .entry-image.full-image {
  margin-left: -30px;
  margin-right: -30px;
}
article div.icons {
  position: absolute;
  top: 20px;
  left: 20px;
  color: red;
  z-index: 2;
}
article .social-share {
  margin: 30px 0 0;
}
article .social-share ul {
  list-style: none;
  padding: 0;
  margin: -5px;
}
article .social-share ul >li {
  display: inline-block;
  margin: 5px;
}
article .social-share ul >li >a {
  display: block;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  height: 30px;
  width: 40px;
  line-height: 30px;
  text-align: center;
}
article .social-share ul >li >a:hover,
article .social-share ul >li >a:active,
article .social-share ul >li >a:focus {
  color: #fff;
}
article .social-share ul >li >a.share-facebook {
  background-color: #3b5998;
}
article .social-share ul >li >a.share-facebook:hover,
article .social-share ul >li >a.share-facebook:active,
article .social-share ul >li >a.share-facebook:focus {
  background-color: #2d4373;
}
article .social-share ul >li >a.share-twitter {
  background-color: #00aeef;
}
article .social-share ul >li >a.share-twitter:hover,
article .social-share ul >li >a.share-twitter:active,
article .social-share ul >li >a.share-twitter:focus {
  background-color: #0089bc;
}
article .social-share ul >li >a.share-google-plus {
  background-color: #ed1c24;
}
article .social-share ul >li >a.share-google-plus:hover,
article .social-share ul >li >a.share-google-plus:active,
article .social-share ul >li >a.share-google-plus:focus {
  background-color: #c61017;
}
article .social-share ul >li >a.share-linkedin {
  background-color: #0054a6;
}
article .social-share ul >li >a.share-linkedin:hover,
article .social-share ul >li >a.share-linkedin:active,
article .social-share ul >li >a.share-linkedin:focus {
  background-color: #003a73;
}
article .articleBody p,
article .articleBody img {
  font-size: 1rem;
  margin-bottom: 30px;
}
article .articleBody >p:last-child {
  margin-bottom: 0;
}
article .articleBody p img {
  margin-top: 30px;
}
article .articleBody h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
}
article .articleBody h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
article .articleBody h4 {
  line-height: 1.6;
  margin-bottom: 20px;
}
article .articleBody h2 a,
article .articleBody h3 a,
article .articleBody h4 a {
  position: relative;
  color: #000000;
}
article .articleBody h2 a:hover,
article .articleBody h2 a:hover:after,
article .articleBody h3 a:hover,
article .articleBody h3 a:hover:after,
article .articleBody h4 a:hover,
article .articleBody h4 a:hover:after {
  color: #0078ff;
}
article .articleBody h2 a:after,
article .articleBody h3 a:after,
article .articleBody h4 a:after {
  content: "\e9ae";
  font-family: "IcoFont";
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  color: #999;
}
article .articleBody ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 10px;
}
article .articleBody ul >li {
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  margin-bottom: 5px;
}
article .articleBody ul >li img {
  margin: 10px 0;
}
article .articleBody ul >li:before {
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 10px;
  left: 0;
  top: 12px;
}
article .articleBody ol {
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0 0 25px 10px;
}
article .articleBody ol > li {
  counter-increment: item;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
article .articleBody ol > li img {
  margin: 10px 0;
}
article .articleBody ol > li >a {
  color: #000000;
}
article .articleBody ol > li >a:hover {
  color: #0078ff;
}
article .articleBody ol > li:before {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 10px;
  content: counter(item);
  background: #00aeef;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
article .articleBody pre {
  margin-bottom: 30px;
}
article .articleBody .outer-img-large {
  margin-left: -100px;
  margin-right: -100px;
}
article .articleBody .outer-img-xlarge {
  margin-left: -150px;
  margin-right: -150px;
}
article .articleBody .social-share {
  padding: 0;
  margin: 70px 0 20px;
}
article .articleBody blockquote {
  background: #F6F7F9;
  padding: 60px 30px 30px;
  border: 0;
  border-radius: 3px;
  position: relative;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 30px;
}
article .articleBody blockquote strong,
article .articleBody blockquote b {
  font-weight: 600;
}
article .articleBody blockquote p:last-child {
  margin-bottom: 0;
}
article .articleBody blockquote:before {
  content: "\e9d3";
  font-family: "IcoFont";
  position: absolute;
  font-size: 32px;
  color: #0078ff;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.article-footer-wrap {
  background: #fff;
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.pagination-wrapper {
  text-align: center;
  margin-top: 4.375rem;
}
.pagination-wrapper >ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.pagination-wrapper >ul >li {
  line-height: 1;
}
.pagination-wrapper >ul >li >a,
.pagination-wrapper >ul >li >span {
  border: 0;
  line-height: 1;
  padding: 8px 13px;
  color: #000000;
}
.pagination-wrapper >ul >li >a:hover,
.pagination-wrapper >ul >li >a:focus,
.pagination-wrapper >ul >li >span:hover,
.pagination-wrapper >ul >li >span:focus {
  color: #000000;
}
.pagination-wrapper >ul >li.disabled >a,
.pagination-wrapper >ul >li.disabled >span {
  color: #999;
}
.pagination-wrapper >ul >li.active >a,
.pagination-wrapper >ul >li.active >span {
  border-color: #0078ff;
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  border-radius: 100px;
}
.pagination-wrapper >ul >li.active >a:hover,
.pagination-wrapper >ul >li.active >a:focus,
.pagination-wrapper >ul >li.active >span:hover,
.pagination-wrapper >ul >li.active >span:focus {
  color: #fff;
  border-color: #0078ff;
  background-color: #0078ff;
}
.sppb-addon-articles h3 {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.sppb-addon-articles h3 a {
  color: #000000;
}
.sppb-addon-articles h3 a:hover {
  color: #0078ff;
}
#sp-bottom {
  padding: 70px 0 40px;
  color: #C3C3C3;
  background: #3C3C3C;
}
#sp-bottom a {
  color: #979797;
}
#sp-bottom a:hover,
#sp-bottom a:active,
#sp-bottom a:focus {
  color: #0078ff;
  background: transparent;
}
#sp-bottom ul >li {
  display: block;
}
#sp-bottom ul >li >a {
  display: inline-block;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
#sp-footer {
  padding: 0;
  background: #3C3C3C;
  color: #FFFFFF;
  font-size: 13px;
  color: #979797;
}
#sp-footer .container {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#sp-footer .social-icons {
  list-style: none;
  display: block;
  margin: -5px;
}
#sp-footer .social-icons >li {
  display: inline-block;
  margin: 5px;
}
#sp-footer .social-icons >li >a {
  color: #C0C0C0;
  display: block;
  font-size: 1rem;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  margin: 0;
  padding: 0;
}
#sp-footer .social-icons >li >a:hover {
  color: #fff;
}
#sp-footer .social-icons >li >a:hover.social-facebook {
  background: #4A65BA;
}
#sp-footer .social-icons >li >a:hover.social-twitter {
  background: #67CEF6;
}
#sp-footer .social-icons >li >a:hover.social-pinterest {
  background: #F24440;
}
#sp-footer .social-icons >li >a:hover.social-dribbble {
  background: #F26799;
}
#sp-footer .social-icons >li >a:hover.social-dribbble {
  background: #F0221E;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #8dc63f;
  color: #fff;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page h1 {
  margin: 50px 0 30px;
  font-size: 112px;
  font-weight: bold;
  line-height: 1;
}
.error-page h1 span {
  color: #0b9444;
}
.error-page img {
  float: right;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.error-page .btn {
  margin-top: 20px;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.page-header {
  padding-bottom: 15px;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.vertical-middle {
  width: 100%;
  height: 100%;
  display: table;
}
.vertical-middle > div {
  display: table-cell;
  vertical-align: middle;
}
.vertical-middle > div >div {
  display: inline-block;
}
.avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background-color: #e1bee7;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  overflow: hidden;
}
.avatar.avatar-xs {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
}
.avatar.avatar-sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.avatar.avatar-md {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
}
.avatar.avatar-lg {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 32px;
}
.avatar.avatar-xlg {
  width: 128px;
  height: 128px;
  line-height: 128px;
  font-size: 64px;
}
.avatar.avatar-round {
  border-radius: 4px;
}
.avatar.avatar-circle {
  border-radius: 100%;
}
.form-group,
.sppb-form-group {
  margin-bottom: 30px;
}
.img-responsive.img-banner,
.img-responsive.img-avatar {
  margin: 10px 0 5px;
}
.sppb-addon-feature .sppb-icon {
  line-height: 1;
}
.sppb-addon-affiliate .alert {
  margin: 30px 0 0 0;
}
ul.check {
  list-style: none;
  padding: 0;
  margin: -15px 0;
}
ul.check > li {
  display: block;
  margin: 15px 0;
  position: relative;
  padding-left: 20px;
}
ul.check > li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "IcoFont";
  content: "\e931";
}
#timeline {
  list-style: none;
  position: relative;
}
#timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #ededed;
  left: 50%;
  margin-left: -1.5px;
}
#timeline:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #ededed;
}
#timeline .timeline-badge {
  width: 50px;
  height: 50px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -25px;
  background-color: #fff;
  z-index: 10;
  border-radius: 100%;
}
#timeline .timeline-badge:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 20px;
  width: 22px;
  height: 22px;
  border: 3px solid #0078ff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#timeline .timeline-badge .timeline-date {
  font-size: 1.4em;
}
#timeline .timeline-movement {
  position: relative;
  padding-bottom: 40px;
}
#timeline .timeline-movement:hover {
  cursor: pointer;
}
#timeline .timeline-movement:hover .timeline-badge:before {
  box-shadow: 0 0 0 3px rgba(0,120,255,0.3);
}
#timeline .timeline-movement .timeline-item {
  padding: 20px 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
  margin-left: 30px;
}
#timeline .timeline-movement .timeline-item .timeline-panel .title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
#timeline .timeline-movement .timeline-item .timeline-panel .title:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -80px;
  width: 50px;
  height: 4px;
  background: #ededed;
  border-radius: 20px;
}
#timeline .timeline-movement .timeline-item .timeline-panel.left-part {
  text-align: right;
  margin-right: 30px;
  margin-left: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.left-part .title:after {
  right: -80px;
  left: inherit;
}
#timeline .timeline-movement .timeline-item .timeline-date {
  font-size: 18px;
  color: #acacad;
}
#timeline .timeline-movement.timeline-movement-top {
  height: 25px;
}
#timeline .timeline-movement.timeline-movement-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #ededed;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .timeline-movement .timeline-item {
    width: 50%;
    float: left;
  }
  #timeline .timeline-movement .timeline-item .timeline-date {
    margin: 0 80px;
  }
}
@media (max-width: 480px) {
  #timeline .timeline-movement .timeline-item .timeline-panel .title {
    font-size: 18px;
  }
  #timeline .timeline-movement .timeline-item .timeline-date {
    margin: 0 0 0 70px;
  }
  #timeline .timeline-movement .timeline-item .timeline-date.text-right {
    margin: 0 70px 0 0;
  }
}
.sppb-addon-persion img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: 400ms;
  transition: 400ms;
}
.sppb-addon-persion:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.sppb-addon-ajax-contact-advanced p.lead {
  font-size: 16px;
  margin-bottom: 50px;
}
.sppb-addon-ajax-contact-advanced h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.how-it-works .step1,
.how-it-works .step2 {
  position: relative;
}
.how-it-works .step1:after,
.how-it-works .step2:after {
  content: "\f178";
  font-family: fontawesome;
  font-size: 32px;
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c9c9cb;
}
.how-it-works .step2:after {
  right: -50px;
}
.affiliate-generator .sppb-addon-affiliate .alert.alert-success {
  text-align: left !important;
}
.affiliate-generator .sppb-addon-affiliate .alert.alert-success >p {
  font-size: 18px;
  color: #5B916E;
  margin-bottom: 0;
  line-height: 1.5;
}
.affiliate-generator .sppb-addon-affiliate .alert.alert-success a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.working-steps .sppb-column-addons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: -35px;
}
.working-steps .sppb-column-addons >div {
  padding: 35px;
}
.working-steps .sppb-column-addons >div:last-child .sppb-addon-feature:after {
  display: none;
}
.working-steps .sppb-column-addons >div .sppb-addon-feature {
  position: relative;
}
.working-steps .sppb-column-addons >div .sppb-addon-feature:after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  top: 14px;
  right: -35px;
  color: #d7d7d9;
  font-size: 25px;
  font-weight: 900;
}
.working-steps .sppb-column-addons >div .sppb-addon-feature .sppb-icon .sppb-icon-container {
  width: 41px;
  height: 41px;
}
.sppb-addon-persion .sppb-person-image {
  overflow: hidden;
}
.sppb-addon-persion .sppb-person-image img {
  -webkit-transition: 3s;
  transition: 3s;
}
.sppb-addon-persion:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 8s;
  transition: 8s;
}
.shapebootstrap-timeline #timeline {
  padding-bottom: 100px;
}
.shapebootstrap-timeline #timeline:before {
  background: none;
}
.shapebootstrap-timeline #timeline:after {
  content: "\f00c";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 57px;
  height: 56px;
  border-radius: 40px;
  background-color: rgba(245,166,35,0.2);
  font-family: fontawesome;
  line-height: 56px;
  text-align: center;
  color: #F5A623;
}
.shapebootstrap-timeline #timeline .timeline-movement {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.shapebootstrap-timeline #timeline .timeline-movement .date {
  display: inline-block;
  padding: 13px 36px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
}
.shapebootstrap-timeline #timeline .timeline-movement .timeline-item {
  padding: 100px 0;
}
.shapebootstrap-timeline #timeline .timeline-movement:before {
  content: " ";
  position: absolute;
  top: 90px;
  bottom: 0;
  width: 7px;
  left: 50%;
  margin-left: -3.5px;
  background-repeat: no-repeat;
}
.shapebootstrap-timeline #timeline .timeline-movement:nth-child(3n-2):before {
  background-image: url(../images/border-svg.svg);
}
.shapebootstrap-timeline #timeline .timeline-movement:nth-child(3n-2) .date {
  background: rgba(30,123,226,0.2);
  color: #1E7BE2;
}
.shapebootstrap-timeline #timeline .timeline-movement:nth-child(3n-1):before {
  background-image: url(../images/border-svg1.svg);
}
.shapebootstrap-timeline #timeline .timeline-movement:nth-child(3n-1) .date {
  background: rgba(245,166,45,0.2);
  color: #F5A623;
}
.shapebootstrap-timeline #timeline .timeline-movement:nth-child(3n):before {
  background-image: url(../images/border-svg2.svg);
}
.shapebootstrap-timeline #timeline .timeline-movement:nth-child(3n) .date {
  background: rgba(35,207,95,0.2);
  color: #23CF5F;
}
.shapebootstrap-timeline #timeline .timeline-movement .title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  max-width: 320px;
  display: inline-block;
  margin-right: 30px;
}
.shapebootstrap-timeline #timeline .timeline-movement .right-title .title {
  margin-right: 0;
  margin-left: 30px;
}
.shapebootstrap-timeline #timeline .timeline-movement .details {
  display: inline-block;
  max-width: 300px;
  line-height: 1.5;
  color: #878787;
}
@media only screen and (max-width: 992px) {
  .how-it-works .step1,
  .how-it-works .step2,
  .how-it-works .step3 {
    padding: 0 !important;
  }
  .how-it-works .step1:after,
  .how-it-works .step2:after,
  .how-it-works .step3:after {
    display: none;
  }
  .hidden-sm {
    display: none;
  }
  .res-mb-30 {
    margin-bottom: 30px;
  }
  .working-steps .sppb-column-addons {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .working-steps .sppb-column-addons >div {
    padding: 35px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media only screen and (max-width: 480px) {
  .working-steps .sppb-column-addons {
    margin: 0;
  }
  .working-steps .sppb-column-addons >div {
    padding: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .working-steps .sppb-column-addons >div .sppb-addon-feature:after {
    display: none;
  }
  .shapebootstrap-timeline #timeline .timeline-movement .date {
    padding: 5px 25px;
    font-weight: 400;
    font-size: 14px;
  }
  .shapebootstrap-timeline #timeline .timeline-movement:before {
    top: 75px;
  }
  .shapebootstrap-timeline #timeline .timeline-movement .timeline-item {
    padding: 30px 0;
  }
  #timeline .timeline-movement .timeline-item .timeline-panel {
    margin: 0 15px;
  }
  .shapebootstrap-timeline #timeline .timeline-movement .title {
    margin: 0 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.th-form-title {
  margin: 0 0 1.250rem;
  font-size: 1.500rem;
  line-height: 1.6;
}
.form-control {
  font-weight: 300;
  font-size: 0.875rem;
}
.input-group-addon {
  background: #fff;
  border: 0;
  border-color: rgba(177,177,177,0.3);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}
.form-control:disabled,
.form-control[readonly] {
  background: #eaeaea;
}
#member-profile .form-group {
  margin-bottom: 1rem;
}
.mb-10 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 1.250rem;
}
.mb-30 {
  margin-bottom: 1.875rem;
}
.mb-40 {
  margin-bottom: 2.500rem;
}
.mb-50 {
  margin-bottom: 3.125rem;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 1.250rem;
}
.mt-30 {
  margin-top: 1.875rem;
}
.mt-40 {
  margin-top: 2.500rem;
}
.mt-50 {
  margin-top: 3.125rem;
}
.ml-10 {
  margin-left: 0.625rem;
}
.ml-20 {
  margin-left: 1.250rem;
}
.ml-30 {
  margin-left: 1.875rem;
}
.ml-40 {
  margin-left: 2.500rem;
}
.ml-50 {
  margin-left: 3.125rem;
}
.mr-10 {
  margin-right: 0.625rem;
}
.mr-20 {
  margin-right: 1.250rem;
}
.mr-30 {
  margin-right: 1.875rem;
}
.mr-40 {
  margin-right: 2.500rem;
}
.mr-50 {
  margin-right: 3.125rem;
}
.pd-10 {
  padding: 0.625rem;
}
.pd-20 {
  padding: 1.250rem;
}
.pd-30 {
  padding: 1.875rem;
}
.pd-40 {
  padding: 2.500rem;
}
.pd-50 {
  padding: 3.125rem;
}
.th-popup-open {
  overflow: hidden;
}
.th-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
}
.th-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  max-width: 100%;
  min-height: 400px;
  background: #fff;
  border-radius: 3px;
  z-index: 99991;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.th-popup.th-popup-mini {
  width: 400px;
}
.th-popup .th-popup-inner {
  position: relative;
  padding: 50px 30px;
}
.th-popup .th-popup-inner .th-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #ccc;
}
.th-popup .th-popup-inner .th-popup-close:hover {
  color: #999;
}
.item-rating >i {
  display: inline-block;
  font-size: 12px;
  margin: 0.5px;
  color: #f5bc00;
}
.item-rating small {
  color: #999;
}
.ico-color-success {
  color: #00D05B !important;
}
.ico-color-primary {
  color: #4A90E2 !important;
}
.ico-color-warning {
  color: #F5A623 !important;
}
.ico-color-danger {
  color: #EC5538 !important;
}
.text-color-muted {
  color: #878787 !important;
}
.text-success {
  color: #00D05B !important;
}
.alert strong {
  font-weight: 700;
}
.alert.alert-danger {
  background: rgba(236,85,56,0.1);
  border: 1px solid rgba(236,85,56,0.1);
  color: #EC5538;
}
.alert.alert-warning {
  background: rgba(245,166,35,0.1);
  border: 1px solid rgba(245,166,35,0.1);
  color: #F5A623;
}
.alert.alert-info {
  background: rgba(30,123,226,0.1);
  border: 1px solid rgba(30,123,226,0.1);
  color: #1E7BE2;
}
.action-add-to-favorites.active {
  background: #D81515;
  border-color: #D81515;
  color: #fff;
}
.fw-bold {
  font-weight: bold;
}
.color-muted {
  color: rgba(37,37,37,0.5);
}
.color-black {
  color: #000000;
}
.item-badges {
  position: absolute;
  top: 15px;
  right: 15px;
}
.item-badges .item-badge {
  display: block;
  float: left;
  background: #9F9F9F;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 3px;
}
.item-badges .item-badge:not(:last-child) {
  margin-right: 8px;
}
.item-badges .item-badge.item-badge-wordpress {
  background-color: #ffc107;
}
.item-badges .item-badge.item-badge-free {
  background-color: #00D05B;
}
.addon-items-header {
  margin-bottom: 20px;
}
.addon-items-header h3 {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
}
.container-full {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1800px) {
  .container-full {
    width: 1770px;
  }
}
#item-list {
  margin-top: 30px;
  margin-bottom: -30px;
}
.list-item {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  transition: box-shadow 300ms;
}
.list-item:hover {
  box-shadow: 0 4px 5px rgba(0,0,0,0.2);
}
.list-item .item-header {
  padding: 20px 20px 18px;
}
.list-item h3 {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
.list-item h3 a {
  color: #333;
}
.list-item h3 a:hover {
  color: #0078ff;
}
.list-item .item-author-category {
  font-size: 13px;
  font-weight: 300;
  color: #808080;
  margin-bottom: 15px;
}
.list-item .item-author-category a {
  color: #808080;
  font-weight: 500;
}
.list-item .item-author-category a:hover {
  color: #0078ff;
}
.list-item .item-meta .meta-download-count {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: #0078ff;
}
.list-item h4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-item .item-thumbnail {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
}
.list-item .item-thumbnail img {
  width: 100%;
  position: relative;
  display: block;
}
.list-item .item-rating-wrap {
  float: left;
  line-height: 20px;
}
.list-item .item-links {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding: 20px;
  opacity: 0;
  background: rgba(0,0,0,0.8);
  text-align: center;
  transition: opacity 400ms;
}
.list-item .item-links .btn {
  width: 130px;
}
.list-item:hover .item-links {
  opacity: 1;
}
.thumbnail-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ccc;
  z-index: 1;
  transform: translate(-50%,-50%);
  margin-top: 10px;
}
.thumbnail-loader .ico {
  font-size: 24px;
  line-height: 1;
}
.thumbnail-loader .loading-text {
  display: block;
  margin-top: 5px;
  line-height: 1;
}
.product-info-wrap {
  overflow: hidden;
  margin-bottom: 5px;
}
span.item-rating.item-rating-empty i {
  color: #D3D3D3;
}
body.com-product.view-product .thumbnail-single {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}
body.com-product.view-product .thumbnail-single .thumbnail-single-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  transition: opacity 400ms;
}
body.com-product.view-product .thumbnail-single .thumbnail-single-overlay span {
  background: #fff;
  position: absolute;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 36px;
  text-align: center;
  color: #333;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: background-color 400ms;
}
body.com-product.view-product .thumbnail-single .thumbnail-single-overlay span:hover {
  background: #ddd;
}
body.com-product.view-product .thumbnail-single:hover .thumbnail-single-overlay {
  opacity: 1;
}
body.com-product.view-product .item-details-title {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px 0;
  position: relative;
  max-width: 750px;
}
body.com-product.view-product .item-details-meta >div {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  color: #777;
}
body.com-product.view-product .item-details-meta >div:not(:last-child)::after {
  content: "/";
  color: #ccc;
  margin-left: 10px;
}
body.com-product.view-product .item-details-meta .item-ratings .ico {
  font-size: 16px;
  color: #F2BF17;
  margin-right: 3px;
}
body.com-product.view-product .nav {
  margin: -30px -30px 30px -30px;
  background: #fff;
  border-bottom: 1px solid #ebeded;
}
body.com-product.view-product .nav .nav-link {
  position: relative;
  padding: 15px 20px;
  color: #5B5B5B;
  text-align: center;
}
body.com-product.view-product .nav .nav-link:hover {
  color: #0078ff;
}
body.com-product.view-product .nav .nav-link:last-child {
  border-right: 0;
}
body.com-product.view-product .nav .nav-link.active {
  background: transparent;
  font-weight: 700;
  color: #0078ff;
  margin-bottom: -1px;
  border-bottom: 1px solid #0078ff;
}
body.com-product.view-product .item-social-share {
  margin-top: 30px;
}
body.com-product.view-product .item-social-share .social {
  display: inline-block;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
body.com-product.view-product .item-social-share .social:hover,
body.com-product.view-product .item-social-share .social:active,
body.com-product.view-product .item-social-share .social:focus {
  color: #fff;
}
body.com-product.view-product .item-social-share .social.social-facebook {
  background: #3B5998;
}
body.com-product.view-product .item-social-share .social.social-facebook:hover,
body.com-product.view-product .item-social-share .social.social-facebook:active,
body.com-product.view-product .item-social-share .social.social-facebook:focus {
  background: #2d4373;
}
body.com-product.view-product .item-social-share .social.social-twitter {
  background: #56A3D9;
}
body.com-product.view-product .item-social-share .social.social-twitter:hover,
body.com-product.view-product .item-social-share .social.social-twitter:active,
body.com-product.view-product .item-social-share .social.social-twitter:focus {
  background: #2e8cce;
}
body.com-product.view-product .item-social-share .social.social-pinterest {
  background: #DD4B39;
}
body.com-product.view-product .item-social-share .social.social-pinterest:hover,
body.com-product.view-product .item-social-share .social.social-pinterest:active,
body.com-product.view-product .item-social-share .social.social-pinterest:focus {
  background: #c23321;
}
body.com-product.view-product .item-social-share .social.social-google-plus {
  background: #CB211D;
}
body.com-product.view-product .item-social-share .social.social-google-plus:hover,
body.com-product.view-product .item-social-share .social.social-google-plus:active,
body.com-product.view-product .item-social-share .social.social-google-plus:focus {
  background: #9e1a17;
}
body.com-product.view-product .item-description {
  background: #fff;
  padding: 30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  margin-top: 30px;
}
body.com-product.view-product .item-description p,
body.com-product.view-product .item-description img {
  margin-bottom: 30px;
}
body.com-product.view-product .item-description p img {
  margin-top: 30px;
}
body.com-product.view-product .item-description h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
}
body.com-product.view-product .item-description h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
body.com-product.view-product .item-description h4 {
  line-height: 1.6;
  margin-bottom: 20px;
}
body.com-product.view-product .item-description h2 a,
body.com-product.view-product .item-description h3 a,
body.com-product.view-product .item-description h4 a {
  position: relative;
  color: #000000;
}
body.com-product.view-product .item-description h2 a:hover,
body.com-product.view-product .item-description h2 a:hover:after,
body.com-product.view-product .item-description h3 a:hover,
body.com-product.view-product .item-description h3 a:hover:after,
body.com-product.view-product .item-description h4 a:hover,
body.com-product.view-product .item-description h4 a:hover:after {
  color: #0078ff;
}
body.com-product.view-product .item-description h2 a:after,
body.com-product.view-product .item-description h3 a:after,
body.com-product.view-product .item-description h4 a:after {
  content: "\e9af";
  font-family: "IcoFont";
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  color: #999;
}
body.com-product.view-product .item-description ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 10px;
}
body.com-product.view-product .item-description ul >li {
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  margin-bottom: 5px;
}
body.com-product.view-product .item-description ul >li img {
  margin: 10px 0;
}
body.com-product.view-product .item-description ul >li:before {
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 10px;
  left: 0;
  top: 12px;
}
body.com-product.view-product .item-description ol {
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0 0 25px 10px;
}
body.com-product.view-product .item-description ol > li {
  counter-increment: item;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
body.com-product.view-product .item-description ol > li img {
  margin: 10px 0;
}
body.com-product.view-product .item-description ol > li >a {
  color: #000000;
}
body.com-product.view-product .item-description ol > li >a:hover {
  color: #0078ff;
}
body.com-product.view-product .item-description ol > li:before {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 10px;
  content: counter(item);
  background: #00aeef;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
body.com-product.view-product .item-description pre {
  margin-bottom: 30px;
}
body.com-product.view-product .item-description .outer-img-large {
  margin-left: -100px;
  margin-right: -100px;
}
body.com-product.view-product .item-description .outer-img-xlarge {
  margin-left: -150px;
  margin-right: -150px;
}
body.com-product.view-product .item-description .social-share {
  padding: 0;
  margin: 70px 0 20px;
}
body.com-product.view-product .item-description blockquote {
  background: #F6F7F9;
  padding: 60px 30px 30px;
  border: 0;
  border-radius: 3px;
  position: relative;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 30px;
}
body.com-product.view-product .item-description blockquote strong,
body.com-product.view-product .item-description blockquote b {
  font-weight: 600;
}
body.com-product.view-product .item-description blockquote p:last-child {
  margin-bottom: 0;
}
body.com-product.view-product .item-description blockquote:before {
  content: "\e9d4";
  font-family: "IcoFont";
  position: absolute;
  font-size: 32px;
  color: #0078ff;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.com-product.view-product .ul-check {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
body.com-product.view-product .ul-check >li {
  float: left;
  width: 50%;
  display: block;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 34px;
  color: #484848;
}
body.com-product.view-product .ul-check >li .ico {
  padding: 8px;
  border: 1px solid #C4C4C4;
  font-size: 16px;
  border-radius: 100px;
  margin-right: 10px;
  vertical-align: middle;
}
body.com-product.view-product .ul-check >li .ico.ico-tick-mark {
  color: #0078ff;
}
body.com-product.view-product .ul-tags {
  display: block;
  list-style: none;
  padding: 0;
  margin: -5px;
  font-size: 0;
}
body.com-product.view-product .ul-tags >li {
  display: inline-block;
  font-weight: 400;
  margin: 5px;
}
body.com-product.view-product .ul-tags >li >a {
  font-size: 12px;
  background: #EBEBEB;
  color: #000000;
  padding: 8px 10px;
  border-radius: 3px;
}
body.com-product.view-product .ul-tags >li >a:hover {
  background-color: #0078ff;
  color: #fff;
}
body.com-product.view-product .th-block-title {
  margin: 0 0 20px;
  font-size: 18px;
  color: #484848;
}
body.com-product.view-product .widget-card {
  background: #fff;
  padding: 30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
body.com-product.view-product .widget-card .widget-card-tile {
  margin: -30px -30px 30px -30px;
  padding: 15px 30px;
  border-bottom: 1px solid #ebeded;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
}
body.com-product.view-product .widget-card .widget-card-tile .ico {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 5px;
}
body.com-product.view-product .widget-card .widget-card-content ul {
  list-style: none;
  padding: 0;
  margin: -5px 0;
}
body.com-product.view-product .widget-card .widget-card-content ul >li >strong {
  display: inline-block;
  width: 90px;
}
body.com-product.view-product .widget-card .widget-card-content ul >li >div {
  display: inline-block;
  margin-left: 90px;
}
body.com-product.view-product .item-details-profile {
  padding: 0;
  height: 128px;
}
body.com-product.view-product .item-details-profile .item-details-profile-avatar {
  margin-right: 20px;
}
body.com-product.view-product .item-details-profile .item-details-profile-avatar .avatar {
  height: 128px;
  width: 128px;
  line-height: 128px;
  border-radius: 0;
  box-shadow: none;
}
body.com-product.view-product .item-details-profile .item-details-profile-name {
  font-size: 18px;
  line-height: 1;
  margin: 20px 0 0;
}
body.com-product.view-product .item-details-profile .item-details-profile-name a {
  color: #000000;
}
body.com-product.view-product .item-details-profile .item-details-profile-name a:hover,
body.com-product.view-product .item-details-profile .item-details-profile-name a:active,
body.com-product.view-product .item-details-profile .item-details-profile-name a:focus {
  color: #0078ff;
}
body.com-product.view-product .item-details-profile .item-details-profile-joined {
  display: block;
  margin-bottom: 5px;
}
body.com-product.view-product .item-details-downloads {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  border-radius: 3px;
  line-height: 20px;
  padding: 18px 20px;
  font-weight: 500;
}
body.com-product.view-product .item-details-downloads .ico {
  font-size: 20px;
  color: #0078ff;
  margin-right: 8px;
}
body.com-product.view-product .item-details-downloads .item-details-download-count {
  font-size: 20px;
  display: block;
  margin-top: 1px;
}
body.com-product.view-product .item-details-downloads .item-details-download-label {
  text-transform: uppercase;
}
body.com-product.view-product .item-social-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.com-product.view-product .item-social-share ul >li {
  display: inline-block;
  line-height: 1;
  margin-left: 6px;
  margin-top: 6px;
}
body.com-product.view-product .item-social-share ul >li >a {
  display: block;
  line-height: 1;
  color: #fff;
  min-width: 34px;
  text-align: center;
  border-radius: 3px;
  padding: 8px 10px;
}
body.com-product.view-product .item-social-share ul >li >a.social-facebook {
  background: #4A65BA;
}
body.com-product.view-product .item-social-share ul >li >a.social-facebook:hover {
  background: #3a5097;
}
body.com-product.view-product .item-social-share ul >li >a.social-twitter {
  background: #42A5F5;
}
body.com-product.view-product .item-social-share ul >li >a.social-twitter:hover {
  background: #128ef2;
}
body.com-product.view-product .item-social-share ul >li >a.social-google-plus {
  background: #E43B50;
}
body.com-product.view-product .item-social-share ul >li >a.social-google-plus:hover {
  background: #cf1d33;
}
body.com-product.view-product .item-social-share ul >li >a.social-pinterest {
  background: #D0021B;
}
body.com-product.view-product .item-social-share ul >li >a.social-pinterest:hover {
  background: #9d0214;
}
body.com-product.view-product .item-social-share ul >li >a.social-linkedin {
  background: #1E7BE2;
}
body.com-product.view-product .item-social-share ul >li >a.social-linkedin:hover {
  background: #1762b6;
}
#changelog {
  margin-bottom: 0;
  max-height: 400px;
  overflow-y: auto;
}
#changelog h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
#changelog h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
#changelog > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 10px;
}
#changelog > ul:last-child {
  margin-bottom: 0;
}
#changelog > ul >li {
  display: block;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  position: relative;
}
#changelog > ul >li:before {
  content: " ";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 10px;
}
#changelog > ul >li.fix:after,
#changelog > ul >li.new:after,
#changelog > ul >li.update:after {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  padding: 3px 5px;
  margin-left: 10px;
  border-radius: 2px;
}
#changelog > ul >li.fix:after {
  content: "Bug fix";
  background-color: #F5A623;
}
#changelog > ul >li.new:after {
  content: "New";
  background-color: #0078ff;
}
#changelog > ul >li.update:after {
  content: "Update";
  background-color: #1d84df;
}
.more-items {
  margin-top: 75px;
  margin-bottom: -70px;
  background: #f4f4f4;
  padding-top: 70px;
  padding-bottom: 40px;
}
.more-items .more-items-header {
  margin-bottom: 30px;
}
.more-items .more-items-header h3 {
  margin: 0;
  font-size: 18px;
  line-height: 46px;
}
#comments {
  font-size: 0.875rem;
  line-height: 1.750rem;
}
#comments .commenter-badge {
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  color: #888;
}
#comments .comment-text {
  padding-bottom: 0.625rem;
}
#comments .commenter-badge {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 10px;
  text-transform: uppercase;
  display: inline-block;
  background: #0078ff;
  color: #fff;
  padding: 4px 5px;
  border-radius: 2px;
  margin-left: 3px;
}
#comments .commenter-badge.author {
  background: #F5A623;
}
#comments .commenter-badge.customer {
  background: #1E7BE2;
}
#comments >.comment {
  padding: 1.875em 0;
  border-bottom: 1px solid #ebeded;
}
#comments >.comment:first-child {
  padding-top: 0;
}
#comments >.comment h4 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
#comments >.comment h4 a {
  color: #000000;
}
#comments >.comment h4 a:hover {
  color: #0078ff;
}
#comments >.comment .commented-on {
  display: block;
  line-height: 1.2;
  font-size: 0.750rem;
  color: #B1B1B1;
  margin: 0.625rem 0 1.250rem;
}
#comments >.comment .comment-tools >a {
  position: relative;
  display: block;
  float: left;
  font-size: 0.750rem;
  font-weight: normal;
  color: #888;
  margin-right: 0.625rem;
  padding-right: 0.625rem;
}
#comments >.comment .comment-tools >a:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: -2px;
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 10px;
}
#comments >.comment .comment-tools >a:last-child {
  margin-right: 0;
  padding-right: 0;
}
#comments >.comment .comment-tools >a:last-child:after {
  display: none;
}
#comments >.comment .comment-tools >a.action-report-comment:hover {
  color: #F5A623;
}
#comments >.comment .comment-tools >a.action-remove-comment:hover {
  color: #D0021B;
}
#comments >.comment .comment-tools >a:hover {
  color: #0078ff;
}
#comments >.comment .comment-replies >.comment-reply {
  padding: 1.875em 0;
  border-top: 1px solid #ebeded;
}
#comments >.comment .comment-replies >.comment-reply:first-child {
  margin-top: 1.875rem;
}
#comments >.comment .comment-replies >.comment-reply:last-child {
  padding-bottom: 0;
}
#comments >.comment .comment-replies .reply-meta >a {
  position: relative;
  display: block;
  float: left;
  font-size: 0.750rem;
  font-weight: normal;
  color: #888;
  margin-right: 0.625rem;
  padding-right: 0.625rem;
}
#comments >.comment .comment-replies .reply-meta >a:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: -2px;
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 10px;
}
#comments >.comment .comment-replies .reply-meta >a:last-child {
  margin-right: 0;
  padding-right: 0;
}
#comments >.comment .comment-replies .reply-meta >a:last-child:after {
  display: none;
}
#comments >.comment .comment-replies .reply-meta >a.action-report-reply:hover {
  color: #F5A623;
}
#comments >.comment .comment-replies .reply-meta >a.action-remove-reply:hover {
  color: #D0021B;
}
#comments >.comment .comment-replies .reply-meta >a:hover {
  color: #0078ff;
}
#comments >.comment #reply-form {
  margin-top: 30px;
  padding-bottom: 10px;
}
#comments >.comment #reply-form #reply_text {
  border-radius: 0;
  background: #FAFAFA;
  border-color: #EBEBEB;
  padding: 20px;
  min-height: 100px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#comments >.comment #reply-form #reply_text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#comments >.comment #reply-form #reply_text:-ms-input-placeholder {
  color: #999;
}
#comments >.comment #reply-form #reply_text::-webkit-input-placeholder {
  color: #999;
}
#comments >.comment #reply-form #reply_text:focus {
  outline: 0;
}
#comments >.comment #reply-form #reply_text:hover,
#comments >.comment #reply-form #reply_text:focus,
#comments >.comment #reply-form #reply_text:active {
  background: #F6F6F8;
}
#comments >.comment #report-comment-outer {
  margin-top: 30px;
  padding-bottom: 10px;
}
#comments >.comment #report-comment-outer #report_text {
  border-radius: 0;
  background: #FAFAFA;
  border-color: #EBEBEB;
  padding: 20px;
  min-height: 100px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#comments >.comment #report-comment-outer #report_text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#comments >.comment #report-comment-outer #report_text:-ms-input-placeholder {
  color: #999;
}
#comments >.comment #report-comment-outer #report_text::-webkit-input-placeholder {
  color: #999;
}
#comments >.comment #report-comment-outer #report_text:focus {
  outline: 0;
}
#comments >.comment #report-comment-outer #report_text:hover,
#comments >.comment #report-comment-outer #report_text:focus,
#comments >.comment #report-comment-outer #report_text:active {
  background: #F6F6F8;
}
#comment_text {
  border-radius: 0;
  background: #FAFAFA;
  border-color: #EBEBEB;
  padding: 20px;
  min-height: 100px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#comment_text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#comment_text:-ms-input-placeholder {
  color: #999;
}
#comment_text::-webkit-input-placeholder {
  color: #999;
}
#comment_text:focus {
  outline: 0;
}
#comment_text:hover,
#comment_text:focus,
#comment_text:active {
  background: #F6F6F8;
}
#reviews >.review {
  padding: 1.250rem 0;
  border-bottom: 1px solid #ebeded;
}
#reviews >.review:first-child {
  padding-top: 0;
}
#reviews >.review:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#reviews >.review .ratings {
  display: block;
  line-height: 1;
}
#reviews >.review .ratings .ico {
  margin-right: 3px;
  color: #F5A623;
}
#reviews >.review h4 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
#reviews >.review h4 >a {
  color: #000000;
}
#reviews >.review h4 .reviewed-on {
  display: inline-block;
  margin-left: 10px;
  font-weight: 300;
  color: #999;
}
#reviews >.review .review-text {
  margin-top: 20px;
}
.action-add-to-cart {
  text-align: left;
}
.action-add-to-cart .item-original-price {
  font-weight: 400;
  color: rgba(255,255,255,0.8) !important;
}
.action-add-to-cart .item-price {
  font-weight: 600;
}
.th-popup-cart .ico-check-circled {
  color: #0078ff;
}
.th-popup-cart h4 {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  margin: 10px 0 0;
}
.th-popup-cart h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.th-popup-cart .thumbnail-wrap {
  width: 360px;
  max-width: 100%;
  display: inline-block;
  margin: 30px 0;
}
.th-popup-cart .thumbnail-wrap img {
  display: inline-block;
  -webkit-box-shadow: 0 1px 6px 0 rgba(135,152,164,0.4);
  box-shadow: 0 1px 6px 0 rgba(135,152,164,0.4);
}
.th-popup-cart .cart-actions {
  margin-top: 30px;
  margin-bottom: -5px;
}
.th-popup-cart .cart-actions .btn {
  margin: 5px;
}
.th-popup-cart .th-cart-price {
  margin-top: 20px;
  color: #888;
}
.th-popup-cart .th-cart-price span {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.cart-items >.cart-item {
  position: relative;
  margin: 0 0 30px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.cart-items >.cart-item:first-child {
  margin-top: 20px;
}
.cart-items >.cart-item:last-child {
  margin-bottom: 0;
}
.cart-items >.cart-item .cart-item-thumbnail {
  height: 80px;
}
.cart-items >.cart-item .cart-item-title {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
  color: #000000;
}
.cart-items >.cart-item .cart-item-author {
  font-size: 14px;
  font-weight: 400;
  color: #878787;
}
.cart-items >.cart-item .cart-item-price-wrapper {
  display: inline-block;
  margin-right: 40px;
}
.cart-items >.cart-item .cart-item-price-wrapper >span {
  font-weight: 600;
  display: inline-block;
}
.cart-items >.cart-item .cart-item-price-wrapper >span.cart-item-price {
  font-size: 30px;
  color: #4A4A4A;
}
.cart-items >.cart-item .cart-item-price-wrapper >span.cart-item-original-price {
  font-size: 14px;
  line-height: 14px;
  display: block;
  color: #999999;
  letter-spacing: 1px;
  text-decoration: line-through;
  margin-right: 3px;
  margin-bottom: 10px;
}
.cart-items >.cart-item .action-remove-cart {
  top: 50%;
  right: 20px;
  position: absolute;
  display: block;
  color: #999;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.cart-items >.cart-item .action-remove-cart:hover {
  color: #333;
}
.cart-footer {
  margin-top: 30px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.cart-footer .cart-footer-original-price {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  text-decoration: line-through;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
.cart-footer .cart-footer-price {
  font-size: 30px;
  line-height: 1;
  color: #0078ff;
  font-weight: 500;
}
.cart-footer .cart-footer-price strong {
  color: #999999;
}
.payment-methods .input-payment-method >div {
  position: relative;
  padding: 20px 15px;
  border: 1px solid #fff;
  padding-left: 55px;
  background-color: #fff;
  cursor: pointer;
  color: #757575;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.payment-methods .input-payment-method >div img {
  height: 30px;
}
.payment-methods .input-payment-method >div .ico {
  font-size: 24px;
  color: #999;
  position: absolute;
  top: 25px;
  left: 15px;
}
.payment-methods .input-payment-method >div .ico.ico-check-circled {
  color: #0078ff;
  display: none;
}
.payment-methods .input-payment-method.active >div {
  border-color: #0078ff;
  box-shadow: 0 2px 4px 0 rgba(135,152,164,0.3);
  -webkit-box-shadow: 0 2px 4px 0 rgba(135,152,164,0.3);
}
.payment-methods .input-payment-method.active >div .ico {
  display: none;
}
.payment-methods .input-payment-method.active >div .ico.ico-check-circled {
  display: inline;
}
.payment-action {
  margin-top: 30px;
}
.drop-file-image {
  background-color: #e5f1f8;
  border: 3px dashed #fff;
  padding: 50px 30px;
  text-align: center;
  border-radius: 4px;
}
.drop-file-image.dragdrop {
  background-color: #f3fbff;
  border-color: #daecf7;
}
.drop-file-image .ico-check {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  top: -14px;
  right: -14px;
  font-size: 18px;
  color: #fff;
  background-color: #0078ff;
  border-radius: 100px;
  display: none;
}
.drop-file-image .thumbnail-wrapper {
  position: relative;
  display: inline-block;
  max-width: 270px;
}
.drop-file-image .thumbnail-wrapper.thumbnail-changed .ico-check {
  display: block;
}
.drop-file-image .package-file-container {
  position: relative;
  text-align: center;
  color: #3c763d;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.drop-file-image .package-file-container.package-changed .ico-check {
  display: block;
}
.drop-file-image .progress {
  margin-top: -10px;
  margin-bottom: 10px;
}
.drop-file-image.drop-zip {
  background-color: rgba(0,120,255,0.1);
  border-color: #fff;
}
.drop-file-image.drop-zip.dragdrop {
  background-color: rgba(0,120,255,0.05);
  border-color: rgba(0,120,255,0.3);
}
.drop-file-image.drop-zip .progress {
  margin-top: -10px;
  margin-bottom: 30px;
}
.drop-file-image.drop-zip .ico-file-zip {
  display: block;
  font-size: 3em;
  margin-bottom: 20px;
}
.drop-file-image img {
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ebeded;
  margin-bottom: 20px;
  width: 260px;
  border-radius: 3px;
}
.drop-file-image .lead {
  font-size: 32px;
}
.drop-file-image .btn {
  margin: 20px 0 0;
}
.dashboard {
  margin-top: -40px;
}
.dashboard-profile {
  background: #FFFFFF;
  font-size: 0.875rem;
  padding: 1.875rem;
  padding-bottom: 0;
  margin-bottom: 1.875rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  margin-top: 30px;
}
.dashboard-profile .author-name {
  font-size: 1.250rem;
  line-height: 1;
  margin: 10px 0 0;
}
.dashboard-profile .author-joined {
  display: block;
  color: #878787;
}
.toolbar {
  margin-top: 1.250rem;
}
.toolbar ul {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.toolbar ul > li {
  display: inline-block;
  padding: 0 10px;
}
.toolbar ul > li >a {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 400;
  display: block;
  color: #878787;
  border-bottom: 5px solid #fff;
  -webkit-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  transition: border-color 300ms;
}
.toolbar ul > li >a.active,
.toolbar ul > li >a:hover {
  border-bottom-color: #0078ff;
}
.purchase-item {
  background: #FFFFFF;
  padding: 1.250rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  border-radius: 3px;
  margin-bottom: 30px;
}
.purchase-item .item-thumbnail {
  height: 80px;
}
.purchase-item .item-author {
  font-size: 0.875rem;
  font-weight: 400;
}
.purchase-item .item-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.purchase-item .item-title a {
  color: #4A4A4A;
}
.purchase-item .item-title a:hover {
  color: #0078ff;
}
.purchase-item .purchase-meta {
  font-size: 0.750rem;
  color: #878787;
}
.purchase-item .purchase-meta >span {
  display: inline-block;
  margin-right: 15px;
}
.purchase-item .purchase-actions {
  margin: 25px -5px -5px;
}
.purchase-item .purchase-actions .btn {
  margin: 5px;
}
.item-ratings-container {
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
  color: #878787;
}
.item-ratings-container .item-ratings {
  font-size: 0.750rem;
  line-height: 1;
  unicode-bidi: bidi-override;
  direction: rtl;
  display: inline-block;
}
.item-ratings-container .item-ratings span.rating-star {
  font-family: "IcoFont";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  color: #F5A623;
}
.item-ratings-container .item-ratings span.rating-star.active:before {
  content: "\ea4f";
}
.item-ratings-container .item-ratings span.rating-star:before {
  content: "\ea4e";
  padding-right: 5px;
}
.item-ratings-container .item-ratings span.rating-star:hover:before,
.item-ratings-container .item-ratings span.rating-star:hover ~ span.rating-star:before {
  content: "\ea4f";
  color: #db8c0a;
  cursor: pointer;
}
.item-ratings-container .ico {
  color: #F5A623;
}
.th-popup-review .th-popup-inner {
  padding: 50px 30px 30px;
}
.th-popup-review .item-ratings-container {
  margin-bottom: 20px;
}
.th-popup-review .item-ratings-container .item-ratings {
  font-size: 18px;
}
.th-popup-review textarea {
  height: 220px;
}
.th-popup-review .form-group {
  margin-bottom: 20px;
}
.empty-dashboard {
  padding: 50px 30px;
}
.th-card-icon {
  padding: 1.250rem;
  margin-bottom: 30px;
}
.th-card-icon .th-card-icon-title {
  margin-top: 13px;
  color: #878787;
}
.th-card-icon .th-card-icon-content {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.th-card-icon .th-card-icon-main {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  font-size: 1.875rem;
}
.th-card-icon .ico-chart-line {
  background: #1E7BE2;
}
.th-card-icon .ico-chart-bar-graph {
  background: #0078ff;
}
.th-card-icon .ico-chart-flow {
  background: #F5A623;
}
.th-card-icon .ico-tick-mark {
  background: #0078ff;
}
.th-card-icon .ico-bg-warning {
  background: #F5A623;
}
.th-card-icon .ico-bg-danger {
  background: #D0021B;
}
.th-card-icon .ico-bg-primary {
  background: #1E7BE2;
}
.th-card-icon .ico-bg-success {
  background: #0078ff;
}
#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(255,255,255,0.9);
  width: 100px;
  height: 64px;
  color: #1E7BE2;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  box-shadow: 0 0 6px 0 rgba(30,123,226,0.21);
  -webkit-box-shadow: 0 0 6px 0 rgba(30,123,226,0.21);
  border-radius: 4px;
}
.table.table-striped td,
.table.table-striped th {
  padding: 1rem;
  border: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333;
}
.table.table-striped th {
  font-weight: 600;
  color: #4A4A4A;
}
.table.table-striped tbody tr {
  -webkit-transition: 400ms;
  transition: 400ms;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}
.table.table-striped tbody tr:hover {
  background: #0078ff;
}
.table.table-striped tbody tr:hover td {
  color: #fff;
}
.table.table-striped tbody tr:hover td a,
.table.table-striped tbody tr:hover td a:hover,
.table.table-striped tbody tr:hover td a:focus,
.table.table-striped tbody tr:hover td a:active {
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #fff;
}
.table.table-striped .item-link {
  color: #333;
}
.table.table-striped .item-link:hover {
  color: #0078ff;
}
.th-widget {
  margin-bottom: 1.875rem;
}
.th-widget .th-table-wrapper {
  margin: -1.875rem;
}
.th-widget-my-items {
  margin-bottom: 0;
}
.my-item {
  position: relative;
}
.submission-item {
  background: #FFFFFF;
  padding: 1.250rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  margin-bottom: 1.875rem;
}
.submission-item .item-status {
  margin-top: 5px;
  font-size: 0.875rem;
  font-weight: 500;
}
.submission-item.item-approved .item-status {
  color: #0078ff;
}
.submission-item.item-pending .item-status {
  color: #F5A623;
}
.submission-item.item-soft-rejected .item-status,
.submission-item.item-resubmitted .item-status {
  color: #E32139;
}
.submission-item .item-thumbnail {
  height: 80px;
}
.submission-item .item-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.submission-item .item-title a {
  color: #4A4A4A;
}
.submission-item .item-title a:hover {
  color: #0078ff;
}
.submission-item .submission-meta {
  font-size: 0.750rem;
  color: #878787;
}
.submission-item .submission-meta a {
  color: #878787;
}
.submission-item .submission-meta a:hover {
  color: #0078ff;
}
.submission-item .submission-meta .meta-delete >a {
  color: #D0021B;
}
.submission-item .submission-meta .meta-delete >a:hover {
  color: #D0021B;
}
.submission-item .submission-meta >span {
  display: inline-block;
  margin-right: 20px;
}
.submission-item .submission-meta >span:last-child {
  margin-right: 0;
}
.submission-item .item-price {
  font-weight: 500;
  color: #0078ff;
}
.submission-item .item-price >span {
  font-size: 36px;
  line-height: 36px;
  display: block;
  font-weight: 700;
}
.rejection-history {
  position: relative;
  margin: 1.250rem -1.25rem -1.25rem;
  padding: 1.875rem 1.250rem 1.250rem;
  border-top: 1px solid #ebeded;
  background: #f5f5f5;
  border-radius: 0 0 4px 4px;
}
.rejection-history:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px;
  border-color: #EAEAEA transparent transparent transparent;
  z-index: 1;
}
.rejection-history:after {
  content: " ";
  position: absolute;
  top: -1px;
  left: 51px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
.rejection-history >div {
  margin-bottom: 60px;
}
.rejection-history >div:last-child {
  margin-bottom: 30px;
}
.rejection-history >div.history-by-reviwer {
  text-align: right;
}
.rejection-history >div.history-by-reviwer .history-body .history-time {
  left: auto;
  right: 0;
}
.rejection-history >div .history-body {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  border-radius: 3px;
  padding: 15px;
  font-size: 0.875rem;
  display: inline-block;
  min-width: 60%;
}
.rejection-history >div .history-body .history-author {
  font-weight: 500;
  color: #0078ff;
}
.rejection-history >div .history-body .history-author >span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-left: 5px;
  color: #999;
}
.rejection-history >div .history-body .history-time {
  position: absolute;
  bottom: -35px;
  left: 0;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  color: #999;
}
.th-card.th-card-solid {
  padding: 20px;
  color: #fff;
}
.th-card.th-card-solid .ico-left-main {
  font-size: 24px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: #fff;
  border-radius: 100px;
}
.th-card.th-card-solid.th-card-success {
  background: #0078ff;
}
.th-card.th-card-solid.th-card-success .ico-left-main {
  color: #0078ff;
}
.th-card.th-card-solid.th-card-warning {
  background: #F5A623;
}
.th-card.th-card-solid.th-card-warning .ico-left-main {
  color: #F5A623;
}
.profile-edit-header {
  background: #FFFFFF;
  font-size: 0.875rem;
  padding: 1.875rem;
  padding-bottom: 0;
  margin-bottom: 1.875rem;
  box-shadow: 0 2px 4px 0 rgba(135,152,164,0.3);
  -webkit-box-shadow: 0 2px 4px 0 rgba(135,152,164,0.3);
}
.profile-edit-header .author-name {
  font-size: 1.250rem;
  line-height: 1;
  margin: 10px 0 0;
}
.profile-edit-header .author-joined {
  display: block;
  color: #878787;
}
.field-image-advanced {
  margin-bottom: 20px;
}
.field-image-advanced .img-thumbnail {
  border-color: #ebeded;
  padding: 5px;
}
#main-chat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f5f5f5;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
#main-chat .chat-user-list,
#main-chat .user-chat-list {
  display: block;
  position: relative;
}
#main-chat .chat-sidebar {
  position: absolute;
  padding: 0;
  background: #fff;
  border-right: 1px solid #ebeded;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
#main-chat .chat-sidebar .chat-list-item {
  position: relative;
  margin: 0 0 10px 0;
  display: block;
  cursor: pointer;
  border-left: 5px solid #fff;
}
#main-chat .chat-sidebar .chat-list-item:last-child {
  border-bottom: 0;
}
#main-chat .chat-sidebar .chat-list-item.chat-list-item-unread {
  border-left-color: #0078ff;
}
#main-chat .chat-sidebar .chat-list-item.chat-list-item-unread h4 {
  color: #000;
  font-weight: bold;
}
#main-chat .chat-sidebar .chat-list-item.chat-list-item-unread .last-message {
  font-weight: bold;
}
#main-chat .chat-sidebar .chat-list-item .avatar-container .avatar {
  float: left;
}
#main-chat .chat-sidebar .chat-list-item h4 {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  font-weight: 400;
  margin: 0;
}
#main-chat .chat-sidebar .chat-list-item .last-message {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 8px;
}
#main-chat .chat-sidebar .chat-list-item .last-message-time {
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
  color: #878787;
}
#main-chat .chat-sidebar .chat-list-item.active {
  background: #0078ff;
  border-left-color: #0078ff;
}
#main-chat .chat-sidebar .chat-list-item.active h4,
#main-chat .chat-sidebar .chat-list-item.active .last-message {
  color: #fff;
}
#main-chat .chat-sidebar .chat-list-item.active .last-message-time {
  color: rgba(255,255,255,0.7);
}
#main-chat .chat-sidebar #load-chat-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
#main-chat .chat .chat-history {
  height: 600px;
}
#main-chat .chat-sidebar .chat-list-item {
  padding: 15px 10px;
}
#main-chat .chat-user-list {
  width: 80px;
}
#main-chat .user-chat-list {
  width: calc(100% - 80px);
}
@media (min-width: 768px) {
  #main-chat .chat-sidebar .chat-list-item {
    padding: 30px 30px 30px 25px;
  }
  #main-chat .chat-user-list {
    width: 300px;
  }
  #main-chat .user-chat-list {
    width: calc(100% - 300px);
  }
}
.empty-chatroom {
  background: #F5F9FB;
  padding: 100px 30px;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(135,152,164,0.3);
  -webkit-box-shadow: 0 2px 4px 0 rgba(135,152,164,0.3);
}
.empty-chatroom .ico {
  font-size: 128px;
  line-height: 128px;
  color: #d8d8d8;
  display: block;
  margin-bottom: 10px;
}
.questions >.question {
  margin: 0;
  padding: 1.250rem 0;
  border-bottom: 1px solid #ebeded;
}
.questions >.question:first-child {
  margin-top: -1.25rem;
}
.questions >.question:last-child {
  margin-bottom: -1.25rem;
  border-bottom: 0;
}
.questions >.question:nth-child(even) {
  background: #fafafa;
}
.questions .question-subject h2 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}
.questions .question-subject h2 a {
  color: #000000;
}
.questions .question-subject h2 .badge {
  border-radius: 2px;
  font-weight: 500;
  letter-spacing: .5px;
}
.questions .question-subject h2 .badge.badge-primary {
  background: #1E7BE2;
}
.questions .question-subject h2 .badge.badge-success {
  background: #0078ff;
}
.questions .question-meta {
  margin: -5px;
}
.questions .question-meta >span {
  margin: 5px;
  font-size: 0.813rem;
  display: inline-block;
  color: #484848;
}
.questions .question-meta >span a {
  font-weight: 400;
  color: #484848;
}
.questions .pagination-wrapper {
  margin-top: 1.875rem;
}
.questions .pagination-wrapper ul {
  margin-bottom: 0;
}
#topic {
  margin: -1.25rem 0 0;
}
#topic >.topic {
  padding: 1.250rem 0;
  border-bottom: 1px solid #ebeded;
}
#topic .question-subject h2 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}
#topic .question-subject h2 a {
  color: #000000;
}
#topic .question-subject h2 .badge {
  border-radius: 2px;
  font-weight: 500;
  letter-spacing: .5px;
}
#topic .question-subject h2 .badge.badge-primary {
  background: #1E7BE2;
}
#topic .question-subject h2 .badge.badge-success {
  background: #0078ff;
}
#topic .question-meta {
  margin: -5px;
}
#topic .question-meta >span {
  margin: 5px;
  font-size: 0.750rem;
  display: inline-block;
  color: #484848;
}
#topic .question-meta >span a {
  font-weight: 400;
  color: #484848;
}
#topic .question-text {
  margin-top: 10px;
}
#answers >.answer {
  margin: 0;
  padding: 1.250rem 0;
  border-bottom: 1px solid #ebeded;
}
#answers >.answer.accepted-answer {
  background: #EEFFF4;
}
#answers >.answer .answer-accepted-badge {
  margin-top: 10px;
}
#answers >.answer .answer-accepted-badge .ico {
  font-size: 20px;
  color: #0078ff;
}
#answers >.answer .answered-by {
  font-size: 14px;
  font-weight: bold;
}
#answers >.answer .answered-by a {
  color: #000000;
}
#answers >.answer .answered-by .badge {
  border-radius: 2px;
  font-weight: 500;
  letter-spacing: .5px;
}
#answers >.answer .answered-by .badge.badge-primary {
  background: #1E7BE2;
}
#answers >.answer .answered-by .badge.badge-success {
  background: #0078ff;
}
#answers >.answer .answer-created {
  font-size: 0.750rem;
  color: #484848;
}
#answers >.answer .answer-meta {
  margin: -5px;
  margin-top: 10px;
}
#answers >.answer .answer-meta >span {
  margin: 5px;
  font-size: 0.750rem;
  display: inline-block;
  color: #C7C7C7;
  line-height: 1;
}
#answers >.answer .answer-meta >span a {
  font-weight: 400;
  color: #C7C7C7;
}
#answers >.answer .answer-meta >span a:hover {
  color: #888;
}
#answers >.answer .answer-meta >span.answer-meta-accept,
#answers >.answer .answer-meta >span.answer-meta-reject,
#answers >.answer .answer-meta >span.answer-meta-delete {
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
#answers >.answer .answer-text {
  margin-top: 10px;
}
#answers >.answer:hover .answer-meta >span.answer-meta-accept,
#answers >.answer:hover .answer-meta >span.answer-meta-reject,
#answers >.answer:hover .answer-meta >span.answer-meta-delete {
  opacity: 1;
}
blockquote.support-blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 50px;
  margin: 0;
  position: relative;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  border-left: 15px solid #0078ff;
  border-right: 2px solid #0078ff;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
blockquote.support-blockquote:before {
  content: "\201C";
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 0;
}
blockquote.support-blockquote b,
blockquote.support-blockquote strong {
  font-weight: bold;
}
.form-reply {
  margin-top: 1.875rem;
}
.form-control.form-control-bbcode-editor {
  border-radius: 0 0 3px 3px;
  padding-top: 50px;
  border-color: #ebeded;
  margin-bottom: 20px;
}
.form-control.form-control-bbcode-editor.form-control-bbcode-editor-lg {
  min-height: 240px;
}
.form-control.form-control-bbcode-editor:focus {
  border-color: #80bdff;
}
#bbcode-editor {
  position: relative;
}
#bbcode-editor #bbcode-toolbar {
  background: #F5F5F5;
  border-bottom: 1px solid #ebeded;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  padding: 0;
}
#bbcode-editor #bbcode-toolbar ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#bbcode-editor #bbcode-toolbar ul >li {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 12px 11px 12px 15px;
}
#bbcode-editor #bbcode-toolbar ul >li a {
  color: #838383;
}
#bbcode-editor #bbcode-toolbar ul >li.bbcode-separator {
  border-left: 1px solid #ebeded;
}
.questions-toolbar {
  margin: -0.625rem 0 1.250rem;
  padding: 0 0 1.250rem;
  border-bottom: 1px solid #ebeded;
}
.questions-toolbar .search-questions {
  position: relative;
}
.questions-toolbar .search-questions .ico-search {
  position: absolute;
  color: #C4C3C3;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.questions-toolbar .search-questions .form-control {
  padding-left: 35px;
  height: 36px;
  width: 220px;
  max-width: 100%;
}
.syntx-highlighter {
  border-radius: 3px;
}
.syntx-highlighter br {
  display: none;
}
.profile {
  position: relative;
}
.profile .profile-header {
  background: #fff;
  margin-bottom: 1.875rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.profile .profile-details {
  position: relative;
  padding: 19px 20px;
}
.profile .profile-details h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.profile .profile-details .avatar-container {
  float: left;
}
.profile .profile-details .avatar-container .avatar {
  float: left;
}
.profile .profile-details .profile-info {
  margin-left: 155px;
}
.profile .profile-details .profile-info .profile-created,
.profile .profile-details .profile-info .profile-located {
  line-height: 14px;
  display: inline-block;
  color: #888;
}
.profile .profile-details .profile-info .profile-located {
  display: inline-block;
  width: 18px;
}
.profile .profile-details .social ul {
  list-style: none;
  padding: 0;
  margin: -5px;
}
.profile .profile-details .social ul >li {
  display: inline-block;
  margin: 5px;
  line-height: 1;
}
.profile .profile-details .social ul >li a.social-facebook {
  color: #3b5998;
}
.profile .profile-details .social ul >li a.social-twitter {
  color: #1da1f2;
}
.profile .profile-details .social ul >li a.social-google-plus {
  color: #dd4b39;
}
.profile .profile-details .social ul >li a.social-pinterest {
  color: #bd081c;
}
.profile .profile-details .social ul >li a.social-dribbble {
  color: #ea4c89;
}
.profile .profile-details .social ul >li a.social-behance {
  color: #1769ff;
}
.profile .profile-details .social ul >li a.social-flickr {
  color: #ff0084;
}
.profile .profile-details .social ul >li a.social-linkedin {
  color: #0077b5;
}
.profile .profile-details .social ul >li a.social-youtube {
  color: #cd201f;
}
.profile .profile-details .social ul >li a.social-vimeo {
  color: #1ab7ea;
}
.profile .profile-details .social ul >li a.social-github {
  color: #4078c0;
}
.profile .profile-details .social ul >li a.social-skype {
  color: #00aff0;
}
.about-user {
  margin-bottom: 1.875rem;
  padding: 1.250rem;
}
.author-portfolio {
  margin-top: 20px;
}
.author-portfolio .author-portfolio-top {
  margin-bottom: 1.250rem;
}
.author-portfolio .author-portfolio-top h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  color: #878787;
}
.author-portfolio .author-portfolio-top h3 strong {
  color: #353535;
}
.available-freelance {
  color: #00D05B;
  line-height: 1;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.available-freelance:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #00D05B;
}
.th-card-contact {
  position: relative;
}
.th-card-contact.th-card-sender-guest:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  top: 0;
  left: 0;
  z-index: 1;
}
.th-card-contact.th-card-sender-guest .contact-message {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  font-weight: 600;
  transform: translateY(-50%);
  z-index: 2;
}
