body {
  font-weight: 300;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
ul.autocompleter-choices {
  border: 0 !important;
}
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #51230b;
}
a:focus {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.two-col {
  column-count: 2;
}
.no-padding {
  padding: 0 !important;
}
ul.check {
  list-style: none;
  padding: 0;
}
ul.check li:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 8px;
}
.digicom-loader {
  background: url("../../../templates/tx_digistore/images/system/ring.gif");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 65px;
}
.t3-content ul li {
  margin-bottom: 6px;
}
.card {
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.card-body {
  padding: 30px;
}
.card-body.card-lg {
  padding: 50px;
}
.card-body.card-sm {
  padding: 15px;
}
#system-message {
  margin-bottom: 0;
  padding: 0;
}
#system-message .alert {
  margin: 15px 0;
}
#system-message .alert .alert-message {
  padding: 8px;
}
.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
  padding: 30px;
}
.modal-content .modal-header h3 {
  margin: 0;
}
.nav-tabs li {
  border-bottom: 0;
}
.nav-tabs li a {
  color: #333333;
}
.nav-tabs li a:hover {
  border-color: transparent;
}
.qx-btn {
  padding: 14px 35px;
  font-size: 14px;
}
.btn,
.qx-btn {
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:focus,
.qx-btn:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.btn.qx-btn-default:hover,
.qx-btn.qx-btn-default:hover,
.btn.qx-btn-default.active,
.qx-btn.qx-btn-default.active {
  background: #753310;
  border-color: #51230b !important;
  color: #fff;
}
.btn.btn-primary,
.qx-btn.btn-primary,
.btn.qx-btn-primary,
.qx-btn.qx-btn-primary {
  background: #51230b;
  color: #fff;
}
.btn.btn-primary:hover,
.qx-btn.btn-primary:hover,
.btn.qx-btn-primary:hover,
.qx-btn.qx-btn-primary:hover {
  background: #753310;
}
.btn.qx-btn-danger,
.qx-btn.qx-btn-danger {
  background-color: #fc4831;
}
.promo-banner code {
  background: transparent;
  border: 1px dashed;
  padding: 3px 15px;
}
.t3-header {
  padding-top: 0;
  padding-bottom: 0;
}
.header1-logo-left #logo {
  float: left;
  position: relative;
  z-index: 1;
}
.header1-logo-left .t3-navbar-collapse.navbar-collapse {
  width: 100%;
}
.logo-image {
  line-height: 120px;
}
.header1-logo-left .navbar-default .navbar-nav > li > a:before,
.header1-logo-left .navbar-default .navbar-nav > li > span:before {
  content: "";
  position: absolute;
  background: #51230b;
  height: 2px;
  left: 50%;
  right: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header1-logo-left .navbar-default .navbar-nav > li.active > a:before,
.header1-logo-left .navbar-default .navbar-nav > li:hover > a:before,
.header1-logo-left .navbar-default .navbar-nav > li.active > span:before,
.header1-logo-left .navbar-default .navbar-nav > li:hover > span:before {
  left: 0;
  right: 0;
}
.header1-logo-left .navbar-default .off-canvas-toggle {
  color: #303030;
  float: right;
}
.head-search .finder {
  margin-bottom: -1px;
  margin-left: 50px;
}
.head-search .finder .form-group input {
  color: #929292;
  font-size: 12px;
  width: 200px;
  background: #efefef;
  border: 0;
  margin-top: -4px;
}
.head-search .finder .form-group input:focus {
  color: #c7c7c7;
  outline: none;
  box-shadow: none;
}
.cart-block {
  line-height: 120px;
  margin-left: 5px;
}
.cart-block .cart-icon a .counter {
  border-radius: 2px;
  background: #5cb85c;
  color: #fff;
  padding: 1px 4px;
  font-size: 10px;
  line-height: 1;
  border: none;
  font-family: monospace;
}
article.item .meta-info {
  margin-bottom: 15px;
}
article.item .meta-info .createdby img {
  margin-right: 5px;
}
article.item h2 {
  font-size: 38px;
}
.view-article article.item {
  margin-bottom: 20px;
}
.view-article .pagenav {
  margin-top: 40px;
}
.view-article .pagenav li > a {
  border-radius: 6px;
  padding: 10px 24px;
}
.view-article .pagenav li > a:hover,
.view-article .pagenav li > a:focus {
  color: #fff;
}
.view-article .pagenav li.next {
  float: right;
}
.layout-blog .readmore {
  margin-top: 30px;
}
.pagination > li.disabled > a {
  color: #333333;
}
.pagination > li > a,
.pagination > li > span {
  color: #333333;
  border: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: transparent;
}
.entry-header h2 a:hover {
  color: #51230b;
}
.t3-sidebar {
  padding-top: 0;
}
.t3-sidebar .search input.form-control {
  border-radius: 0;
  width: 100%;
}
.t3-sidebar .module-title {
  color: #393939;
}
.t3-sidebar a:hover {
  text-decoration: none;
}
.t3-sidebar ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.t3-sidebar .latestnews li,
.t3-sidebar .mostread li,
.t3-sidebar .digicom-categories-module li {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
.t3-sidebar .latestnews li a,
.t3-sidebar .mostread li a,
.t3-sidebar .digicom-categories-module li a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
.t3-sidebar .latestnews li a:hover,
.t3-sidebar .mostread li a:hover,
.t3-sidebar .digicom-categories-module li a:hover {
  color: #51230b;
}
.vh-center {
  display: flex;
  align-items: center;
}
.login-area {
  padding: 50px;
}
.login-area .reg {
  margin-top: 35px;
}
.login-box {
  max-width: 360px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #ededed;
}
.login-box .form-control {
  width: 100%;
  margin-bottom: 15px;
}
.login-box .remember {
  margin-top: 10px;
}
.login-box .remember input {
  float: left;
  margin: 6px 5px 0 0;
}
.reset-user {
  margin-top: 15px;
}
.view-remind .t3-content,
.view-reset .t3-content,
.view-registration .t3-content,
.view-profile .t3-content {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px;
}
.view-remind .remind-area .controls input,
.view-reset .remind-area .controls input,
.view-registration .remind-area .controls input,
.view-profile .remind-area .controls input,
.view-remind .reset-area .controls input,
.view-reset .reset-area .controls input,
.view-registration .reset-area .controls input,
.view-profile .reset-area .controls input,
.view-remind .registration-area .controls input,
.view-reset .registration-area .controls input,
.view-registration .registration-area .controls input,
.view-profile .registration-area .controls input {
  width: 100%;
}
.view-remind input,
.view-reset input,
.view-registration input,
.view-profile input {
  width: 100%;
}
.com_users.view-remind .t3-content,
.com_users.view-reset .t3-content,
.com_users.view-registration .t3-content,
.com_users.view-profile .t3-content {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px;
}
.com_users.view-remind .remind-area .controls input,
.com_users.view-reset .remind-area .controls input,
.com_users.view-registration .remind-area .controls input,
.com_users.view-profile .remind-area .controls input,
.com_users.view-remind .reset-area .controls input,
.com_users.view-reset .reset-area .controls input,
.com_users.view-registration .reset-area .controls input,
.com_users.view-profile .reset-area .controls input,
.com_users.view-remind .registration-area .controls input,
.com_users.view-reset .registration-area .controls input,
.com_users.view-registration .registration-area .controls input,
.com_users.view-profile .registration-area .controls input {
  width: 100%;
}
.com_users .registration-area .title {
  margin-bottom: 60px;
}
.acymailing_form {
  clear: both;
  overflow: hidden;
}
.acymailing_form .fieldacyemail {
  float: left;
  width: 383px;
}
.acymailing_form .acysubbuttons {
  float: right;
}
.footer-widget,
.copyright {
  font-size: 14px;
  color: #808080;
}
.footer-widget a,
.copyright a {
  color: #808080;
}
.footer-widget a:hover,
.copyright a:hover {
  color: #51230b;
}
.footer-widget .title h2 {
  font-size: 12px;
  text-transform: uppercase;
  color: #7c7c7d;
  margin: 0 0 20px;
}
.footer-widget ul {
  list-style: none;
  padding: 0;
}
.footer-widget ul li {
  padding: 8px 0;
}
.copyright p {
  margin: 0;
}