body {
  background: #d7d9db;
}
body.contentpane {
  background: #ffffff;
}
.main-container {
  margin: 0 auto;
  background: #f5f6fa;
}
@media (min-width: 768px) {
  .main-container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .main-container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .main-container {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .main-container {
    width: 1600px;
  }
}
.t3-header-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .t3-header-wrap {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .t3-header-wrap {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .t3-header-wrap {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .t3-header-wrap {
    width: 1600px;
  }
}
.t3-header-wrap .t3-header {
  padding-top: 24px;
  padding-bottom: 24px;
  background: rgba(0, 0, 0, 0.86);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
@media (max-width: 991px) {
  .t3-header-wrap .t3-header {
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.86);
  }
}
@media (min-width: 992px) {
  .t3-header-wrap.affix {
    top: 0;
    position: fixed;
    z-index: 1030;
  }
  .t3-header-wrap.affix .t3-header {
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.86);
  }
}
.header-trans .t3-header-wrap {
  position: absolute;
  z-index: 1000;
  top: 0;
}
@media (max-width: 991px) {
  .header-trans .t3-header-wrap {
    position: fixed;
    top: 0;
  }
  .header-trans .t3-header-wrap .t3-header {
    background: rgba(0, 0, 0, 0.86);
  }
}
@media (min-width: 992px) {
  .header-trans .t3-header-wrap .t3-header {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .header-trans .t3-header-wrap.affix {
    position: fixed;
    z-index: 1030;
    background: rgba(0, 0, 0, 0.86);
  }
}
.t3-header-wrap .t3-cpanel {
  background: #0082d5;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 500ms;
  -o-transition: height 500ms;
  transition: height 500ms;
}
.t3-header-wrap .t3-cpanel .finder {
  margin-bottom: 0;
}
.t3-header-wrap .t3-cpanel .search {
  background: none;
  padding: 0;
}
.t3-header-wrap .t3-cpanel .form-inline .form-group {
  display: block;
}
.t3-header-wrap .t3-cpanel .form-control {
  background: none;
  border: 0;
  width: 100%;
  padding: 24px;
  height: auto;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}
.t3-header-wrap .t3-cpanel .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.t3-header-wrap .t3-cpanel .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.t3-header-wrap .t3-cpanel .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .t3-header-wrap .t3-cpanel .form-control {
    font-size: 24px;
  }
}
.t3-header-wrap .t3-cpanel .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.t3-header-wrap .t3-cpanel .form-control:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.t3-header-wrap .t3-cpanel .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.t3-header-wrap .t3-cpanel .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.t3-header-wrap.cpanel-open .t3-cpanel {
  height: 109px;
}
@media (max-width: 767px) {
  .t3-header-wrap.cpanel-open .t3-cpanel {
    height: 89px;
  }
}
.t3-header-wrap.cpanel-open .t3-header {
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.86);
}
@media (max-width: 1199px) {
  .t3-header-wrap .head-actions {
    width: auto;
  }
}
.logo {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .logo {
    width: auto;
  }
}
.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;
  color: #ffffff;
}
.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;
  color: #999999;
}
.head-search {
  margin-top: 12px;
  float: right;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.modal-open .head-search {
  z-index: 0;
}
.head-search .btn-search {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: none;
  text-align: center;
  padding: 0;
  height: 36px;
  width: 36px;
  line-height: 32px;
}
.head-search .btn-search:hover,
.head-search .btn-search:focus,
.head-search .btn-search:active {
  background: none;
  border-color: #0082d5;
  color: #0082d5;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.head-btn {
  float: right;
  position: relative;
  z-index: 1;
  padding: 12px 0;
  margin-left: 10px;
}
.t3-sl {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 72px;
    padding-top: 72px;
  }
}
.t3-mainbody {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .t3-mainbody {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .t3-mainbody {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.t3-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-sidebar {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-section-wrap {
  position: relative;
  z-index: 1;
}
.t3-section {
  background: #f5f6fa;
  color: #333333;
}
.t3-section .container {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (min-width: 1200px) {
  .t3-section.pt-x2 .container {
    padding-top: 168px;
  }
}
.t3-section.pb-0 .container {
  padding-bottom: 0;
}
.t3-section.bg-dark {
  background-color: #1c1c24;
  color: #ffffff;
}
.t3-section.bg-dark .section-header h3 {
  color: #ffffff;
}
.t3-section.bg-dark .section-header .module-intro {
  color: #ffffff;
}
.t3-section.bg-grey {
  background-color: #e0e0e0;
  color: #333333;
}
.t3-section.bg-greydark {
  background-color: #555555;
  color: #333333;
}
.t3-section.bg-light {
  background-color: #ffffff;
  color: #333333;
}
.t3-section.bg-transparent {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .t3-section.bg-transparent {
    margin-top: -400px;
  }
}
.t3-section.bg-transparent .container {
  padding-top: 24px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .t3-section.bg-transparent .container {
    padding-top: 96px;
    width: 760px;
  }
}
@media (min-width: 992px) {
  .t3-section.bg-transparent .container {
    padding-top: 96px;
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .t3-section.bg-transparent .container {
    padding-top: 96px;
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .t3-section.bg-transparent .container {
    width: 1400px;
    padding-top: 0;
  }
}
.t3-section .section-header {
  margin-bottom: 24px;
  padding-top: 48px;
  text-align: center;
}
@media (min-width: 1200px) {
  .t3-section .section-header {
    margin-bottom: 0;
  }
}
.t3-section .section-header h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .t3-section .section-header h3 {
    font-size: 70px;
  }
}
.t3-section .section-header .module-intro {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
  padding: 0 25%;
}
@media (max-width: 991px) {
  .t3-section .section-header .module-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.t3-section .section-header.text-left {
  text-align: left;
}
.t3-section .section-header.text-left h3 {
  padding-right: 50%;
}
@media (max-width: 767px) {
  .t3-section .section-header.text-left h3 {
    padding-right: 0;
  }
}
.t3-section .section-header.text-left .module-intro {
  padding-left: 0;
  padding-right: 50%;
}
@media (max-width: 767px) {
  .t3-section .section-header.text-left .module-intro {
    padding-right: 0;
  }
}
.t3-section .container .section-header {
  padding-top: 0;
}
.t3-slideshow {
  position: relative;
}
@media (min-width: 1200px) {
  .t3-slideshow:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 390px;
    background: url("../../../templates/ja_events_ii/images/main-container-ltr.png");
    background-size: 100% 390px;
  }
}
.t3-footer {
  background: #222222;
  color: #999999;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer .container {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 24px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav .col-sm-6:nth-child(3) {
  clear: left;
}
@media (min-width: 768px) {
  .t3-footnav .col-sm-6:nth-child(3) {
    clear: none;
  }
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 72px 0;
  }
}
.t3-footnav .t3-module {
  background: #222222;
  color: #999999;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.t3-footnav .t3-module .module-inner {
  padding: 24px 0;
}
.t3-footnav .t3-module .module-title {
  background-color: transparent;
  color: #e0e0e0;
  font-size: 14px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module .module-title:before {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.t3-footnav .t3-module .module-ct {
  background-color: transparent;
  color: #999999;
}
.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 {
  border-radius: 0;
  color: #999999;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.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: #ffffff;
  padding-left: 5px;
}
.t3-footnav .t3-module ul > li.active > a {
  background-color: transparent;
  color: #ffffff;
}
.t3-footnav .t3-module.mod-border {
  border: 2px solid #2f2f2f;
}
.t3-footnav .t3-module.mod-border .module-ct {
  padding: 0 24px;
}
.t3-footnav .t3-module.mod-hilite .module-inner {
  padding: 24px;
}
.t3-footnav .t3-module.mod-notitle {
  margin-top: 24px;
}
.t3-footnav .t3-module img {
  margin-bottom: 15px;
}
.t3-footnav .t3-module img.img-responsive {
  width: 100%;
}
@media (min-width: 991px) {
  .t3-footnav .t3-module img.img-responsive {
    width: auto;
  }
}
.t3-footnav .t3-module h4 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
}
.t3-footnav .t3-module time {
  display: block;
  font-size: 11px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.t3-footnav .t3-module time span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #999999;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
}
.t3-footnav .t3-module .readmore {
  padding-top: 12px;
  text-align: right;
}
.t3-footnav .t3-module .readmore a {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  color: #555555;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 15px;
  text-transform: uppercase;
  transition: all 0.35s;
}
.t3-footnav .t3-module .readmore a:hover,
.t3-footnav .t3-module .readmore a:focus,
.t3-footnav .t3-module .readmore a:active {
  background-color: #0082d5;
  color: #ffffff;
  text-decoration: none;
}
.t3-footnav .social-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.t3-footnav .social-list:before,
.t3-footnav .social-list:after {
  content: " ";
  display: table;
}
.t3-footnav .social-list:after {
  clear: both;
}
.t3-footnav .social-list li {
  display: block;
  float: left;
  margin-right: 12px;
}
.t3-footnav .social-list li a {
  border: 2px solid rgba(255, 255, 255, 0.05);
  color: #222222;
  display: block;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.t3-footnav .social-list li a i {
  font-size: 18px;
  line-height: 40px;
}
.t3-footnav .social-list li a.facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.t3-footnav .social-list li a.twitter:hover {
  background-color: #3a92c8;
  border-color: #3a92c8;
}
.t3-footnav .social-list li a.google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.t3-footnav .social-list li a.youtube:hover {
  background-color: #b00;
  border-color: #b00;
}
.t3-copyright {
  border-top: 1px solid #2f2f2f;
  color: #555555;
  font-size: 13px;
  padding: 48px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright .container {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright a {
  color: #999999;
  text-decoration: none;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #005389;
}
.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;
}
.modal-open .modal-backdrop.fade.in {
  display: none;
}
.tip-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.tip-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.tip-text {
  padding: 9px 14px;
}