.items-leading .leading,
.items-row .item {
  margin-bottom: 32px;
}
.image-wrap {
  position: relative;
  margin-bottom: 24px;
}
.image-wrap img {
  width: 100%;
}
.image-wrap:before {
  background: #dd2222;
  mix-blend-mode: multiply;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.image-wrap:hover::before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.image-wrap .item-image {
  float: none !important;
}
.image-wrap .info-left,
.image-wrap .category-name a {
  background: #dd2222;
  bottom: 8px;
  color: #ffffff;
  position: absolute;
  padding: 8px;
  line-height: 1;
  left: -8px;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.image-wrap .info-left:hover,
.image-wrap .category-name a:hover,
.image-wrap .info-left:focus,
.image-wrap .category-name a:focus,
.image-wrap .info-left:active,
.image-wrap .category-name a:active {
  background: #c71f1f;
}
.image-wrap + .extra-fields {
  margin-top: -24px;
}
.item-page .category-name {
  display: inline-block;
  width: auto;
}
.item-page .category-name a {
  background: #dd2222;
  color: #ffffff;
  display: inline-block;
  padding: 8px;
  line-height: 1;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.divider-vertical {
  margin: 0 0 48px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.article-aside {
  color: #9e9e9e;
  font-size: 13px;
  margin-bottom: 24px;
}
.article-info {
  float: left;
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd .fa {
  display: none;
}
.article-info dd strong {
  font-weight: bold;
}
.article-info dd.category-name a {
  background: #dd2222;
  color: #ffffff;
  padding: 3px 6px;
}
.tags {
  margin-bottom: 12px;
}
.tags a.label-info {
  background: #f5f5f5;
  border-radius: 0;
  margin-right: 4px;
  color: #666666;
}
.tags a.label-info:before {
  content: "#";
}
.tags a.label-info:hover,
.tags a.label-info:focus,
.tags a.label-info:active {
  background: #f0f0f0;
}
.tag-category #filter-search {
  box-shadow: none;
  float: left;
  border-radius: 0;
}
.tag-category .filters {
  margin-top: 0;
  margin-bottom: 24px;
}
.tag-category .filters .btn {
  background: #666666;
  border-color: #666666;
  color: #666666;
  height: 46px;
  margin: 0;
}
.tag-category .filters .btn:hover,
.tag-category .filters .btn:focus,
.tag-category .filters .btn:active {
  background: #5e5e5e;
}
@media (max-width: 767px) {
  .tag-category .btn-group {
    margin-top: 12px;
  }
}
.tag-category .category {
  border: 0;
}
.tag-category .category > li {
  background: transparent;
  border: 0;
  margin-bottom: 32px;
}
.tag-category .category > li + li {
  margin-top: 0;
}
.tag-category .category > li .media-wrap .media-body .title {
  margin-top: 0;
  font-size: 24px;
}
.tag-category .category > li .media-wrap .media-body .title a {
  border-bottom: 2px solid transparent;
  color: #222222;
  text-transform: uppercase;
  font-weight: 300;
}
.tag-category .category > li .media-wrap .media-body .title a:hover,
.tag-category .category > li .media-wrap .media-body .title a:focus,
.tag-category .category > li .media-wrap .media-body .title a:active {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.tag-category .category > li .media-wrap .media-body p {
  display: inline;
}
.fields-container dd {
  border-bottom: 1px dotted #d8d8d8;
  padding: 8px 0;
}
.fields-container dd .field-label {
  display: inline-block;
  font-weight: bold;
  padding-right: 24px;
}
.fields-container dd:last-child {
  border-bottom: 0;
}
.article-footer {
  color: #9e9e9e;
  font-size: 12px;
  margin-bottom: 24px;
}
.action,
.readmore a {
  border: 0;
  color: #dd2222;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.action:hover,
.readmore a:hover,
.action:focus,
.readmore a:focus,
.action:active,
.readmore a:active {
  background: transparent;
  color: #c71f1f;
}
.action .fa,
.readmore a .fa {
  position: relative;
  top: -1px;
  font-size: 9px;
  margin-left: 5px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 36px 24px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 24px 36px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 24px;
}
.img-fulltext-right {
  float: right;
  margin-left: 24px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #dddddd;
  color: #666666;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle {
  border: 0;
  color: #9e9e9e;
  padding: 0;
}
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:focus,
article aside .btn-group > .dropdown-toggle:active {
  color: #dd2222;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #e5e5e5;
}
.row-odd {
  background-color: #f9f9f9;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #e5e5e5;
}
#jform_terms_terms-lbl a.modal,
#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#jform_profile_tos-lbl a.modal {
  display: inline-block;
  position: relative;
}
#jform_terms_terms input[type="radio"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_consentbox input[type="radio"],
#jform_profile_tos input[type="radio"],
#jform_terms_terms input[type="checkbox"],
#jform_privacyconsent_privacy input[type="checkbox"],
#jform_consentbox input[type="checkbox"],
#jform_profile_tos input[type="checkbox"] {
  position: relative;
  margin: 0;
  margin-right: 5px;
  width: auto;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right: 12px;
  padding: 0;
}
.com_users .alert {
  border: none;
  margin: 32px auto;
  padding: 64px;
}
@media (max-width: 767px) {
  .com_users .alert {
    padding: 32px;
  }
}
.com_users .alert .close {
  color: #dd2222;
  opacity: 1;
  text-shadow: unset;
}
.com_users .alert.alert-danger,
.com_users .alert.alert-error {
  max-width: 500px;
}
.com_users .alert.alert-warning {
  max-width: 450px;
}
.com_users.view-profile .alert-warning {
  max-width: 750px;
}
.com_users.view-profile .alert-message {
  color: #468847;
  max-width: 600px;
}
.com_users.view-profile .alert-message .alert-heading {
  color: #356635;
}
.com_users form .alert {
  padding: 24px;
  margin-top: 0;
}
.login-wrap {
  background: #f5f5f5;
  margin: 64px auto;
  max-width: 450px;
  padding: 64px;
  width: 100%;
}
@media (max-width: 767px) {
  .login-wrap {
    padding: 32px;
  }
}
.login-wrap .login .page-header {
  border: none;
  padding: 0;
}
.login-wrap .login .page-header h1 {
  color: #222222;
  font-weight: 300;
  text-transform: uppercase;
}
.login-wrap .login .form-horizontal .form-group .control-label,
.login-wrap .login .form-horizontal .form-group .checkbox {
  text-align: left;
  padding-top: 0;
  min-height: 0;
}
.login-wrap .login .form-horizontal .form-group .control-label #username-lbl,
.login-wrap .login .form-horizontal .form-group .checkbox #username-lbl,
.login-wrap .login .form-horizontal .form-group .control-label #password-lbl,
.login-wrap .login .form-horizontal .form-group .checkbox #password-lbl {
  font-weight: normal;
}
.login-wrap .login .form-horizontal .form-group .control-label #username-lbl .star,
.login-wrap .login .form-horizontal .form-group .checkbox #username-lbl .star,
.login-wrap .login .form-horizontal .form-group .control-label #password-lbl .star,
.login-wrap .login .form-horizontal .form-group .checkbox #password-lbl .star {
  color: #ff8833;
}
.login-wrap .login .form-horizontal .form-group #username,
.login-wrap .login .form-horizontal .form-group #password {
  border-color: #e5e5e5;
  background-color: #ffffff;
  color: #666666;
  padding: 12px 16px;
  width: 100%;
}
.login-wrap .login .form-horizontal .form-group #username:focus,
.login-wrap .login .form-horizontal .form-group #password:focus {
  border-color: #cccccc;
  box-shadow: none;
}
.login-wrap .login .form-horizontal .other-links {
  margin: 0;
}
.login-wrap .login .form-horizontal .other-links ul {
  padding: 0;
  margin: 0 -16px;
  font-size: 11px;
  text-align: left;
}
.login-wrap .login .form-horizontal .other-links ul li {
  list-style: none;
}
.login-wrap .login .form-horizontal .other-links ul li a {
  color: #9e9e9e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.login-wrap .login .form-horizontal .other-links ul li a:hover {
  color: #dd2222;
}
.login-wrap .other-links ul {
  padding-left: 16px;
}
.logout {
  background: #f5f5f5;
  max-width: 500px;
  margin: 64px auto;
  padding: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .logout {
    padding: 32px;
  }
}
.logout .page-header {
  border: none;
  padding: 0;
}
.logout .page-header h1 {
  color: #222222;
  font-weight: 300;
  text-transform: uppercase;
}
.logout .form-horizontal .control-group .controls {
  margin-left: 0;
}
.reset,
.remind {
  background: #f5f5f5;
  max-width: 500px;
  margin: 64px auto;
  padding: 64px;
}
@media (max-width: 767px) {
  .reset,
  .remind {
    padding: 32px;
  }
}
.reset #user-registration,
.remind #user-registration {
  max-width: 750px;
}
.reset #user-registration .form-group,
.remind #user-registration .form-group {
  width: 100%;
}
.reset #user-registration .form-group > div,
.remind #user-registration .form-group > div {
  padding: 0;
}
.reset #user-registration .form-group .control-label > label,
.remind #user-registration .form-group .control-label > label {
  font-weight: normal;
}
.reset #user-registration .form-group #jform_email,
.remind #user-registration .form-group #jform_email {
  width: 100%;
}
.reset #user-registration .form-group #jform_email:focus,
.remind #user-registration .form-group #jform_email:focus {
  box-shadow: none;
}
.reset #user-registration .form-group .btn-primary,
.remind #user-registration .form-group .btn-primary {
  margin-top: 24px;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star {
  width: 10px;
  vertical-align: top;
}
.registration {
  background: #f5f5f5;
  padding: 64px;
  margin: 64px auto;
  max-width: 500px;
}
@media (max-width: 767px) {
  .registration {
    padding: 24px;
  }
}
.registration #member-registration fieldset legend {
  border: none;
  color: #222222;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .registration #member-registration fieldset legend {
    font-size: 36px;
  }
}
.registration #member-registration .form-group {
  padding: 0;
  margin: 0 0 32px;
}
.registration #member-registration .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.registration #member-registration .form-group .control-label label {
  font-weight: normal;
}
.registration #member-registration .form-group .control-label .spacer {
  color: #dd2222;
}
.registration #member-registration .form-group input {
  padding: 10px 16px;
}
.registration #member-registration .form-group input:focus {
  box-shadow: none;
}
.registration #member-registration .form-actions {
  background: transparent;
  padding: 0;
  margin: 12px 0 0;
}
.registration #member-registration .form-actions .btn-primary {
  margin: 12px 8px 12px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.registration #member-registration .form-actions .btn-default {
  color: #666666;
  border: 2px solid #9e9e9e;
  margin: 12px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.registration #member-registration .form-actions .btn-default:hover {
  color: #ffffff;
}
.registration .control-group label {
  font-weight: 400;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 12px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #ffffff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
}
#mailto-window .mailto-close a {
  font-size: 16px;
}
#mailto-window .mailto-close a:hover {
  color: #dd2222;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
