/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .main-header
2.1 Top-header/ .top-header
2.2 Navigation/ .main-nav
3. Slider/ .slider-box
4. Main/ #content
4.1 Content/ #main-content
4.2 Sidebar/ #sidebar
4.2.1 Check-room/ #check-room
4.2.2 Sub Room/ #sub-room
4.2.3 Contact / #contact-room
5. Footer
5.1 Footer Top/ #prefooter
5.2 Footer Bottom/ #footer
-------------------------------------------------------------------*/
/*-------------------------- SECTION CONTENT--------------------------------*/

/****** CSS Main-content ******/
/*CSS #content*/
#main-content{
  margin-bottom: 50px;
  margin-top: 90px;
}
.content{
  padding-right: 45px;
}
/*div #slider*/

.carousel-control {
  background-position: -70px -40px;
  position: absolute;
  top: 45%; /* pushes the icon in the middle of the height */
  display:block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  overflow: hidden;
}

.carousel-control.left, .carousel-control.right{ 
  background: none !important; 
  filter: progid:none !important; 
}
.left.carousel-control{
  left: 20px;
}
.carousel-control.right{
  right: 20px;
}
/*div #info-slider*/
#info-slider{
  padding-top:20px;

}
.info-slider{
  font-family: "Lato";
  padding-top: 30px;
  padding-bottom: 100px;
  font-size: 15px;
  margin: 0px;
  width: auto;
  overflow: hidden;
}
.caption-slider h3{
  font-family: "Playfair Display";
  font-size: 36px;
  text-transform: uppercase;
}
.caption-slider h3 span{
  font-family: "Playfair Display";
  font-weight: 900;
}
.caption-slider p{
  font-family: "Lato";
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  padding-top: 3px;
}
.big-price-room span{
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 36px;
  font-style: italic;
}
.big-price-room em{
  font-family: "Playfair Display";
  font-size: 18px;
  font-weight: 700;
  color:#8a9bad;
  line-height: 2;
}
.big-price-room h3{
  padding-left: 20px;
}

.caption-slider{
  /*  width: 40%;*/
  float: left;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.big-price-room{
  /*width: 50%;*/
  float: right;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 10px;
}
/*-------------------------- CSS #Tabs-description---------------------------------------*/
#room-description{
  font-family: "Lato";
  line-height: 2.0;
  border-top: 1px solid #eef0f3;
  border-bottom: 1px solid #eef0f3;
  margin-top: 92px;
  font-size: 14px;
}
#room-description p{
  padding-bottom: 25px;
}
#room-description p:last-child{
  padding-top: 10px;
  padding-bottom: 50px;
}
.p-info{
  padding-left: 35px;
  line-height: 2.2;
}

ul.tabs{
  margin: 0px;
  padding-top: 35px;
  list-style: none;
}

ul.tabs li a{
  font-family: "Playfair Display";
  color: #8a9bad;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;

}
ul.tabs li a:hover{
  color: #0f3556;
}
ul.tabs li{
  background: none;
  display: inline-block;
  padding-right: 30px;
  cursor: pointer;
}
ul.tabs li.current a{

  color: #0f3556;
  border-bottom: 2px solid #0f3556;
}
.tab-content{
  display: none;
  background: #fff;
  padding-top: 25px;

}
.tab-content.current{
  display: inherit;
}
.p_btnbook a, #p_btnbook a{
  font-weight: 900;
  text-decoration: none;
}
.p_btnbook a:hover, #p_btnbook a:hover{
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  color: #f3f3f3;
}
.btn_book{
  font-family: "Lato";
  color: #1b4567;
  width: 171px;
  font-size: 14px;
  padding: 9px 39px;
  border-radius: 24px;
  display: inline-block;
  vertical-align: middle;
  background: #f4d025;
  /*opacity: 0.8;*/
  text-align: center;

}
.btn_book:hover,
.btn_book:focus,
.btn_book:active {
  opacity: 1;
}
#infor-faci > div{
  padding-bottom: 20px;
}
#infor-faci ul li{
  list-style: none;
  font-size: 14px;
}
#infor-faci ul li i{
  padding-right: 20px;
  color: #202935;
}

#p_btnbook {
  padding-top: 40px;
}

/*------------------------- CSS Other Room--------------------------------*/
#other-room{
  padding-top: 40px;
}
#other-room h2{
  font-family: 'Playfair Display';
  font-size: 30px;
  font-weight: 700;
  color: #1b4567;
  padding-bottom: 25px;
  text-transform: inherit;
}

