/*
.room-details input {
    outline: medium none;
    color: #606060;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.room-details label {
    font-size: 15px;
    font-weight: 400;
    color: #606060;
}
.room-details *::-moz-selection {
    background: #b3d4fc;
    color: #fff;
    text-shadow: none;
}
.room-details ::-moz-selection {
    color: #fff;
    background: #b3d4fc;
    text-shadow: none;
}
.room-details ::selection {
    background: #b3d4fc;
    text-shadow: none;
    color: #fff;
}
.room-details .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.room-details .mark, .room-details mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}
/**/
.room-details .f-left {float: left}
.room-details .f-right {float: right}
/*
.room-details ::-webkit-input-placeholder {
  color: #606060;
}
.room-details ::-moz-placeholder {
    color: #606060;
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.room-details :-ms-input-placeholder {
    color: #606060;
}
.room-details :-moz-placeholder {
    color: #606060;
}
.room-details input,
.room-details select,
.room-details textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
/*************************
    03. Input
*************************/
/*
.room-details input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #606060;
    font-size: 14px;
    height: 40px;
    padding-left: 10px;
    width: 100%;
}
.room-details select {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #626262;
    height: 100%;
    padding-left: 10px;
    width: 100%;
}
.room-details option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
.room-details input:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none rgba(0, 0, 0, 0);
}
.room-details textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
.room-details textarea:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
    outline: none;
}
.room-details ::-moz-placeholder {
    color: #444;
    font-size: 13px;
}

/*----------------------------------------*/
/*  1. About Area
/*----------------------------------------*/
form.search-form
{
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  margin-top: -50px;
  padding: 50px 70px;
  position: relative;
  z-index: 2;
}
/*
.box-select .select
{
  border: 1px solid #ddd;
  float: left;
  height: 48px;
  margin-right: 30px;
  width: 182px;
}

.box-select .select input[type="date"]
{
  text-transform: uppercase;
  height: 100%;
}

.box-select .select input[type="date"]::-webkit-inner-spin-button
{
  display: none;
}

.select > select
{
  -moz-appearance: none;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.select > select:focus
{
  outline: 0
}

.box-select .select
{
  position: relative;
}

.box-select .select::after
{
  content: "";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  position: absolute;
  right: 9px;
  top: 14px;
  z-index: 1;
}

.box-select .select.arrow::after
{
  content: "\f2f2";
  font-size: 24px;
  top: 8px
}

/*----------------------------------------*/
/*  2. Room Area
/*----------------------------------------*/
.room-area {
  margin-top: 40px;
}
.room-area .container-fluid
{
  padding: 0;
}

.single-room
{
  float: left;
  width: 25%;
  position: relative
}