#mailtoForm .control-group .controls {
  margin-left: 0;
}
#mailtoForm .control-group .controls #consentbox {
  padding-left: 24px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #dddddd;
  border: 1px solid #e5e5e5;
  margin-bottom: 24px;
  padding: 12px 24px;
  border-radius: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile {
  background: #f5f5f5;
  margin: 64px auto;
  padding: 64px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .profile {
    padding: 24px;
  }
}
.profile .btn-toolbar {
  margin: 0 0 32px;
  padding: 0;
}
.profile .btn-toolbar li a {
  border: 2px solid #dd2222;
  background: #f5f5f5;
  color: #666666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.profile .btn-toolbar li a .fa {
  margin-right: 5px;
}
.profile .btn-toolbar li a:hover {
  background: #dd2222;
  border: 2px solid #dd2222;
  color: #ffffff;
}
.profile #users-profile-core legend,
.profile #users-profile-custom legend {
  border: none;
  color: #222222;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
}
.profile #users-profile-core .dl-horizontal > dt,
.profile #users-profile-custom .dl-horizontal > dt {
  color: #ffffff;
  color: #666666;
  font-weight: normal;
}
.profile #users-profile-core .dl-horizontal > dd,
.profile #users-profile-custom .dl-horizontal > dd {
  display: block;
}
.profile #users-profile-custom {
  margin-top: 48px;
}
.profile-edit {
  background: #f5f5f5;
  padding: 64px;
  margin: 64px auto;
  max-width: 750px;
}
@media (max-width: 767px) {
  .profile-edit {
    padding: 24px;
  }
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit #member-profile fieldset legend {
  border: none;
  color: #222222;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .profile-edit #member-profile fieldset legend {
    font-size: 36px;
  }
}
.profile-edit #member-profile fieldset:first-child {
  margin-bottom: 48px;
}
.profile-edit .field-privacyconsent .col-md-6 {
  width: 100%;
}
.profile-edit .field-privacyconsent #jform_privacyconsent_privacy-lbl .star {
  width: 10px;
  vertical-align: top;
}
.profile-edit .field-privacyconsent #jform_privacyconsent_privacy {
  border: none;
}
.profile-edit .field-privacyconsent .t3onoff label {
  height: 37px;
}
.profile-edit .field-privacyconsent .t3onoff label:before {
  padding: 6px 18px;
}
.profile-edit .form-group .form-group {
  padding: 0;
  margin: 0 0 32px;
}
.profile-edit .form-group .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.profile-edit .form-group .form-group .control-label label {
  font-weight: normal;
}
.profile-edit .form-group .form-group .controls input {
  width: 100%;
}
.profile-edit .form-group .form-group .controls input:focus {
  box-shadow: none;
}
.profile-edit .form-group .form-group .controls .chzn-container {
  width: 100% !important;
}
.profile-edit .form-group .form-group .controls .chzn-container > a {
  border-radius: 0;
  height: auto;
  padding: 10px 12px;
}
.profile-edit .form-group .form-group .controls .chzn-container > a b {
  background-position: 0 12px;
}
.profile-edit .form-group .form-group .controls .chzn-container .chzn-drop {
  border-radius: 0;
}
.profile-edit .form-group .form-group .controls #helpsite-refresh {
  border: 2px solid #9e9e9e;
  color: #666666;
  margin-top: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.profile-edit .form-group .form-group .controls #helpsite-refresh:hover {
  background: #dd2222;
  border: 2px solid #dd2222;
  color: #ffffff;
}
.profile-edit .form-group .form-group .controls #jform_params_timezone_chzn .chzn-search input {
  color: #e5e5e5;
}
.profile-edit .form-group .form-group .controls #jform_params_timezone_chzn .chzn-results {
  background: #ffffff;
  position: absolute;
  top: 100%;
  width: 100%;
}
.profile-edit .form-actions {
  background: #f5f5f5;
  padding: 0;
  margin: 0 -16px;
}
.profile-edit .form-actions .btn-primary {
  margin: 12px 8px 0 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.profile-edit .form-actions .btn-default {
  border: 2px solid #9e9e9e;
  color: #666666;
  margin-top: 12px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.profile-edit .form-actions .btn-default:hover {
  background: #dd2222;
  border: 2px solid #dd2222;
  color: #ffffff;
}
.search {
  background: #f5f5f5;
  padding: 96px;
  margin: 64px auto;
  max-width: 750px;
  text-align: center;
}
@media (max-width: 767px) {
  .search {
    padding: 32px;
  }
}
.search .page-title {
  font-weight: 300;
  font-size: 56px;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.search .input-group #search-searchword:focus {
  box-shadow: none;
}
.search .input-group .input-group-btn .btn-default {
  border: 1px solid transparent;
  background: #666666;
  color: #666666;
  margin: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .search .input-group .input-group-btn .btn-default {
    padding: 10px 12px;
  }
}
.search .input-group .input-group-btn .btn-default span {
  color: #ffffff;
}
.search .input-group .input-group-btn .btn-default:hover {
  background: #dd2222;
}
.search .searchintro p {
  color: #666666;
  display: inline;
  font-size: 24px;
  font-family: "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
  margin: 0;
}
.search .searchintro p strong {
  font-weight: normal;
}
.search .searchintro p .badge-info {
  border-radius: 0;
  background: #dd2222;
  font-size: 18px;
  padding: 8px 12px;
  vertical-align: middle;
}
.search .phrases legend {
  border: none;
  color: #222222;
  font-size: 18px;
}
.search .phrases .ordering-box {
  margin: 32px 0 0;
}
.search .phrases .ordering-box .control-label {
  color: #666666;
  font-size: 18px;
  font-weight: normal;
}
.search .phrases .ordering-box #ordering_chzn {
  border-radius: 0;
  display: block;
  margin: 0 auto;
  order: none;
  width: 150px !important;
}
.search .phrases .ordering-box #ordering_chzn > a {
  border-radius: 0;
  height: auto;
}
.search .only legend {
  border: none;
  color: #222222;
  font-size: 18px;
}
.search .form-limit {
  border-bottom: 1px solid #666666;
  margin: 0;
  padding-bottom: 32px;
}
.search .form-limit label {
  color: #666666;
  font-size: 18px;
  font-weight: normal;
  margin-right: 8px;
}
.search .form-limit #limit_chzn {
  display: inline-block;
}
.search .form-limit #limit_chzn .chzn-single {
  border-radius: 0;
}
.search .pagination {
  float: none;
  margin-bottom: 0;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 32px 0;
}
#searchForm legend {
  margin-bottom: 5px;
}
#searchForm select {
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  width: auto;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 12px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin: 12px 0 0;
  padding-left: 0;
}
.search-results .result-title {
  color: #666666;
  font-size: 18px;
  font-weight: normal;
  margin-top: 24px;
}
.search-results .result-title a {
  color: #666666;
}
.search-results .result-title a:hover {
  color: #dd2222;
}
.search-results .result-category {
  color: #9e9e9e;
  font-size: 12px;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #666666;
  margin-top: 24px;
}
.search-results .result-created {
  color: #9e9e9e;
  font-size: 12px;
  width: 100%;
}
.search-results .highlight {
  background: #dd2222;
  color: #ffffff;
  font-weight: normal;
}
div.finder {
  background: #f5f5f5;
  margin: 64px auto 24px;
  max-width: 750px;
  padding: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  div.finder {
    padding: 32px;
  }
}
div.finder #search-form #finder-search .word .form-group {
  width: 100%;
}
div.finder #search-form #finder-search .word .form-group label {
  color: #666666;
  display: block;
  font-size: 56px;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  div.finder #search-form #finder-search .word .form-group label {
    font-size: 36px;
  }
}
div.finder #search-form #finder-search .word .form-group input {
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
div.finder #search-form #finder-search .word .form-group input:focus {
  box-shadow: none;
}
div.finder #search-form #finder-search .word .form-group .btn-primary,
div.finder #search-form #finder-search .word .form-group .btn-default {
  margin-top: 8px;
}
div.finder #search-form #finder-search .word .form-group .btn-default {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
div.finder #search-form #finder-search .word .form-group .btn-default:hover,
div.finder #search-form #finder-search .word .form-group .btn-default:focus {
  background: #dd2222;
  border: 2px solid #dd2222;
  color: #ffffff;
}
div.finder #search-form #finder-search #advancedSearch {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin: 32px 0 0;
}
div.finder #search-form #finder-search #advancedSearch hr {
  margin: 12px 0;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window {
  margin: 12px 0 48px;
}
@media (max-width: 767px) {
  div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date {
    width: 100%;
  }
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date label {
  font-weight: normal;
}
@media (max-width: 767px) {
  div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .chzn-container {
    width: auto !important;
  }
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .chzn-container a {
  border-radius: 0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .chzn-container a {
    width: 40%;
  }
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .field-calendar .input-append {
  width: 100%;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .field-calendar .input-append input {
  display: inline-block;
  width: 80%;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .field-calendar .input-append input:focus {
  box-shadow: none;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .field-calendar .input-append button {
  background: #666666;
  border: 1px solid transparent;
  color: #666666;
  padding: 10px 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .field-calendar .input-append button:hover {
  background: #dd2222;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .field-calendar .js-calendar .calendar-container {
  border-radius: 0;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .field-calendar .js-calendar .calendar-container .table {
  max-width: 336px !important;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .field-calendar .js-calendar .calendar-container .table tr td {
  color: #666666;
  padding: 8px;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .field-calendar .js-calendar .calendar-container .table tr td.selected {
  color: #666666;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .field-calendar .js-calendar .calendar-container .btn-group button {
  color: #666666;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window ul .filter-date .field-calendar .js-calendar .calendar-container .btn-group button:hover {
  color: #dd2222;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window .filter-branch {
  display: inline-block;
  margin-top: 12px;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window .filter-branch .controls {
  margin-left: 8px;
  margin-top: 12px;
  text-align: left;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window .filter-branch .controls label {
  font-weight: normal;
}
div.finder #search-form #finder-search #advancedSearch #finder-filter-window .filter-branch .controls .chzn-container a {
  border-radius: 0;
}
div.finder #search-results #search-query-explained {
  text-align: left;
  margin-top: 32px;
}
div.finder #search-results .list-striped li {
  background: #f5f5f5;
  padding: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.finder #search-results .list-striped li:hover {
  background: #f5f5f5;
}
div.finder #search-results .search-pagination {
  text-align: left;
  margin-top: 24px;
  font-size: 18px;
}
div.finder #search-results .search-pagination .search-pages-counter {
  display: inline-block;
  margin-top: 12px;
  width: 100%;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact .page-header {
  border: none;
  padding: 0;
  margin: 32px 0 0;
}
.contact .page-header h2 {
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.contact .contact-miscinfo .dl-horizontal {
  margin-bottom: 0;
}
.contact .contact-miscinfo .dl-horizontal dt {
  display: none;
}
.contact .contact-miscinfo .dl-horizontal dd {
  margin: 0;
  max-width: 100%;
}
.contact .contact-miscinfo .dl-horizontal dd .contact-misc {
  margin: 0;
}
.contact .contact-miscinfo .dl-horizontal dd .contact-misc p {
  display: none;
}
.contact .contact-miscinfo .dl-horizontal dd .contact-misc .map-container {
  margin: 0;
  max-width: 100%;
}
.contact .contact-form legend {
  border: none;
  color: #666666;
  font-size: 12px;
}
.contact .contact-form .form-group .control-label {
  display: inline-block;
  text-align: left;
  font-weight: normal;
  width: auto;
}
.contact .contact-form .form-group .form-control {
  border-color: #e5e5e5;
  background-color: #ffffff;
  color: #666666;
  padding: 12px 16px;
}
.contact .contact-form .form-group .form-control:focus {
  border-color: #cccccc;
  box-shadow: none;
}
.contact .contact-form .form-group .form-control.invalid {
  border-color: #dd2222;
}
.contact .contact-form .form-group .contact-name .control-label,
.contact .contact-form .form-group .contact-email .control-label {
  padding: 0;
}
.contact .contact-form .form-group .contact-name .form-control,
.contact .contact-form .form-group .contact-email .form-control {
  width: 100%;
}
@media (max-width: 767px) {
  .contact .contact-form .form-group .contact-name {
    margin-bottom: 24px;
  }
}
.contact #jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
.contact .contact-address {
  display: inline-block;
}
.contact .contact-address dt {
  display: none;
}
.contact .contact-address dd {
  display: block;
  margin: 0;
}
.contact .contact-address dd .fa {
  margin-right: 8px;
}
.contact .contact-address dd .contact-webpage a {
  color: #dd2222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact .contact-address dd .contact-webpage a:hover {
  color: #c71f1f;
}
.contact .contact-links .nav-tabs {
  border: none;
  display: block;
}
.contact .contact-links .nav-tabs li {
  border: none;
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact .contact-links .nav-tabs li a {
  border: none;
  color: #666666;
  padding: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact .contact-links .nav-tabs li a .fa {
  border: 1px solid #f5f5f5;
  background: rgba(255, 255, 255, 0.09);
  height: 32px;
  width: 32px;
  margin-right: 8px;
  text-align: center;
  line-height: 32px;
}
.contact .contact-links .nav-tabs li a .fa:hover {
  background: #f5f5f5;
}
.contact .contact-links .nav-tabs li a .fa-facebook {
  color: #3b5999;
}
.contact .contact-links .nav-tabs li a .fa-twitter {
  color: #55acee;
}
.contact .contact-links .nav-tabs li a .fa-google-plus {
  color: #dd4b39;
}
.contact .contact-links .nav-tabs li a .fa-linkedin {
  color: #0077b5;
}
.contact .contact-links .nav-tabs li a .fa-pinterest {
  color: #bd081c;
}
.contact .contact-links .nav-tabs li a .fa-instagram {
  color: #e4405f;
}
.contact .contact-links .nav-tabs li a:hover {
  background: transparent;
  border: none;
  color: #dd2222;
}
.contact #basic-details {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
.contact #basic-details .thumbnail {
  border: none;
  padding: 0;
}
.contact #basic-details .title-header {
  display: inline-block;
  width: 100%;
}
.contact #basic-details .title-header h2 {
  margin-bottom: 24px;
  margin-top: 0;
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
}
.contact #display-links {
  text-align: center;
}
.contact .contact-profile dl dt {
  display: block;
  float: none;
  text-align: left;
  width: 100%;
}
.contact .contact-profile dl dd {
  margin-left: 0;
  margin-bottom: 16px;
}
.contact .contact-plain h3 {
  display: inline-block;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 32px 0;
  width: 100%;
}
.contact .contact-plain .map-content {
  margin: 48px 0 64px;
}
.contact .contact-plain .map-content h3 {
  margin: 0 0 48px;
  font-size: 56px;
}
.contact .contact-plain .map-content h3 span {
  border: none;
}
.contact .contact-plain .map-content h3 span:after {
  display: none;
}
.contact .contact-plain .contact-us-content .thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
}
.contact #myTabTabs {
  border: 2px solid #f5f5f5;
  margin: 0;
  overflow: hidden;
}
.contact #myTabTabs li a {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #222222;
  padding: 12px 24px;
  font-weight: 600;
  margin-right: 4px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact #myTabTabs li a:hover {
  border: none;
  box-shadow: none;
  color: #dd2222;
}
.contact #myTabTabs li.active a {
  border: none;
  background: #dd2222;
  color: #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact #myTabTabs li.active a:hover {
  background: #b11b1b;
}
.contact #myTabContent {
  border: 2px solid #f5f5f5;
  border-top: none;
  padding: 32px;
}
.contact #slide-contact {
  margin: 0;
}
.contact #slide-contact .panel {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #666666;
  margin-bottom: 12px;
}
.contact #slide-contact .panel .panel-heading {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 12px;
}
.contact #slide-contact .panel .panel-heading .panel-title {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #222222;
}
.contact #slide-contact .panel .panel-heading .panel-title:hover {
  color: #dd2222;
}
.contact #slide-contact .panel .panel-collapse {
  padding: 32px;
}
.contact #slide-contact .panel .panel-collapse .panel-body {
  border: none;
  padding: 0;
}
.contact #slide-contact .accordion-group {
  border: 1px solid #666666;
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 12px;
  font-family: "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.contact #slide-contact .accordion-group .accordion-heading {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 10px 16px;
}
.contact #slide-contact .accordion-group .accordion-heading a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #222222;
}
.contact #slide-contact .accordion-group .accordion-heading a:hover {
  color: #dd2222;
}
.contact #slide-contact .accordion-group #display-links {
  border-top: none;
  padding: 32px;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
