/*------------------------------------------------------------------
[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.1.1 Image/ .img-zoom
4.1.2 Information Offer/ .info-offer
4.1.3 Post Author / .post-author
4.1.4 Comment/ .comment-reply
4.1.5 Form Comment/ .form-comment
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;
}
.img-responsive{
  border-radius: 5px;
}
#content{
  padding-right: 45px;
}

#main-content{
  margin-top: 90px;
  width: 100%;
  margin-bottom: 50px;
}
.infor-offer{
  text-align: center;
  padding-top: 13px;
}
.description-offer:first-child{
  padding-top: 25px;
}
.description-offer:last-child{
  padding-bottom: 50px;
}
.description-offer{
  font-family: "Lato";
  line-height: 2.0;
  text-align: left;
  font-size: 14px;
  padding-top: 35px;
}
.btn-special {
  background: #0f3556;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  display: inline-block;
  /*opacity: 0.7;*/
}
.btn-special:hover,
.btn-special:focus,
.btn-special:active {
  opacity: 1;
  color: #fff;
}
.button-special a{
  font-family: "Lato";
  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;
}

.infor-offer .caption-offer{
  padding-bottom: 0px;
}
.caption-offer{
  padding-bottom: 50px;
  line-height: 1.5;
  font-family: "Playfair Display";
  font-size: 16px;
  font-weight: 700;
  padding-top: 25px;
}
.date-offer{
  font-family: "Lato";
  color: #8a9bad;
  font-size: 14px;
  padding-top: 15px;
}
.post-author{
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.post-author > img{
  display: block;
  width: 100%;
}
.content-post-author{
  position: absolute;
  color: #fff;
  top:0px;
  border-radius: 5px;
}
.img-post-author{
  float: left;
  padding:30px;
}
.img-post-author img{
  display: block; 
}
.author-infor{
  padding-top: 25px;
  font-size: 14px;
  overflow: hidden;
}
.author-infor p:first-child{
  font-family: "Playfair Display";
  font-size: 16px;
  font-weight: 700;
}
.infor-caption{
  font-family: "Lato";
  line-height: 1.5;
  font-size: 14px;
  padding:15px 65px 15px 0;
}
.author-infor .social .social-link {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.social-link i.icon-socials{
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 20px !important;
  text-align: center !important;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  display: inline-block;
}
.social-link:hover i.icon-socials{
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ion-social-facebook:hover{
  color: #3b5998 ;
}
.ion-social-twitter:hover{
  color: #55acee;
}
.ion-social-googleplus-outline:hover{
  color: #d64431;
}
.author-infor .social .social-link:not(:last-child) {
  margin-right: 10px;
  margin-left: -10px;
}
/*commnet-post-reply*/
.comment-posts{
  border-top: 1px solid #f3f5f6;
  border-bottom: 1px solid #f3f5f6;
}
.like-posts{
  text-align: center;
  margin:50px 0 45px 0;
  border-top: 1px solid #f3f5f6;
  border-bottom: 1px solid #f3f5f6;
}

.img-zoom{

  padding-bottom: 20px;
}
.img-zoom img{
  margin:0 auto;
}

.caption-like{
  font-family: "Playfair Display";
  padding:45px 0 30px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;

}
.short-hr{
  border-top: 1px solid #8a9bad;
  width: 30px;
  margin: auto;
  padding-bottom: 50px;
}
.comment-reply{
  border-bottom: 1px solid #f3f5f6;
  margin-bottom: 50px;
}

.btn-reply{
  font-family: "Lato";
  color: #8a9bad;
  font-size: 14px;
}
.btn-reply: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: #0f3556;
}
.ion-reply{
  padding-right: 5px;
}
.comment-post{
  padding-bottom: 20px;
}
.comment-list{
  padding-bottom: 25px;
}
.imgavt{
  width:11.5%;
  margin-right: -10px;
}

.col-lg-10.comment-info{
  width: 84.5%;
}
.imgavt1{
  margin-right: -60px;
}
.comment-list:last-child{
  padding-bottom: 50px;
}
.caption-comment{
  font-family: "Playfair Display";
  font-weight:900;
  font-size: 16px;
  padding-bottom: 20px;
}
.infor-commnet{
  font-family: "Lato";
  font-size: 14px;
  line-height: 1.5;
}
.comment-2nd{
  padding-left: 15px;
}
.comment-2nd > div{
  padding-left: 0;
}
.comment-2nd .imgavt{
  margin-right: -5px;
}
#commnent-reply-2nd{
  margin-left: 30px;
}
.form-comment  p.caption-like, .comment-reply p.caption-like{
  font-family: "Playfair Display";
  padding-top:0px;
}
/*form comment*/
.hr-like{
  padding-bottom: 30px;
}
#name, #email, #url, #comment{
  font-family: "Lato";
  background: #fbfbfb;
  font-size: 14px;
  font-style: normal;
  cursor: auto;
  height: 40px;
  box-shadow: none;
  border: 1px solid #dce1e6;
  padding-left: 20px;
}
.form-control::-webkit-input-placeholder { 

  font-style: italic;
}
.form-control::-moz-placeholder { 
  font-style: normal;
} /* firefox 19+ */
.form-control:-ms-input-placeholder { 
  font-style: normal;
} /* ie */
input:-moz-placeholder { 
  font-style: normal;
}

