/* === Base styles === */

html {
  font: 14px/1.5 Arial, Helvetica, sans-serif;
}

a {
  color: #064f93;
}

.container {
  padding: 0;
}

.no-multiplebgs .container {
  width: 990px;
}

/* === Header === */

header {
  position: relative;
}

.pageheader {
  font-size: 13px;
}

.pageheader_top {
  padding: 5px 0;
  background: #f2f2f2;
  border-bottom: 1px dotted #d3d3d3;
  color: #999999;
}

.pageheader_top p {
  margin-bottom: 0;
  padding-left: 0;
}

.pageheader_nav {
  margin-bottom: 0;
  padding-right: 0;
  list-style: none;
  font-size: 0;
  text-align:right;
}

.pageheader_nav li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 5px;
  border-right: 1px solid #cccccc;
  font-size: 13px;
}

.pageheader_nav li:last-of-type {
  border: 0;
}

.pageheader_center {
  padding-top: 15px;
  padding-bottom: 5px;
}

.pageheader_logo {
  margin: 0;
  padding-left: 0;
}

.pageheader_logo > a {
  display: block;
  width: 244px;
  height: 53px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

textarea:focus, input:focus{
    outline: 0;
}

.pageheader_features {
  margin-top: 13px;
}

.pageheader_features li.feature-savings, .pageheader_features li.feature-booking, .pageheader_features li.feature-payment {
  position: relative;
  display: block;
  float: left;
  padding-left: 30px;
  margin-right: 10px;
  font-size: 12px;
  color: #999999;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
  height: 40px;
}

.pageheader_features .icon {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
  background: #999999 url(/img/new_view_page_2014/sprite.png) no-repeat;
  border-radius: 3px;
  speak: none;
}

.feature-savings .icon {
  background-position: -244px 0;
}

.feature-booking .icon {
  background-position: -270px 0;
}

.feature-payment .icon {
  background-position: -296px 0;
}

.pageheader_features ul {
  position: absolute;
  display: none;
  width: 174px;
  top: 100%;
  left: -37px;
  padding: 8px 8px 8px 24px;
  background: #fff;
  border: 2px solid #34a23d;
  z-index: 5000;
  cursor: text;
}

.pageheader_features ul li {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  list-style: outside disc;
  padding-bottom: 3px;
  font-size: 11px;
  font-style: italic;
  background: #fff;
  color: #777;
  text-transform: none;
  z-index: 6000;
}

.pageheader_features li:hover ul {
  display: block;
  z-index: 6000;
}

.pageheader_search {
  height: 40px;
  margin-top: 7px;
  padding: 3px 6px 3px 12px;
  border: 1px solid #999999;
  border-radius: 7px;
  overflow: hidden;
}

.pageheader_search input {
  display: block;
  float: left;
  height: 32px;
  line-height: 30px;
  border:none;
  width:200px;
}

.pageheader_search input.hint {
  color:#aaa;
  font-style: italic;
}

.search_query {
  width: 175px;
  border: 0;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
  max-width: 300px;
}

.pageheader_search .search_submit {
  float: right;
  padding: 0 8px;
  background: #a2d255;
  background: url(/img/new_view_page_2014/sprite.png), -webkit-gradient(linear, left top, right top, from(#a2d255), to(#73ba00));
  background: url(/img/new_view_page_2014/sprite.png), -webkit-linear-gradient(top, #a2d255, #73ba00);
  background: url(/img/new_view_page_2014/sprite.png), -moz-linear-gradient(top, #a2d255, #73ba00);
  background: url(/img/new_view_page_2014/sprite.png), -o-linear-gradient(top, #a2d255, #73ba00);
  background: url(/img/new_view_page_2014/sprite.png), -ms-linear-gradient(top, #a2d255, #73ba00);
  background: url(/img/new_view_page_2014/sprite.png), linear-gradient(top, #a2d255, #73ba00);
  background-repeat: no-repeat;
  background-position: -444px -163px, 0 0;
  border: 1px solid #4e9a02;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  width:99px;
}

.search_submit:hover {
  background: #73ba00;
  background: url(/img/new_view_page_2014/sprite.png), -webkit-gradient(linear, left top, right top, from(#73ba00), to(#4e9a02));
  background: url(/img/new_view_page_2014/sprite.png), -webkit-linear-gradient(top, #73ba00, #4e9a02);
  background: url(/img/new_view_page_2014/sprite.png), -moz-linear-gradient(top, #73ba00, #4e9a02);
  background: url(/img/new_view_page_2014/sprite.png), -o-linear-gradient(top, #73ba00, #4e9a02);
  background: url(/img/new_view_page_2014/sprite.png), -ms-linear-gradient(top, #73ba00, #4e9a02);
  background: url(/img/new_view_page_2014/sprite.png), linear-gradient(top, #73ba00, #4e9a02);
  background-repeat: no-repeat;
  background-position: -444px -163px, 0 0;

}

.multiplebgs .search_submit {
  padding-left: 26px;
}

.boxsizing .search_submit {
  background: red;
}

.pageheader_breadcrumb {
  padding: 0;
  background: #e3e3e3;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  overflow: hidden;
}

.pageheader_breadcrumb > li {
  display: block;
  float: left;
}

.pageheader_breadcrumb a {
  position: relative;
  display: block;
  padding: 4px 26px 4px 13px;
  background: #f2f2f2;
  color: #666666;
}

.pageheader_breadcrumb a:hover {
  background: #f9f9f9;
  text-decoration: none;
}

.pageheader_breadcrumb .home {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
}

.pageheader_breadcrumb .active {
  background: #f9f9f9;
  font-weight: 700;
}

.pageheader_breadcrumb a:before,
.pageheader_breadcrumb a:after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 26px;
  top: 0;
}

.pageheader_breadcrumb .home .icon {
  display: block;
  width: 18px;
  height: 18px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -377px -4px;
}

.pageheader_breadcrumb a:before {
  left: -13px;
  background: #f2f2f2 url(/img/new_view_page_2014/sprite.png) no-repeat -457px 0;
}

.pageheader_breadcrumb a:after {
  right: 0;
  background: #f2f2f2 url(/img/new_view_page_2014/sprite.png) no-repeat -457px 0;
}

.pageheader_breadcrumb a:hover:before {
  background-color: #f9f9f9;
}

.pageheader_breadcrumb a:hover:after {
  background-position: -457px -26px;
  z-index: 1;
}

.pageheader_breadcrumb .active:before {
  background-color: #f9f9f9;
}

.pageheader_breadcrumb .active:after {
  background-color: #e3e3e3;
  background-position: -457px -26px;
}

.pageheader_breadcrumb li:nth-last-of-type(2) a:after {
  background-color: #f9f9f9;
}

/* === Main content === */

.not_live_error_message {
  width:100%;
  padding: 10px 0px;
  text-align: center;
  border:1pt solid red;
  background-color:#ffeeee;
  color:red;
}

.pagecontent {
  margin-top: 15px;
  margin-bottom: 50px;
}

.accommodation > header {
  color: #000000;
}

.star_grading {
  float:left;
  margin: 15px 0px 12px 0px;
}

.star_grading .img {
  position:relative;
  top:5px;
}

.star_grading .grading-0 {
  display:none;
}


.accommodation > .left {
  padding-left: 0;
}

.accommodation > .right {
  padding-right: 0;
}

.accommodation h1 {
  font-size: 32px;
  font-weight: normal;
  float:left;
  margin-right: 10px;
}

.heading-wrapper {
  margin-right: 190px;
}

.accommodation h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}

.accommodation h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
}

.accommodation h4 {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.accommodation_title {
  margin: 0;
  line-height: 50px;
}

.accommodation_type {
  color: #999999;
}

.accommodation_links {
  margin-bottom: 20px;
  padding: 0 0 0 4px;
  border-bottom: 1px solid #c7d9ea;
}

.accommodation_links > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 2px -1px;
}

.accommodation_links a {
  display: block;
  padding: 10px;
  background: #e7eff5;
  border: 1px solid #c7d9ea;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #537eb7;
  line-height: 1;
}

.accommodation_links .active {
  background: #ffffff;
  border-bottom-color: #ffffff;
  color: #204e8a;
}

.accommodation_links .action {
  background: #7ac000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ac000), color-stop(88%, #529d02), color-stop(100%, #4c8f04));
  background: -webkit-linear-gradient(top, #7ac000 0%, #529d02 88%, #4c8f04 100%);
  background: -moz-linear-gradient(top, #7ac000 0%, #529d02 88%, #4c8f04 100%);
  background: -o-linear-gradient(top, #7ac000 0%, #529d02 88%, #4c8f04 100%);
  background: -ms-linear-gradient(top, #7ac000 0%, #529d02 88%, #4c8f04 100%);
  background: linear-gradient(to bottom, #7ac000 0%, #529d02 88%, #4c8f04 100%);
  border-color: #539e02;
  color: #ffffff;
}

.accommodation_links a:hover {
  background: #ffffff;
  border-bottom-color: #c7d9ea;
  color: #204e8a;
  text-decoration: none;
}

.accommodation_links .action:hover {
  background: #529d02;
  background: -webkit-gradient(linear, left top, right top, from(#529d02), to(#428202));
  background: -webkit-linear-gradient(top, #529d02, #428202);
  background: -moz-linear-gradient(top, #529d02, #428202);
  background: -o-linear-gradient(top, #529d02, #428202);
  background: -ms-linear-gradient(top, #529d02, #428202);
  background: linear-gradient(top, #529d02, #428202);
  color: #ffffff;
  border-bottom-color: #539e02;
}

.accommodation_links .reviews {
  font-weight: 400;
  font-size: 14px;
}

/* new swipe cover image*/

.swipe {
  overflow: hidden;
  /*visibility: hidden;*/
  position: relative;
  border: 1px solid #c7d9ea;
  border-radius: 4px;
  padding: 6px;
  max-height: 454px;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
  background-size: 625px 440px;
  background-repeat: no-repeat;
}
.swipe-wrap div {
  float:left;
  position: relative;
}

.swipe-wrap img {
  display: block;
  width: 625px;
  height:440px;
}

.swipe .nav {
  position: absolute;
  color: #fff;
  top: 40%;
  cursor: pointer;
  width: 60px;
  height: 70px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(/img/new_view_page_2014/sprite.png);
  background-repeat: no-repeat;
}

.swipe .nav.next {

  right: 5px;
  background-position: -60px -123px;
}

.swipe .nav.prev {
  left: 5px;
  background-position: 0 -123px;
}
.swipe .play{
  position: absolute;
  bottom: 14px;
  right: 14px;
  padding: 6px 10px 6px 26px;
  background: #f4f6f8;
  background: -webkit-gradient(linear, left top, right top, from(#f4f6f8), to(#e7eff5));
  background: -webkit-linear-gradient(top, #f4f6f8, #e7eff5);
  background: -moz-linear-gradient(top, #f4f6f8, #e7eff5);
  background: -o-linear-gradient(top, #f4f6f8, #e7eff5);
  background: -ms-linear-gradient(top, #f4f6f8, #e7eff5);
  background: linear-gradient(top, #f4f6f8, #e7eff5);
  border: 1px solid #c7d9ea;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.swipe .play:hover {
  background: #e7eff5;
  background: -webkit-gradient(linear, left top, right top, from(#e7eff5), to(#c7d9ea));
  background: -webkit-linear-gradient(top, #e7eff5, #c7d9ea);
  background: -moz-linear-gradient(top, #e7eff5, #c7d9ea);
  background: -o-linear-gradient(top, #e7eff5, #c7d9ea);
  background: -ms-linear-gradient(top, #e7eff5, #c7d9ea);
  background: linear-gradient(top, #e7eff5, #c7d9ea);
  text-decoration: none;
}

.swipe .play:before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -348px 0;
}

/* END: new swipe cover image*/

/* old static cover image

.accommodation_gallery {
  position: relative;
  border: 1px solid #c7d9ea;
  border-radius: 4px;
  padding: 6px;
}

.accommodation_gallery img {
  display: block;
  width: 100%;
}

.accommodation_gallery a {
  position: absolute;
  display: block;
  text-decoration: none;
}

.accommodation_gallery .lightboxLink {
  position: relative;
}

.accommodation_gallery .arrow {
  width: 60px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url(/img/new_view_page_2014/sprite.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.accommodation_gallery .arrow-left {
  left: 6px;
  background-position: 0 -123px;
}

.accommodation_gallery .arrow-right {
  right: 6px;
  background-position: -60px -123px;
}

.accommodation_gallery .arrow:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.accommodation_gallery .arrow-left:hover {
  background-position: 0 -53px;
}

.accommodation_gallery .arrow-right:hover {
  background-position: -60px -53px;
}

.accommodation_gallery .play {
  bottom: 14px;
  right: 14px;
  padding: 6px 10px 6px 26px;
  background: #f4f6f8;
  background: -webkit-gradient(linear, left top, right top, from(#f4f6f8), to(#e7eff5));
  background: -webkit-linear-gradient(top, #f4f6f8, #e7eff5);
  background: -moz-linear-gradient(top, #f4f6f8, #e7eff5);
  background: -o-linear-gradient(top, #f4f6f8, #e7eff5);
  background: -ms-linear-gradient(top, #f4f6f8, #e7eff5);
  background: linear-gradient(top, #f4f6f8, #e7eff5);
  border: 1px solid #c7d9ea;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.accommodation_gallery .play:hover {
  background: #e7eff5;
  background: -webkit-gradient(linear, left top, right top, from(#e7eff5), to(#c7d9ea));
  background: -webkit-linear-gradient(top, #e7eff5, #c7d9ea);
  background: -moz-linear-gradient(top, #e7eff5, #c7d9ea);
  background: -o-linear-gradient(top, #e7eff5, #c7d9ea);
  background: -ms-linear-gradient(top, #e7eff5, #c7d9ea);
  background: linear-gradient(top, #e7eff5, #c7d9ea);
}

.accommodation_gallery .play:before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -348px 0;
}

END old static cover image */

.accommodation section {
  margin-bottom: 20px;
  border-bottom: 1px solid #c7d9ea;
}

.more {
  margin-bottom: -1px;
}

.more-center {
  text-align: center;
}

.more-right {
  text-align: right;
}

.more a {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px 24px;
  background: #f4f6f8;
  background: -webkit-gradient(linear, left top, right top, from(#f4f6f8), to(#e7eff5));
  background: -webkit-linear-gradient(top, #f4f6f8, #e7eff5);
  background: -moz-linear-gradient(top, #f4f6f8, #e7eff5);
  background: -o-linear-gradient(top, #f4f6f8, #e7eff5);
  background: -ms-linear-gradient(top, #f4f6f8, #e7eff5);
  background: linear-gradient(top, #f4f6f8, #e7eff5);
  border: 1px solid #c7d9ea;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.more-right a {
  padding-left: 10px;
  font-size: 14px;
}

.more a:hover {
  background: #e7eff5;
  background: -webkit-gradient(linear, left top, right top, from(#e7eff5), to(#c7d9ea));
  background: -webkit-linear-gradient(top, #e7eff5, #c7d9ea);
  background: -moz-linear-gradient(top, #e7eff5, #c7d9ea);
  background: -o-linear-gradient(top, #e7eff5, #c7d9ea);
  background: -ms-linear-gradient(top, #e7eff5, #c7d9ea);
  background: linear-gradient(top, #e7eff5, #c7d9ea);
  text-decoration: none;
}

.more-center a:before,
.more-center a:after {
  content: "";
  position: absolute;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -270px -30px;
  z-index: 1;
}

.more-center a:after {
  left: auto;
  right: 0;
}

.more-up a:before,
.more-up a:after {
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -324px -30px;
}

.more-right a:after {
  content: "";
  position: absolute;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -246px -29px;
  z-index: 1;
}

.reviews_average {
  margin-bottom: 20px;
  padding: 12px 0;
  background: #f4f7fa;
  border-radius: 4px;
  overflow: hidden;
}

.average_part {
  float: left;
  width: 34%;
  padding: 0 10px;
}

.average_part-main {
  width: 32%;
}

.average_row {
  clear: both;
  overflow: hidden;
}

.reviews_average h3,
.reviews_average h4 {
  margin-top: 0;
  font-size: 13px;
  letter-spacing: -0.02em;
}

.reviews_average h4 {
  width: 50%;
  float: left;
}

.rating {
  float: right;
  margin: 0;
  padding: 0;
}

.average_part-main .rating {
  float: none;
}

.rating li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.rating-big li {
  width: 33px;
  height: 33px;
  background-position: -167px -166px;
  position: relative;
}

.rating-big .rating-1 {
  background-position: -167px -130px;
}

.rating-medium li {
  width: 22px;
  height: 22px;
  background-position: -142px -156px;
  position: relative;
}

.rating-medium .rating-1 {
  background-position: -142px -131px;
}

.rating-small li {
  width: 15px;
  height: 15px;
  background-position: -124px -149px;
  position: relative;
}

.rating-small .rating-1 {
  background-position: -124px -132px;
}

.rating-lg-full {
  display: block;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat;
  background-position: -167px -130px;
  overflow: hidden;
  width: 33px;
  height: 33px;
}

.rating-md-full {
  display: block;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat;
  background-position: -142px -131px;
  overflow: hidden;
  width: 22px;
  height: 22px;
}

.rating-sm-full {
  display: block;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat;
  background-position: -124px -132px;
  overflow: hidden;
  width: 15px;
  height: 15px;
}

.reviews_feedback {
  margin-bottom: 20px;
  overflow: hidden;
}

.feedback_customer {
  float: left;
  width: 15%;
  font-size: 12px;
  text-align: center;
}

.feedback_customer .icon {
  display: block;
  width: 35px;
  height: 35px;
  margin: 12px auto 8px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -120px -54px;
}

.feedback_content {
  position: relative;
  float: right;
  width: 85%;
  margin: 0;
  padding: 10px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #c7d9ea;
  border-radius: 4px;
  font-size: 14px;
}

.feedback_content:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 24px;
  top: 10px;
  left: -15px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -301px -29px;
}

.feedback_content h3 {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.feedback_content .rating {
  float: left;
  line-height: 1;
}

.feedback_content time {
  float: right;
  font-size: 12px;
  color: #999999;
}

.feedback_content p {
  clear: both;
  font-style: italic;
}

.accommodation_facilities ul {
  margin-bottom: 20px;
  padding: 12px 0;
  background: #f4f7fA;
  border-radius: 4px;
  overflow: hidden;
}

.accommodation_facilities li {
  display: block;
  float: left;
  width: 33%;
  padding: 3px 10px;
}

.accommodation_facilities .icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 16px;
  height: 12px;
  margin-right: 10px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -422px -7px;
}

.map_container {
  margin-bottom: 20px;
  padding: 6px;
  border: 1px solid #c7d9ea;
  border-radius: 4px;
}

.map_container img {
  display: block;
  width: 100%;
  height:400px;
  width:620px;
}


.accommodation .accommodation_deal {
  padding: 12px 0;
  background: #dfdfdf;
  border: 0;
  border-radius: 8px;
  color: #666666;
}

.deal_part {
  display: block;
  float: left;
  width: 50%;
  padding: 0 12px;
  font-size: 16px;
}

.deal_part-time {
  overflow: hidden;
}

.accommodation_deal p {
  margin-bottom: 0;
}

.accommodation_deal h2 {
  position: relative;
  margin-top: 6px;
  margin-left: -24px;
  font-size: 28px;
  line-height: 24px;
  color: #57a101;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.accommodation_deal h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 10px;
  top: 38px;
  left: 0;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -420px -135px;
}

.accommodation_deal h2 > span {
  position: relative;
  display: inline-block;
  zoom: 1;
  display: inline;
  margin-top: -6px;
  margin-right: 23px;
  padding: 8px 12px;
  background: #57a101;
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
}

.accommodation_deal h2 > span:after {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 44px;
  top: 0;
  right: -23px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -419px -91px;
}

.accommodation_deal h2 > i {
  color: #CC9933;
  float: right;
  font-size: 24px;
  position: absolute;
  top: 3px;
  right: 0;
}

.accommodation_deal time {
  font-weight: 700;
  color: #6d6d6d;
}

.accommodation_deal h3 {
  margin-top: 0;
  padding-right: 12px;
  font-size: 12px;
  color: #a6a6a6;
  text-align: right;
  text-transform: uppercase;
}

.deal_count {
  display: block;
  float: left;
  width: 25%;
  padding: 3px;
  color: #a6a6a6;
  text-align: center;
}

.deal_count > span {
  display: block;
  margin-bottom: 5px;
  background: #ffffff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 30px;
  color: #616161;
}

.deal_part.special_part {
  width: 100%;
}

.accommodation_deal .special_part h2 > span {
  /*font-size: 21px;*/
}

.accommodation_deal .special_part h2 > span {
  padding: 8px 12px;
}


.accommodation_deal > .special_part > h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 10px;
  top: 37px;
  left: 0;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -420px -135px;
}

.special_part > p {
  margin-top: 15px;
}

p.special_description  {
  font-size: 11px;
  color: #437d00;
}

.special_aside.booking_book h3 {
  text-transform: uppercase;
  padding-bottom: 0;
}

.special_details {
  color: rgb(255, 78, 78);
}

.booking_book span.sidebar-special {
  font-size: 16px;
  text-decoration: line-through;
}


.accommodation_deal.clearfix:after {
  content:'';
  display:block;
  clear: both;
}

.accommodation .accommodation_booking {
  border: 0;
  clear: both;
}

.booking_book {
  padding: 12px;
  background: #f5faf3;
  border: 1px solid #cfe2bb;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
}



.booking_book > form {
  margin-bottom: 0px;
  overflow: hidden;
}

.booking_book h3 {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfe2bb;
  font-size: 16px;
  font-weight: 400;
  color: #437d00;
}

.booking_book h3 span {
  font-size: 24px;
}

.booking_book fieldset {
  float: left;
  width: 218px;
  margin-right: 10px;
  font-size: 0;
}

.booking_book label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 70px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #869f69;
  line-height: 15px;
}

.book_date {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 136px;
  height: 30px;
  padding: 0 10px;
  background-image:url('/img/results_page/calendar_img_in_field.png');
  background-repeat:no-repeat;
  background-position:95% 50%;
  border:1pt solid #bbb;
  border-radius: 4px;
  font-size: 14px;
  font-style: italic;
  line-height: 30px;
  color: #869f69;
  font-size:13px;

}


.book_date:focus {
  outline: 0;
  border-color: #869f69;
}

.book_submit {
  display: block;
  float: right;
  width: 152px;
  height: 45px;
  margin-top: -2px;
  padding: 0;
  background: #7ac000;
  background: -webkit-gradient(linear, left top, right top, from(#7ac000), to(#529d02));
  background: -webkit-linear-gradient(top, #7ac000, #529d02);
  background: -moz-linear-gradient(top, #7ac000, #529d02);
  background: -o-linear-gradient(top, #7ac000, #529d02);
  background: -ms-linear-gradient(top, #7ac000, #529d02);
  background: linear-gradient(top, #7ac000, #529d02);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #539e02;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.book_submit:hover {
  background: #529d02;
  background: -webkit-gradient(linear, left top, right top, from(#529d02), to(#428202));
  background: -webkit-linear-gradient(top, #529d02, #428202);
  background: -moz-linear-gradient(top, #529d02, #428202);
  background: -o-linear-gradient(top, #529d02, #428202);
  background: -ms-linear-gradient(top, #529d02, #428202);
  background: linear-gradient(top, #529d02, #428202);
}

.booking_methods {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
}

.booking_methods > li {
  display: block;
  float: left;
  width: 50px;
  height: 30px;
  margin-left: 5px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.booking_methods > .mastercard {
  background-position: -161px -56px;
}

.booking_methods > .visa {
  background-position: -218px -56px;
}

.booking_methods > .amex {
  background-position: -273px -56px;
}

.booking_methods > .diners {
  background-position: -327px -56px;
}

.booking_methods > .eft {
  background-position: -384px -56px;
}

/* === Sidebar === */

.right .booking_book {
  margin-bottom: 15px;
}

.right .booking_book fieldset {
  width: 50%;
  margin: 0 0 15px;
}

.right .booking_book .checkin {
  padding-right: 6px;
}

.right .booking_book .checkout {
  float: right;
  padding-left: 6px;
}

.right .booking_book label,
.right .booking_book input {
  width: 100%;
  margin-right: 0;
}

.right .book_submit {
  float: none;
  clear: both;
  font-size: 20px;
}

.right .booking_methods {
  float: none;
  font-size: 0;
  text-align: center;
}

.right .booking_methods li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: none;
}

.sidebar_reviews {
  margin-bottom: 15px;
  padding: 15px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#eff4f8));
  background: -webkit-linear-gradient(top, #ffffff, #eff4f8);
  background: -moz-linear-gradient(top, #ffffff, #eff4f8);
  background: -o-linear-gradient(top, #ffffff, #eff4f8);
  background: -ms-linear-gradient(top, #ffffff, #eff4f8);
  background: linear-gradient(top, #ffffff, #eff4f8);
  border: 1px solid #c7d9ea;
  border-radius: 4px;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
}


.sidebar_award {
  margin-bottom: 15px;
}

.sidebar_reviews p,
.sidebar_reviews .rating {
  display: inline-block;
  zoom: 1;
  *display: inline;
  *box-sizing: border-box;
  float: none;
  /*width: 50%;*/
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #4876a1;
  vertical-align: middle;
}

.sidebar_reviews p {
  text-align: right;
  padding-right: 10px;
}

.sidebar_information {
  margin-bottom: 15px;
  border: 1px solid #c7d9ea;
  border-radius: 4px;
}

.sidebar_information h3 {
  margin: 0;
  padding: 12px;
  background: #f4f7fa;
  border-bottom: 1px solid #c7d9ea;
  font-size: 16px;
  line-height: 1;
}

.sidebar_information ul {
  margin: 0;
  padding: 0;
}

.sidebar_information li {
  display: block;
  padding: 6px 12px;
}

.sidebar_information strong {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 50%;
  color: #666666;
}

.sidebar_information li:nth-of-type(2n+2) {
  background: #f4f7fa;
}


.side_gallery_large {
  display:block;
  width:307px;
  height:auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow:hidden;
  margin-bottom:4px;
  margin-left:2px;
  background-color:#eee;
}

.side_gallery_small {
  display:block;
  width:151px;
  margin:0px 2px 4px 2px;
  height:119px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow:hidden;
  float:left;
}

.side_gallery_large img {
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.side_gallery_small img {
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.side_gallery_large a {
  display:block;
  width:100%;
  height:100%;
}

.side_gallery_small a {
  display:block;
  width:100%;
  height:100%;
}



/* === Footer === */

.pagefooter h4 {
  padding-bottom: 4px;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.pagefooter_top {
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #f1f1f1;
  border-radius: 4px;
  overflow: hidden;
}

.pagefooter_top > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #555555;
  text-transform: uppercase;
}

.pagefooter_subscribe {
  height: 40px;
  padding: 3px 6px 3px 12px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 8px;
}

#subscribe_bar {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 342px;
  height: 32px;
  border: 0;
  font-size: 14px;
  line-height: 32px;
}

.pagefooter_subscribe > input {
}

.pagefooter_subscribe > input.hint {
  font-style: italic;
  color: #aaaaaa;
}


.subscribe_email:focus {
  outline: 0;
}

.subscribe_submit {
  height: 32px;
  padding: 0 12px;
  background: #a2d255;
  background: -webkit-gradient(linear, left top, right top, from(#a2d255), to(#73ba00));
  background: -webkit-linear-gradient(top, #a2d255, #73ba00);
  background: -moz-linear-gradient(top, #a2d255, #73ba00);
  background: -o-linear-gradient(top, #a2d255, #73ba00);
  background: -ms-linear-gradient(top, #a2d255, #73ba00);
  background: linear-gradient(top, #a2d255, #73ba00);
  border: 1px solid #4e9a02;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  line-height: 32px;
}

.subscribe_submit:hover {
  background: #73ba00;
  background: -webkit-gradient(linear, left top, right top, from(#73ba00), to(#4e9a02));
  background: -webkit-linear-gradient(top, #73ba00, #4e9a02);
  background: -moz-linear-gradient(top, #73ba00, #4e9a02);
  background: -o-linear-gradient(top, #73ba00, #4e9a02);
  background: -ms-linear-gradient(top, #73ba00, #4e9a02);
  background: linear-gradient(top, #73ba00, #4e9a02);
}

.pagefooter_center {
  margin-bottom: 20px;
  overflow: hidden;
}

.pagefooter_popular {
  overflow: hidden;
}

.pagefooter_popular ul {
  display: block;
  float: left;
  width: 50%;
}

.pagefooter_social a {
  position: relative;
  display: block;
  padding: 2px 0 2px 20px;
}

.pagefooter_social .icon {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat;
}

.facebook .icon {
  background-position: -441px 0;
}

.twitter .icon {
  background-position: -441px -16px;
}

.pinterest .icon {
  background-position: -441px -32px;
}

.google .icon {
  background-position: -441px -48px;
}

.blog .icon {
  background-position: -441px -64px;
}

.pagefooter_center ul {
  padding: 0;
}

.pagefooter_center li {
  display: block;
}

.pagefooter_center li a {
  font-size: 12px;
  color: #000000;
}

.pagefooter_center li p {
  font-size: 12px;
  color: #000000;
}

.pagefooter_listit {
  font-size: 13px;
}

.listit_link {
  display: block;
  background: #a2d255;
  background: -webkit-gradient(linear, left top, right top, from(#a2d255), to(#73ba00));
  background: -webkit-linear-gradient(top, #a2d255, #73ba00);
  background: -moz-linear-gradient(top, #a2d255, #73ba00);
  background: -o-linear-gradient(top, #a2d255, #73ba00);
  background: -ms-linear-gradient(top, #a2d255, #73ba00);
  background: linear-gradient(top, #a2d255, #73ba00);
  border: 1px solid #4e9a02;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  line-height: 32px;
}

.listit_link:hover {
  background: #73ba00;
  background: -webkit-gradient(linear, left top, right top, from(#73ba00), to(#4e9a02));
  background: -webkit-linear-gradient(top, #73ba00, #4e9a02);
  background: -moz-linear-gradient(top, #73ba00, #4e9a02);
  background: -o-linear-gradient(top, #73ba00, #4e9a02);
  background: -ms-linear-gradient(top, #73ba00, #4e9a02);
  background: linear-gradient(top, #73ba00, #4e9a02);
  color: #ffffff;
  text-decoration: none;
}

.securitypayment {
  overflow: hidden;
}

.securitypayment_part {
  float: left;
  width: 50%;
}

.securitypayment_part .icon {
  display: block;
  width: 117px;
  height: 40px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -120px -89px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.securitypayment_methods {
  margin: 0;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
}

.securitypayment_methods li {
  display: block;
  float: left;
  width: 32px;
  height: 19px;
  margin-right: 12px;
  margin-bottom: 12px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.securitypayment .mastercard {
  background-position: -243px -90px;
}

.securitypayment .visa {
  background-position: -280px -90px;
}

.securitypayment .amex {
  background-position: -314px -90px;
}

.securitypayment .diners {
  background-position: -349px -90px;
}

.securitypayment .eft {
  background-position: -384px -90px;
}

.pagefooter_bottom {
  padding: 12px 0;
  background: #f2f2f2;
  border-top: 1px solid #d3d3d3;
}

.copyright {
  margin-bottom: 0;
  font-size: 12px;
  color: #b3b3b3;
}

.copyright a {
  color: #b3b3b3;
}


/*********************************
ROOMS TAB
**********************************/

.rooms {
  position: relative;
  width: 636px;
}

.rooms a.hidden {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  left: 0;
  top: -90px;
}

.rooms h4 {
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 19px;
}


.room {
  width: 614px;
  padding: 10px;
  background: #F4F7FA;
  border: 1px solid #ddd;
  border-radius: 7px;
  margin-bottom:20px;
}

.room a.room-makeBooking {
  display: block;
  width: 172px;
  height: 26px;
  background-image: url(/img/new_view_page/accItem-sprite.png);
  background-repeat: no-repeat;
  background-position: -300px -71px;
  text-indent: -9999px;
}

.room a.room-makeBooking:hover {
  background-position: -300px -97px;
}

.room a.room-makeBooking:active {
  background-position: -300px -123px;
}

.room button.room-more {
  display: block;
  width: 260px;
  padding: 0;
  background: transparent;
  border: none;
  color: #000080;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  width:100%;
  margin-top:10px;
}


.room button.room-more span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 12px;
  height: 9px;
  margin-right: 6px;
  background-image: url(/img/new_view_page/accItem-sprite.png);
  background-repeat: no-repeat;
  background-position: -288px 0;
}

.room button.room-less {
  display: block;
  width: 260px;
  padding: 0;
  background: transparent;
  border: none;
  color: #000080;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  width:100%;
  margin-top:10px;
}


.room_main_pic {
    background-color: #EEEEEE;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: auto;
    margin-bottom: 4px;
    margin-left: 2px;
    overflow: hidden;
    width: 307px;
    float:left;
}


.room_main_pic a {
    display: block;
    height: 100%;
    width: 100%;
}

.room_main_pic img {
    opacity: 0;
}

.room-info {
  float: left;
  margin-left:20px;
  width:255px;
}

.room-info h5 {
  margin-bottom: 10px;
  margin-top:0px;
  color: #333;
  font-size:19px;
}

.room-info h5 a {
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}

.room-info ul {
  padding-left:0px;
  margin-top:5px;
}

.room-info ul li {
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
}

.room-info ul li .icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 19px;
  height: 12px;
  margin-right: 5px;
  background-image: url(/img/new_view_page/accItem-sprite.png);
  background-repeat: no-repeat;
}

.room-info ul li.room-info-sleeps .icon {
  background-position: -214px 0;
}

.room-info ul li.room-info-bedtype .icon {
  background-position: -233px 0;
}

.room-info ul li.room-info-numrooms .icon {
  background-position: -252px 0;
}

.room-price {
  width: 172px;
  margin-bottom: 20px;
}

.room-price h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}

.room-price h5 span {
  font-weight: bold;
}

.lowest-price {
  margin-top:4px;
}

.lowest-price ul li {
  display: block;
  color: #509c02;
  font-size: 14px;
  margin-bottom: 7px;
}

.lowest-price ul {
  padding-left:3px;
}

.lowest-price ul li .icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 15px;
  height: 12px;
  margin-right: 5px;
  background: url(/img/new_view_page/accItem-sprite.png) no-repeat -271px 0;
}

.room-desc {
  clear: both;
  padding: 10px 0;
}

.room-desc h6 {
  font-size: 15px;
  font-weight: bold;
  margin-top:10px;
}

.room-desc p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 17px;
}

.room-pics {
  padding: 10px 0;
}

.room-pics h6 {
  font-size: 15px;
  font-weight: bold;
}

.room-pics ul.room-pics-gallery {
  margin-top: 10px;
  overflow: hidden;
  padding-left:0px;
}

ul.room-pics-gallery li {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

ul.room-pics-gallery li a {
  position: relative;
  display: block;
}

ul.room-pics-gallery li a .magnifier {
  position: absolute;
  display: block;
  width: 21px;
  height: 21px;
  right: 10px;
  bottom: 10px;
  background: url(/img/new_view_page/accItem-sprite.png) no-repeat -193px 0;
}

.room-facilities {
  clear: both;
  padding: 10px 0;
}

.room-facilities h6 {
  font-size: 15px;
  font-weight: bold;
}

.room-facilities ul {
  margin-top: 7px;
  margin-bottom:9px;
  overflow: hidden;
}

.room-facilities ul li {
  display: block;
  float: left;
  width: 148px;
  background: url(/img/new_view_page/accItem-sprite.png) no-repeat -249px -45px;
  font-size: 12px;
  font-style: italic;
  text-indent: 10px;
  margin-top:4px;
  margin-bottom:4px;
}

.room-rates {
  clear: both;
  padding: 10px 0 0;
}

.room-rates h6 {
  font-size: 15px;
  font-weight: bold;
}

.room-rates .note {
  display: block;
  padding: 5px 0;
  color: #828282;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.room-rates table {
  width: 614px;
  border: 1px solid #ffffff;
}

.room-rates table th {
  padding: 3px 0;
  background: #f6f6f6;
  border-bottom: 1px solid #000000;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.room-rates table th.first {
  border-right: 1px solid #000000;
}

.room-rates table td {
  padding: 3px 0;
  background: #ffffff;
  font-size: 12px;
  text-align: center;
}

.room-rates table td.first {
  border-right: 1px solid #000000;
  font-weight: bold;
  text-align: left;
  text-indent: 10px;
}

.room-rates .asterisk {
  display: block;
  padding: 5px 0;
  font-size: 10px;
  font-style: italic;
}

.room-rates .extras {
  display: block;
  padding: 20px 0;
  font-size: 11px;
}

.room-rates .cancel {
  display: block;
  color: #111;
  font-size: 11px;
}

.room-rates .cancel b {
  color: #000000;
}

.room a.room-evenMore {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 10px;
  text-align: right;
}



/*********************************
MAP TAB
**********************************/

.accItem-main .map {
  position: relative;
  width: 636px;
}

.accItem-main .map a.hidden {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  left: 0;
  top: -90px;
}

.map h4 {
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
  line-height: 19px;
}

.map .map-area {
  padding: 5px;
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
}

.map-area ul.map-area-legend {
  margin-bottom: 5px;
  overflow: hidden;
}

ul.map-area-legend li {
  display: block;
  float: left;
  height: 34px;
  font-size: 13px;
  line-height: 34px;
}

ul.map-area-legend li.legend-main {
  width: 200px;
}

ul.map-area-legend li.legend-other {
  width: 190px;
}

ul.map-area-legend li.legend-attractions {
  width: 130px;
}

ul.map-area-legend li.legend-photos {
  width: 100px;
}

ul.map-area-legend li span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 34px;
  margin-right: 8px;
  background-image: url(/img/new_view_page/accItem-sprite.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

ul.map-area-legend li.legend-main span {
  width: 20px;
  background-position: -424px -378px;
}

ul.map-area-legend li.legend-other span {
  width: 12px;
  background-position: -444px -378px;
}

ul.map-area-legend li.legend-attractions span {
  width: 15px;
  background-position: -456px -378px;
}

ul.map-area-legend li.legend-photos span {
  width: 13px;
  background-position: -471px -378px;
}

.map-area ul.map-area-map {
  clear: both;
}

.map-area .map-area-options {
  margin-top: 5px;
  overflow: hidden;
}

.map-area-options .map-area-options-left {
  float: left;
  width: 100px;
}

.map-area-options-left h5 {
  display: block;
  padding-bottom: 10px;
  color: #808080;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

.map-area-options-left a {
  display: block;
  padding-bottom: 3px;
  font-size: 12px;
}

.map-area-options form {
  float: left;
  padding-top: 10px;
}

.map-area-options form span {
  padding-right: 15px;
  font-size: 13px;
}

.map-area-options form span input {
  vertical-align: baseline;
}

.map-area-options .map-reset {
  float: right;
  margin-right:10px;
  padding-top:10px;
}

.map .map-location h4 {
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
  line-height: 19px;
}

.map .map-location h5 {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}

.map .map-location p {
  padding-bottom: 15px;
  line-height: 19px;
}

.map .map-nearby {
  padding: 15px;
  background: #f9f9f9;
}

.map-nearby h5 {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}

.map-nearby ul {
  padding: 10px 0;
  overflow: hidden;
}

.map-nearby ul li {
  display: block;
  float: left;
  width: 100px;
  padding: 0 10px;
  border-right: 1px solid #cacaca;
}

.map-nearby ul li.last {
  border: none;
}

.map-nearby ul li a {
  display: block;
  padding-bottom: 10px;
  text-align: center;
}

.map-nearby ul li img {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

.map-nearby ul li span.distance {
  display: block;
  color: #bfbfbf;
  font-weight: bold;
  text-align: center;
}

.map-nearby a.nearby-more {
  clear: both;
  display: block;
  text-align: right;
}

.map .map-cta {
  padding: 5px 55px;
  overflow: hidden;
}

.map .map-cta a {
  display: block;
  width: 251px;
  height: 37px;
  background-image: url(/img/new_view_page/accItem-sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.map .map-cta a.map-makeBooking {
  float: left;
  background-position: -251px -227px;
}

.map .map-cta a.map-makeBooking:hover {
  background-position: -251px -264px;
}

.map .map-cta a.map-makeBooking:active {
  background-position: -251px -301px;
}

.map .map-cta a.map-getQuote {
  float: right;
  background-position: 0 -227px;
}

.map .map-cta a.map-getQuote:hover {
  background-position: 0 -264px;
}

.map .map-cta a.map-getQuote:active {
  background-position: 0 -301px;
}

/*
Nearby_attraction widget styling
*/

.na-container{
  margin-top: 20px;
  margin-bottom: 20px;
}

.na-block{
  background: #ffffff;
  border: 1px solid #cfe2bb;
  border-radius: 5px;
  height: 325px;
  text-align: center;
  position:relative;
  margin-bottom: 20px;
}

.na-block span {
  color: #333;
  font-size: 14px;
}

.na-block a {
  display:block;
  font-size: 17px;
}

.na-small-image {
  position: absolute;
  bottom: 50px;
  right: 5px;
  left: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}

.na-large-image {
  position: absolute;
  bottom: 50px;
  right: 5px;
  left: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}

.na-travel-icon {
  position: absolute;
  left: 25px;
  top: 50px;
  margin-top: 2px;
}

.na-name {
  color: #437d00;
  height: 50px;
  padding-left: 3px;
  padding-right: 3px;
}

.na-name:hover {
  color: #437d00;
}

.seemore-button{
  position:absolute;
  right: 5px;
  bottom: 5px;
  left: 5px;
  height: 30px;
  color: #ffffff;
  background: #7ac000;
  background: -webkit-gradient(linear, left top, right top, from(#7ac000), to(#73ba00));
  background: -webkit-linear-gradient(top, #a2d255, #73ba00);
  background: -moz-linear-gradient(top, #a2d255, #73ba00);
  background: -o-linear-gradient(top, #a2d255, #73ba00);
  background: -ms-linear-gradient(top, #a2d255, #73ba00);
  background: linear-gradient(top, #a2d255, #73ba00);
  background-repeat: no-repeat;
  border: 1px solid #4e9a02;
  border-radius: 4px;
  text-align: center;
  padding-top: 2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.seemore-button:hover {
  background: #73ba00;
  background: -webkit-gradient(linear, left top, right top, from(#73ba00), to(#4e9a02));
  background: -webkit-linear-gradient(top, #73ba00, #4e9a02);
  background: -moz-linear-gradient(top, #73ba00, #4e9a02);
  background: -o-linear-gradient(top, #73ba00, #4e9a02);
  background: -ms-linear-gradient(top, #73ba00, #4e9a02);
  background: linear-gradient(top, #73ba00, #4e9a02);
  background-repeat: no-repeat;
  text-decoration: none;
  color: #ffffff;
}


/*********************************
RATES TAB
**********************************/

.room_rates {
  margin-bottom:60px;
}

.room_rates h6 {
  font-size:18px;
}

.room_rates table {
  margin-bottom:10px;
}

.room_rates a.room-makeBooking {
  display: block;
  width: 172px;
  height: 26px;
  background-image: url(/img/new_view_page/accItem-sprite.png);
  background-repeat: no-repeat;
  background-position: -300px -71px;
  text-indent: -9999px;
  float:right;
  margin-right:37px;
}

.room_rates a.room-makeBooking:hover {
  background-position: -300px -97px;
}

.room_rates a.room-makeBooking:active {
  background-position: -300px -123px;
}

.room_rates .asterisk {
  margin-right:37px;
}

.cancellation_policy h5 {
  font-size:18px;
}

.taxes_and_extras h5 {
  font-size:18px;
}




/*********************************
REVIEWS TAB
**********************************/

.accommodation .accommodation_reviews {
  margin-bottom:35px;
}

.total_score {
  margin-bottom:40px;
  border: 1pt solid #C7D9EA;
}

.individual_reviews h5 {
  margin-bottom:7px;
  font-size:17px;
  margin-left:3px;
}

.verified_review {
  margin-bottom: 40px;
  padding: 12px 0;
  background: #f4f7fa;
  border-radius: 4px;
  overflow: hidden;
}

.verified_review .average_part {
  float: left;
  width: 34%;
  padding: 0 10px;
}

.verified_review .average_part-main {
  width: 32%;
}

.verified_review .average_row {
  clear: both;
  overflow: hidden;
}

.verified_review h3 {
  margin-top: 0;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.verified_review h4 {
  margin-top: 0;
  font-size: 13px;
  letter-spacing: -0.02em;
}

.verified_review h4 {
  width: 50%;
  float: left;
}

.verified_review .rating {
  float: right;
  margin: 0;
  padding: 0;
}

.verified_review .average_part-main .rating {
  float: none;
}

.verified_review .rating li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.verified_review .rating-big li {
  width: 33px;
  height: 33px;
  background-position: -167px -166px;
  overflow: hidden;
  position: relative;
}

.verified_review .rating-big .rating-1 {
  background-position: -167px -130px;
}

.verified_review .rating-medium li {
  width: 22px;
  height: 22px;
  background-position: -142px -156px;
  overflow: hidden;
  position: relative;
}

.verified_review .rating-medium .rating-1 {
  background-position: -142px -131px;
}

.verified_review .rating-small li {
  width: 15px;
  height: 15px;
  background-position: -124px -149px;
  overflow: hidden;
  position: relative;
}

.verified_review .rating-small .rating-1 {
  background-position: -124px -132px;
}

.verified_review .bottom_section {
  margin-bottom: 0px;
  overflow: hidden;
  clear:both;
  margin-top:12px;
}

.verified_review .feedback_customer {
  float: left;
  width: 18%;
  font-size: 12px;
  text-align: center;
  margin-left:10px;
}

.verified_review .feedback_customer .icon {
  display: block;
  width: 35px;
  height: 35px;
  margin: 7px auto 8px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -120px -54px;
}

.verified_review .feedback_supplier {
  float: left;
  width: 13%;
  font-size: 12px;
  text-align: center;
  margin-left:10px;

}

.verified_review .feedback_supplier .icon {
  display: block;
  width: 35px;
  height: 35px;
  margin: 7px auto 8px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -120px -54px;
}

.verified_review .feedback_content.supplier{
  float: left;
  margin-left: 20px;
}

.verified_review .feedback_content.supplier:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 24px;
  top: 10px;
  left: 476px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -301px -29px;

  behavior:url(-ms-transform.htc);
  /* Firefox */
  -moz-transform:rotate(180deg);
  /* Safari and Chrome */
  -webkit-transform:rotate(180deg);
  /* Opera */
  -o-transform:rotate(180deg);
  /* IE9 */
  -ms-transform:rotate(180deg);
  /* IE6,IE7 */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}


.verified_review .feedback_content {
  position: relative;
  float: right;
  width: 75%;
  margin: 0px 20px 0px 0px;
  padding: 10px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #c7d9ea;
  border-radius: 4px;
  font-size: 14px;
  background-color:white;
}

.verified_review .feedback_content:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 24px;
  top: 10px;
  left: -15px;
  background: url(/img/new_view_page_2014/sprite.png) no-repeat -301px -29px;
}

.verified_review .feedback_content h3 {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}


.verified_review .feedback_content p {
  clear: both;
  font-style: normal;
}

.guestbook_review {
  clear:both;
  margin-top:15px;
  margin-bottom:15px;
}

.guestbook_review .feedback_content {
  position: relative;
  float: right;
  width: 75%;
  margin: 0px 20px 20px 0px;
  padding: 10px;
  border: 1px solid #c7d9ea;
  border-radius: 4px;
  font-size: 14px;
  background-color:white;
  box-shadow: none;
}




/*********************************
ENQUIRY TAB
**********************************/


.enquiry_form {
  font-size:15px;
  font-family: Arial, sans-serif;
  margin:0 0 100px 5px;
  padding:0px;
  color:#111;
}

.enquiry_form h2 {
  font-size:29px;
  color:#1e68af;
  margin:25px 0 5px 0;
  font-weight:normal;
}

.enquiry_form h3 {
  font-size:26px;
  color:#34a23d;
  margin:30px 0 3px 0;
  font-weight:normal;
}

.enquiry_form textarea {
  width:610px;
  border:1px solid #aaa;
  color:#222;
  padding:10px;
  height:80px;
  font-size:13px;
}

.enquiry_form .cancellation-banner {
  padding: 8px 40px 10px 50px;
  margin: 10px 0;
  border: 1px solid #b8e5bc;
  border-radius: 2px;
  background: #dff6e1;
  position: relative;
  color: #2c7e0c;
}
.enquiry_form .cancellation-banner .fa-check {
  position: absolute;
  left: 13px;
  top: 15px;
  font-size: 25px;
}


textarea.faded {
  color:#666;
}

.enquiry_box {
  margin:0px;
  padding:15px 0px 15px 0px;
  width:617px;
  border:1px solid #ddd;
  background-color:#f6fff5;
}

.enquiry_box_alternative {
  margin:0px;
  padding:0px;
  width:100%;
  border:1px solid #ddd;
  background-color:#f6fff5;
}

.enquiry_box_inner {
  margin-left:22px;
}

.enquiry_summary {
  width:420px;
  line-height:22px;
}

.ie_cellphone_div {
  margin:0;
  padding:0;
}

.date {
  padding-left:5px;
  border:1pt solid #bbb;
  height:30px;
  width: 120px;
  background-image:url('/img/results_page/calendar_img_in_field.png');
  background-repeat:no-repeat;
  background-position:95% 50%;
  font-size:13px;
}

.enq_unit {
  margin:20px 10px 5px 5px;
  border-bottom:1px solid #888;
  padding-bottom:5px;
}

.room_breakdown {
  margin-top:8px;
}

.num_rooms_title {
  vertical-align:top;
  font-size:13px;
  font-weight:bold;
  width:90px;
}

.room_name {
  vertical-align:top;
  font-size:17px;
  font-weight:bold;
  width:190px;
}

.room_price {
  font-size:16px;
}

.room_best_price {
  font-size:16px;
  color:#58b30b;
  vertical-align:top;
  padding-top:10px;
}

.price_text {
  position:relative;
  bottom:5px;
  display:inline;
  font-size:14px;
}

.old-total {
  text-decoration: line-through;
}

.details_left {
  float:left;
  width:400px;
  margin-left:10px;
}

.details_right {
  float:left;
}

.enquiry_form label {
  font-size:13px;
  font-weight:bold;
  color:#444;
}

input.details {
  margin-bottom:15px;
  padding:3px;
  font-size:15px;
  color:#333;
  margin-left:0px;
}

.error_message {
  margin-top:15px;
  padding:15px 30px;
  border:1px solid #ff6666;
  background-color:#fff0f0;
  font-size:16px;
  color:#ff4f4f;
}

.tiny {
  font-size:10px;
}

.label_text {
  display:inline;
  margin:0;
  padding:0;
}

.label_text2 {
  display:inline;
  margin:0;
  padding:0;
}

.cell_text {
  display:inline;
  margin:0;
  padding:0;
  position:relative;
  bottom:5px;
}

.adult_count {
  width:50px;
  font-size:15px;
  position:relative;
  bottom:2px;
}

.child_count {
  width:50px;
  font-size:15px;
  position:relative;
  bottom:2px;
}

.child_age {
  width:20px;
}

.country {
  position:relative;
  bottom:4px;
}

.country_text {
  display:inline;
  margin:0;
  padding:0;
}

#enquire_button {
  width: 200px;
  height: 47px;
  display:block;
  background-repeat:no-repeat;
  margin-bottom:3px;
  border:none;
  text-decoration:none;
  font-weight: bold;
  font-size: 22px;
}

#enquire_button:focus {
  border:none;
  text-decoration:none;
}

.normal_button {
  border:none;
  text-decoration:none;
  background-image:url('/img/enquire-bold.png');
}

.normal_button:hover {
  background-image:url('/img/enquire-bold-dark.png');
}

.faded_button {
  background-image:url('/img/enquire-bold-faded.png');
}

.faded_button:hover {
  cursor:default;
  background-image:url('/img/enquire-bold-faded.png');
}

.submit_enquiry {
  text-align:center;
}

.blocked_dates {
  color:red;
  background-color:#FFEEEE;
  padding:10px;
  border:1pt solid #CCAAAA;
  margin-top:10px;
  padding-bottom:0px;
  font-size:14px;
}

.blocked_dates p {
  margin: 7px;
  font-size:13px;
}


/* Post Enquiry Tab */

.post_enquiry_headertext {
  font-size:31px;
  color:#111;
  margin-left:20px;
}
.media_tracking_form_container {
  background-color:#eee;
  border:1px solid #bbb;
  border-radius: 4px;
  margin-top:10px;

}

.media_tracking_form_container .media_row{
  margin:1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size:12px
}

.thanks{
  margin: 10px;
  line-height: 2.5;
}


.post_enquiry_payment_info {
  height:79px;
  margin-top:10px;
  background:url("/img/post_enquiry/lock_box.png");
  repeat:none;
  padding:0px;
}
.post_enquiry_payment_inner {
  padding:25px 0px 0px 130px;
  font-size:13px;
  width:100%;
  color:#555;
}
.your_agent_is_box {
  vertical-align:top;
  background-color:#eee;
  padding:15px;
  border-bottom:1px solid #bbb;
}






/*
-----------
Tooltip
------------
*/

.tooltip {
  display:none;
  background-color:#ffe4c7;
  font-size:15px;
  width:215px;
  padding:15px;
  color:#333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border:1px solid #666;
  margin-left:15px;
}

.tipper {
  cursor: help;
}

.tipper-tooltip {
  background: #BDC3C7;
  color: #444;
  padding: 10px;
  border: 1px solid #BDC3C7;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  max-width: 260px;
  margin-top: -10px;
}

.tipper-tooltip:after {
  content: '';
  width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: #BDC3C7 transparent transparent transparent;
    position:absolute;
    left: 17%;
    bottom: -20px;
}

.tipper2 {
  cursor: pointer;
}

.tipper2-tooltip {
  background: #BDC3C7;
  color: #444;
  padding: 10px;
  border: 1px solid #BDC3C7;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  max-width: 260px;
  margin-top: -10px;
}

.tipper2-tooltip:after {
  content: '';
  width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent #BDC3C7 transparent transparent;
    position:absolute;
    left: -20px;
    top: 10px;
}









/*********************************
JQUERY UI AUTO-COMPLETE
**********************************/
/*
-----------------
CUSTOM AUTOCOMPLETE CSS
-----------------
*/
.ui-autocomplete-category {
  line-height:2;
  font-size:15px;
  padding-left:5px;
  font-weight:bold;
}

.autocomplete-item {
  color:#4d69a2;
  font-size:15px;
}


.ui-autocomplete-result {

}

.no_result {
  font-style:italic;
  font-family:serif;
  line-height:2.5;
  font-size:15px;
  color:#555;
  width:357px;
}

.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  /*padding-right: 20px;*/
  text-align:left;

}


/*
JQUERY UI STUFF
*/


* html .ui-autocomplete {
  height: 200px;
}


.ui-autocomplete { position: absolute; cursor: default; }
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
  list-style:none;
  padding: 2px;
  margin: 0;
  display:block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin:0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}


.ui-menu .ui-menu-item a {
  text-decoration:none;
  display:block;
  padding:.2em .4em;
  line-height:1.5;
  zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ /*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ /*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ /*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }


/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  background: #ddd;
  width: 185px;
}
#ui-datepicker-div {
  display: none;
  border: 1px solid #B7B7B7;
  z-index: 100; /*must have*/
}
.ui-datepicker-inline {
  float: left;
  display: block;
  border: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-dialog {
  padding: 5px !important;
  border: 4px ridge #ddd !important;
}
.ui-datepicker-disabled {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
}
button.ui-datepicker-trigger {
  width: 25px;
}
img.ui-datepicker-trigger {
  margin: 2px;
  vertical-align: middle;
}
.ui-datepicker-prompt {
  float: left;
  padding: 2px;
  background: #ddd;
  color: #000;
}
* html .ui-datepicker-prompt {
  width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
  clear: both;
  float: left;
  width: 268px;
  color: gray;
}
.ui-datepicker-control {
  background:white;
  padding: 2px 0px;
  display: none;
}
.ui-datepicker-links {
  background: #fff;
  padding: 0;
  height: 0;
  max-height: 0;
}
.ui-datepicker-control, .ui-datepicker-links {
  font-weight: bold;
  font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
  padding: 2px 5px;
  color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
  float: left;
  width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
  float: right;
  text-align: right;
}
.ui-datepicker-current {
  float: left;
  width: 30%;
  text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
  float: right;
  width: 34%;
  text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
  float: left;
  text-align: left;
}

.ui-datepicker-prev {
  position:absolute;
  top: 7px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 10px;
}

.ui-datepicker-prev a {
  display: block;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  background: #fcfcfc url("/img/icon-datepicker-arrows.png") no-repeat 0 0 !important;
}

.ui-datepicker-prev a:hover {
  width: 20px;
  height: 20px;
  background: #fcfcfc url("/img/icon-datepicker-arrows.png") no-repeat 0 -20px !important;
  text-decoration: none;
}

.ui-datepicker-next {
  position:absolute;
  top: 7px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 16px;
}

.ui-datepicker-next a {
  display: block;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  background: #fcfcfc url("/img/icon-datepicker-arrows.png") no-repeat -20px 0 !important;
}

.ui-datepicker-next a:hover {
  width: 20px;
  height: 20px;
  background: #fcfcfc url("/img/icon-datepicker-arrows.png") no-repeat -20px -20px !important;
  text-decoration: none;
}

.ui-datepicker-header {
  padding: 1px 0 3px;
  background: #fcfcfc;
  text-align: center;
  font-weight: bold;
  height: 28px;
  border-bottom: 1px solid #eee;
}
.ui-datepicker-header select {
  background: white;
  color: #3f3f3f;
  border: 0px;
  font-weight: bold;
  height: 20px;
  margin-top: 5px;
}
.ui-datepicker {
  background: #ccc;
  text-align: center;
  font-size: 100%;
}
.ui-datepicker a {
  display: block;
  width: auto; /*100%;*/
}
.ui-datepicker-title-row {
  background: #fcfcfc;
  color: #0a0;
}
.ui-datepicker-days-row {
  background: #fcfcfc;
  color: #666;
}
.ui-datepicker-week-col {
  background: #777;
  color: #fff;
}
.ui-datepicker-days-cell {
  color: #444;
  /*border: 1px solid #ddd;*/
}

.ui-datepicker-days-cell a{
  display: block;
  color: #444 !important;
  padding: 7px 11px !important;
}

.ui-datepicker-days-cell a:hover{
  display: block;
  text-decoration: none;
  background: #ccc !important;
}

.ui-datepicker-days-cell-over {
  /*background: #ccc;*/
  /*border: 1px solid #777;*/
}

.ui-datepicker-week-end-cell {
  background: #eee;
}

.ui-datepicker-week-end-cell a:hover {
  background: #ccc !important;
}

.ui-datepicker-title-row .ui-datepicker-week-end-cell {
  background: #eee;
}
.ui-datepicker-title-row a {
  padding: 4px 0 !important;
}
.ui-datepicker-title-row a:hover {
  text-decoration: none;
  background: none !important;
}
.ui-datepicker-unselectable {
  color: #888;
}
.ui-datepicker-today {
  border: 1px solid #b3c1cf;
  background: #d3e1ef !important;
}
.ui-datepicker-current-day {
  background: #34a23d !important;
}
.ui-datepicker-status {
  background: #ddd;
  width: 100%;
  font-size: 80%;
  text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
}
.ui-datepicker-control a {
  padding: 2px 5px !important;
  color: gray !important;
}
.ui-datepicker-title-row a {
  color: #444 !important;
  font-weight: bold;
}
.ui-datepicker-control a:hover {
  background: #fdd !important;
  color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
  color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
  border: 1px solid #777;
}
.ui-datepicker-one-month {
  float: left;
  width: 266px;
}
.ui-datepicker-new-row {
  clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Lightbox 2*/

/* Preload images */
body:after {
  content: url(../img/lightbox2/old/close.png) url(../img/lightbox2/old/loading.gif) url(../img/lightbox2/old/prev.gif) url(../img/lightbox2/old/next.gif);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox2/old/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox2/old/prev.gif) left 48% no-repeat;
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;*/
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox2/old/next.gif) right 48% no-repeat;
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;*/
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  /*width: 85%;*/
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 76px;
  height: 30px;
  background: url(../img/lightbox2/old/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;*/
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* region availability block */

.region-availability {
  display: none;
  background: #f5f5f5;
  border: 1px solid #ddd;
  position: relative;
  padding: 8px;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.region-availability .gauge {
  background: url('../img/ra-full.png') top left no-repeat;
  background-size: 100%;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100px;
  height: 78px;
}

.region-availability .gauge .overlay {
  background: url('../img/ra-empty.png') top left no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}

.region-availability .content {
  margin-left: 105px;
  text-align: left;
}

.region-availability h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
  color: #333;
}

.region-availability .description {
  font-size: 12px;
  margin-bottom: 10px;
}

.region-availability .suggestions {
  margin-top: 5px;
}

.region-availability .btn {
  color: #FFF;
  background-color: #5CB85C;
  border-color: #4CAE4C;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -moz-user-select: none;
  margin-right: 5px;
}

.region-availability .btn:hover, .region-availability .btn:focus, .region-availability .btn:active {
  color: #FFF;
  background-color: #47A447;
  border-color: #398439;
}

a.region-suggest-another {
  display: block;
  height: 34px;
  background: url("/img/available_button/available_button_bgslice.png") top left repeat-x;
  margin: 20px 0 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  border: 1px solid #333;
  border-top: 0;
  border-bottom: 0;
  color: #fff !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
}

a.region-suggest-another:hover {
  background-image: url("/img/available_button/available_button_bgslice_hover.png");
  text-decoration: none;
}

.region-availability.region-suggest-another .btn:hover, .region-availability.region-suggest-another .btn:focus, .region-availability.region-suggest-another .btn:active {
  color: #fff;
  background-color: #47A447;
  border-color: #398439;
}

.ls .region-availability .gauge {
  background: url('../img/ra-ls-full.png') top left no-repeat;
}

.ls .region-availability .gauge .overlay {
  background: url('../img/ra-ls-empty.png') top left no-repeat;
}

.ls .region-availability .btn {
  background-color: #F79033;
  border-color: #FA741B;
  margin-right: 5px;
}

.ls .region-availability .btn:hover, .ls .region-availability .btn:focus, .ls .region-availability .btn:active {
  background-color: #FA741B;
  border-color: #E86113;
}

.ls a.region-suggest-another {
  background-image: url("/img/available_button/available_button_bgslice_ls.png");
}

.ls a.region-suggest-another:hover {
  background-image: url("/img/available_button/available_button_bgslice_ls_hover.png");
}

/* new book buttons */

.top-margin {
  margin-top: 50px;
}

.common-btn {
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 20px;
  color: white;
}

.common-btn:hover {
  text-decoration: none;
  color: white;
}

.book-now-btn {
  background: #7ac000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ac000), color-stop(88%, #529d02), color-stop(100%, #4c8f04));
  background: -webkit-linear-gradient(top, #7ac000 0%, #529d02 88%, #4c8f04 100%);
  background: -moz-linear-gradient(top, #7ac000 0%, #529d02 88%, #4c8f04 100%);
  background: -o-linear-gradient(top, #7ac000 0%, #529d02 88%, #4c8f04 100%);
  background: -ms-linear-gradient(top, #7ac000 0%, #529d02 88%, #4c8f04 100%);
  background: linear-gradient(to bottom, #7ac000 0%, #529d02 88%, #4c8f04 100%);
  border: 1px solid #539e02;
}

.book-now-btn:hover {
  background: #529d02;
}

.book-now-btn:active {
  background: #4c8f04; /* Old browsers */
}

.get-quote-btn {
  border: 1px   solid #8BA1BB;
  background: #75aac6; /* Old browsers */
background: -moz-linear-gradient(top, #75aac6 0%, #258dc8 75%, #0b85c6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75aac6), color-stop(75%,#258dc8), color-stop(100%,#0b85c6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #75aac6 0%,#258dc8 75%,#0b85c6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #75aac6 0%,#258dc8 75%,#0b85c6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #75aac6 0%,#258dc8 75%,#0b85c6 100%); /* IE10+ */
background: linear-gradient(to bottom, #75aac6 0%,#258dc8 75%,#0b85c6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75aac6', endColorstr='#0b85c6',GradientType=0 ); /* IE6-9 */
}

.get-quote-btn:hover {
  background: #258dc8; /* Old browsers */
}

.get-quote-btn:active {
  background: #0b85c6; /* Old browsers */
}

.rates-btn {
  float: right;
  margin-right: 37px;
}

.rooms-book-btn {
  padding: 6px 17px;
  font-size: 18px;
}

/*
  Growls, rrrrr
*/
#growls {
  z-index: 50000;
  position: fixed; }
  #growls.default {
    top: 10px;
    right: 10px; }
  #growls.tl {
    top: 10px;
    left: 10px; }
  #growls.tr {
    top: 10px;
    right: 10px; }
  #growls.bl {
    bottom: 10px;
    left: 10px; }
  #growls.br {
    bottom: 10px;
    right: 10px; }
  #growls.tc {
    top: 10px;
    right: 10px;
    left: 10px; }
  #growls.bc {
    bottom: 10px;
    right: 10px;
    left: 10px; }
  #growls.tc .growl, #growls.bc .growl {
    margin-left: auto;
    margin-right: auto; }

.growl {
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px; }
  .growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px; }
  .growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px; }
  .growl.growl-default {
    color: #FFF;
    background: #7f8c8d; }
  .growl.growl-error {
    color: #FFF;
    background: #C0392B; }
  .growl.growl-notice {
    color: #FFF;
    background: #2ECC71; }
  .growl.growl-warning {
    color: #FFF;
    background: #F39C12; }
  .growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif; }
  .growl .growl-title {
    font-size: 18px;
    line-height: 24px; }
  .growl .growl-message {
    font-size: 14px;
    line-height: 18px; }

.whimper {
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
  max-width: 270px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  color: #f00;
}

.user-message {
  padding: 15px 25px;;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #468847;
  background-color: #dff0d8;
  font-size: 15px;
}

.user-message > a {
  display: inline-block;
  margin-left:10px;
  padding: 10px;
  border: 2px #58A95A solid;
   -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #468847;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  line-height: normal;
  cursor: pointer;
}


/* FAVOURITES */

.custom-btn {
  position: absolute;
  right: 0;
  color: #666 !important;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 3px;
  min-width: 190px;
  background: white; transition: background 0.2s;
  text-decoration: none !important;
}

.custom-btn:hover { background: #f2f2f2; transition: background 0.2s; }
.custom-btn:active { background: #E6E6E6; transition: background 0.2s; }

.favourite {
  top: 5px;
}

.favourite.yes .fa-heart {
  color: #FF5A5F;
}

.floatlabel {
  height: 100% !important;
  font-family: arial;
}

.share-accommodation-btn {
  top: 50px;
}

.modal-dialog .desc {
  margin-bottom: 20px;
}

.modal-dialog .field-msg {
  color: #A94442;
  margin-top: 5px;
  margin-left: 42px;
  font-size: 0.8em;
}

.modal-dialog .valid {
    color: #468847;
    /*background: #DFF0D8 none repeat scroll 0% 0%;*/
    border-color: #468847;
}

.modal-dialog .invalid {
    /*background-color: #F2DEDE;*/
    border-color: #A94442;
    color: #A94442;
}

.modal-dialog .label-row {
  margin-bottom: 10px;
}

.field-row {
  margin-bottom: 20px;
}

.modal-dialog label {
  z-index: 3;
  top: 3px !important;
  color: #888 !important;
}

.modal-dialog .suggested-email-msg {
  color: #333;
}


.modal-dialog .suggested-email {
  color: #2A6496;
}

.modal-dialog .suggested-email:hover {
  text-decoration: underline;
  cursor: pointer;
}

.modal-dialog .fa {
  vertical-align: -5px;
  margin-right: 15px;
}

.modal-dialog .fa-check {
  color: #437D00;
}

.modal-dialog .fa-times {
  color: #C00;

}

.fav-tooltip {
  background: #DDD;
  color: #444;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  max-width: 260px;
  margin-top: -10px;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
}

.fav-tooltip:after {
  content: '';
  width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent #DDD transparent transparent;
    position:absolute;
    left: -20px;
    top: 15px;
}

/* SHARE ACCOMMODATION */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/* SIMILAR ACCOMMODATION */
#similar-establishments {
  display: none;
  margin-top: 50px;
}

#similar-establishments > h3 {
  color: #333;
}

#similar-establishments-list > .similar-snippet {
  float: left;
  margin-right: 15px;
  max-width: 196px;
}

#similar-establishments-list > .similar-snippet h4 {
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #0066c0;
  margin-bottom: 5px;
}

#similar-establishments-list  > .similar-snippet > span.available {
  display: block;
  width: 90%;
  margin: 10px auto;
  padding: 5px;
  background-color: #73BA00;
  text-align: center;
  color: white;
  letter-spacing: 0.5px;
}

/* Cancellation */

.structured-cancellation {
  margin: 20px 15px;
}

.cancellation-diagram .block {
  border: 1px solid #ccc;
  border-bottom: none;
  height: 70px;
  padding: 15px;
}
.cancellation-diagram .block.col-xs-3 {
  border-right: none;
}

.cancellation-diagram.last .block.col-xs-3 {
  border-bottom: 1px solid #ccc;
}

.cancellation-diagram.last .block.col-xs-8 {
  border-bottom: 1px solid #ccc;
}

.col-xs-4.segment {
  text-align: right;
  padding:0;
  margin-left: 0;
}