.contact-form #jform_contact_email_copy {
  margin-left: 0;
}
.contact-form fieldset .control-group .control-label {
  text-align: left;
  float: none;
  width: 100%;
}
.contact-form fieldset .control-group .controls {
  margin-left: 0;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
.contact-category ul.category {
  border-top: 0;
  overflow: hidden;
}
.contact-category ul.category li.row-fluid {
  border: 1px solid #dddddd;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.contact-category ul.category li.row-fluid:before,
.contact-category ul.category li.row-fluid:after {
  display: table;
  content: " ";
}
.contact-category ul.category li.row-fluid:after {
  clear: both;
}
.contact-category ul.category li.row-fluid > div {
  margin: 0;
}
.contact-category .cat-children ul {
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.contact-category .cat-children ul li {
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0 5px 0;
}
.contact-category .cat-children ul li h4 {
  border-left: 1px dotted #9e9e9e;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  padding-left: 15px;
  margin-left: 20px;
  position: relative;
}
.contact-category .cat-children ul li h4:after {
  border-top: 1px dotted #9e9e9e;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 1px;
  width: 10px;
}
.contact-category .cat-children ul li li h4 {
  margin-left: 40px;
}
.contact-category .cat-children ul li li li h4 {
  margin-left: 60px;
}
.contact-category .cat-children ul li li li li h4 {
  margin-left: 80px;
}
.contact-category .cat-children ul li:last-child {
  border: 0;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  padding: 32px 0;
}
.categories-list.row {
  margin-bottom: -16px;
  margin-top: -16px;
}
.categories-list.row > div {
  padding-bottom: 16px;
  padding-top: 16px;
}
.categories-list .category-inner:hover .image-wrap::before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.categories-list .category-inner .image-wrap {
  margin-bottom: 0;
}
.categories-list .category-inner .image-wrap .info-left {
  bottom: auto;
  left: 32px;
  top: 32px;
}
.categories-list .category-inner .category-info {
  background: #f5f5f5;
  padding: 32px;
}
.categories-list .category-inner .category-info .item-title {
  text-transform: uppercase;
  margin-top: 0;
}
.categories-list .category-inner .category-info .item-title a {
  border-bottom: 2px solid transparent;
  color: #222222;
  font-weight: 500;
}
.categories-list .category-inner .category-info .item-title a:hover,
.categories-list .category-inner .category-info .item-title a:focus,
.categories-list .category-inner .category-info .item-title a:active {
  border-bottom-color: #e5e5e5;
}
.categories-list .category-inner .action {
  display: block;
  margin-top: 24px;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 32px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children {
  margin-top: 32px;
}
.cat-children h3 {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.cat-children > div + div {
  margin-top: 6px;
}
.cat-children .page-header {
  border: 0;
  color: #ffffff;
  display: inline-block;
  line-height: normal;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.cat-children .page-header a {
  color: #ffffff;
}
.cat-children .page-header a:hover,
.cat-children .page-header a:focus,
.cat-children .page-header a:active {
  color: #dd2222;
}
.cat-children .page-header a:before {
  content: "\f07c";
  font-family: FontAwesome;
  margin-right: 3px;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 24px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  display: table;
  content: " ";
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 24px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #e5e5e5;
  float: left;
  line-height: normal;
  margin-right: 12px;
  padding: 12px 24px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 24px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  float: right;
  padding: 10px;
  margin: 0 0 24px 24px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #dd2222;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #dd2222;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 12px 24px;
  line-height: normal;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  color: #222222;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #dd2222;
  color: #ffffff;
}
.items-more {
  margin-top: 32px;
}
.items-more h3 {
  margin: 0 0 24px;
  text-transform: uppercase;
  font-weight: 300;
}
.items-more .nav {
  border: 0;
}
.items-more .nav > li {
  border: 0;
}
.items-more .nav > li + li {
  margin-top: 12px;
}
.items-more .nav > li > a {
  border: 0;
  color: #666666;
  padding: 0;
}
.items-more .nav > li > a:hover,
.items-more .nav > li > a:focus,
.items-more .nav > li > a:active {
  background: transparent;
  border: 0;
  color: #dd2222;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 12px 0;
}
.display-limit {
  margin: 12px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 12px;
}
.edit.item-page .controls .chzn-single {
  border-radius: 0;
}
.edit.item-page #com-content-formTabs {
  border: none;
}
.edit.item-page #com-content-formTabs li {
  margin: 12px 8px 12px 0;
}
.edit.item-page #com-content-formTabs li a {
  border: none;
  background: #f5f5f5;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
}
.edit.item-page #com-content-formTabs li a:hover {
  background: #dd2222;
  color: #ffffff;
}
.edit.item-page #com-content-formTabs li.active a {
  background: #dd2222;
  color: #ffffff;
}
.edit.item-page #com-content-formTabs li.active a:hover {
  background: #b11b1b;
}
.edit.item-page .tab-content #editor {
  margin-top: 64px;
}
.edit.item-page .tab-content #editor-xtd-buttons .btn {
  color: #666666;
  text-shadow: none;
  margin: 12px 8px 0 0;
}
.edit.item-page .tab-content #editor-xtd-buttons .btn:hover {
  background: #dd2222;
  border-color: #dd2222;
}
.edit.item-page .tab-content #publishing {
  margin: 64px 0 32px;
  max-width: 250px;
}
.edit.item-page .tab-content #publishing .control-group {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .edit.item-page .tab-content #publishing .control-group .field-calendar #jform_publish_up,
  .edit.item-page .tab-content #publishing .control-group .field-calendar #jform_publish_down {
    float: left;
    width: auto;
  }
}
.edit.item-page .tab-content #publishing .control-group .field-calendar .btn {
  padding: 10px 12px;
}
.edit.item-page .tab-content #publishing .control-group .field-calendar .btn span {
  margin: 0;
}
.edit.item-page .tab-content #publishing .js-calendar .calendar-container {
  border-radius: 0;
}
.edit.item-page .tab-content #publishing .js-calendar .calendar-container .table {
  max-width: 336px !important;
}
.edit.item-page .tab-content #publishing .js-calendar .calendar-container .table tr td {
  color: #666666;
  padding: 8px;
}
.edit.item-page .tab-content #publishing .js-calendar .calendar-container .table tr td.selected {
  color: #ffffff;
}
.edit.item-page .tab-content #publishing .js-calendar .calendar-container .btn-group button {
  color: #666666;
}
.edit.item-page .tab-content #publishing .js-calendar .calendar-container .btn-group button:hover {
  color: #dd2222;
}
.edit.item-page .tab-content #metadata {
  margin: 64px 0 32px;
  max-width: 500px;
  width: 100%;
}
.edit.item-page .tab-content #metadata .control-group {
  margin-bottom: 24px;
}
.edit.item-page .tab-content #metadata .control-group #jform_metadesc,
.edit.item-page .tab-content #metadata .control-group #jform_metakey {
  width: 100%;
}
.edit.item-page .btn-toolbar {
  margin: 0 0 64px 0;
}
.edit.item-page .btn-toolbar .btn-group {
  margin: 12px 12px 0 0;
}
.edit.item-page .btn-toolbar .btn-group .btn {
  border-color: #666666;
  color: #666666;
}
.edit.item-page .btn-toolbar .btn-group .btn:hover {
  background: #dd2222;
  border-color: #dd2222;
  color: #ffffff;
}
.edit.item-page .btn-toolbar .btn-group .btn.btn-primary {
  border-color: #dd2222;
  color: #dd2222;
}
.edit.item-page .btn-toolbar .btn-group .btn.btn-primary:hover {
  color: #ffffff;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 34px;
}
.mod-preview-info {
  z-index: 1000;
}
.layout-search .com_config #modules-form,
.layout-search .com_config #adminForm {
  padding: 64px 16px;
  margin: auto;
  max-width: 1152px;
}
.com_config #modules-form .btn-toolbar,
.com_config #adminForm .btn-toolbar {
  margin-top: 24px;
}
.com_config #modules-form .btn-toolbar .btn:not(.btn-primary),
.com_config #adminForm .btn-toolbar .btn:not(.btn-primary) {
  border: 2px solid #666666;
}
.com_config #modules-form .form-horizontal .radio.t3onoff,
.com_config #adminForm .form-horizontal .radio.t3onoff {
  min-height: 30px;
}
.com_config #modules-form .form-horizontal .radio.t3onoff .btn,
.com_config #adminForm .form-horizontal .radio.t3onoff .btn {
  text-align: left;
  line-height: 18px;
}
.com_config #modules-form .accordion-group .accordion-heading .accordion-toggle,
.com_config #adminForm .accordion-group .accordion-heading .accordion-toggle,
.com_config #modules-form .accordion-group .accordion-body,
.com_config #adminForm .accordion-group .accordion-body {
  border-color: #e5e5e5;
}
.iframe-bordered {
  border: 1px solid #e5e5e5;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #e5e5e5;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #e5e5e5;
}
.btn-group .chzn-results {
  white-space: normal;
}
.window-mainbody .container-popup .js-stools .btn-wrapper input {
  padding: 12px 16px;
  height: 48px;
}
.window-mainbody .container-popup .js-stools .btn-wrapper .btn {
  background: #dd2222;
  border: none;
  color: #ffffff;
  padding: 12px 16px;
}
.window-mainbody .container-popup .js-stools .btn-wrapper .btn span {
  margin: 0;
}
.window-mainbody .container-popup .js-stools .btn-wrapper .btn:hover {
  background: #b11b1b;
}
.window-mainbody .container-popup .js-stools .js-stools-container-filters .js-stools-field-filter .chzn-single,
.window-mainbody .container-popup .js-stools .js-stools-container-filters .js-stools-field-filter .chzn-drop {
  border-radius: 0;
}
.window-mainbody .container-popup .js-stools .js-stools-container-filters .js-stools-field-filter #filter_tag_chzn,
.window-mainbody .container-popup .js-stools .js-stools-container-filters .js-stools-field-filter #filter_category_id_chzn,
.window-mainbody .container-popup .js-stools .js-stools-container-filters .js-stools-field-filter #filter_access_chzn,
.window-mainbody .container-popup .js-stools .js-stools-container-filters .js-stools-field-filter #filter_author_id_chzn {
  width: auto !important;
}
.window-mainbody .container-popup .js-stools .js-stools-container-filters .js-stools-field-filter #filter_tag_chzn ul li input,
.window-mainbody .container-popup .js-stools .js-stools-container-filters .js-stools-field-filter #filter_category_id_chzn ul li input,
.window-mainbody .container-popup .js-stools .js-stools-container-filters .js-stools-field-filter #filter_access_chzn ul li input,
.window-mainbody .container-popup .js-stools .js-stools-container-filters .js-stools-field-filter #filter_author_id_chzn ul li input {
  width: 208px !important;
  height: 24px !important;
}
.window-mainbody .container-popup .table-striped tbody td {
  color: #ffffff;
}
.window-mainbody .container-popup #imageForm .control-group .controls #folderlist_chzn .chzn-single,
.window-mainbody .container-popup #imageForm .control-group .controls #f_align_chzn .chzn-single {
  border-radius: 0;
}
.window-mainbody .container-popup #imageForm .control-group .controls .btn {
  background: #dd2222 !important;
  padding: 0 12px !important;
  color: #ffffff;
  border-color: #dd2222 !important;
}
.window-mainbody .container-popup #imageForm .control-group .controls .btn:hover {
  background: #b11b1b;
  border: none;
}
.window-mainbody .container-popup #imageForm .pull-right .btn-success {
  border-color: #dd2222;
  color: #5cb85c;
  margin-right: 8px;
}
.window-mainbody .container-popup #imageForm .pull-right .btn-success:hover {
  background: #dd2222;
  color: #ffffff;
}
.window-mainbody .container-popup #imageForm .pull-right .button-cancel {
  border: 2px solid #666666;
  color: #666666;
}
.window-mainbody .container-popup #imageForm .pull-right .button-cancel:hover {
  background: #dd2222;
  border-color: #dd2222;
  color: #ffffff;
}
.popover .popover-title {
  background: #000000;
  color: #ffffff;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 5%;
  display: block;
  z-index: 1050;
  left: 50%;
  width: 80%;
  position: fixed;
  margin-left: -40%;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  outline: none;
  padding: 0 !important;
  transform: none;
  bottom: auto;
}
#modal-jform_consentbox.in,
#modal-consentbox.in {
  opacity: 1;
  display: block !important;
}
#modal-jform_consentbox .modal-header,
#modal-consentbox .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  overflow-y: auto;
  width: 98%;
  position: relative;
  padding: 1%;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  height: 75vh;
}
#modal-jform_consentbox .iframe,
#modal-consentbox .iframe {
  height: 98%;
}
#modal-consentbox .modal-header h3,
#modal-jform_consentbox .modal-header h3 {
  margin: 0;
  color: #666666;
}
#sbox-window #sbox-content iframe {
  max-width: 100%;
  max-height: 100%;
}
.modal-open .t3-wrapper {
  position: static !important;
}