#nav nav li a.navbook, #header:before, .list .item .details:before, .hover #check button:hover, main table:before, main table th:before, #rooms.list .item .details .button, #stats figure:before, #menu li.featured:before, #comments li:before, #testimonials figure.cover .testimonial, #faqs:before, #contact:before, main ul.sitemap:before, .hover main ul.sitemap a:hover, aside .blocktitle, .hover .footertestimonial .button:hover, .hover #footer .news .social a:hover, .hover #nav .book:hover, .home3 #container, .hover #rooms.list.grid .item .container:hover .button, #stats, #search button:hover, #pop:before { background:#b48b5d;/*#38150a;*/ }
.button,form button{background:#b48b5d;}
.button:hover{background:#38150a;}
.date .month{background-color:#b48b5d}
#nav nav li.active a:after, .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-hover { background-color:#b48b5d !important; }
#nav .book, main p a, main p a i, main ul a, .hover main ul.sitemap ul a:hover, .usp .box i, .feature .details a, .feature .details a i, .pagination li a, #specials.list .item .details .button span:before, .hover #instagram p a:hover, #comments li .comment-reply-link, .page-guestbook main .button span:before, #faqs li.reveal h2:after, .hover #faqs li:hover h2:after, .hover #contact .field:hover i, main ul.sitemap a, #search button i, #contact .field.mandatory:before { color:#b48b5d; }
#nav .book span, .usp .box i, #menu h4, aside #block.categories { border-color:#b48b5d; }
#faqs li.reveal { border-top-color:#b48b5d !important; }
/*#6286aa*/

/*hover : #b48b5d*/


.image {
  border:5px solid #fff; border-radius:5px;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.imgbox:hover .image {
  opacity: 0.8;
}

.imgbox:hover .middle {
  opacity: 1;
}

.text {
  background-color: #38150a;
  color: white;
  font-size: 16px;
  padding: 16px 5px;
}
.text:hover {
    color:#fff; 
    text-decoration:none !important; 
    cursor:pointer;  
}