#comment{
  margin-top: 20px;
  height: 150px;
}

.commnet-note{
  font-family: "Lato";
  color: #8a9bad;
  font-size: 14px;
  font-style: italic;
  padding-top: 35px;
}
.submit{
  text-align: right;
  padding-top: 20px;
}
.btn-submit{
  background: #f4d025;
  color: #0f3556;
  font-size: 14px;
  padding: 9px 59px;
  border-radius: 24px;
  display: inline-block;
  font-weight: 700;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
  opacity: 1;
  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;
}
.submit a{
  text-decoration: none;
  text-transform: uppercase;

}

/*----------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: 30px;
}
#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 (max-width: 1199px) {
  #name, #email, #url{
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #contact-room figcaption{
    top: 40px;
  }
  .post-author > img{
    height: 240px;
    /*200px*/
  }
  .img-post-author{
    padding: 30px 15px 0 15px;
  }
  .infor-caption{
    padding:0px;
  }
  .author-infor{
    padding-right: 16px;
  }
  .social{
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

  .iconicons ul li{
    margin-right: 0px;
  }
  .post-author > img{
    height: 295px;
  }
  .img-post-author{
    padding: 30px 15px 0 15px;
    width:25%;
  }
  .infor-caption{
    padding:0px;
  }
  .author-infor{
    padding-right: 16px;
  }
  .social{
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px){
  .blog-room .col-lg-6{
    width: 100%;
  }
  .form-group, .form-search, #sub-post, #sub-categories, #contact, #tags{
    margin: auto;
    max-width: 370px;
  }
  .form-search{
    margin-top: 50px;
  }
  .img_zoom img{
    margin-left: auto;
    margin-right: auto;
  }
  #room-description{
    margin-top: 150px;
  }
  #content{
    padding-right: 15px;
  }

}
@media (min-width: 480px) and (max-width: 767px) {
  #content{
    padding-right: 15px;
  }
  .col-lg-6.img-cafe.image-room{
    width: 50%;
  }
  .col-lg-6.info-blogs{
    width: 50%;
  }
  .col-xs-4.col-lg-4.img-post{
    width: 21%;
  }
  .sub-img{
    width: 21%;
  }
  .post-author > img{
    height: 270px;
  }
  .img-post-author{
    padding: 30px 15px 0 15px;
    width:30%;
  }
  .infor-caption{
    padding:0px;
  }
  .author-infor{
    padding-right: 16px;
  }
  .social{
    padding-top: 10px;
  }
}
@media (max-width:479px) {
  #content{
    padding-right: 15px;
  }
  .col-lg-6.img-cafe.image-room{
    width: 100%;
  }
  .col-lg-6.info-blogs{
    width: 100%;
  }
  .post-author > img{
    height: 350px;
  }
  .img-post-author{
    padding: 30px 15px 0 15px;
    width:30%;
  }
  .infor-caption{
    padding:0px;
  }
  .author-infor{
    padding-right: 16px;
  }
  .social{
    padding-top: 10px;
  }
}