.items-leading .intro-image {
  margin-bottom: 30px;
}
.items-leading .intro-image .item-image img {
  max-width: 100%;
}
.item-page .article-image {
  margin-bottom: 30px;
}
.items-leading .leading {
  margin-bottom: 60px;
}
.items-row.cols-1 .item {
  margin-bottom: 0;
}
.items-row:not(.cols-1) .intro-image .item-image {
  margin-bottom: 30px;
}
.items-row:not(.cols-1) .intro-image .item-image img {
  max-width: 100%;
}
.items-row .item {
  margin-bottom: 60px;
}
.divider-vertical {
  margin: 0 0 60px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 15px;
}
.article-info {
  float: left;
  margin: 0;
  width: 89%;
}
.article-info .fa {
  display: none;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  white-space: nowrap;
}
.article-info dd + dd::before {
  content: "/";
  margin-right: 5px;
}
.article-info dd strong {
  font-weight: bold;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.category-name a {
  border-bottom: 1px dotted #999999;
  color: #999999;
}
.category-name a:hover,
.category-name a:focus,
.category-name a:active {
  border-bottom-color: #b81d21;
  color: #b81d21;
}
.article-footer {
  color: #999999;
  font-size: 14px;
  margin-bottom: 30px;
}
.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 45px 30px 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 30px 45px;
}
.intro-image .item-image {
  float: none !important;
}
@media (max-width: 990px) {
  .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: 30px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 30px;
}
.img-fulltext-right {
  float: right;
  margin-left: 30px;
}
.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: #eeeeee;
  color: #555555;
  font-size: 14px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 989px) {
  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;
  }
}
.tags > span {
  margin-right: 5px;
}
.ja-gallery-list {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.ja-gallery-list img {
  width: 100%;
}
.ja-gallery-list .btn-play {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 7.5px;
  background: #b81d21;
  color: #ffffff;
  font-family: "Roboto Mono", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  text-transform: uppercase;
  margin-right: -10px;
  cursor: pointer;
  z-index: 2;
}
.ja-gallery-list .btn-play span {
  display: inline-block;
}
.ja-gallery-list .btn-play:hover {
  background-color: #a21a1d;
}
.blog-gallery .article-title {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
.ja-gallery-detail-slide {
  padding: 0 60px 60px;
  background: #ffffff;
  margin-top: 30px;
  border-radius: 2px;
  z-index: 10;
  border: 1px solid #cccccc;
  position: relative;
}
.ja-gallery-detail-slide:before,
.ja-gallery-detail-slide:after {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
}
.ja-gallery-detail-slide:before {
  bottom: -5px;
  left: 4px;
  right: 4px;
  z-index: 2;
}
.ja-gallery-detail-slide:after {
  bottom: -9px;
  left: 8px;
  right: 8px;
  z-index: 1;
}
.ja-gallery-detail-slide .owl-carousel {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.ja-gallery-detail-slide .owl-carousel .owl-wrapper-outer {
  z-index: 0;
}
.ja-gallery-detail-slide .owl-carousel .owl-controls {
  margin: 0;
}
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-pagination {
  position: absolute;
  bottom: -70px;
  left: 0;
  text-align: center;
  margin: 0;
  width: 100%;
}
@media (max-width: 989px) {
  .ja-gallery-detail-slide .owl-carousel .owl-controls .owl-pagination {
    bottom: 0;
    padding-right: 15px;
  }
}
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-pagination .owl-page span.owl-numbers {
  border-radius: 0;
  margin: 15px 7.5px;
}
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-pagination .owl-page.active span.owl-numbers {
  background: #b81d21;
  color: #ffffff;
}
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons > div {
  border-radius: 0;
  border: 2px solid #b81d21;
  background: none;
  position: absolute;
  top: 50%;
  line-height: 76px;
  left: -70px;
  font-size: 22px;
  color: #b81d21;
  padding: 0;
  margin: -40px 0 0;
  text-align: center;
  height: 80px;
  width: 80px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons > div:hover,
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons > div:focus,
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons > div:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons > div.owl-next {
  right: -70px;
  left: auto;
  margin-left: 0;
}
.ja-gallery-detail-slide .item {
  position: relative;
  text-align: center;
  cursor: move;
}
.ja-gallery-detail-slide .item .carousel-caption {
  background: #ffffff;
  left: 0;
  right: 0;
  bottom: auto;
  top: 0;
  color: #3a352f;
  text-shadow: none;
  padding: 30px 0;
  font-family: "Noticia Text", serif;
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 991px) {
  .ja-gallery-detail-slide {
    padding: 30px;
  }
  .ja-gallery-detail-slide .owl-carousel .owl-controls .owl-pagination {
    bottom: -55px;
  }
  .ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons > div {
    line-height: 36px;
    left: -30px;
    margin: -30px 0 0;
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
  .ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons > div.owl-next {
    right: -30px;
  }
}
.t3-content .ja-gallery-list {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 5px;
  z-index: 10;
}
.t3-content .ja-gallery-list:before,
.t3-content .ja-gallery-list:after {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
}
.t3-content .ja-gallery-list:before {
  bottom: -5px;
  left: 4px;
  right: 4px;
  z-index: 2;
}
.t3-content .ja-gallery-list:after {
  bottom: -9px;
  left: 8px;
  right: 8px;
  z-index: 1;
}
.t3-content .ja-gallery-list .img_caption {
  margin-bottom: 0;
  position: static;
}
.t3-content .ja-gallery-list .img_caption .img_caption {
  display: none;
}
html .btn-fullscreen {
  cursor: pointer;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1001;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
  width: 52px;
  text-align: center;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
html .btn-fullscreen:hover,
html .btn-fullscreen:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
html .blueimp-gallery .modal-dialog {
  margin-top: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 100%;
  overflow: visible;
}
html .blueimp-gallery .modal-dialog .modal-header {
  border: 0;
  color: #ffffff;
  display: inline-block;
}
html .blueimp-gallery .modal-dialog .modal-header h4 {
  font-size: 16px;
  font-weight: 400;
  margin-left: 60px;
  margin-right: 60px;
}
html .blueimp-gallery .modal-dialog .modal-header button.close {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border: 2px solid #999999;
  border-radius: 0;
}
html .blueimp-gallery .modal-dialog .modal-body {
  padding: 100px 0;
  width: 100%;
  height: 100%;
}
html .blueimp-gallery .modal-dialog .modal-content {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 150px;
}
html .blueimp-gallery .modal-dialog .modal-footer {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
}
html .blueimp-gallery .modal-dialog .modal-footer .btn {
  background: none;
  color: #ffffff;
  border: 2px solid #999999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s linear 0.1s;
  -o-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}
html .blueimp-gallery .modal-dialog .modal-footer .btn:hover,
html .blueimp-gallery .modal-dialog .modal-footer .btn:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
html .blueimp-gallery .modal-dialog img {
  max-height: 100%;
  max-width: 100%;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
  box-shadow: none;
}
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: transparent;
}
.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: 30px;
  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;
}
.login-wrap {
  background: #ffffff;
  margin: auto;
  padding: 60px 90px;
  width: 670px;
}
@media screen and (max-width: 989px) {
  .login-wrap {
    padding: 30px;
    width: auto;
  }
}
.login-wrap .page-header {
  border: 0;
  text-align: center;
  padding-bottom: 0;
  width: 100%;
}
@media (max-width: 989px) {
  .login-wrap .page-header {
    margin-bottom: 15px;
  }
}
.login-wrap .page-header h1 {
  color: #222222;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 989px) {
  .login-wrap .page-header h1 {
    font-size: 36px;
  }
}
.login-wrap .login-description {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 989px) {
  .login-wrap .login-description {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.login-wrap .login-image {
  margin-bottom: 30px;
  text-align: center;
}
.login-wrap .login-image img {
  max-width: 100%;
}
.login-wrap .form-group .user-link {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
.login-wrap .form-group .user-link .checkbox {
  padding-top: 0;
  min-height: unset;
}
.login-wrap .form-group .user-link .checkbox input {
  position: relative;
  margin: 0;
  top: 1px;
}
.login-wrap .form-group .user-link .forgot-pass {
  font-style: italic;
}
@media screen and (max-width: 480px) {
  .login-wrap .form-group .user-link .forgot-pass {
    clear: both;
    float: left !important;
  }
}
.login-wrap .other-links {
  margin-bottom: 0;
}
.login-wrap .other-links ul {
  padding-left: 0;
  list-style: none;
  text-align: right;
  margin-bottom: 0;
}
.login-wrap .other-links ul li {
  display: inline-block;
  font-size: 12px;
  margin-left: 15px;
}
.login-wrap .other-links ul li a {
  color: #999999;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
  color: #b81d21;
}
.logout {
  background: #ffffff;
  margin: auto;
  padding: 30px;
  width: 400px;
}
@media (max-width: 989px) {
  .logout {
    padding: 30px;
    width: auto;
  }
}
.logout .page-header {
  border: 0;
  display: block;
  text-align: center;
  padding-bottom: 0;
  width: 100%;
}
@media (max-width: 989px) {
  .logout .page-header {
    margin-bottom: 15px;
  }
}
.logout .page-header h1 {
  font-family: "Noticia Text", sans-serif;
}
@media (max-width: 989px) {
  .logout .page-header h1 {
    font-size: 36px;
  }
}
.logout .logout-description {
  text-align: center;
}
.logout .control-group {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
.logout .control-group .controls {
  margin: 0;
}
.logout .control-group .btn {
  border-color: #222222;
  background: #222222;
}
.logout .control-group .btn:hover,
.logout .control-group .btn:focus,
.logout .control-group .btn:active {
  border-color: #080808;
  background: #080808;
}
.registration {
  background-color: #ffffff;
  margin: auto;
  padding: 60px 90px;
  width: 670px;
}
@media screen and (max-width: 989px) {
  .registration {
    padding: 30px;
    width: auto;
  }
}
.registration fieldset {
  text-align: center;
}
.registration fieldset legend {
  border: 0;
  font-size: 58px;
}
@media screen and (max-width: 989px) {
  .registration fieldset legend {
    font-size: 36px;
  }
}
.registration fieldset legend span {
  font-family: "Noticia Text", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.registration .form-actions {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.registration .form-actions .btn.btn-default {
  background: #222222;
  color: #ffffff;
}
.registration .form-actions .btn.btn-default:hover,
.registration .form-actions .btn.btn-default:focus,
.registration .form-actions .btn.btn-default:active {
  background: #080808;
}
@media screen and (max-width: 989px) {
  .registration .form-actions .btn.btn-primary {
    margin-bottom: 10px;
  }
}
.com_mailto body {
  padding: 15px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 30px;
  position: relative;
}
@media (max-width: 989px) {
  #mailto-window {
    padding: 30px;
  }
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .btn-default {
  background: #eeeeee;
}
#mailto-window .btn-default:hover,
#mailto-window .btn-default:focus,
#mailto-window .btn-default:active {
  background: #d5d5d5;
}
#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;
}
.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;
}
.remind {
  background: #ffffff;
  padding: 30px;
  margin: auto;
}
@media (min-width: 992px) {
  .remind {
    width: 670px;
  }
}
@media (max-width: 989px) {
  .remind {
    padding: 30px;
  }
}
.remind .form-group {
  margin-bottom: 0;
}
.remind fieldset .form-group:first-child .control-label {
  padding-right: 0;
}
.remind #jform_captcha {
  margin: 15px 0;
}
@media (max-width: 989px) {
  .remind #jform_captcha {
    margin-top: 0;
  }
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 15px 30px;
  border-radius: 0px;
}
.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;
}
#jform_captcha {
  max-width: 200px;
}
.profile {
  background: #ffffff;
  margin: auto;
  padding: 60px 90px;
  width: auto;
}
@media (max-width: 991px) {
  .profile .btn-toolbar {
    padding: 0;
    margin: 0 0 30px 0;
    float: none !important;
    text-align: center;
  }
  .profile .btn-toolbar li.btn-group {
    margin: 0;
    float: none;
  }
}
@media (max-width: 989px) {
  .profile .btn-toolbar {
    text-align: left;
  }
}
@media (max-width: 989px) {
  .profile {
    padding: 30px;
  }
}
.profile .btn-default {
  background: #222222;
  color: #ffffff;
}
.profile .btn-default:hover,
.profile .btn-default:focus,
.profile .btn-default:active {
  background: #080808;
}
.profile legend {
  font-family: "Noticia Text", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 989px) {
  .profile .dl-horizontal dd {
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 989px) {
  .profile .dl-horizontal dt {
    display: block;
  }
}
.profile-edit {
  background: #ffffff;
  margin: auto;
  padding: 60px 90px;
  width: 670px;
}
@media screen and (max-width: 989px) {
  .profile-edit {
    padding: 30px;
    width: auto;
  }
}
.profile-edit .page-header {
  border: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 989px) {
  .profile-edit .page-header {
    margin-bottom: 30px;
  }
}
.profile-edit .page-header h1 {
  border-bottom: 1px solid #f7f7f7;
  display: inline-block;
  font-family: "Noticia Text", serif;
  padding-bottom: 5px;
}
@media screen and (max-width: 989px) {
  .profile-edit .page-header h1 {
    font-size: 22px;
  }
}
.profile-edit legend {
  border: 0;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1.4;
  font-family: "Noticia Text", sans-serif;
  text-transform: uppercase;
  width: auto;
}
@media (min-width: 990px) {
  .profile-edit legend {
    font-size: 36px;
  }
}
.profile-edit .chzn-container {
  width: 100% !important;
}
.profile-edit fieldset {
  margin-bottom: 30px;
}
.profile-edit .form-group.form-top {
  margin: 0;
}
.profile-edit .form-actions {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.profile-edit .form-actions .btn.btn-default {
  background: #222222;
  color: #ffffff;
}
.profile-edit .form-actions .btn.btn-default:hover,
.profile-edit .form-actions .btn.btn-default:focus,
.profile-edit .form-actions .btn.btn-default:active {
  background: #080808;
}
@media screen and (max-width: 989px) {
  .profile-edit .form-actions .btn.btn-primary {
    margin-bottom: 10px;
  }
}
.profile-edit .control-label .optional {
  color: #999999;
  font-size: 13px;
  text-transform: none;
}
.profile-edit #helpsite-refresh {
  margin-top: 15px;
  float: right;
}
.search {
  background: #ffffff;
  padding: 30px;
}
@media (max-width: 989px) {
  .search {
    padding: 30px;
  }
}
.search .page-title,
.search .page-header h1 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.search .alert {
  margin-top: 30px;
  margin-bottom: 0;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm .form-group {
  margin-bottom: 15px;
}
#searchForm .form-group.input-group .btn-default {
  background: #b81d21;
  border-color: #b81d21;
  border-width: 2px;
  color: #ffffff;
  margin-left: -2px;
  position: relative;
  z-index: 2;
}
#searchForm .form-group.input-group .btn-default:hover,
#searchForm .form-group.input-group .btn-default:focus,
#searchForm .form-group.input-group .btn-default:active {
  background: #a21a1d;
  border-color: #a21a1d;
}
#searchForm fieldset {
  margin: 30px 0 0 0;
}
#searchForm legend {
  margin-bottom: 5px;
  border: none;
  font-size: 18px;
  font-weight: 700;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 30px;
}
#searchForm .form-limit .counter {
  border: 0;
  padding: 0;
  margin-top: 0;
  float: right;
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
}
#searchForm .chzn-container,
#searchForm label[for=limit] {
  float: left;
  margin-right: 10px;
}
#searchForm #ordering_chzn {
  float: none;
  margin-left: 5px;
  display: inline-block;
}
#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: 15px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  display: block;
  margin-bottom: 15px;
}
#search-form .word .form-group .btn.btn-default {
  background: #f7f7f7;
}
#search-form .word .form-group .btn.btn-default:hover,
#search-form .word .form-group .btn.btn-default:focus,
#search-form .word .form-group .btn.btn-default:active {
  background: #dedede;
}
@media screen and (max-width: 990px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 22px;
  margin-top: 30px;
}
@media (max-width: 989px) {
  .search-results .result-title {
    font-size: 17px;
  }
}
.search-results .result-title a {
  color: #222222;
}
.search-results .result-title a:hover,
.search-results .result-title a:focus,
.search-results .result-title a:active {
  color: #b81d21;
}
.search-results .result-category {
  font-size: 13px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 30px;
}
.search-results .result-created {
  font-size: 13px;
  color: #999999;
}
div.finder {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
}
@media (max-width: 989px) {
  div.finder {
    padding: 30px;
  }
}
div.finder .form-group label {
  text-align: center;
  font-size: 58px;
  font-family: "Noticia Text", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 989px) {
  div.finder .form-group label {
    font-size: 36px;
  }
}
@media screen and (max-width: 989px) {
  div.finder .form-group .btn {
    margin-bottom: 15px;
  }
}
div.finder #finder-search .inputbox {
  width: 100%;
}
div.finder #finder-filter-window:before,
div.finder #finder-filter-window:after {
  content: " ";
  display: table;
}
div.finder #finder-filter-window:after {
  clear: both;
}
div.finder #finder-filter-window .filter-branch {
  margin-left: -15px;
  margin-right: -15px;
}
div.finder #finder-filter-window .filter-branch > div {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 990px) {
  div.finder #finder-filter-window .filter-branch > div {
    float: left;
    width: 50%;
  }
}
div.finder #finder-filter-window .control-label {
  text-align: left;
}
@media screen and (max-width: 989px) {
  div.finder #finder-filter-window .controls {
    margin-left: 0;
  }
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
}
.contact .page-header {
  border: none;
  display: none;
}
.contact .page-header h2 {
  margin: 0;
}
.contact h3 {
  color: #333333;
  display: inline-block;
  font-size: 36px;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}
