body,
.modal-body {
  background-color: #f5f2e7;
}

#main {
  overflow: hidden;
}

.neon {
  //display: inline-block;
  color: #fff;
  //letter-spacing: .05em;
  text-shadow: 0 1px 8px rgba(255, 255, 255, .4), 0 0 4px rgba(255, 255, 255, .8), 2px 5px 20px rgba(0, 0, 0, 1);
}

.small, p.small, small {
  font-size: smaller !important;
  //font-weight: 500 !important;
  line-height: inherit !important;
}

p.title {
  font-size: .88rem;
  padding: 4px 0 10px;
  line-height: 1.4 !important;
}

.btn, .modal, .modal-dialog, .modal-content {
  //border-radius: 0 !important;
}

#main #alerts_temp .alert {
  padding: 5px 12px 7px;
  //border: 1px solid rgba(196, 151, 47, .8) !important;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 6px !important;
}

#main #alerts_temp .alert a {
  font-size: .88rem;
  line-height: 1.2;
  color: #414141;
}

#main #alerts_temp .alert a:hover {
  color: rgba(188, 113, 33, 1);
  //color: rgba(196, 151, 47, 1) !important;
}

#main #alerts_temp .alert a.btn:hover {
  color: #fff;
}

#main #alerts_temp .alert button {
  display: none;
  margin: 0;
  padding: 8px 12px 0 0;
}

@media (max-width: 991.8px) {
  #main #alerts_temp .alert a {
    font-size: .78rem;
  }
}

a .card {
  //overflow: hidden;
}

a .card img.card-img {
  //filter: brightness(100%) blur(0px);
  //transition: 0.4s;
  //overflow: hidden;
}

a:hover .card img.card-img {
  //filter: brightness(100%) blur(10px);
  //transition: 0.4s;
}

a .card .card-img-overlay {
  background-color: rgba(0, 0, 0, .4);
  transition: 0.4s;
}

a:hover .card .card-img-overlay {
  background-color: rgba(255, 255, 255, .8);
  transition: 0.4s;
  color: #000;
}

/* Get Startet Button */
#header #gsb {
  margin-top: -22px;
  transition: 0.4s;
}

#header.header-scrolled #gsb {
  margin-top: 0;
  transition: 0.4s;
}

#gsb a.get-started-btn {
  //margin-left: 15px;
  //background: #c4972f;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  //border-radius: 5px;
  padding: 8px 12px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: .81rem;
  font-weight: 600;
  display: inline-block;
  outline: none !important;
}

#gsb a.get-started-btn:hover {
  //background: #866629;
  //background: rgba(185, 64, 71, 1);
  background: rgba(188, 113, 33, 1);
  color: #fff;
}

#header #gsb a i {
  font-size: 0.98rem !important;
}

@media (max-width: 991.8px) {
  #gsb a.get-started-btn {
    padding: 8px 10px;
  }

  #header #gsb,
  #header.header-scrolled #gsb {
    margin-top: 0;
    transition: 0.4s;
    //margin-right: -17px;
  }
}


@media (min-width: 992px) {
  ul.bottom-menu {
    display: none !important;
  }
}

@media (max-width: 991.8px) {
  #footer {
    margin-bottom: 45px;
  }
}

ul.bottom-menu {
  border-top: 1px solid rgba(209, 168, 64, 1) !important;
  /* background: rgba(62,58,57,1); */
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  //height: 45px;/*高さ*/
  height: calc(45px + env(safe-area-inset-bottom));
  margin: 0;
  padding: 0;
  //padding-top: 5px;
  //background-color: rgba(244, 244, 244, 0.9);
  //border-top:2px solid #808080;
  //border-bottom:2px solid #808080;
  z-index: 8;
  //overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  //padding-bottom: env(safe-area-inset-bottom) !important;
}

b.mini-text {
  font-size: .61rem;
  font-weight: 500;
  line-height: 1 !important;
}

/*文字大きさ*/
ul.bottom-menu li i {
  font-size: 1.1rem;
  line-height: 1 !important;
}

ul.bottom-menu li {
  //float:left;
  //width:25%;
  //background-color:#f5f5f5;
  list-style-type: none;
  text-align: center;
  //font-size:25px;
}

ul.bottom-menu li a.btn {
  display: block;
  color: #fff;
  //color: #808080;/*アイコン＆文字の色*/
  //padding-top:10px;
  //padding-bottom:5px;
  //line-height:10px;
  text-decoration: none;
  /* background-color: rgba(62,58,57,1); */
}

