.t3-topbar {
  background-color: #333333;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  position: relative;
  z-index: 100;
}
.t3-topbar p {
  margin: 0;
}
.t3-header {
  padding-top: 14px;
  padding-bottom: 14px;
  background: #ffd733;
  color: #ffffff;
  position: relative;
  z-index: 99;
}
.logo {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.nav-search {
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .nav-search {
    border: 0;
    height: 36px;
    line-height: 36px;
  }
}
.nav-search a {
  display: block;
  color: #000000;
}
.nav-search a:hover {
  color: #ffffff;
}
.nav-search.open {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  margin-top: 0;
}
.nav-search.open a {
  display: none;
}
.nav-search.open .dropdown-menu {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 112px auto 0;
  min-width: 215px;
  height: auto;
  position: static;
  float: none;
  border: 0;
  top: 0;
}
.nav-search.open .dropdown-menu .t3-module {
  margin-bottom: 0;
  line-height: 1;
}
.nav-search.open .dropdown-menu .module-title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .nav-search.open .dropdown-menu .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: none;
    width: 100%;
    font-size: 108px;
    font-weight: bold;
    padding: 28px 0;
    height: auto;
    line-height: 1.2;
    border-bottom: 1px solid #222222;
  }
  .nav-search.open .dropdown-menu .form-control::-moz-placeholder {
    color: #222222;
    opacity: 1;
  }
  .nav-search.open .dropdown-menu .form-control:-ms-input-placeholder {
    color: #222222;
  }
  .nav-search.open .dropdown-menu .form-control::-webkit-input-placeholder {
    color: #222222;
  }
  .nav-search.open .dropdown-menu .form-control:focus {
    background: none;
    color: #000000;
  }
  .nav-search.open .dropdown-menu .form-control:focus::-moz-placeholder {
    color: #000000;
    opacity: 1;
  }
  .nav-search.open .dropdown-menu .form-control:focus:-ms-input-placeholder {
    color: #000000;
  }
  .nav-search.open .dropdown-menu .form-control:focus::-webkit-input-placeholder {
    color: #000000;
  }
  .nav-search.open .dropdown-menu .placeholder {
    color: #000000;
  }
}
.nav-search.open .dropdown-menu button {
  float: right;
  margin-top: 14px;
}
@media (max-width: 991px) {
  .nav-search.open .dropdown-menu {
    position: fixed;
    top: 50px;
    left: 0;
    height: auto;
    width: 100%;
    padding: 28px;
    background: #222222;
    border-radius: 0;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-search.open .dropdown-menu .form-control {
    width: 100%;
  }
}
.nav-search.open a {
  color: #ffd733;
  position: relative;
}
.ie8 .nav-search .dropdown-menu {
  border: 0;
  right: 215px !important;
}
.head-btn {
  text-align: right;
}
.head-btn .nav > li {
  display: inline-block;
  margin-left: 14px;
}
.head-btn .nav > li > a {
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.head-btn .nav > li > a:hover,
.head-btn .nav > li > a:focus,
.head-btn .nav > li > a.focus,
.head-btn .nav > li > a:active,
.head-btn .nav > li > a.active,
.open > .dropdown-toggle.head-btn .nav > li > a {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.head-btn .nav > li > a:active,
.head-btn .nav > li > a.active,
.open > .dropdown-toggle.head-btn .nav > li > a {
  background-image: none;
}
.head-btn .nav > li > a.disabled,
.head-btn .nav > li > a[disabled],
fieldset[disabled] .head-btn .nav > li > a,
.head-btn .nav > li > a.disabled:hover,
.head-btn .nav > li > a[disabled]:hover,
fieldset[disabled] .head-btn .nav > li > a:hover,
.head-btn .nav > li > a.disabled:focus,
.head-btn .nav > li > a[disabled]:focus,
fieldset[disabled] .head-btn .nav > li > a:focus,
.head-btn .nav > li > a.disabled.focus,
.head-btn .nav > li > a[disabled].focus,
fieldset[disabled] .head-btn .nav > li > a.focus,
.head-btn .nav > li > a.disabled:active,
.head-btn .nav > li > a[disabled]:active,
fieldset[disabled] .head-btn .nav > li > a:active,
.head-btn .nav > li > a.disabled.active,
.head-btn .nav > li > a[disabled].active,
fieldset[disabled] .head-btn .nav > li > a.active {
  background-color: #333333;
  border-color: #262626;
}
.head-btn .nav > li > a .badge {
  color: #333333;
  background-color: #ffffff;
}
.t3-sl {
  padding-bottom: 56px;
  padding-top: 56px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 84px;
    padding-top: 84px;
  }
}
.t3-mainbody {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t3-content {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t3-sidebar {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t3-sidebar .t3-module {
  margin-bottom: 42px;
}
.t3-sidebar .t3-module:after {
  content: "";
  display: block;
  background: url("../../templates/ja_charity/images/ico/divide-side.png") repeat center center;
  height: 13px;
  margin-bottom: 42px;
  margin-top: 42px;
  max-width: 747px;
}
.t3-sidebar .t3-module:last-child:after {
  display: none;
}
.t3-footer {
  border-top: 1px solid #eeeeee;
  background: #283034;
  color: #eeeeee;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 992px) {
  .t3-footnav {
    padding: 56px 0;
  }
}
.t3-footnav .t3-module {
  background: transparent;
  color: #eeeeee;
  margin-top: 14px;
  margin-bottom: 14px;
}
.t3-footnav .t3-module .module-title {
  color: #eeeeee;
  font-size: 18px;
  margin-bottom: 14px;
  text-transform: none;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #eeeeee;
  text-transform: uppercase;
  font-weight: 300;
  padding: 7px 0;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #1e6698;
  background: none;
}
.t3-footnav .t3-module ul > li.active > a {
  background: none;
}
.t3-footnav .t3-module ul > li.active > a:hover,
.t3-footnav .t3-module ul > li.active > a:active,
.t3-footnav .t3-module ul > li.active > a:focus {
  color: #1e6698;
  background: none;
}
.t3-footnav .acymailing_module {
  margin-bottom: 28px !important;
}
.t3-footnav .acymailing_module .form-control {
  border-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .t3-footnav .acymailing_module .form-control[name='user[email]'] {
    width: 240px !important;
    margin-right: 5px;
  }
}
@media screen and (min-width: 992px) {
  .t3-footnav .mod-connect .module-title,
  .t3-footnav .mod-connect .module-ct {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .t3-footnav .mod-connect .module-title {
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .t3-footnav .mod-quicklinks {
    padding-left: 60px;
    padding-right: 60px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #3e4b51;
  }
}
.t3-copyright {
  border-top: 1px solid #3e4b51;
  font-size: 12px;
  padding: 56px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 28px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.events .event-item {
  margin-bottom: 28px;
}
.events .event-item .event-ct {
  position: relative;
}
.events .event-item.event_outoffdate .event-ct:before {
  background: url('../../templates/ja_charity/images/ico/badge-end-ltr.png') no-repeat top right;
  width: 68px;
  height: 68px;
  position: absolute;
  bottom: -3px;
  right: -3px;
  z-index: 2;
  content: "";
}
.events .event-item.event_current .event-ct:before {
  background: url('../../templates/ja_charity/images/ico/badge-current-ltr.png') no-repeat top right;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
  content: "";
}
.events .event-item .event-item-main .event-intro {
  display: none;
}
.events .event-item .event-info ul li {
  display: inline-block;
  border: 0;
  padding: 0 10px;
  text-transform: uppercase;
  color: #999999;
  font-size: 14px;
  line-height: 1;
  font-size: 13px;
}
.events .event-item .event-info ul li .fa {
  display: none;
}
.events .event-item .event-info ul li:first-child {
  padding-left: 0;
  border-right: 1px solid #eeeeee;
}
.events .event-item .event-info ul li:last-child {
  border-right: 0;
  padding-left: 0;
  display: block;
}
.events .event-item .post-title {
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
.events .event-item .post-title a {
  color: #222222;
}
.events .event-item .post-title a:hover,
.events .event-item .post-title a:focus {
  color: #2683c3;
}
.events .event-featured {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .event-detail {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.event-detail img {
  width: 100%;
}
.event-detail .event-item-media {
  position: relative;
}
@media screen and (max-width: 767px) {
  .event-detail .event-item-media .item-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.event-detail .event-item-media .item-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .event-detail .event-item-media .event-countdown {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.event-detail .event-item-media .sch-countdown.event-detail-outdate {
  background: #eeeeee;
  color: #999999;
  font-size: 24px;
  font-weight: bold;
}
.event-detail .event-item-media .sch-countdown.event-detail-current {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.event-detail address {
  font-size: 13px;
  color: #555555;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .event-detail .mod-title {
    width: 50%;
    font-size: 14px;
  }
  .event-detail .mod-title .first-word {
    font-size: 13px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.event-detail .event-item-main .post-title {
  text-transform: uppercase;
}
.event-detail .event-item-main .post-title a {
  color: #222222;
}
.event-detail .event-aside {
  margin-top: 30px;
  padding: 28px;
  background: #f7f7f7;
}
.event-detail .event-speakers .module-ct:before,
.event-detail .event-sponsors .module-ct:before,
.event-detail .event-speakers .module-ct:after,
.event-detail .event-sponsors .module-ct:after {
  content: " ";
  display: table;
}
.event-detail .event-speakers .module-ct:after,
.event-detail .event-sponsors .module-ct:after {
  clear: both;
}
@media screen and (min-width: 992px) {
  .event-detail .event-speakers .module-ct a,
  .event-detail .event-sponsors .module-ct a {
    width: 33%;
    display: block;
    float: left;
    padding: 3px;
  }
}
@media screen and (max-width: 767px) {
  .event-detail .event-speakers .module-ct a,
  .event-detail .event-sponsors .module-ct a {
    width: 50%;
    display: block;
    float: left;
    padding: 3px;
  }
}
.event-detail .event-speakers .module-ct a img,
.event-detail .event-sponsors .module-ct a img {
  width: 100%;
  margin: 0;
  float: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
}
.event-detail .event-speakers .module-ct a:hover img,
.event-detail .event-sponsors .module-ct a:hover img,
.event-detail .event-speakers .module-ct a:focus img,
.event-detail .event-sponsors .module-ct a:focus img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.event-list .event-item .item-image {
  overflow: hidden;
}
.event-list .event-item .item-image img {
  -webkit-transition: all 0.2s ease-in 0.1s;
  -o-transition: all 0.2s ease-in 0.1s;
  transition: all 0.2s ease-in 0.1s;
}
.event-list .event-item .item-image .event-item-main a:hover,
.event-list .event-item .item-image .event-item-main a:focus {
  color: #1e6698;
}
.event-list .event-item:hover .item-image img,
.event-list .event-item:focus .item-image img {
  transform: scale(1.1);
}