/*------------------------------------------------------------------
[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/ #main-content
4.1 Content/ #content
4.2 Sidebar/ #sidebar
4.2.1 Search/ .form-search
4.2.2 Recent Post/ #sub-post
4.2.3 Categories / #sub-categories
4.2.4 Tags / #tags
5. Footer
5.1 Footer Top/ #prefooter
5.2 Footer Bottom/ #footer
-------------------------------------------------------------------*/
/*----------------- CSS Main-content --------------------*/
/*CSS #content*/
.container{
  color: #0f3556;
}
#content{
  padding-right: 45px;
}
#main-content{
  margin-top: 90px;
}
/*div #infor-offer*/
.infor-offer:first-child{
  padding-top:0px;
}
.infor-offer{
  text-align: center;
  border-bottom: 1px solid #f3f5f6;
  padding-top: 50px;
}
.infor-offer img{
  padding-bottom: 33px;
}
.btn-special {
  font-family: "Lato";
  background: #0f3556;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  /*opacity: 0.7;*/
}
.btn-special:hover,
.btn-special:focus,
.btn-special:active {
  opacity: 1;
  color:#fff;
}
.button-special a{
  text-decoration: none;
}
.button-special 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: #ad9b49;
}
.caption-offer{
  font-family: "Playfair Display";
  font-size: 18px;
  font-weight: 700;
  padding-top: 25px;
}
.date-offer{
  font-family: "Lato";
  color: #8a9bad;
  font-size: 14px;
  padding-top: 15px;
}
.description-offer{
  font-family: "Lato";
  line-height: 2.0;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 27px;
}

.btn-read {
  font-family: "Lato";
  background: #f4d025;
  color: #0f3556;
  font-size: 14px;
  padding: 9px 30px;
  border-radius: 24px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.btn-read:hover,
.btn-read:focus,
.btn-read:active {
  opacity: 1;
}
.button-read a{
  text-decoration: none;
  text-transform: uppercase;
}
.button-read 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-read{
  padding-bottom: 50px;
}

/*div #blog-room*/
.img-responsive{
  border-radius: 5px;
}
.blog-room{
  border-top: 1px solid #b9c3cd;
  border-bottom: 1px solid #b9c3cd;
  padding-top: 50px;
}
/*div #next-prev*/
.next-prev{
  font-family: "Lato";
  padding-top: 30px;
  padding-bottom: 100px;
  font-size: 15px;
  margin: 0px;
  width: auto;
  overflow: hidden;
}
.next-prev a{
  padding-left: 8px;
  text-decoration: none;
  color: #0f3556;
  padding-right: 8px;
}
.prev{
  width: 40%;
  float: left;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.next{
  width: 50%;
  float: right;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
}

/*----------div #Sidebar-------------*/

/*----------div #Sidebar-------------*/
/*div search*/
.form-search{
  position: relative;
}
#i-search{
  cursor: auto;
  font-family: "Lato";
  background: #fbfbfb;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  line-height: 1.3em;
  border: 1px solid rgba(0,0,0,0.1);
  padding-left: 20px;
  font-style: italic;
}
.btn-search-1{
  position: absolute;
  top: 10px;
  right: 20px;
}
.icon-search{
  border: none;
  background: #fbfbfb !important;
  color: #8a9bad;
  font-size: 16px;
  padding-right: 0px;
}
/*Recent posts*/
#infor-post, #infor-cat, #infor-tags{
  font-family: 'Playfair Display';
  background: #d4f5ff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #0f3556;
  text-transform: none;
}
#sub-post{
  padding: 50px 0px;
}
#sub-post a{
  text-decoration: none;
}
#sub-post-1{
  margin-top: 25px;
}
#sub-post-1,#sub-post-2,#sub-post-3{
  padding-bottom: 20px;
}
.img-post{
  margin-right: -15px;
}
.img-post img{
  border-radius: 5px;
  opacity: 0.7;
}
.img-post img:hover{
  border-radius: 12px 0;
  opacity: 1;
}

.subtitle-post{
  font-family: 'Lato';
  font-size: 14px;
  padding: 15px 0;
  line-height: 1.5;
}
/*Categories*/
#sub-categories{
  font-family: 'Lato';
  position: relative;
  font-size: 14px;
}
#sub-categories a{
  text-decoration: none;
}
#sub-categories ul li{
  list-style: none;
}
.fa-arrow-right:before {
  content: "\f061";
  padding-right: 10px;
  padding-right: 0px;
}
.cat-1{
  padding-left: 10px;
}
.cat-1.fa-arrow-right:before{
  content: "\f061";
  padding-left: 0px;
  padding-right: 10px;
}
.sub-cat{
  border-bottom: 1px solid #f3f5f6;
  padding: 22px 0px 15px 0px;
}
.sub-cat:first-child{
  padding-top: 28px;
}
.sub-cat a{
  text-decoration: none;
  color: #0f3556;
  font-size: 14px;
  padding-left: 10px;
}
.number-cat{
  position: absolute;
  right: 10px;
}

/*CSS #contact*/
#contact-room {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
#contact-room figcaption {
  left:0px;
  text-align: center;
  position: absolute;
  top: 90px;
  transition: background-color 0.3s ease 0s;
  width: 100%;
}

#contact img{
  padding-left: 10px;
  /*opacity: .8;*/
  filter: alpha(opacity=100); /* For IE8 and earlier */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width:95%;
}
#contact:hover img {
  opacity: 1;
}

#title-contact{
  font-family: 'Playfair Display';
  color: #ffffff;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
}
#phone-contact{
  font-family: 'Lato';
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  font-style: italic;
  padding-top: 20px;
}
/* CSS div#tags*/
#tags{
  margin-top: 50px;
  font-family: "Lato";
  margin-bottom: 100px;
}

#infor-tags{
  margin-bottom: 25px;
}
#tags a{
  text-decoration: none;
  font-size: 14px;
  color: #8a9bad;
}
#tags a:hover{
  background: #f4d025;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.sub-tags{
  border:1px solid #d3d8dd;
  border-radius: 3px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.sub-tags:last-child{
  margin-right: 0px;
}
.tag-1{
  padding-bottom: 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: 992px) and (max-width: 1199px) {
  #contact-room figcaption{
    top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content{
    padding-right: 15px;
  }
  #contact-room figcaption{
    top: 50px;
  }
}

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