.bottom-menu li a.btn:hover,
.bottom-menu li a.btn:active {
  //color: #a9a9a9;/*マウスオーバー時の色*/}
  background-color: #000 !important;
}

/* === 展開メニュー === */
ul.menu-second-level {
  visibility: hidden !important;
  opacity: 0;
  z-index: 1;
}

ul.menu-second-level li a {
  border-top: 1px dashed #a9a9a9;
  /*展開の枠点線*/
  font-size: 15px;
  /*展開メニューの文字サイズ*/
  line-height: 30px;
  /*文字の縦幅*/
}

.menu-second-level li a:hover {
  height: 100%;
  background: lightgrey;
  /*マウスオーバーの色*/
}

li.menu-width-max ul.menu-second-level {
  position: absolute;
  bottom: 45px;
  /*高さ*/
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

li.menu-width-max:hover ul.menu-second-level {
  bottom: 47px;
  /*高さ*/
  visibility: visible;
  opacity: 1;
}

li.menu-width-max ul.menu-second-level li {
  float: left;
  width: 100%;
  border: none;
}

/*--------------------------------------------------------------
# Card Link Style
--------------------------------------------------------------*/
.row.cardlink {
  padding-top: 1px;
  padding-left: 1px;
}

.row.cardlink .col-6,
.row.cardlink .col-sm-6 {
  padding-right: 1px;
  padding-bottom: 1px;
}

.row.cardlink .card {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.row.cardlink .card img {
  position: absolute;
  top: 0;
  left: 0;
  //width : 100%;
  //height : 100%;
}

.row.cardlink .card .card-img-overlay {
  padding: 8px 8px 4px 10px;
}

.row.cardlink .card .card-img-overlay h6 {
  margin-top: 6px;
  font-size: .91rem !important;
}

.row.cardlink .card .card-img-overlay p {
  padding: 0;
  font-size: .81rem !important;
  line-height: 1.5;
  font-weight: 400 !important;
}

@media (max-width: 767.8px) {
  .row.cardlink .card .card-img-overlay {
    padding: 5px 8px 4px 8px;
  }

  .row.cardlink .card .card-img-overlay h6 {
    font-size: .88rem !important;
  }

  .row.cardlink .card .card-img-overlay p {
    font-size: .71rem !important;
  }
}

#main.packages .row.cardlink a.btn,
#main.packages .btn.btn-outline-light {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px !important;
}

#main.packages .btn.btn-outline-dark,
#main.packages .btn.btn-dark,
#main.packages .btn.btn-light {
  border-radius: 6px !important;
}

#main.packages .row.cardlink a.btn:hover,
#main.packages .btn.btn-outline-light:hover {
  background: rgba(255, 255, 255, 1);
}

#main.packages .row.cardlink a.btn:active,
#main.packages .btn.btn-outline-light:active {
  //background: rgba(140, 119, 50, 1);
}

#main.packages .row.cardlink .card-img-overlay h5 {
  font-size: .91rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1) !important;
}

#main.packages .row.cardlink .card-img-overlay {
  background: rgba(0, 0, 0, 0.4) !important;
  transition: 0.5s;
}

#main.packages .row.cardlink .card-img-overlay:hover {
  background: rgba(0, 0, 0, 0.1) !important;
  transition: 0.5s;
}

#main.packages .row.cardlink .card-img-overlay:hover h5 {
  color: rgba(255, 255, 255, 1) !important;
  text-shadow:
    1px -1px 1px rgba(0, 0, 0, 0.9), -1px 1px 1px rgba(0, 0, 0, 0.9), 1px 1px 1px rgba(0, 0, 0, 0.9), -1px -1px 1px rgba(0, 0, 0, 0.9), 0 0 1px rgba(0, 0, 0, 0.9),
    2px -2px 2px rgba(0, 0, 0, 0.5), -2px 2px 2px rgba(0, 0, 0, 0.5), 2px 2px 2px rgba(0, 0, 0, 0.5), -2px -2px 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.3),
    0 0 3px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

#main.packages .row.cardlink .card-img-overlay p.plan {
  font-size: 1rem !important;
  font-weight: 600 !important;
  transition: 0.3s;
}

