.ja-masthead .ja-masthead-detail {
  max-width: 100% !important;
  padding: 150px 0 !important;
}
@media (max-width: 767px) {
  .ja-masthead .ja-masthead-detail {
    padding: 60px 0 !important;
  }
}

.rstbox-content .search,
.t3-off-canvas-body .search {
  margin-top: 15px;
  position: relative;
  text-align: center;
}
.rstbox-content .search input,
.t3-off-canvas-body .search input {
  width: 100%;
}
.rstbox-content .search button,
.t3-off-canvas-body .search button {
  background: #2584c7 !important;
  border: 0 !important;
  color: rgba(255, 255, 255, 0) !important;
  height: 36px;
  position: absolute;
  text-shadow: none !important;
  top: 0;
  right: 0;
  width: 40px;
}
.rstbox-content .search button:before,
.t3-off-canvas-body .search button:before {
  color: #ffffff !important;
  content: "\f002";
  font-family: FontAwesome;
}
.rstbox-content .search button:hover,
.t3-off-canvas-body .search button:hover {
  background: #1d679c !important;
}

.k2ItemsBlock .even,
.k2ItemsBlock .odd {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  .k2ItemsBlock .even,
  .k2ItemsBlock .odd {
    padding: 15px 15px;
  }
}
.k2ItemsBlock .even h3.moduleItemTitle,
.k2ItemsBlock .odd h3.moduleItemTitle {
  margin: 8px auto;
  text-align: center;
  text-transform: uppercase;
}
.k2ItemsBlock .even .moduleItemImage,
.k2ItemsBlock .odd .moduleItemImage {
  overflow: hidden;
  position: relative;
}
.k2ItemsBlock .even .moduleItemImage img,
.k2ItemsBlock .odd .moduleItemImage img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.k2ItemsBlock .even .moduleItemImage:hover img,
.k2ItemsBlock .odd .moduleItemImage:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.k2ItemsBlock .even .moduleItemReadMore,
.k2ItemsBlock .odd .moduleItemReadMore {
  margin-top: 10px;
}
.k2ItemsBlock .even .moduleItemReadMore .btn,
.k2ItemsBlock .odd .moduleItemReadMore .btn {
  width: 100%;
}