.single-room.small
{
  /*width: 22.95%;*/
  /*width: 16.66667%;*/
  width: 33.3333333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.single-room.large
{
  width: 29.1%;
}

.single-room.medium
{
  width: 25%;
}

.single-room img
{
  max-width: 100%;
}

.room-hover
{
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.room-hover:after
{
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in 0.4s;
  width: 100%;
}

.single-room:hover .room-hover:after
{
  opacity: 1;
  transition-delay: 0.2s;
}

.single-room > h3
{
  color: #fff;
  left: 50%;
  margin-bottom: 19px;
  opacity: 1;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease 0s;
  width: 100%;
  margin: 0;
  text-shadow: 0 0 4px #000;
  z-index: 1;
}

.single-room:hover > h3
{
  opacity: 0;
  transition-delay: 0s
}

.hover-text > h3
{
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  width: 100%;
  margin: 0;
  visibility: hidden;
}

.single-room:hover .hover-text > h3
{
  top: 26%;
  visibility: visible;
}

.hover-text > p
{
  bottom: 41%;
  color: #fff;
  opacity: 0;
  padding: 0;
  position: absolute;
  transform: translateY(100px);
  transition: all 0.3s ease-in-out 0.1s;
}

.large .hover-text > p
{
  padding: 0 10px
}

.single-room:hover p
{
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.2s;
}

.hover-text > h3:hover a
{
  color: #b5876d;
}

.hover-text
{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.hover-text .room-btn
{
  bottom: 25%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateY(100px);
  transition: all 0.3s ease-in-out 0.1s;
}

.single-room:hover .room-btn
{
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.5s;
}

.hover-text .default-btn
{
  display: inline-block;
  line-height: 38px;
  margin-top: 37px;
  padding: 0 22px;
  border: 1px solid #fff;
  color: #fff;
}

.p-amount
{
  bottom: 26px;
  color: #fff;
  position: absolute;
  right: 28px;
  transform: translateX(100px);
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 2;
}

.p-amount > span
{
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.p-amount > span.count
{
  font-size: 15px;
  font-weight: 400;
  padding-top: 3px;
}

.single-room:hover .p-amount
{
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.3s;
}

.single-room.large:hover .hover-text > h3
{
  top: 29%;
}

.single-room.large .hover-text > p
{
  bottom: 44%;
}

.single-room.large .hover-text > .room-btn
{
  bottom: 26%;
}

/*----------------------------------------*/
/*  13. Room Details Page
/*----------------------------------------*/
.slick-list
{
  padding: 0 !important
}

.slick-slide img
{
  width: 100%;
}

.slider-nav .slick-slide
{
  padding-left: 11px;
  padding-right: 11px;
}

.nav-row
{
  margin-left: -11px;
  margin-right: -11px;
}

.room-slider
{
  margin-bottom: 20px;
}

.slider-nav
{
  position: relative;
  overflow: hidden;
}

.slick-prev,
.slick-next
{
  font-size: 0;
  padding: 0
}

.slick-arrow
{
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  border: 0 none;
  height: 100%;
  left: 11px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 9;
}

.slick-next
{
  left: auto;
  right: 9px;
}

.slick-prev::before,
.slick-next::before
{
  color: #444;
  content: "\f2f4";
  font-family: "Material-Design-Iconic-Font";
  font-size: 48px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 16px;
  transform: translate(-50%, -50%)
}

.slick-next:before
{
  content: "\f2f6";
}

.room-details-title
{
  line-height: 18px;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 27px;
  padding-top: 6px;
}

.room-details-title::after
{
  background: #b5876d none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 90px;
  bottom: -7px;
}

.room-details-text
{
  padding-top: 50px;
}

.room-details-text > p
{
  margin-bottom: 24px;
}

.room-facilities
{
  margin-bottom: 32px;
  overflow: hidden;
  padding-top: 22px;
}

.single-facility > span
{
  display: block;
  line-height: 25px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.single-facility
{
  float: left;
  width: 33.3333%;
}

.single-faciity
{
  padding-top: 1px;
}

.single-facility span i
{
  font-size: 18px;
  padding-right: 10px;
  margin-left: -24px;
}

.cost > h2,
.cost span
{
  color: #fff;
}

.cost
{
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  height: 100px;
  padding: 20px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 170px;
}

.cost > span
{
  display: block;
  font-family: "raleway";
  font-size: 15px;
  padding-top: 5px;
}

.zmdi-check
{
  color: #1db000;
}

.zmdi-close
{
  color: #ff0101;
}

.room-area .room-details-title
{
  margin-bottom: 40px;
}

.cost > h2,
.cost span
{
  color: #fff;
}

.cost
{
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  height: 100px;
  padding: 20px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 170px;
}

.cost > span
{
  display: block;
  font-family: "raleway";
  font-size: 15px;
  padding-top: 5px;
}

.sidebar-widget form.search-form
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.sidebar-widget .box-select .select
{
  background: #fff none repeat scroll 0 0;
  border-color: #fff;
  margin-bottom: 20px;
  margin-right: 0;
  width: 100%;
}

.sidebar-widget .search-form button
{
  margin-top: 20px;
  width: 100%;
}

.sidebar-widget
{
  background: #f1f1f1 none repeat scroll 0 0;
  margin-bottom: 50px;
  padding: 24px 20px 30px;
}

.sidebar-widget .room-details-title
{
  font-size: 18px;
  margin-bottom: 27px;
  padding-top: 6px;
}

.sidebar-widget .room-details-title::after
{
  bottom: -7px;
}

.sidebar-widget .c-info > span:first-child
{
  border: 0 none;
  text-align: left
}

.sidebar-widget .c-info:hover > span:first-child
{
  background: transparent;
  color: #252525
}

.sidebar-widget .c-info
{
  margin-bottom: 12px;
}

.sidebar-widget .c-info-text
{
  margin-bottom: 12px
}

.sidebar-widget .c-info:last-child
{
  margin: 0;
}

.sidebar-widget .c-info > span:last-child
{
  padding-left: 44px;
}

.post-img > img
{
  max-width: 100%;
}

.post-img
{
  float: left;
}

.post-content
{
  margin-bottom: 40px;
  overflow: hidden;
}

.post-text
{
  overflow: hidden;
  padding-left: 24px;
}

.post-text h4
{
  font-size: 14px;
  font-weight: 400;
  line-height: 11px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.post-text h4:hover a
{
  color: #b5876d;
}

.post-text > span
{
  color: #909090;
  display: block;
  font-size: 13px;
}

.post-content:last-child
{
  margin: 0;
}

.room-details .single-room.large .hover-text
{
  padding: 0 80px;
}

.c-info > span:last-child
{
  display: block;
  font-size: 15px;
  line-height: 24px;
  padding-left: 50px;
}

.c-info > span:first-child
{
  border: 1px solid #fff;
  color: #b5876d;
  display: inline-table;
  font-size: 18px;
  height: 33px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 7px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 33px;
}

.c-info > span:first-child i
{
  display: table-cell;
  vertical-align: middle;
}

.c-info
{
  margin-bottom: 17px;
  overflow: hidden;
  position: relative;
}

.c-info:hover > span:first-child
{
  background: #fff none repeat scroll 0 0;
}

.post-img a {
  display: inline-block;
  position: relative;
}
.post-img a:before
{
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  content: ""
}

.post-content:hover a:before
{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.post-img a:after
{
  color: #fff;
  content: " ";
  font-family: "Material-Design-Iconic-Font";
  font-size: 22px;
  left: 50%;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.post-content:hover a:after
{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