#main.packages .row.cardlink .card-img-overlay:hover p.plan {
  color: rgba(255, 255, 255, 1) !important;
  text-shadow:
    1px -1px 1px rgba(0, 0, 0, 0.9), -1px 1px 1px rgba(0, 0, 0, 0.9), 1px 1px 1px rgba(0, 0, 0, 0.9), -1px -1px 1px rgba(0, 0, 0, 0.9), 0 0 1px rgba(0, 0, 0, 0.9),
    2px -2px 2px rgba(0, 0, 0, 0.5), -2px 2px 2px rgba(0, 0, 0, 0.5), 2px 2px 2px rgba(0, 0, 0, 0.5), -2px -2px 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.3),
    0 0 3px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

@media (max-width: 991.8px) {
  #main.packages .row.cardlink .card-img-overlay p.plan {
    font-size: .98rem !important;
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#mamba_hero {
  width: 100%;
  //height: calc(100vh - 114px);
  height: 100vh;
  padding: 0;
  overflow: hidden;
}

#mamba_hero .carousel-item {
  width: 100%;
  //height: calc(100vh - 114px);
  height: 100vh;
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

/*@media (min-width: 1024px) {
  #mamba_hero .carousel-item {
		height: calc(100vh - 114px);
		height: 100vh;
    background-attachment: fixed;
		background-size: cover !important;
		background-position: 50% 50%;
		position: relative;
		overflow: hidden;
  }
}*/
#mamba_hero .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#mamba_hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#mamba_hero .carousel-content {
  //text-align: left;
}

@media (max-width: 991.8px) {
  #mamba_hero, #mamba_hero .carousel-item {
    //height: calc(60vh - 70px);
    height: calc(100vh - 110px);
  }

  #mamba_hero .carousel-content.container {
    padding: 0;
  }
}

/*#mamba_hero h2 {
	padding-top: 180px;
  color: #fff;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  font-weight: 500;
	text-shadow:
		1px -1px 1px rgba(0, 0, 0, 0.4), -1px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4), -1px -1px 1px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.3),
		2px -2px 2px rgba(0, 0, 0, 0.3), -2px 2px 2px rgba(0, 0, 0, 0.3), 2px 2px 2px rgba(0, 0, 0, 0.3), -2px -2px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.3),
		0 0 3px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.1)
	;
}*/
#mamba_hero h2 {
  padding-top: 100px;
  color: #fff;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4), 0 1px 2px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .2);
  //text-shadow: 0 1px 8px rgba(255,255,255,.4), 0 0 4px rgba(255,255,255,.8), 2px 5px 20px rgba(62,58,57,1);
}

#mamba_hero p {
  margin: 0 auto 20px;
  text-align: center;
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  font-size: .91rem;
  font-weight: 500;
  line-height: 1.75;
  text-shadow:
    1px -1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5),
    2px -2px 2px rgba(0, 0, 0, 0.3), -2px 2px 2px rgba(0, 0, 0, 0.3), 2px 2px 2px rgba(0, 0, 0, 0.3), -2px -2px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.3);
}

#mamba_hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#mamba_hero .carousel-inner .carousel-item,
#mamba_hero .carousel-inner .active.carousel-item-left,
#mamba_hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#mamba_hero .carousel-inner .active,
#mamba_hero .carousel-inner .carousel-item-next.carousel-item-left,
#mamba_hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#mamba_hero .carousel-inner .carousel-item-next,
#mamba_hero .carousel-inner .carousel-item-prev,
#mamba_hero .carousel-inner .active.carousel-item-left,
#mamba_hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#mamba_hero .carousel-control-prev, #mamba_hero .carousel-control-next {
  width: 10%;
}

#mamba_hero .carousel-control-next-icon, #mamba_hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#mamba_hero .carousel-indicators li {
  cursor: pointer;
}

#mamba_hero .btn-get-started {
  //font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: .81rem;
  letter-spacing: .02rem;
  display: inline-block;
  padding: 11px 14px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 3px;
  color: #000;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  border: 0;
  background: rgba(255, 255, 255, .8);
}

#mamba_hero .btn-get-started:hover {
  background: rgba(188, 113, 33, 1);
  //background: rgba(185, 64, 71, 1);
  color: #fff;
}

@media (max-width: 768px) {
  #mamba_hero h2 {
    width: 90%;
    padding-top: 140px;
    font-size: 1.2rem;
  }

  #mamba_hero p {
    width: 90%;
    font-size: .88rem;
  }
}

@media (min-width: 1024px) {
  #mamba_hero .carousel-control-prev, #mamba_hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Subpage Hero Section
--------------------------------------------------------------*/
#hero_sub {
  width: 100%;
  height: 180px;
  background-size: cover;
  position: relative;
  //background: url("../img/hero-bg.jpg") top center;
}

