/* color
=================================================== */
.red {
  background: #F75663; }

.no-touch .red:hover {
  background: #f52536; }

.marker-water {
  background: linear-gradient(transparent 60%, #66ccff 100%); }

/* Layout
=================================================== */
.inner {
  margin: 0 auto;
  max-width: 1240px !important; }

.box-inner {
  padding: 3.1rem 0; }

.box-wrap {
  margin: 3.1rem 0; }

.table {
  display: table;
  width: 100%; }
  .table .left-cell, .table .right-cell {
    display: table-cell;
    vertical-align: middle; }

/* Utility
=================================================== */
.bold {
  font-weight: bold; }

.img-c {
  display: block;
  margin: 0 auto 20px; }

.fixnav-ajust {
  margin-top: -50px;
  padding-top: 50px; }

.mt00 {
  margin-top: 0px !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr00 {
  margin-right: 0px !important; }

.mr05 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb00 {
  margin-bottom: 0px !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb100{
  margin-bottom: 100px !important; }

.ml00 {
  margin-left: 0px !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

/* link
=================================================== */
.link {
  display: block;
  margin: 0 auto; }

.no-touch .link {
  transition: .2s ease-in-out; }
  .no-touch .link:hover {
    opacity: 0.8; }

.scalelink {
  overflow: hidden !important; }

.no-touch .scalelink img {
  transition: .5s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }
  .no-touch .scalelink img:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }

.textlink-under {
  color: #0068b2; 
  text-decoration: underline;}
  .textlink-under:hover, .textlink-under:active, .textlink-under:focus {
    color: #199fff; }

.link-line {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: 0;
  height: 100%;
  background: #666;
  color: #fff; }
  .link-line span {
    display: table;
    height: 100%;
    transition: .2s ease-in-out; }
    .link-line span:before {
      display: table-cell;
      vertical-align: middle;
      font-size: 1.5rem; }

.no-touch .link:hover .link-line span {
  padding: 0 10px; }

/* button
=================================================== */
.base-btn {
    display: block;
    color: #004892;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    border: 1px solid #004892;
    background-color: #fff;
    max-width: 350px;
    margin: 30px 0 0;
    text-align: center;
}
.base-btn:visited {
    color: #004892;
}
.base-btn:hover {
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    color: #fff;
    background-color: #004892;
}
.line-btn {
  display: block;
  padding: 10px 20px 10px 10px;
  border: solid #999;
  border-width: 1px 0;
  text-align: right;
  transition: padding .5s ease-in-out; }

.no-touch .line-btn:hover {
  padding-right: 10px; }

/* arrow btn */
.btn-arrow {
  display: inline-block;
  margin: 30px 0 0;
  padding: 1rem 2rem 1.0625rem 2rem;
  border: 2px solid #008abe;
  border-radius: 50px;
  color: #008abe;
  font-size: 1.2rem; }
  .btn-arrow:before {
    display: none; }

@media only screen and (min-width: 48em) {
  .btn-arrow {
    font-size: 1.5rem; } }

@media only screen and (min-width: 48em) and (max-width: 63.9em) {
  .base-btn {
    margin: 30px auto 0; }
  }

@media only screen and (min-width: 64em) {
  .text-inner {
    padding: 0 50px; }
  .btn-arrow {
    position: relative;
    overflow: hidden;
    margin: 30px 0 0;
    padding: 5px 80px;
    font-size: 1.5rem;
    transition: all 0.3s; }
    .btn-arrow:after {
      position: absolute;
      z-index: -1;
      content: '';
      transition: all 0.3s; }
    .btn-arrow:hover {
      background: #e0f6ff;
      color: #008abe; }
    .btn-arrow:before {
      position: absolute;
      top: 0;
      right: -50px;
      display: inline-block;
      height: 100%;
      color: #008abe;
      line-height: 50px;
      transition: all 0.3s; }
    .btn-arrow:active:before {
      color: #008abe; }
    .btn-arrow:hover:before {
      right: 20px; } }

/* Hover Panel
============================================================ */
.effects .img {
  position: relative; }

.effects .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  z-index: 2;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.5s;
  transition: .3s; }

.effects a.close-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  cursor: pointer; }

.effects a.close-overlay.hidden {
  display: none; }

.effects .expand {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: block;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  height: 80%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  transition: all 0.5s; }
  .effects .expand .button {
    margin: 0;
    padding: 10px 15px; 
    border: 1px solid #fff;
    background: none;}
  .effects .expand p {
    text-align: left; }

.effects .img.hover .overlay {
  opacity: 1; }
  .effects .img.hover .overlay .expand {
    top: 15%;
    opacity: 1; }

.no-touch .effects .expand .button:hover {
  opacity: .7; }

/* Touch-Hover
============================================================ */
.touch-hover {
  opacity: 0.7; }

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .inner {
    max-width: 1000px !important; } }
@media only screen and (max-width: 320px) {
  .base-btn { width: 287px; }
}

