.t3-wrapper {
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px) {
  .equal-height > .col,
  .equal-height > .col > div {
    min-height: 0 !important;
  }
}
.t3-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .t3-header {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.logo {
  text-align: center;
}
.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;
}
.navbar-right {
  margin-right: 0 !important;
  float: right;
  height: 72px;
}
.navbar-search .search {
  background: #fafafa;
  display: inline-block;
  padding: 0;
  position: relative;
  height: 72px;
  margin: 0;
  width: 72px;
}
.navbar-search .search .form-control {
  border-radius: 0;
  background-image: url('../../../templates/ja_diner/images/ico/search.png') !important;
  background-position: 27px center!important;
  background-repeat: no-repeat !important;
  background-color: #fafafa;
  border: 0;
  border-left: 1px solid #e8e6e3;
  color: #555555;
  position: absolute;
  padding: 0 0 0 72px;
  font-size: 12px;
  right: 0;
  top: 0;
  width: 72px;
  height: 72px;
  max-width: none;
  z-index: 100;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.navbar-search .search .form-control:focus {
  background-color: #fafafa;
  border-color: #e8e6e3;
  width: 288px;
  padding-right: 22px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .navbar-search .search .form-control:focus {
    width: 216px;
  }
}
.navbar-search .form-search {
  display: inline-block;
  padding: 0;
  position: relative;
  height: 72px;
  width: 72px;
}
.navbar-search .form-search .finder {
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
.navbar-search .form-search label {
  display: none;
}
.navbar-search .form-search input {
  border-radius: 0;
  background-image: url('../../../templates/ja_diner/images/ico/search.png') !important;
  background-position: 27px center!important;
  background-repeat: no-repeat !important;
  background-color: #fafafa;
  border: 0;
  border-left: 1px solid #e8e6e3;
  color: #555555;
  position: absolute;
  padding: 0 0 0 72px;
  font-size: 12px;
  right: 0;
  top: 0;
  width: 72px;
  height: 72px;
  max-width: none;
  z-index: 100;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.navbar-search .form-search input:focus {
  background-color: #fafafa;
  border-color: #e8e6e3;
  width: 288px;
  padding-right: 22px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .navbar-search .form-search input:focus {
    width: 216px;
  }
}
.t3-section-wrap {
  overflow: hidden;
}
.t3-section-wrap .t3-section.padding-bottom {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .t3-section-wrap .t3-section.padding-bottom {
    padding-bottom: 60px;
  }
}
.t3-section-wrap .t3-section.padding-top {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .t3-section-wrap .t3-section.padding-top {
    padding-top: 60px;
  }
}
.t3-section-wrap .section-title {
  color: #111111;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
}
.t3-section-wrap .section-sub {
  margin-top: 0;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .t3-section-wrap .section-sub {
    font-size: 26px;
  }
}
.t3-sl {
  padding-bottom: 44px;
  padding-top: 44px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 66px;
    padding-top: 66px;
  }
}
.t3-mainbody {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1254px) {
  .t3-mainbody > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .t3-mainbody > .row > div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .t3-mainbody > .row > div.t3-sidebar-right {
    border-left: 1px solid #e8e6e3;
  }
  .t3-mainbody > .row > div.t3-sidebar-left {
    border-right: 1px solid #e8e6e3;
  }
}
.t3-footer {
  border-top: 1px solid #e8e6e3;
  background: #fafafa;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 12px;
}
.t3-footer .copyright a {
  border-bottom: 1px solid #111111;
  color: #555555;
}
.t3-footer .copyright a:hover,
.t3-footer .copyright a:active,
.t3-footer .copyright a:focus {
  color: #111111;
}
.t3-footnav {
  padding: 15px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 105px 0;
  }
}
.t3-footnav .col {
  margin: 15px 0;
}
@media (min-width: 768px) {
  .t3-footnav .col + .col {
    border-left: 1px solid #e8e6e3;
  }
}
.t3-footnav .t3-module {
  background: #fafafa;
  color: #555555;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.t3-footnav .t3-module .module-title {
  color: #111111;
  font-size: 12px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.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: #555555;
}
.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: #555555;
}
.t3-footnav .t3-module .custom > span {
  display: block;
}
.t3-footnav .t3-module .custom a {
  color: #555555;
  border-bottom: 1px solid #111111;
}
.t3-footnav .t3-module .custom a:hover,
.t3-footnav .t3-module .custom a:focus,
.t3-footnav .t3-module .custom a:active {
  color: #111111;
}
.t3-copyright {
  border-top: 2px solid #222222;
  font-size: 12px;
}
.t3-copyright .t3-copyright-inner {
  border-top: 1px solid #222222;
  margin-top: 1px;
  padding-top: 30px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .t3-copyright .t3-copyright-inner {
    padding-bottom: 30px;
    text-align: center;
  }
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 22px;
}
.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;
}