#hero_sub:before {
  content: "";
  //background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#553300", endColorstr="#b06900", GradientType=1);
}

#hero_sub .container {
  padding-top: 80px;
}

#hero_sub h1,
#hero_sub h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500 !important;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

#hero_sub h1 small {
  font-weight: 500 !important;
}

#hero_sub .btn-get-started {
  //font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  //letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero_sub .btn-get-started:hover {
  background: #baa36d;
  border-color: #866629;
}

@media (min-width: 1024px) {
  #hero_sub {
    //background-attachment: fixed;
  }
}

@media (max-width: 991.8px) {
  #hero_sub {
    height: 120px;
    //text-align: center;
  }

  #hero_sub .container {
    padding-top: 40px;
  }

  #hero_sub h1,
  #hero_sub h2 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

/*--------------------------------------------------------------
# Hiyori Hotel - Line
--------------------------------------------------------------*/
.hrbrand {
  border-top: 1px solid #fff;
  background: #f2f2f2;
  padding: 0;
  text-align: center;
}

.hrbrand img {
  width: 52px !important;
  height: auto;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 4px 0;
}

.hrbrand img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .hrbrand img {
    //width: 40%;
  }
}

.bg-ssh {
  padding: 0 !important;
  height: 36px;
  line-height: 1;
  color: rgba(0, 0, 0, .7);
  background: rgba(61, 57, 53, 1);
  /*background: rgb(193,176,159);
background: -moz-linear-gradient(180deg, rgba(193,176,159,1) 0%, rgba(219,203,187,1) 30%, rgba(219,203,187,1) 70%, rgba(193,176,159,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(193,176,159,1) 0%, rgba(219,203,187,1) 30%, rgba(219,203,187,1) 70%, rgba(193,176,159,1) 100%);
background: linear-gradient(180deg, rgba(193,176,159,1) 0%, rgba(219,203,187,1) 30%, rgba(219,203,187,1) 70%, rgba(193,176,159,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1b09f",endColorstr="#c1b09f",GradientType=1);*/
}

.bg-ssh a {
  width: 45px;
  height: 35px;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  align-items: center;
}

.bg-ssh a:hover {
  background: rgba(188, 113, 33, 1);
}

.bg-ssh a i {
  display: inline-block;
  margin-top: 8px !important;
  font-size: 1.2rem;
  line-height: 1;
  color: rgba(188, 113, 33, 1);
  //border-radius: 6px;
}

.bg-ssh a:hover i {
  color: #fff !important;
  //border-radius: 6px;
}

/*--------------------------------------------------------------
# Top Card Section Header 
--------------------------------------------------------------*/
.card.top-section-dark .card-img-overlay,
.card.top-section-light .card-img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  //padding: 0;
  background-size: auto 90%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 4;
}

.card.top-section-dark .card-img-overlay {
  background-image: url('/assets/img/bg_circle_dark.png');
  background-color: rgba(0, 0, 0, 0.2);
}

.card.top-section-light .card-img-overlay {
  background-image: url('/assets/img/bg_circle_light.png');
  background-color: rgba(0, 0, 0, 0.2);
}

.card.top-section-dark .squareInner,
.card.top-section-light .squareInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  //background-color: rgba(255, 255, 255, 0.8);
}

.card.top-section-dark .section-title span {
  color: #b76d2c !important;
}

.card.top-section-dark .section-title h1,
.card.top-section-dark .section-title h2 {
  color: #fff !important;
  text-shadow: 0 1px 8px rgba(255, 255, 255, .4), 0 0 4px rgba(255, 255, 255, .8), 2px 5px 20px rgba(0, 0, 0, 1);
}

.card.top-section-dark .section-title p {
  color: #ccc !important;
}

.card.top-section-light .section-title span {
  color: #b76d2c !important;
}

.card.top-section-light .section-title h1,
.card.top-section-light .section-title h2 {
  color: #281101 !important;
}

@media (max-width: 991.8px) {

  .card.top-section-dark .card-img-overlay,
  .card.top-section-light .card-img-overlay {
    background-size: auto 96%;
  }
}

/*--------------------------------------------------------------
# Info Section
--------------------------------------------------------------*/
.info {
  padding-top: 0;
}

