.staff-icon {
  width: 60%;
}
.staff-name {
  font-weight: bolder;
  margin: 10px 0 !important;
}

.text-align-center {
  text-align: center;
}

.table-staff {

}
.table-staff th,
.table-staff td {
  width: 25%
}

.table-staff th{
  text-align: center !important;
  vertical-align:middle !important;
}

/*
.table-staff th p{
  margin-right: 15px !important;
}
*/

.recommend-list {
  font-size: 85%;
  padding: 10px 5px 0 20px;
  line-height: 1.5em;
}

.scene-title {
  font-size: 50px;
  padding-bottom: 100px;
}


body:not([class*='no-hero-image']) #MainMenu.navbar {
  background: white;
  border-top: 4px solid #DE0505;
}
.navbar-default .navbar-nav>li>a {
    color: #DE0505;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #e9eaeb;
}
#MainMenu.navbar #navbar-main .navbar-nav>li>a:hover,
#MainMenu.navbar #navbar-main .navbar-nav>li>a:active,
#MainMenu.navbar #navbar-main .navbar-nav>li>a:focus,
#MainMenu.navbar #navbar-main .navbar-nav>.active>a,
#MainMenu.navbar #navbar-main .navbar-nav>.active>a:hover,
#MainMenu.navbar #navbar-main .navbar-nav>.active>a:focus,
#MainMenu.navbar #navbar-main .navbar-nav>li.open>a,
#MainMenu.navbar #navbar-main .navbar-nav>li.open>a:hover,
#MainMenu.navbar #navbar-main .navbar-nav>li.open>a:focus {
    background: transparent;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    border-top: solid 2px #DE0505;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgb(222, 5, 5);
    color: rgba(222, 5, 5, 0.5);
}

@media (max-width: 1299px) {
  #MainMenu .collapse-md .navbar-collapse {
    background: #f7f7f7;
  }
}

.navbar-default .navbar-toggle .icon-bar {
  background: #e70404;
}

#MainMenu {
  background-color: transparent !important;
}

body #MainMenu.navbar.scrolled {
/*  background-color: #f7f7f7 !important;*/
background-image: url('../images/Hibiscus.png');
background-repeat: repeat;
}

article.card {
  border: 10px #fff solid;
}

.hero .intro-wrap {
  position: relative !important;
  text-align: center !important;
  vertical-align: middle !important;
}

@media (min-width: 768px){
  .featured-destinations .title-row .title-entry {
    color:#363c48 !important;
    text-shadow:none !important;
  }

}

.title-row{
  text-align: center !important;
  margin: 75px 0 !important;
}

.title-row .title-entry{
  font-size: 40px !important;
}

.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.recommend td{
  text-align: center;
}

.recommend td img{
  margin: 10px !important;
  width: 95%;
}

.recommend td .recommendtitle{
  font-weight: bold;

}

.recommend p{
  font-size: 85%;
  color: #666 !important;
  margin: 10px 0 !important;
}

.recommend .btn{
  margin-bottom: 15px;
}

.trimming {
  position:relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.img{
position:absolute;
top:-10px;
left:-20px;
}

.img-120{
position:absolute;
top:-120px;
left:-20px;
}

.title-row .title-entry {
    line-height: 1.5em !important;
}

.recommend dd{
  padding-bottom: 25px;
}

.media-heading{
  margin-bottom: 10px
}
.media-heading{
  margin-bottom: 15px;
}

/* Go To Top */
.kleo-go-top {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ccc;
  background-color: rgba(0,0,0,0.2);
  padding: 12px 14px;
  position: fixed;
  bottom: 50px;
  right: -60px;
  z-index: 100;
  opacity: 0;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.kleo-go-top.on {
  right: 20px;
  opacity: 1;
}
.kleo-go-top.off {
  right: -60px;
  opacity: 0;
}
.kleo-go-top i {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
