html,
body {
  color: #786654;
  background: #d9d8d4;
  background: -moz-linear-gradient(left,#d9d8d4 0%,#ffffff 50%,#d9d8d4 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#d9d8d4),color-stop(50%,#ffffff),color-stop(100%,#d9d8d4));
  background: -webkit-linear-gradient(left,#d9d8d4 0%,#ffffff 50%,#d9d8d4 100%);
  background: -o-linear-gradient(left,#d9d8d4 0%,#ffffff 50%,#d9d8d4 100%);
  background: -ms-linear-gradient(left,#d9d8d4 0%,#ffffff 50%,#d9d8d4 100%);
  background: linear-gradient(to right,#d9d8d4 0%,#ffffff 50%,#d9d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d8d4',endColorstr='#d9d8d4',GradientType=1);
}
h1 {
  font-size: 10px;
}
h2 {
  font-size: 32px;
  font-family: 'Alegreya SC', georgia, serif;
}
h3 {
  font-size: 24px;
  font-family: 'Alegreya SC', georgia, serif;
}
h4 {
  font-size: 18px;
}
.book_now,
.button a {
  color: #7b6651;
  border-color: #ffffb5;
  border-radius: 3px;
  background: #d5af60;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d5af60),color-stop(1,#ffffb5));
  background: -ms-linear-gradient(bottom,#d5af60,#ffffb5);
  background: -moz-linear-gradient(center bottom,#d5af60 0%,#ffffb5 100%);
  background: -o-linear-gradient(#ffffb5,#d5af60);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb5', endColorstr='#d5af60', GradientType=0);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
}
.book_now:hover,
.button a:hover {
  color: #efeae7;
  background: #635d5c;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#635d5c),color-stop(1,#968a87));
  background: -ms-linear-gradient(bottom,#635d5c,#968a87);
  background: -moz-linear-gradient(center bottom,#635d5c 0%,#968a87 100%);
  background: -o-linear-gradient(#968a87,#635d5c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#968a87', endColorstr='#635d5c', GradientType=0);
  border-color: #968a87;
  cursor: pointer;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
.pager a {
  background-color: #333;
}
.pager a:hover {
  background-color: #666;
}
.pager a.cycle-pager-active {
  background-color: #fff;
}
.back {
  border: medium none;
  color: #786654;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 0;
  text-transform: capitalize;
}
#header_container {
  background: none repeat scroll 0 0 #6284a6;
}
.seobar h1,
.seobar span {
  color: #bbb;
}
#lang {
  color: #786654;
}
#lang a {
  color: #fff;
}
#booking_form h2 {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
#booking_form h2 span {
  color: #fff;
}
#booking_form .section-check_in,
#booking_form .section-check_out,
#booking_form .section-iata {
  color: #fff;
  text-transform: capitalize;
  font-size: 11px;
}
#booking_form .date-picker {
  color: #fff;
  font-size: 10px;
}
#booking_form #bf_submit {
  color: #7b6651;
  border-color: #ffffb5;
  border-radius: 3px;
  background: #d5af60;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d5af60),color-stop(1,#ffffb5));
  background: -ms-linear-gradient(bottom,#d5af60,#ffffb5);
  background: -moz-linear-gradient(center bottom,#d5af60 0%,#ffffb5 100%);
  background: -o-linear-gradient(#ffffb5,#d5af60);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb5', endColorstr='#d5af60', GradientType=0);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
#booking_form #bf_submit:hover {
  color: #efeae7;
  background: #635d5c;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#635d5c),color-stop(1,#968a87));
  background: -ms-linear-gradient(bottom,#635d5c,#968a87);
  background: -moz-linear-gradient(center bottom,#635d5c 0%,#968a87 100%);
  background: -o-linear-gradient(#968a87,#635d5c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#968a87', endColorstr='#635d5c', GradientType=0);
  border-color: #968a87;
  cursor: pointer;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
#booking_form .quick-search-cancel,
#booking_form .quick-search-iata {
  color: #fff;
}
#booking_form .quick-search-cancel:hover,
#booking_form .quick-search-iata:hover {
  text-decoration: underline;
}
#main_menu {
  background: #bfb099;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#bfb099),color-stop(1,#f7e7ce));
  background: -ms-linear-gradient(bottom,#bfb099,#f7e7ce);
  background: -moz-linear-gradient(center bottom,#bfb099 0%,#f7e7ce 100%);
  background: -o-linear-gradient(#f7e7ce,#bfb099);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e7ce', endColorstr='#bfb099', GradientType=0);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
}
#main_menu .menu li a {
  color: #333;
  text-transform: capitalize;
}
#main_menu .menu li.current-menu-item > a,
#main_menu .menu li.current-menu-item:hover > a,
#main_menu .menu > li:hover > a {
  height: 40px;
  margin-top: -5px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  background-color: #bfb099;
  box-shadow: 0 1px 1px rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.2) inset;
}
#main_menu .menu li.current-menu-item > a {
  background: #bfb099;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#bfb099),color-stop(1,#f7e7ce));
  background: -ms-linear-gradient(bottom,#bfb099,#f7e7ce);
  background: -moz-linear-gradient(center bottom,#bfb099 0%,#f7e7ce 100%);
  background: -o-linear-gradient(#f7e7ce,#bfb099);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e7ce', endColorstr='#bfb099', GradientType=0);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
}
#main_menu .menu .sub-menu li {
  background: none repeat scroll 0 0 #f3dcb8;
}
#main_menu .menu .sub-menu li.current-menu-item a {
  background: #f7e7ce;
  box-shadow: none;
}
#main_menu .menu .sub-menu:after {
  border-color: transparent transparent #f3dcb8;
}
#slide .arrow {
  background-color: rgba(247,231,206,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
}
#slide .arrow:hover {
  background-color: #f7e7ce;
}
#slide .mini_slide {
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
}
.promotion {
  color: #ddd;
}
.promotion div.price {
  border-color: #829db9;
}
.promotion .title {
  font-size: 20px;
  color: #fff;
  font-family: 'Alegreya SC', georgia, serif;
  border-color: #829db9;
}
.promotion .title:hover {
  text-decoration: underline;
}
.promotion .title,
.promotion .title b,
.promotion .title strong {
  color: #fff;
}
.promotion .image {
  border-color: #829db9;
}
.promotion .image:hover img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.promotion div.price:hover {
  text-decoration: underline;
}
#preview_offers {
  background: none repeat scroll 0 0 rgba(77,106,136,0.8);
}
#preview_offers.homepage {
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
}
#preview_offers .pager a {
  border-radius: 100px;
  background-color: #829db9;
}
#preview_offers .pager a:hover {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
#preview_offers .pager a.cycle-pager-active {
  background-color: #ffffb5;
}
#preview_offers.sidebar #FB_so0 > ul {
  background-color: #4d6a88;
}
#preview_offers.sidebar #FB_so0 > ul .promo-wrapper {
  background-color: #567798;
}
#offer_details {
  color: #463d3a;
}
#offer_details .title,
#offer_details .image {
  border-color: #d7d7d7;
  color: #463d3a;
}
#offer_details .title,
#offer_details .title strong {
  font-weight: normal;
}
#offer_details .title,
#offer_details span.price {
  font-size: 32px;
  text-tranform: capitalize;
}
#offer_details .title {
  font-size: 32px;
}
#offer_details .image img {
  max-height: 150px;
}
#offer_details .apd,
#offer_details .currency,
#offer_details .strike,
#offer_details .discount {
  font-size: 18px;
}
#offer_details .button a {
  float: left;
  border-radius: 3px;
  color: #efeae7;
  background: #635d5c;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#635d5c),color-stop(1,#968a87));
  background: -ms-linear-gradient(bottom,#635d5c,#968a87);
  background: -moz-linear-gradient(center bottom,#635d5c 0%,#968a87 100%);
  background: -o-linear-gradient(#968a87,#635d5c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#968a87', endColorstr='#635d5c', GradientType=0);
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  border-color: #968a87;
  cursor: pointer;
}
#offer_details .button a:hover {
  color: #7b6651;
  border-color: #ffffb5;
  background: #d5af60;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d5af60),color-stop(1,#ffffb5));
  background: -ms-linear-gradient(bottom,#d5af60,#ffffb5);
  background: -moz-linear-gradient(center bottom,#d5af60 0%,#ffffb5 100%);
  background: -o-linear-gradient(#ffffb5,#d5af60);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb5', endColorstr='#d5af60', GradientType=0);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
#list_offers .promo-wrapper {
  background-color: #4d6a88;
}
#list_offers .promo-wrapper .promotion {
  background-color: #567798;
  border-color: #829db9;
  color: #ddd;
  text-shadow: -1px -1px 0 #445d78;
}
#list_offers .promo-wrapper .promotion div.price {
  border-color: #829db9;
  color: #ddd;
}
#list_offers .promo-wrapper .promotion div.price:hover {
  text-decoration: underline;
  color: #ffffb5 !important;
}
#list_offers .promo-wrapper .promotion .title {
  font-size: 20px;
  color: #fff;
  font-family: 'Alegreya SC', georgia, serif;
  border-color: #829db9;
}
#list_offers .promo-wrapper .promotion .title:hover {
  text-decoration: underline;
  color: #ffffb5;
}
#list_offers .promo-wrapper .promotion .title:hover strong {
  color: #ffffb5 !important;
}
#list_offers .promo-wrapper .promotion .title,
#list_offers .promo-wrapper .promotion .title b,
#list_offers .promo-wrapper .promotion .title strong {
  color: #fff;
}
#list_offers .promo-wrapper .promotion b,
#list_offers .promo-wrapper .promotion strong {
  color: #ddd;
}
#list_offers .promo-wrapper .promotion .image {
  border-color: #829db9;
}
#list_offers .promo-wrapper .promotion .image:hover img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
#list_offers .promo-wrapper .promotion .description {
  color: #ddd;
}
#list_offers .promo-wrapper .promotion .more a {
  color: #fff;
}
#list_offers .promo-wrapper .promotion .more a:hover {
  text-decoration: underline;
  color: #ffffb5;
}
#preview_map {
  background: rgba(247,231,206,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
}
#preview_map .box .map {
  border-color: #ffffff;
}
#preview_map .box h4 {
  color: #584634;
  border-color: #ffffff;
}
#preview_map .box h3 {
  color: #584634;
  font-size: 24px;
  border-color: #ffffff;
}
#preview_map .box .excerpt {
  color: #584634;
}
#preview_map .box a.more {
  background: transparent;
  border-color: #f7e7ce;
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
  color: #786654;
}
#preview_map .box a.more:hover {
  background: #f5f5f5;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eeeeee),color-stop(1,#ffffff));
  background: -ms-linear-gradient(bottom,#eeeeee,#ffffff);
  background: -moz-linear-gradient(center bottom,#eeeeee 0%,#ffffff 100%);
  background: -o-linear-gradient(#ffffff,#eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background: #bfb099;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#bfb099),color-stop(1,#f7e7ce));
  background: -ms-linear-gradient(bottom,#bfb099,#f7e7ce);
  background: -moz-linear-gradient(center bottom,#bfb099 0%,#f7e7ce 100%);
  background: -o-linear-gradient(#f7e7ce,#bfb099);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e7ce',endColorstr='#bfb099',GradientType=0);
  color: #333;
  text-decoration: none;
}
#go_down a {
  border-color: rgba(247,231,206,0.8);
  background-color: rgba(247,231,206,0.8);
  color: #584634;
  font-size: 20px;
  font-family: 'Alegreya SC', georgia, serif;
  text-transform: capitalize;
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
}
#go_down a:hover {
  background-color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.8);
}
#content h2 {
  color: #463d3a;
}
#social a:hover span {
  color: #fff;
}
#social a.facebook:hover span {
  background: #3C599B;
}
#social a.twitter:hover span {
  background: #32CCFE;
}
#social a.pinterest:hover span {
  background: #CB2028;
}
#social a.google-plus:hover span {
  background: #DA2713;
}
#social a.youtube:hover span {
  background: #EC2829;
}
#social a.share:hover span {
  background: #008852;
}
#partners {
  border-color: #d7d7d7;
}
.preview_list .box {
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
  background-color: #dbe0db;
}
.preview_list .box .border {
  background-color: #e9ece9;
  border-color: transparent;
}
.preview_list .box .img_box {
  border-color: #ffffff;
}
.preview_list .box .content h4.title {
  border-color: #ffffff;
}
.preview_list .box .content h4.title a {
  color: #463d3a;
}
.preview_list .box .content h4.title a:hover {
  color: #d5af60;
  text-decoration: none !important;
}
.preview_list .box .content .buttons a.more {
  background: transparent;
  border-color: #f7e7ce;
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
  color: #786654;
}
.preview_list .box .content .buttons a.more:hover {
  background: #f5f5f5;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eeeeee),color-stop(1,#ffffff));
  background: -ms-linear-gradient(bottom,#eeeeee,#ffffff);
  background: -moz-linear-gradient(center bottom,#eeeeee 0%,#ffffff 100%);
  background: -o-linear-gradient(#ffffff,#eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background: #bfb099;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#bfb099),color-stop(1,#f7e7ce));
  background: -ms-linear-gradient(bottom,#bfb099,#f7e7ce);
  background: -moz-linear-gradient(center bottom,#bfb099 0%,#f7e7ce 100%);
  background: -o-linear-gradient(#f7e7ce,#bfb099);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e7ce',endColorstr='#bfb099',GradientType=0);
  color: #333;
  text-decoration: none;
}
.preview_list .box .content .buttons .booknow_wrap a {
  margin: 0;
  color: #efeae7;
  background: #635d5c;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#635d5c),color-stop(1,#968a87));
  background: -ms-linear-gradient(bottom,#635d5c,#968a87);
  background: -moz-linear-gradient(center bottom,#635d5c 0%,#968a87 100%);
  background: -o-linear-gradient(#968a87,#635d5c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#968a87', endColorstr='#635d5c', GradientType=0);
  border-color: #968a87;
  cursor: pointer;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
.preview_list .box .content .buttons .booknow_wrap a:hover {
  color: #7b6651;
  border-color: #ffffb5;
  background: #d5af60;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d5af60),color-stop(1,#ffffb5));
  background: -ms-linear-gradient(bottom,#d5af60,#ffffb5);
  background: -moz-linear-gradient(center bottom,#d5af60 0%,#ffffb5 100%);
  background: -o-linear-gradient(#ffffb5,#d5af60);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb5', endColorstr='#d5af60', GradientType=0);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
}
#gallery .thumb {
  border-color: #d7d7d7;
}
.caption_container .book_now {
  margin: 0;
  color: #efeae7;
  background: #635d5c;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#635d5c),color-stop(1,#968a87));
  background: -ms-linear-gradient(bottom,#635d5c,#968a87);
  background: -moz-linear-gradient(center bottom,#635d5c 0%,#968a87 100%);
  background: -o-linear-gradient(#968a87,#635d5c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#968a87', endColorstr='#635d5c', GradientType=0);
  border-color: #968a87;
  cursor: pointer;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.caption_container .book_now:hover {
  color: #7b6651;
  border-color: #ffffb5;
  background: #d5af60;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d5af60),color-stop(1,#ffffb5));
  background: -ms-linear-gradient(bottom,#d5af60,#ffffb5);
  background: -moz-linear-gradient(center bottom,#d5af60 0%,#ffffb5 100%);
  background: -o-linear-gradient(#ffffb5,#d5af60);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb5', endColorstr='#d5af60', GradientType=0);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
}
#content .content .booknow_wrap a {
  margin: 0;
  color: #efeae7;
  background: #635d5c;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#635d5c),color-stop(1,#968a87));
  background: -ms-linear-gradient(bottom,#635d5c,#968a87);
  background: -moz-linear-gradient(center bottom,#635d5c 0%,#968a87 100%);
  background: -o-linear-gradient(#968a87,#635d5c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#968a87', endColorstr='#635d5c', GradientType=0);
  border-color: #968a87;
  cursor: pointer;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
#content .content .booknow_wrap a:hover {
  color: #7b6651;
  border-color: #ffffb5;
  background: #d5af60;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d5af60),color-stop(1,#ffffb5));
  background: -ms-linear-gradient(bottom,#d5af60,#ffffb5);
  background: -moz-linear-gradient(center bottom,#d5af60 0%,#ffffb5 100%);
  background: -o-linear-gradient(#ffffb5,#d5af60);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb5', endColorstr='#d5af60', GradientType=0);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
}
#footer_container {
  background: none repeat scroll 0 0 #bfb099;
  text-shadow: 1px 1px 0 #d3c8b8;
  color: #333;
}
#footer_container #footer .col {
  border-color: #e6e1d8;
}
#footer_container #footer .menu li a:hover,
#footer_container #footer .menu li.current-menu-item a {
  color: #fff;
  text-decoration: underline;
  text-shadow: none;
}
body.home #page_content {
  border-color: #d7d7d7;
}
#preview_big .box {
  background-color: #dbe0db;
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
}
#preview_big .box .wrap {
  background-color: #e9ece9;
  border-color: transparent;
}
#preview_big .box .wrap .thumb {
  border-color: #ffffff;
}
#preview_big .box .wrap h4 {
  color: #584634;
}
#preview_big .box .wrap h3 {
  font-size: 24px;
  border-color: #ffffff;
}
#preview_big .box .wrap h3 a {
  color: #584634;
}
#preview_big .box .wrap h3 a:hover {
  color: #d5af60;
}
#preview_big .box .wrap .excerpt {
  color: #584634;
}
#preview_big .box .wrap a.more {
  background: none;
  border-color: transparent;
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.5) inset;
  color: #463d3a;
}
#preview_big .box .wrap a.more:hover {
  background: #f5f5f5;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eeeeee),color-stop(1,#ffffff));
  background: -ms-linear-gradient(bottom,#eeeeee,#ffffff);
  background: -moz-linear-gradient(center bottom,#eeeeee 0%,#ffffff 100%);
  background: -o-linear-gradient(#ffffff,#eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
  background: #bfb099;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#bfb099),color-stop(1,#f7e7ce));
  background: -ms-linear-gradient(bottom,#bfb099,#f7e7ce);
  background: -moz-linear-gradient(center bottom,#bfb099 0%,#f7e7ce 100%);
  background: -o-linear-gradient(#f7e7ce,#bfb099);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e7ce',endColorstr='#bfb099',GradientType=0);
  color: #d5af60;
  text-decoration: none;
}
#preview_big .box .wrap .booknow_wrap a {
  float: left;
  border-radius: 3px;
  color: #efeae7;
  background: #635d5c;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#635d5c),color-stop(1,#968a87));
  background: -ms-linear-gradient(bottom,#635d5c,#968a87);
  background: -moz-linear-gradient(center bottom,#635d5c 0%,#968a87 100%);
  background: -o-linear-gradient(#968a87,#635d5c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#968a87', endColorstr='#635d5c', GradientType=0);
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  border-color: #968a87;
  cursor: pointer;
}
#preview_big .box .wrap .booknow_wrap a:hover {
  color: #7b6651;
  border-color: #ffffb5;
  background: #d5af60;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d5af60),color-stop(1,#ffffb5));
  background: -ms-linear-gradient(bottom,#d5af60,#ffffb5);
  background: -moz-linear-gradient(center bottom,#d5af60 0%,#ffffb5 100%);
  background: -o-linear-gradient(#ffffb5,#d5af60);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb5', endColorstr='#d5af60', GradientType=0);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.faq {
  border-color: #d7d7d7;
}
#form {
  border-color: #d7d7d7;
}
#form .form-submit {
  border-color: #d7d7d7;
}
#form .error {
  color: #ca0000;
}
.form-success {
  color: #007700;
}
#preview_subcategories .item {
  border-color: #d7d7d7;
}
#preview_subcategories .item .thumb a:hover {
  -moz-opacity: 0.70;
  -khtml-opacity: 0.70;
  -webkit-opacity: 0.70;
  opacity: 0.70;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#preview_subcategories .item .title a:hover {
  text-decoration: underline;
}
.marker-wrapper {
  color: #000;
}
.marker-wrapper h2 {
  font-size: 12px;
}
#back .back {
  color: #786654;
  text-decoration: none;
}
#back .back:hover {
  color: #786654;
  text-decoration: underline;
}
#back .back .fa {
  font-size: 14px;
  margin-left: 5px;
}
#send_mail_job {
  background: #d7d7d7;
}
#send_mail_job .send {
  background: #8b8b8b;
  color: #fff;
  border-radius: 3px;
}
#send_mail_job .send:hover {
  background: #fff;
  color: #000;
}
#gallery .thumb {
  border-color: #d7d7d7;
}
#gallery .thumb:hover img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