.info .box {
  padding: 10px 16px;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.info .box span {
  display: block;
  font-size: .98rem;
  font-weight: 500;
  color: rgba(188, 113, 33, 1);
}

.info .box h3 {
  margin-bottom: 10px;
}

.info .box h4 {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: rgba(108, 44, 47, 1);
}

.info .box p {
  color: #aaaaaa;
  font-size: .91rem;
  line-height: 2;
  margin: 0;
  padding: 0;
}

.info .box:hover {
  //margin-top: -3px;
  background-color: rgba(169, 158, 147, 1);
  padding: 10px 16px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.18);
}

.info .box:hover span, .info .box:hover h4, .info .box:hover p {
  color: #fff;
}

@media (max-width: 991.9px) {
  .info .box span {
    font-size: .88rem;
  }

  .info .box h4 {
    font-size: 1.15rem;
  }

  .info .box p {
    font-size: .88rem;
  }
}


#topRoomsSectionCarousel .carousel-caption h5,
#roomDetailCarousel .carousel-caption h5 {
  font-size: .88rem;
  color: #fff;
  text-shadow:
    1px -1px 1px rgba(0, 0, 0, 0.4), -1px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4), -1px -1px 1px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.3),
    2px -2px 2px rgba(0, 0, 0, 0.3), -2px 2px 2px rgba(0, 0, 0, 0.3), 2px 2px 2px rgba(0, 0, 0, 0.3), -2px -2px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.3),
    0 0 3px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.1);
}

#topRoomsSectionCarousel .carousel-caption,
#roomDetailCarousel .carousel-caption {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Top Rooms Section
--------------------------------------------------------------*/
#top_rooms .card {
  overflow: hidden;
  border-radius: none !important;
  border: none !important;
}

/*#top_rooms .card .card-img-overlay {
	padding: 12px 0 0;
	background: rgb(85,51,0);
	background: -moz-linear-gradient(180deg, rgba(85,51,0,0.6) 0%, rgba(99,60,0,0.4) 15%, rgba(176,105,0,0) 40%);
	background: -webkit-linear-gradient(180deg, rgba(85,51,0,0.6) 0%, rgba(99,60,0,0.4) 15%, rgba(176,105,0,0) 40%);
	background: linear-gradient(180deg, rgba(85,51,0,0.6) 0%, rgba(99,60,0,0.4) 15%, rgba(176,105,0,0) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#553300",endColorstr="#b06900",GradientType=1);
	transition: 0.5s;
	overflow: hidden;
}*/
#top_rooms .card .card-img-overlay {
  padding: 13px 0 0;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 12%, rgba(0, 0, 0, 0) 32%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 12%, rgba(0, 0, 0, 0) 32%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 12%, rgba(0, 0, 0, 0) 32%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#553300", endColorstr="#b06900", GradientType=1);
  transition: 0.5s;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
}

#top_rooms .card .card-img-overlay:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

#top_rooms .card img.card-img {
  transform: inherit;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

#top_rooms .card img.card-img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#top_rooms .card .card-img-overlay h4 {
  font-size: 1.05rem;
  margin: 0;
  font-weight: 600;
}

#top_rooms .card .card-img-overlay p {
  font-size: .78rem;
  font-weight: 500;
  margin: 0 0 8px;
}

#top_rooms a.btn {
  font-size: .78rem;
  font-weight: 500;
  padding: 10px 12px 10px 16px;
  background-color: rgba(65, 65, 65, .5);
  border: none;
  transition: 0.3s;
}

#top_rooms .card .card-img-overlay:hover a.btn {
  background-color: rgba(114, 44, 54, 1);
  transition: 0.3s;
}

#top_rooms .card .card-img-overlay a.btn:hover {
  background-color: rgba(160, 60, 78, 1) !important;
  transition: 0.3s;
}

#top_rooms {
  padding-top: 1px;
  padding-left: 1px;
}

#top_rooms .col-6,
#top_rooms .col-sm-6 {
  padding-right: 1px;
  padding-bottom: 1px;
}

@media (max-width: 767.8px) {
  #top_rooms .card .card-img-overlay {
    padding: 16px 0 0;
  }

  #top_rooms .card .card-img-overlay h4 {
    font-size: .98rem;
  }

  #top_rooms .card .card-img-overlay p {
    font-size: .81rem;
    margin: 0 0 12px;
  }
}


/*--------------------------------------------------------------
# Top Rooms Section - Ken Burns
--------------------------------------------------------------*/

.kenburns {
  position: relative;
}