.contact input[type="email"],
.contact input[type="text"] {
  width: 100%;
}
.contact textarea {
  box-shadow: none;
}
@media (max-width: 990px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal {
  margin-bottom: 0;
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
  margin-bottom: 7.5px;
}
.contact .dl-horizontal > dd .fa {
  margin-right: 6px;
  width: 15px;
}
.contact img {
  max-width: 100%;
}
.contact .form-group.cus-field {
  margin-bottom: 0;
}
.contact label {
  color: #555555;
  font-weight: 400;
}
.contact .contact-links ul li {
  display: inline-block;
  margin: 0 15px 7.5px 0;
  border: none;
}
.contact .contact-links ul li a {
  background-color: #333333;
  color: #ffffff;
  padding: 7px 22.5px;
}
.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
  background-color: #761315;
  color: #ffffff;
}
.contact .checkbox input {
  margin-left: 0;
}
.contact .control-btn {
  text-align: right;
}
.contact .control-btn .btn-primary {
  border: 2px solid #b81d21;
  background: #ffffff;
  color: #b81d21;
  position: relative;
  padding-right: 88px;
}
.contact .control-btn .btn-primary::after {
  background: #b81d21;
  color: #ffffff;
  content: "\f1d9";
  font-family: FontAwesome;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  width: 58px;
  height: 58px;
  line-height: 60px;
}
@media (max-width: 989px) {
  .contact .control-btn {
    text-align: left;
    margin-top: 30px;
  }
}
.plain-style .contact-top {
  margin-bottom: 60px;
}
.plain-style .box-contact {
  background: #ffffff;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 989px) {
  .plain-style .box-contact {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.plain-style .box-contact h3 {
  margin-top: 0;
}
.plain-style .box-contact.box-primary {
  background: #b81d21;
  color: #eeeeee;
  text-align: center;
}
.plain-style .box-contact.box-primary a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.plain-style .box-contact.box-primary h3 {
  color: #ffffff;
  border-color: #ffffff;
}
.plain-style .box-contact i {
  color: #a6a6a6;
}
.plain-style .contact-left {
  margin-bottom: 30px;
}
.plain-style .contact-left h3 {
  margin-top: 0;
}
#slide-contact {
  height: auto !important;
}
#slide-contact .panel {
  box-shadow: none;
  border: 0;
}
#slide-contact .panel + .panel {
  margin-top: 30px;
}
#slide-contact .panel .panel-heading {
  background-color: #333333;
  color: #ffffff;
}
#slide-contact .panel .panel-body {
  padding: 30px;
}
#slide-contact .panel .panel-collapse {
  background-color: #f7f7f7;
}
.contact #myTab {
  margin-bottom: 45px;
  border-bottom: 1px solid #615e59;
}
.contact #myTab li {
  margin-right: 30px;
}
@media (max-width: 989px) {
  .contact #myTab li {
    display: block;
    margin-bottom: 30px;
  }
}
.contact #myTab li a {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0 0 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3a352f;
}
.contact #myTab li a:hover,
.contact #myTab li a:focus {
  color: #761315;
}
.contact #myTab li.active a {
  background-color: transparent;
  border-color: #b81d21;
  color: #b81d21;
}
.contact-form legend {
  border: 0;
  color: #999999;
  font-size: 13px;
  margin: 0 0 30px;
  padding: 0;
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form input.form-control {
  background-color: #ffffff;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  box-shadow: none;
  border-width: 2px;
  width: 100%;
  height: auto;
}
@media (max-width: 990px) {
  .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;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 30px;
}
.category-desc {
  margin-bottom: 30px;
}
.category-desc img {
  max-width: 100%;
  margin-bottom: 15px;
}
.category-item {
  margin-bottom: 30px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
@media screen and (max-width: 989px) {
  .category-item {
    margin-bottom: 30px;
  }
}
.category-item .category-inner {
  background: #ffffff;
  padding: 30px;
}
@media (max-width: 991px) {
  .category-item .category-inner {
    padding: 30px;
  }
}
.category-item .badge {
  vertical-align: top;
}
.category-item .item-title {
  border: 0;
  line-height: normal;
  padding: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 989px) {
  .category-item .item-title {
    font-size: 16px;
  }
}
.category-item .item-title a {
  color: #222222;
  font-family: "Noticia Text", serif;
  font-weight: 700;
}
.category-item .item-title a:hover,
.category-item .item-title a:focus,
.category-item .item-title a:active {
  color: #b81d21;
}
.category-item .description-image {
  margin-bottom: 15px;
}
.category-item .description-image img {
  max-width: 100%;
}
.category-item .category-desc {
  color: #555555;
  font-size: 16px;
  text-align: center;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 16px;
}
.cat-children > h3 {
  font-size: 36px;
  text-transform: uppercase;
}
.cat-children .page-header {
  border: 0;
  line-height: normal;
  padding: 0;
  margin: 30px 0 0 0;
  font-size: 16px;
  font-family: Noticia Text;
  font-weight: normal;
}
.cat-children .page-header a {
  color: #333333;
}
.cat-children .page-header a:hover,
.cat-children .page-header a:focus,
.cat-children .page-header a:active {
  color: #b81d21;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 30px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 30px;
  font-size: 18px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 16px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 18px;
}
.tag-category .filters {
  margin-bottom: 30px;
}
.tag-category .filters .btn-group {
  margin-left: 0;
}
.tag-category .category li h3 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
}
.tag-category .category li h3 a {
  color: #333333;
}
.tag-category .category li h3 a:hover,
.tag-category .category li h3 a:focus {
  color: #b81d21;
}
.tag-category .tags-list .media {
  background: transparent;
}
.tag-category .tags-list .media + .media {
  margin-top: 30px;
}
.tag-category .tags-list .media .media-object {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .tag-category .tags-list .media .media-object {
    width: 300px;
    height: auto;
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tag-category .tags-list .media .media-object {
    float: none !important;
  }
}
.tag-category .tags-list .media .tag-title {
  margin-top: 0;
  font-family: "Noticia Text", serif;
  font-weight: 700;
  font-size: 22px;
  color: #000000;
}
.tag-category .tags-list .media .tag-body p {
  display: inline;
}
.tag-category .tags-list .media:hover {
  background: none;
}
.tag-category .tags-list .media:hover .tag-title a {
  color: #b81d21;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 15px;
  padding: 15px 30px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 30px;
  font-weight: bold;
}
#article-index,
.article-index {
  float: right;
  margin: 0 0 30px 30px;
  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;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px 10px;
  border-radius: 0px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #b81d21;
  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: #b81d21;
  color: #ffffff;
}
.article-content > dl.tabs {
  background: #3a352f;
  margin-bottom: 0;
}
.article-content > dl.tabs:before,
.article-content > dl.tabs:after {
  content: " ";
  display: table;
}
.article-content > dl.tabs:after {
  clear: both;
}
.article-content > dl.tabs h3 {
  margin: 0;
}
.article-content > dl.tabs h3 a {
  border-right: 2px solid #615e59;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Mono", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 30px;
}
@media (max-width: 989px) {
  .article-content > dl.tabs h3 a {
    border: 0;
  }
}
.article-content > dl.tabs > .tabs {
  float: left;
}
@media (max-width: 989px) {
  .article-content > dl.tabs > .tabs {
    float: none;
    width: 100%;
  }
}
.article-content > dl.tabs > .tabs.open {
  background: #b81d21;
}
.article-content > dl.tabs + .current {
  background: #ffffff;
  clear: both;
  padding: 30px;
}
.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: 15px 30px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more {
  margin-bottom: 30px;
}
.items-more h3 {
  margin: 0 0 15px;
  font-size: 36px;
}
.items-more .nav > li + li {
  margin-top: 15px;
}
.items-more .nav > li > a {
  color: #333333;
  padding: 0;
}
.items-more .nav > li > a:hover,
.items-more .nav > li > a:focus,
.items-more .nav > li > a:active {
  background: transparent;
  color: #b81d21;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 15px 0;
}
.display-limit {
  margin: 15px 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-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.alert .alert-message {
  background: inherit;
  color: inherit;
  border-color: inherit;
}
.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: 16px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.languageswitcherload ul.lang-inline li {
  display: inline-block;
  margin: 0 0 0 10px;
  float: right;
}
div.calendar {
  width: 187px;
}
.edit.item-page .btn-toolbar {
  margin-bottom: 15px;
}
.edit.item-page fieldset .label {
  color: #3a352f;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 15px;
}
.edit.item-page fieldset .btn-toolbar#editor-xtd-buttons .btn {
  border: 2px solid #b81d21;
  margin-bottom: 10px;
}
.edit.item-page .nav-tabs {
  margin-bottom: 0;
}
.edit.item-page .tab-content {
  background: #ffffff;
  padding: 30px;
}
.window-mainbody .js-stools-container-bar .btn-wrapper {
  white-space: normal;
}
.window-mainbody .js-stools-container-bar .btn-wrapper input {
  background: #ffffff;
  width: auto;
}
.window-mainbody .js-stools-container-bar .btn-wrapper .btn {
  border: 2px solid #e5e5e5;
  padding: 13px 20px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 0px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.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;
}