.img_zoom {
  overflow: hidden;
  text-align: center;
}
.img_zoom img{
  width:100%;
  border-radius: 3px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.img_zoom:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.style_h3{
  padding: 21px 0 16px;
  font-family: 'Playfair Display';
  font-size: 36px;
}
.style_h3 span{
  font-family: 'Playfair Display';
  font-weight: 900;
}
.rooms-description{
  font-family: "Lato";
  font-size: 14px;
  padding-bottom: 25px;
  line-height: 1.7;

}
.infor-detail{
  margin-bottom: 50px;
}

.infor-detail a{
  text-decoration: none;
  font-family: 'Lato';
  font-weight: 900;
}
.infor-detail a:hover{
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  color: #f3f3f3;
}
.btn_detail{
  color: #0f3556;
  padding: 9px 35px;
  border-radius: 24px;
  display: inline-block;
  vertical-align: middle;
  background: #f4d025;
  text-align: center;
  /*opacity: 0.8;*/
}
.btn_detail:hover,
.btn_detail:focus,
.btn_detail:active {
  opacity: 1;
}
/*------------------------ CSS Sidebar ---------------------------*/

/*CSS #check-room*/
#check-room {
  background: #0f3556 none repeat scroll 0 0;
  border-radius: 5px;
  margin: 0 auto;
}
#booking-wrap{
  padding: 25px 30px 32px;
}
.dk{
  background: #ffffff;
  margin: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  display: none;
  z-index: 999;
}
form div i{
  position: absolute;
  right: 35px;
  line-height: 39px !important;
  color: #5e6f82;
}

#check-room .mylabel {
  position:relative;
}
#check-room .mylabel:after {
  font-family: "Ionicons";
  content:'\f35f';
  font-size: 24px;
  color: #5e6f82;
  right:15px;
  top:10px;
  position:absolute;
  pointer-events:none;
}
.form-control{
  height: 39px;
  color: #0f3556;
}
.group{
  padding-bottom: 15px;
}
#datetimepicker1,#datetimepicker2{
  font-family: "Lato";
  font-size: 14px;
}
.last-group{
  padding-bottom: 30px;
}
.group h4 {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 12px;
}
.group ul.dk li{
  padding: 0.5em 1em;
  border-top: 1px solid #f3f3f3;
}

.date-time::-webkit-input-placeholder { color:#0f3556; }
.date-time::-moz-placeholder { color:#0f3556; }
input:-moz-placeholder { color:#0f3556; }

.group label{
  display: block;
}

.btn-more{
  background-color: #f4d025;
  padding: 11px;
  border-radius: 80px;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-weight: 900;
}
.btn-more a {
  color: #0f3556;
  font-family: "Lato";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
.btn-more a:hover {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  color: #f3f3f3;
}
#button-check {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  padding-bottom: 12px;
  padding-top: 12px;
}

#infor-room{
  font-family: 'Playfair Display';
  background: #d4f5ff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}
/*CSS #sub-room */
#sub-room{
  margin: 50px 0px;
}
#sub-room > div{
  margin-bottom: 50px;
}
.no-left{
  padding-left: 0px;
}
.no-right{
  padding-right: 0px;
}
#sub-room-1{
  margin-top: 25px;
}
#sub-room-1,#sub-room-2{
  padding-bottom: 20px;
}
.img-room{
  border-radius: 5px;
}
.img-room:hover{
  border-radius: 15px 0;

}
.sub-img{
  margin-right: -15px;
}
.subtitle-room{
  font-family: 'Lato';
  font-size: 14px;
  padding: 8px 0;
}
.price-room{
  font-family: 'Lato';
  font-size: 14px;
}
/*contact*/
#contact-room {
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
}
#contact-room figcaption {
  left:0px;
  text-align: center;
  position: absolute;
  top: 85px;
  transition: background-color 0.3s ease 0s;
  width: 100%;
}
#title-contact{

  font-family: 'Playfair Display';
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
#phone-contact{
  line-height: 1.5;
  font-family: 'Lato';
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  font-style: italic;
  padding-top: 13px;
}
#p-or{
  padding-top: 7px;
  font-family: 'Lato';
  font-size: 14px;
  color: #ffffff; 
  font-weight: 900;
}
.p_btncontact{
  padding-top: 15px;
}
.p_btncontact a{
  text-decoration: none;
  color: #ffffff;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 14px;
}
.btn_contact{
  background: #0f3556;
  padding: 10px 40px;
  border-radius: 24px;
  display: inline-block;
  vertical-align: middle;
}
.btn_contact:hover,
.btn_contactl:focus,
.btn_contact:active {
  color: #ad9b49;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#contact img{
  width: 100%;
  /*opacity: .8;*/
  filter: alpha(opacity=100); /* For IE8 and earlier */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#contact:hover img {
  opacity: 1;
}
#infor-cost{
  font-family: 'Lato';
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  font-style: italic;
  padding-top: 10px;
}

.side-panel-wrap ul li a{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}
.side-panel-wrap ul li a:hover{
  text-decoration: none !important;
}

/*-----------------------RESPONSIVE------------------*/
@media (min-width: 1200px){
  .slider-small .item.active > img {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #contact-room figcaption{
    top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content{
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px){
  #contact-room,#sub-room,#check-room,.col-xs-12.col-sm-6.col-md-6.col-lg-6 > figcaption{
    margin: auto;
    max-width: 370px;
  }
  #sub-room{
    margin-top: 50px;
  }
  #contact-room{
    margin-bottom: 100px;
  }
  .img_zoom img{
    width: auto;
    margin: auto;
  }
  #room-description{
    margin-top: 150px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .content{
    padding-right: 15px;
  }
  #check-room {
    margin-top: 50px;
  }
  .sub-img{
    width: 21%;
  }

  #check-room .bookbtn {
    border-radius: 0 0 5px 5px;
    margin-top: 30px;
  }
}
@media (max-width:479px) {
  .content{
    padding-right: 15px;
  }
  .left.carousel-control, .right.carousel-control{
    top: 45px;
  }
}