.kenburns .slideshow {
  position: relative;
  width: 100%;
  height: 440px;
  transition: 0.3s;
  overflow: hidden;
}

@media (max-width: 767.8px) {
  .kenburns .slideshow {
    height: 280px;
  }
}

.kenburns .slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.kenburns .slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
  z-index: 3;
}

.kenburns .slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
  animation-name: kenburns-2;
  z-index: 2;
}

.kenburns .slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
  animation-name: kenburns-3;
  z-index: 1;
}

.kenburns .slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
  animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  1.5625% {
    opacity: 1;
  }

  23.4375% {
    opacity: 1;
  }

  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.2117647059);
    transform: scale(1.2117647059);
  }

  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  1.5625% {
    opacity: 1;
  }

  23.4375% {
    opacity: 1;
  }

  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.2117647059);
    transform: scale(1.2117647059);
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  26.5625% {
    opacity: 1;
  }

  48.4375% {
    opacity: 1;
  }

  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  26.5625% {
    opacity: 1;
  }

  48.4375% {
    opacity: 1;
  }

  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  51.5625% {
    opacity: 1;
  }

  73.4375% {
    opacity: 1;
  }

  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  51.5625% {
    opacity: 1;
  }

  73.4375% {
    opacity: 1;
  }

  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  76.5625% {
    opacity: 1;
  }

  98.4375% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  76.5625% {
    opacity: 1;
  }

  98.4375% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.kenburns h3 {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 5;
  text-align: center;
  font-size: 1.2rem;
  //font-family: Raleway, sans-serif;
  font-weight: 500;
  //text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  padding: .4em 1em;
  line-height: 1.5;
}

.kenburns h3 small {
  display: block;
  //text-transform: lowercase;
  font-size: .81rem !important;
}

/*.kenburns h3 small:first-child,*/
.kenburns h3 small.1st {
  //margin-bottom: 4px;
  //border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  //padding-bottom: .5em;
}

/*.kenburns h3 small:last-child,*/
.kenburns h3 small.2nd {
  //margin-top: 4px;
  //border-top: 1px solid rgba(0, 0, 0, 0.25);
  //padding-top: .5em;
}




/*--------------------------------------------------------------
# Room Detail
--------------------------------------------------------------*/

.room_detail .slider {
  margin: 0 0 5px;
  padding: 0;
}

.room_detail .slider img {
  width: 100%;
  height: auto;
  padding: 0 1px;
}

.room_detail .slick-prev::before, .slick-next::before {
  font-size: 1.6rem;
}

.room_detail .thumb-item-nav .slick-next,
.room_detail .center-item .slick-next {
  right: 15px;
  z-index: 99;
}

.room_detail .thumb-item-nav .slick-prev,
.room_detail .center-item .slick-prev {
  left: 8px;
  z-index: 100;
}

.room_detail .slick-dots {
  bottom: -30px;
}

/*
#roomMain {
	padding: 1px 1px 0 1px;
}
a.room-main　{
	position: relative;
	overflow: hidden;
}
a.room-main .card-img-overlay {
	background-color: rgba(0,0,0,0);
	transition: 0.4s;
}
a.room-main:hover .card-img-overlay {
	background-color: rgba(0,0,0,0.4);
	transition: 0.4s;
}
a.room-main:active .card-img-overlay {
	background-color: rgba(0,0,0,0.6);
}
a.room-main .card-img-overlay p {
	padding: 0 16px 15px;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: .71rem;
	text-align: center;
	color: rgba(255,255,255,0.4);
	transition: 0.4s;
}
a.room-main:hover .card-img-overlay p {
	color: rgba(255,255,255,1);
}
#roomThumbs {
	padding-top: 1px;
	padding-bottom: 1px;
}
#roomThumbs a.card {
	padding: 1px;
}
#roomThumbs a.card .card-img-overlay {
	background-color: rgba(255,255,255,0.6);
	transition: 0.4s;
}
#roomThumbs a.card:hover .card-img-overlay {
	background-color: rgba(255,255,255,0);
}
#roomThumbs a.card:active .card-img-overlay {
	background-color: rgba(255,255,255,0.4);
}
*/

/*--------------------------------------------------------------
# room detail - item list
--------------------------------------------------------------*/

#main.room_detail li.list-inline-item {
  display: inline-block;
  font-size: .78rem !important;
  line-height: 1.4;
  margin: 0 !important;
  margin-bottom: 2px !important;
  padding: 3px 7px !important;
  //background-color: rgba(237, 229, 203, 1);
  background-color: #f5f2e7;
  border-radius: 3px;
  //box-shadow: 0px 1px 2px #ccc;
  //line-height: 1;
}

/*--------------------------------------------------------------
# Rooms Link
--------------------------------------------------------------*/

#rooms_link .card {
  overflow: hidden;
  border-radius: none !important;
  border: none !important;
}

#rooms_link .card .card-img-overlay {
  //position: relative;
  //background-color: rgba(255,255,255,0);
  background: rgb(85, 51, 0);
  background: -moz-linear-gradient(180deg, rgba(85, 51, 0, 0.6) 0%, rgba(99, 60, 0, 0.4) 10%, rgba(176, 105, 0, 0) 30%);
  background: -webkit-linear-gradient(180deg, rgba(85, 51, 0, 0.6) 0%, rgba(99, 60, 0, 0.4) 10%, rgba(176, 105, 0, 0) 30%);
  background: linear-gradient(180deg, rgba(85, 51, 0, 0.6) 0%, rgba(99, 60, 0, 0.4) 10%, rgba(176, 105, 0, 0) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#553300", endColorstr="#b06900", GradientType=1);
  transition: 0.5s;
}

#rooms_link .card .card-img-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#rooms_link .card img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

#rooms_link .card img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#rooms_link .card .card-img-overlay p {
  margin-top: 10px;
  font-size: .78rem;
  font-weight: 500;
}

#rooms_link a.btn {
  font-size: .78rem;
  padding: 5px 8px 5px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(65, 65, 65, .9);
  border: none;
}

#rooms_link a:hover.btn {
  background-color: rgba(71, 35, 35, 1);
}

#rooms_link {
  padding-top: 1px;
  padding-left: 1px;
}

#rooms_link .col-6 {
  padding-right: 1px;
  padding-bottom: 1px;
}

/*--------------------------------------------------------------
# Rooms Outline
--------------------------------------------------------------*/
#rooms.rooms .rooms-item {
  margin-bottom: 30px;
}

#rooms.rooms #rooms-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

#rooms.rooms #rooms-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

#rooms.rooms #rooms-flters li:hover, #rooms.rooms #rooms-flters li.filter-active {
  color: #fff;
  background: #d9232d;
}

#rooms.rooms #rooms-flters li:last-child {
  margin-right: 0;
}

#rooms.rooms .rooms-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(85, 98, 112, 0.6);
}

#rooms.rooms .rooms-wrap::before {
  content: "";
  background: rgba(85, 98, 112, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

#rooms.rooms .rooms-wrap img {
  transition: all ease-in-out 0.3s;
}

#rooms.rooms .rooms-wrap .rooms-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

#rooms.rooms .rooms-wrap .rooms-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

#rooms.rooms .rooms-wrap .rooms-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

#rooms.rooms .rooms-wrap .rooms-links {
  text-align: center;
  z-index: 4;
}

#rooms.rooms .rooms-wrap .rooms-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

#rooms.rooms .rooms-wrap .rooms-links a:hover {
  color: white;
}

#rooms.rooms .rooms-wrap:hover::before {
  opacity: 1;
}

#rooms.rooms .rooms-wrap:hover img {
  transform: scale(1.2);
}

#rooms.rooms .rooms-wrap:hover .rooms-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.rooms-details .portfolio-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.rooms-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.rooms-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.rooms-details .portfolio-details-carousel .owl-dot.active {
  background-color: #d9232d !important;
}

.rooms-details .portfolio-info {
  padding-top: 45px;
}

.rooms-details .portfolio-info h3 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.rooms-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.rooms-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.rooms-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .rooms-details .portfolio-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# MyResume Portfolio
--------------------------------------------------------------*/
.myresume_portfolio {
  padding-top: 1px;
  padding-left: 1px;
  margin-bottom: 30px;
}

.myresume_portfolio .portfolio-item {
  //margin-bottom: 15px;
  padding-right: 1px;
  padding-bottom: 1px;
}

.myresume_portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.myresume_portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  //text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.myresume_portfolio #portfolio-flters li:hover, .myresume_portfolio #portfolio-flters li.filter-active {
  color: #0563bb;
}

.myresume_portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.myresume_portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.9);
}

.myresume_portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 44px;
  right: 44px;
  top: 44px;
  bottom: 44px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.myresume_portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.myresume_portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 40px;
  left: 40px;
  border-top: 2px solid rgba(0, 0, 0, .1);
  border-left: 2px solid rgba(0, 0, 0, .1);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.myresume_portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  border-right: 2px solid rgba(0, 0, 0, .1);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.myresume_portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 1rem;
  color: #414141;
  font-weight: 600;
  text-shadow:
    1px -1px 1px rgba(255, 255, 255, 1), -1px 1px 1px rgba(255, 255, 255, 1), 1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1), 0 0 1px rgba(255, 255, 255, 1),
    2px -2px 2px rgba(255, 255, 255, 0.9), -2px 2px 2px rgba(255, 255, 255, 0.9), 2px 2px 2px rgba(255, 255, 255, 0.9), -2px -2px 2px rgba(255, 255, 255, 0.9), 0 0 2px rgba(255, 255, 255, 0.8),
    0 0 2px rgba(255, 255, 255, 0.9), 0 0 3px rgba(255, 255, 255, 0.4);
}

.myresume_portfolio .portfolio-wrap .portfolio-info p {
  color: #414141;
  font-size: .81rem;
  line-height: 1.5;
  //text-transform: uppercase;
  padding: 0 .5rem;
  margin: 0;
  text-shadow:
    1px -1px 1px rgba(255, 255, 255, 1), -1px 1px 1px rgba(255, 255, 255, 1), 1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1), 0 0 1px rgba(255, 255, 255, 1),
    2px -2px 2px rgba(255, 255, 255, 0.9), -2px 2px 2px rgba(255, 255, 255, 0.9), 2px 2px 2px rgba(255, 255, 255, 0.9), -2px -2px 2px rgba(255, 255, 255, 0.9), 0 0 2px rgba(255, 255, 255, 0.8),
    0 0 2px rgba(255, 255, 255, 0.9), 0 0 3px rgba(255, 255, 255, 0.4);
}

.myresume_portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.myresume_portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.myresume_portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.myresume_portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.myresume_portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.myresume_portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 8px;
  left: 8px;
}

.myresume_portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 8px;
  right: 8px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 260px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  //margin: 10px 0 5px 45px;
  color: white;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  //margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #8fba1b;
  font-size: 1.4rem;
  line-height: 1;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 8px;
}

.testimonials .testimonial-item p {
  /* font-style: italic; */
  margin: 0 15px 0 15px;
  padding: 16px 20px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #cda45e !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 20px 4px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99998;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0);
  transition: all 0.4s;
}

.mobile-nav-toggle i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  width: 60px;
  height: 60px;
  background: rgba(188, 113, 33, .75);
  color: #fff;
  transition: all 0.4s;
}

.mobile-nav-toggle i:active,
.mobile-nav-toggle i:hover,
.mobile-nav-toggle i:link {
  margin: 0;
  padding: 0;
  border: none;
}

.mobile-nav-toggle i:hover {
  /* background: rgba(62,58,57,1) !important; */
  color: #fff;
  background: rgba(188, 113, 33, 1) !important;
}

@media (max-width: 991.8px) {
  .mobile-nav-toggle {
    /* top: inherit; */
    /* right: -1px; */
    /* bottom: 0; */
    /* border: 1px solid rgba(222,222,222,.6); */
    background: rgba(255, 255, 255, .8);
  }

  .mobile-nav-toggle i {
    font-size: 1.3rem;
    width: 48px;
    height: 48px;
    background: rgba(188, 113, 33, 1);
  }

  .mobile-nav-toggle i:hover {
    color: #fff;
    background: rgba(188, 113, 33, .75) !important;
  }
}

.mobile-nav {
  width: 100%;
  /* width: 360px; */
  position: fixed;
  /* top: 56px; */
  /* right: 15px; */
  /* bottom: 15px; */
  /* left: 15px; */
  top: 0;
  right: 0;
  bottom: 0;
  /* left: 0; */
  z-index: 9998;
  overflow-y: auto;
  /* background-color: #f5f2e7; */
  background: rgba(245, 242, 231, .88);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  /* border-radius: 10px; */
  padding: 0;
  padding: 80px 20px;
}

.mobile-nav ul {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .mobile-nav {
    width: 480px;
  }

  /* .mobile-nav > ul {
		width: 50%;
		margin: 50px auto;
	} */
}

@media (max-width: 991.98px) {
  .mobile-nav {
    padding: 10px 10px 50px;
  }
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #414141;
  padding: 6px 20px;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
  color: #b77b12;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.3s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}