.venues-search-block {
  padding: 175px 0 140px;
}
.venues-search-block.results-page {
  padding: 0;
}
.venues-search-block h2 {
  font-size: 40px;
  color: #fff !important;
  line-height: 85px;
  padding: 0 40px;
  text-shadow: 0 0 15px #000;
}
#venues-search-block-form {
  background-color: #524a43;
  margin: 0 20px;
  box-shadow: 0 0 15px #000;
}
.results-page #venues-search-block-form {
  margin: 0;
  box-shadow: 0 0 0;
}

.venues-search-block #geography-filter,
.venues-search-block .form-item-more-options,
.venues-search-block .form-type-checkboxes.form-item-inner-outer {
  float: left;
  width: 264px;
  padding: 12px;
  border-right: 1px solid #665d57;
  margin: 0;
  height: 194px;
}

.venues-search-block .form-type-checkboxes.form-item-inner-outer {
  padding: 0 12px 0 22px;
  height: 218px;
}

.venues-search-block .form-item-more-options {
  padding: 0 20px;
  width: 220px;
  height: 218px;
}

.venues-search-block .form-item-delegates,
.venues-search-block .form-item-venue-type {
  float: left;
  width: 257px;
  padding: 0 18px;
  border-right: 1px solid #665d57;
  margin: 0;
  height: 218px;
}

.venues-search-block .form-item-delegates > label,
.venues-search-block .form-type-checkboxes.form-item-inner-outer > label,
.venues-search-block .form-item-venue-type > label,
.venues-search-block .form-item-more-options > label,
.venues-search-block #geography-filter h3 {
  display: block;
  font-size: 16px;
  padding: 18px 0 3px;
  line-height: 22px;
  height: 45px;
  color: #fff;
  font-family: "Soho Gothic Bold";
}

.venues-search-block.results-page .form-item-delegates,
.venues-search-block.results-page .form-item-venue-type,
.venues-search-block.results-page .form-item-more-options {
  padding-right: 62px;
}
.venues-search-block.results-page .form-item-venue-type {
  border-right: 0;
}

#venues-search-block-form .form-item-inner-outer > label {
  width: 125px;
}

.venues-search-block #geography-filter h3 {
  width: 86px;
  float: left;
  padding: 5px 0 0 10px;
}

.venues-search-block #geography-filter h3.without-map {
  margin-bottom: 28px;
  float: none;
  width: auto;
}

html.js .venues-search-block input.form-autocomplete {
  background-color: #4a423a;
  border: 0;
  line-height: 30px;
  width: 237px;
  padding: 6px 12px;
  background-image: url('../images/sprite.png');
  background-repeat: no-repeat;
  background-position: right 15px;
  color: #fff;
  outline: 0;
  font-family: "Soho Gothic Regular";
}

.venues-search-block #autocomplete {
  border: 0;
  z-index: 10000;
  max-height: 250px;
  overflow: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .3);
}

.venues-search-block .jspVerticalBar {
  background: #332F2F;
  background-image: none;
  border-left: 1px solid #544D4D;
}

.venues-search-block #autocomplete li {
  background: #4a423a;
  padding: 3px 5px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.venues-search-block #autocomplete li:hover {
  background: #3e372f; 
}

.venues-search-block .form-item-inner-outer {
  float: left;
}

.venues-search-block .form-checkboxes .form-checkbox {
  display: none;
}

.venues-search-block .form-checkboxes .form-item {
  display: block;
  margin: 0;
  
}
.venues-search-block .form-checkboxes label {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #a49785;
  font-family: "Soho Gothic";
  background-image: url('../images/sprite.png');
  background-position: -93px -996px;
  min-height: 20px;
  padding: 6px 0 6px 30px;
  cursor: pointer;
}

.venues-search-block .form-checkboxes label.checked {
  background-position: -183px -1056px;
}

.venues-search-block .ui-slider .ttContent {
  top: -33px;
  left: -35px;
  width: 90px;
  text-align: center;
  display: block;
  color: #fff;
  font-family: "Soho Gothic Regular";
}

.venues-search-block .ui-slider.ui-corner-all {
  border: 0;
  padding-top: 32px;
  height: 31px;
  width: 240px;
  border-right: 17px solid transparent;
  background-color: transparent !important;
  background-image: url('../images/sprite.png') !important;
  background-position: -199px -650px !important;
}

.venues-search-block .form-item-delegates {
  width: 242px;
  padding: 0 35px 0 25px;
}

.venues-search-block .form-item-delegates > label {
  margin-left: -4px;
}

.venues-search-block .form-item-delegates a,
.venues-search-block .form-item-delegates div {
  outline: 0;
}

.venues-search-block .ui-slider .ui-slider-handle {
  background-image: url('../images/sprite.png') !important;
  background-position: -518px -644px !important;
  width: 18px;
  margin-left: -1px !important;
  height: 38px;
}

.venues-search-block .button-wrapper{
  padding: 0;
  margin: 82px 0 0 57px !important;
  border: 0;
  background: transparent;
}

.venues-search-block.results-page .button-wrapper {
  margin: 0 !important; 
  border: 0;
  overflow: hidden;
  padding: 4px;
  background: transparent;
}

.venues-search-block.results-page .actions {
  border-top: 2px solid #665d57;
  padding: 10px;
  clear: both;
  text-align: center;
}

.venues-search-block .button-wrapper input {
  border: 3px solid #0488b0;
  outline: 4px solid #48443d;  
  border-radius: 2px;
  height: 40px !important;
  margin: 0 8px;
  font-size: 16px;
  padding: 0 16px !important;
  -moz-linear-gradient(top, #00b2e9 0%, #0488b0 50%, #0488b0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b2e9), color-stop(50%,#0488b0), color-stop(100%,#0488b0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2e9', endColorstr='#0488b0',GradientType=0 ); /* IE6-9 */
}

.venues-search-block .expanded .button-wrapper input {
  display: block;
}

.venues-search-block.changed .expanded #edit-submit {
  display: block;
}

.venues-search-block.results-page .expanded .button-wrapper,
.venues-search-block.results-page .expanded .form-wrapper > .button-wrapper:first-child {
  visibility: visible !important;
}

#venues-search-block-form .toggle-filter {
  font-size: 14px;
  font-family: "Soho Gothic";
  color: #fff;
  background-image: url('../images/sprite.png');
  background-position: right -1124px;
  line-height: 22px;
  padding-right: 33px;
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

#venues-search-block-form .expanded .toggle-filter {
  display: none;
}

.venues-search-block .form-item-inner-outer .form-item-inner-outer-2197,
.venues-search-block .form-item-inner-outer .form-item-inner-outer-2199 {
  float: left;
  margin-left: 15px;
  background-image: url('../images/sprite.png') !important;
  background-repeat: no-repeat;
  background-position: -100px -1156px !important;
}

.venues-search-block .form-item-inner-outer .form-item-inner-outer-2199 {
  background-position: -223px -1152px !important;
}

.venues-search-block .form-item-inner-outer .form-item-inner-outer-2197 label,
.venues-search-block .form-item-inner-outer .form-item-inner-outer-2199 label {
  width: 105px;
  height: 128px;
  padding: 0;
  background-position: -61px -927px;
  font-size: 0;
  text-indent: -100px;
  overflow: hidden;
}

.venues-search-block .form-item-inner-outer .form-item-inner-outer-2197 label.checked,
.venues-search-block .form-item-inner-outer .form-item-inner-outer-2199 label.checked {
  background-position: -151px -987px;
}

.venues-search-block.results-page #edit-filters {
  display: none;
  overflow: hidden;
}

.results-page #edit-actions .button-wrapper {
  *display: none;
}

.venues-search-block.results-page.expanded .toggle-filter {
  display: none;
}

.venues-search-block.results-page.expanded .toggle-filter {
  display: none;
}
/**
 * Search results
 */

.pane-venues-search-results {
  width: 46%;
  float: right;
  background: #fff;
}

.resized .pane-venues-search-results {
  width: 0%;
  display: none;
}

#venue-list-sort {
  border-collapse: collapse;
  margin: 0;
}

#venue-list-sort td {
  padding: 0;
}

#venue-list-sort td a {
  background: #e7e4db;
  display: block;
  line-height: 44px;
  color: #7d7263;
  font-family: "Soho Gothic Bold";
  text-align: center;
  padding: 0 20px;
  position: relative;
}

#venue-list-sort td a.current,
#venue-list-sort td a.current:hover {
  background: #00b0e6;
  color: #fff !important;
}

#venue-list-sort td a span {
  position: absolute;
}

#venue-list-sort td a.current span {
  left: 50%;
  top: 100%;
  margin-left: -5px;
  z-index: 5;
  width: 10px;
  height: 5px;
  font-size: 0;
  display: block;
  background-image: url('../images/sprite.png');
  background-position: -357px -1151px;
}

.pane-venues-search-results .TellusVenuesList {
  outine: none;
  height: 600px;
  padding: 11px 0 110px;
}

.pane-venues-search-results .TellusVenuesList .TellusProduct:first-child {
  border-top: 1px solid #d1cbc2;
}
.pane-venues-search-results .TellusVenuesList .TellusProduct {
  margin: 0 20px;
  padding: 20px 0 15px;
  border-bottom: 1px solid #d1cbc2;
  position: relative;
}
.pane-venues-search-results .TellusVenuesList .TellusProduct:hover {
  background: #efeeea;
}
  .pane-venues-search-results .TellusVenuesList .TellusProduct .left {
    width: 152px;
    float: left;
  }
  .pane-venues-search-results .TellusVenuesList .TellusProduct .right-fluid {
    margin: 0 15px 0 170px;
    min-height: 146px;
  }
  .pane-venues-search-results .TellusVenuesList .ProductImageWrapper {
    position: relative;
    margin-bottom: 8px;
    max-height: 90px;
    overflow: hidden;
  }

  .pane-venues-search-results .TellusVenuesList .venueFacilities {
    margin: 0;
    padding: 0;
    width: 168px;
  }
  .pane-venues-search-results .TellusVenuesList .venueFacilities li {
    float: left;
    width: 27px;
    text-align: center;
    padding-top: 29px;
    background-image: url('../images/sprite.png');
    background-position: -522px -1177px;
    margin-right: 15px;
    color: #131313;
    font-size: 12px;
  }
  .pane-venues-search-results .TellusVenuesList .venueFacilities li.facilityBanquetSeating {
    background-position: -438px -1177px;
  }
  .pane-venues-search-results .TellusVenuesList .venueFacilities li.facilityReceptionSeating {
    background-position: -481px -1177px;
  }
  .pane-venues-search-results .TellusVenuesList .venueFacilities li.facilityNumberRooms {
    background-position: -357px -1177px;
  }
  
  .pane-venues-search-results .TellusVenuesList .ProductName {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    padding-right: 35px;
    position: relative;
    margin-bottom: 5px;
  }
  .add-remove-proposed-wrapper {
    display: inline-block;
    position: relative;
    margin-left: -1px;
    width: 1px;
    z-index: 10000;
  }
  .pane-venues-search-results .TellusVenuesList .TellusProduct .add-to-proposal {
    left: 10px;
    position: relative;
    z-index: 10;
  }
  .pane-venues-search-results .TellusVenuesList .ProductTextList {
    color: #6c6c6c;
    font-size: 13px;
    padding-top: 7px;
  }
  .pane-venues-search-results .TellusVenuesList .TellusProduct .EcoLabel {
    line-height: 26px;
    padding-left: 33px;
    background-image: url('../images/sprite.png');
    background-position: -441px -1145px;
    font-size: 12px;
  }
  .pane-venues-search-results .TellusVenuesList .TellusProduct .VenueFourStars {
    font-size: 0;
  }
  .pane-venues-search-results .TellusVenuesList .TellusProduct .ProductMore {
    position: absolute;
    display: block;
    z-index: 1000;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .pane-venues-search-results .TellusVenuesList .TellusNoOfHits {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
    .pane-venues-search-results .TellusVenuesList .TellusNoOfHits h3 {
      display: none;
    }
    .pane-venues-search-results .TellusVenuesList .TellusNoOfHits .search-results-counter {
      font-size: 12px;
    }
  
  
  .pane-venues-search-results .TellusVenuesList .TellusPreviousNext {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

.add-to-proposal {
  width: 25px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background-image: url('../images/sprite.png');
  background-position: -380px -1151px;
  font-size: 0;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
  left: 12px;
}
.add-to-proposal.action-remove {
  background-position: -409px -1151px;
}

.pane-tellus-product .ProductName .add-remove-proposed-wrapper {
  float: right;
  margin-top: 8px;
}

.pane-tellus-product .ProductName .add-to-proposal {
  float: right;
  font-size: 12px;
  text-indent: 0;
  width: auto;
  white-space: nowrap;
  line-height: 19px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Soho Gothic";
  padding: 0 10px;
  border-radius: 2px;
  
  -moz-linear-gradient(top, #01a8db 0%, #067a9e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a8db), color-stop(100%,#067a9e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #01a8db 0%,#067a9e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #01a8db 0%,#067a9e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #01a8db 0%,#067a9e 100%); /* IE10+ */
  background: linear-gradient(to bottom, #01a8db 0%,#067a9e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a8db', endColorstr='#067a9e',GradientType=0 ); /* IE6-9 */
}

.venue-added-to-proposal {
  position: absolute;
  left: -140px;
  top: 110%;
  z-index: 1000;
  width: 280px;
  background: #fff;
  padding: 10px 15px;
  font-size: 12px;
  box-shadow: 2px 2px 5px -3px #000;
}

.pane-venues-search-results-map {
  float: left;
  width: 54%;
}

.resized .pane-venues-search-results-map {
  width: 100%;
}

.jspContainer {
  position: relative;
}
.jspPane {
  position: relative;
  width: auto !important;
}
.jspVerticalBar {
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  background-image: url('../images/venue_list_scroll_track.png');
}

.jspVerticalBar .jspDrag {
  position: absolute;
  border-radius: 3px;
  background: #d5d2c4;
  right: 3px;
  left: 3px;
  cursor: pointer;
}

.pane-venues-search-results-map .pane-content {
  padding-right: 31px;
  position: relative;
}

.pane-venues-search-results-map .resize-map {
  background: #5287a2;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 31px;
  height: 644px;
  cursor: pointer;
}

.pane-venues-search-results-map .resize-map span {
  display: block;
  width: 30px;
  height: 30px;
  top: 48%;
  position: relative;
  cursor: pointer;
  height: 30px;
  background-image: url('../images/sprite.png');
  background-position: -194px -706px;
}

.pane-venues-search-results-map .InfoBoxInner {
  width: 349px;
}

.pane-venues-proposal-list {
  border-bottom: 2px solid #efeeea;
  padding: 20px 0 50px;
  clear: both;
}

.pane-venues-proposal-list td {
  padding: 0 0 10px;
}

.pane-venues-proposal-list .TellusNoReults {
  float: none;
}

.pane-venues-proposal-list .VenuesProposedList {
  background: #e6e4db;
  padding: 10px 20px 22px;
  margin: 0 6px 10px 10px;
}

.pane-venues-proposal-list h2 {
  font-size: 14px;
  margin-bottom: 22px;
}

.pane-venues-proposal-list .VenuesProposedList ul {
  margin: 0;
  padding: 0;
}

.VenuesProposedList .ProductImageBox {
  vertical-align: top;
  width: 85px;
}

.VenuesProposedList li {
  margin-bottom: 9px;
  line-height: 44px;
}

.VenuesProposedList h3 {
  padding-right: 30px;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Soho Gothic", sans-serif;
}


.button-wrapper-small {
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 16px !important;
  -moz-linear-gradient(top, #dd0009 0%, #b6081a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd0009), color-stop(100%,#b6081a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dd0009 0%,#b6081a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dd0009 0%,#b6081a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dd0009 0%,#b6081a 100%); /* IE10+ */
  background: linear-gradient(to bottom, #dd0009 0%,#b6081a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0009', endColorstr='#b6081a',GradientType=0 ); /* IE6-9 */
}
.button-wrapper-small a,
.button-wrapper-small a:hover {
  color: #fff !important;
}

.pane-venues-proposal-list .button-wrapper-small {
  float: right;
  margin-right: 20px;
}

.pane-venues-proposal-list h4 {
  padding-left: 20px;
}

#request-a-proposal-page .panel-col-main-content-col-2 .messages {
  margin-right: 4.5%;
}

#request-a-proposal-page .panel-col-main-content,
#request-a-proposal-page .panel-col-main-content-2-col-wrapper {
  background-color: #fff;
}

#request-a-proposal-page .panel-separator {
  margin: 0;
}

#request-a-proposal-page .panel-col-main-content {
  border-bottom: 2px solid #efeeea;
}

#request-a-proposal-page .panel-col-main-content .pane-title {
  font-size: 27px;
  padding: 25px 30px;
  color: #000;
}

#request-a-proposal-page .panel-col-main-content-col-2 {
  width:49%;
  margin: 0;
}

#request-a-proposal-page .webform-client-form {
  position: relative;
}
#request-a-proposal-page .webform-client-form fieldset {
  border-bottom: 2px solid #efeeea;
  border-left: 2px solid #efeeea;
  padding: 20px 0 20px 28px;
}

#request-a-proposal-page .webform-client-form .button-wrapper {
  background: #0488B0;
}

#request-a-proposal-page .webform-client-form .button-wrapper input {
/*  border: 3px solid #0488b0;
  outline: 0;
  height: 30px !important;
  border-radius: 4px;
  margin: 0 8px;
  font-size: 15px;
  padding: 0 16px !important; */
  -moz-linear-gradient(top, #00b2e9 0%, #0488b0 50%, #0488b0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b2e9), color-stop(50%,#0488b0), color-stop(100%,#0488b0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2e9', endColorstr='#0488b0',GradientType=0 ); /* IE6-9 */
}

#request-a-proposal-page .webform-client-form > div > .button-wrapper {
  position: absolute;
  right: 50px;
  top: -50px;
}

#request-a-proposal-page .webform-client-form .form-item {
  padding: 5px 0;
}
#request-a-proposal-page .webform-client-form .form-item:after {
  display: block;
  content: "";
  font-size: 0;
  clear: both;
}

#request-a-proposal-page .webform-client-form .form-item label {
  float: left;
  width: 196px;
  font-family: "Soho Gothic Bold";
  font-size: 14px;
  color: #333;
}

#request-a-proposal-page .webform-client-form .form-item .form-text {
  float: left;
  width: 235px;
}

#venues-list-email-form { 
  clear: both; 
  height: 210px;
}

#venues-list-email-form h2 {
  margin-bottom: 30px;
  font-size: 25px;
}

.pane-content #venues-list-email-form {
  display: none;
}

#request-a-proposal-page .webform-client-form .ui-slider-handle {
  background-image: url('../images/sprite.png') !important;
  background-position: -557px -645px !important;
  width: 9px;
  height: 16px;
  outline: none;
}

#request-a-proposal-page .pane-visitdk-simple-links-pane {
  border-bottom: 2px solid #efeeea;
  padding: 22px 0 20px 25px;
}
  #request-a-proposal-page .pane-visitdk-simple-links-pane .pane-title {
    color: #405b4c;
    margin-bottom: 20px;
  }
  
  #request-a-proposal-page .pane-visitdk-simple-links-pane .links {
    padding: 0 0 0 1px;
    margin: 0;
  }
  
#request-a-proposal-page  #webform-component-more .form-textarea-wrapper {
  width: 235px;
  float: left;
}

#request-a-proposal-page #webform-component-location select,
#request-a-proposal-page #webform-component-event--event-type select {
  width: 131px;
}

#request-a-proposal-page #webform-component-location--country {
  background-image: url('../images/sprite.png');
  background-position: right -610px;
  width: 432px;
}

#webform-component-event--number-of-attendees {
  position: relative;
}

#request-a-proposal-page #webform-component-event--number-of-attendees .ui-slider {
  width: 128px;
  float: left;
  margin-top: 35px;
  -moz-linear-gradient(top, #c4c5c4 0%, #eaebea 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c5c4), color-stop(100%,#eaebea)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c4c5c4 0%,#eaebea 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c4c5c4 0%,#eaebea 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c4c5c4 0%,#eaebea 100%); /* IE10+ */
  background: linear-gradient(to bottom, #c4c5c4 0%,#eaebea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c5c4', endColorstr='#eaebea',GradientType=0 ); /* IE6-9 */
}

#request-a-proposal-page #webform-component-event--number-of-attendees .ttContent {
  display: block;
  width: 1px; 
  overflow: hidden;
}

#request-a-proposal-page #webform-component-event--number-of-attendees .custom-counter {
  border: 1px solid #d5d4d0;
  line-height: 30px;
  padding: 0 20px;
  float: left;
  background: #fafafa;
  margin: 22px 0 0 18px;
  display: none;
}

#request-a-proposal-page #webform-component-event--number-of-attendees .description {
  position: absolute;
  left: 197px;
  top: 6px;
}

#request-a-proposal-page #webform-component-dates .form-type-select {
  border-radius: 4px;
  background: #efeeea;
  overflow: hidden;
  padding: 1px 0;
  border: 2px solid #efeeea;
  margin: 0 2px 0 0;
}

#request-a-proposal-page #webform-component-dates select {
  border: 0;
  font-family: "Soho Gothic Bold";
  margin-right: -17px;
  outline: none;
  background: transparent;
}

#request-a-proposal-page #edit-actions {
  position: absolute;
  right: 45px;
  bottom: 20px;
}

#request-a-proposal-page .panel-col-main-content-col-2 .pane-visitdk-html-blocks-pane {
  position: absolute;
  bottom: 0;
  height: 66px;
  border-top: 2px solid #efeeea;
  width: 47%;
  padding: 26px 25px 0 20px;
  left: 0;
}

#request-a-proposal-page .panel-col-main-content-col-2 .pane-visitdk-html-blocks-pane .field-name-body {
  font-size: 12px;
}

#request-a-proposal-page .panel-col-main-content-col-2 .pane-visitdk-html-blocks-pane p {
  color: #131313;
}

#request-a-proposal-page #webform-component-send-copy-to-my-e-mail-address {
  margin: 0;
  height: 92px;
  padding: 0;
}

#request-a-proposal-page #edit-submitted-send-copy-to-my-e-mail-address label {
  margin: 20px 0 0 10px;
  width: 300px;
  font-size: 13px;
  color: #7f0006;
  font-family: "Soho Gothic";
}

#request-a-proposal-page input.webform-calendar {
  padding: 0;
}

#request-a-proposal-page #webform-component-file .messages{
  width: 400px;
  margin: 10px 0;
  clear: both;
}

.venues-list-print div {
  border: 0 !important;
}

.venues-list-print .panel-pane {
  display: none;
}

.venues-list-print #request-a-proposal-page .panel-col-main-content {
  border: 0;
}

.venues-list-print .pane-venues-proposal-list {
  display: block;
  width: 600px;
  border-bottom: 0;
}

.venues-list-print #page {
  min-height: none;
}

.venues-list-print .pane-venues-proposal-list .ProductName {
  max-width: 520px;
}

.venues-list-print .pane-venues-proposal-list .button-wrapper-small {
  display: none;
}

.pane-venues-explore-more {
  float: left;
  padding: 24px 0 0;
  margin: 0 0 0 20px;
}
.pane-get-proposal-button {
  background: transparent !important;
}
.request-for-proposal-button-wrapper,
.request-for-proposal-button-wrapper:hover,
.pane-venues-explore-more .button-wrapper,
.pane-venues-explore-more .button-wrapper:hover {
  background: #0588b0;
  border: 2px solid #DDD6CF;
  border-radius: 5px;
}
.request-for-proposal-button-wrapper a,
.request-for-proposal-button-wrapper a:hover,
.request-for-proposal-button-wrapper:hover a,
.pane-venues-explore-more .pane-content a,
.pane-venues-explore-more .pane-content a:hover{
/*  border: 3px solid #0488b0;
  outline: 3px solid #e6e4db;
  outline: 0;
  height: 28px !important;
  line-height: 28px;
  border-radius: 4px;
  float: left;
  margin: 0 8px;
  font-size: 14px;
  font-family: "Soho Gothic Bold";
  padding: 0 14px !important;
  color: #fff !important; */
  -moz-linear-gradient(top, #00b2e9 0%, #0488b0 50%, #0488b0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b2e9), color-stop(50%,#0488b0), color-stop(100%,#0488b0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2e9', endColorstr='#0488b0',GradientType=0 ); /* IE6-9 */
  border: 3px solid #0588b0;
}

/* Tables */
.venue-list-table {
  background: #fff;
}
.venue-list-table tr {
  border-top: 2px solid #EFEEEA;
  border-bottom: 2px solid #EFEEEA;
}
.venue-list-table tr:hover td {
  background: #EFEEEA;
}
.venue-list-table th,
.venue-list-table td {
  width: 10%;
  padding: 10px;
  border-left: 2px solid #EFEEEA;
  text-align: center;
}
.venue-list-table th {
  vertical-align: top;
  line-height: 14px;
}
.venue-list-table td {
  padding: 15px 20px;
}
.venue-list-table th:first-child,
.venue-list-table td.product-title {
  width: 20%;
  border-left: 0;
  text-align: left;;
}
.venue-list-table td.product-title a.product-name {
  color: #000;
}
.venue-list-table th[class*="facility-id"] span {
  display: block;
  margin: 14px auto 0;
  text-align: center;
  background: url(../images/room-icons-sprite.png) 50% 0 no-repeat;
}
.venue-list-table th.facility-id-2195 span {
  background-position: center -100px;
  height: 40px;
}
.venue-list-table th.facility-id-1355 span {
  background-position: center 0;
  height: 41px;
}
.venue-list-table th.facility-id-1444 span {
  background-position: center -300px;
  height: 45px;
}
.venue-list-table th.facility-id-2192 span {
  background-position: center -400px;
  height: 41px;
}
.venue-list-table th.facility-id-1445 span {
  background-position: center -500px;
  height: 37px;
}
.venue-list-table th.facility-id-2194 span {
  background-position: center -600px;
  height: 38px;
}
.venue-list-table th.facility-id-2196 span { /* Size of the biggest meeting room (m2) */
  background-position: center -700px;
  height: 21px;
}
.venue-list-table th.facility-id-1503 span { /* Number of meeting rooms */
  background-position: center -200px;
  height: 34px;
}
.venue-list-table th.facility-id-2193 span { /* Number of hotel rooms */
  background-position: center -800px;
  height: 19px;
}
.venue-list-table.congress-all-events thead th {
  font-size: 1em;
  text-align: center;
}

/* Product page */
.panel-gdpanel .TellusProduct > section.ProductRightSidebar {
  float: right;
}
.pane-meeting-rooms {
  float: left;
  width: 75%;
}
.venuelist-productlist {
  margin: 0 0 15px;
}
.pane-get-proposal-button {
  margin-bottom: 14px;
}
.panel-col-above-top .pane-get-proposal-button {
  margin: 0;
}
.pane-get-proposal-button:after {
  content: "";
  display: block;
  font-size: 0;
  clear: both;
}

/* Venue list */
.pane-tellus-venue-list .pane-title {
  padding: 20px 30px;
  line-height: 40px;
  background: #fff;
}

/* Get proposal button */
.panel-gdpanel .pane-get-proposal-button {
  margin-bottom: 20px;
}

.request-for-proposal-button-wrapper {
  float: right;
  position: relative;
  margin: 0 0 30px;
}
#request-a-proposal-page .request-for-proposal-button-wrapper {
  margin-right: 1.3%;
}
.request-for-proposal-button-wrapper a,
.request-for-proposal-button-wrapper a:hover {
  float: right;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  padding: 0 34px;
  font-size: 16px;
  color: #fff !important;
  font-weight:bold;
/*  border-radius: 3px;
  border: 3px solid #0488b0;
  outline: 2px solid #dbd8cf;
  -moz-linear-gradient(top, #0488b0 0%, #0488b0 50%, #0488b0 100%); /* FF3.6+ * /
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b2e9), color-stop(50%,#0488b0), color-stop(100%,#0488b0)); /* Chrome,Safari4+ * /
  background: -webkit-linear-gradient(top, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* Chrome10+,Safari5.1+ * /
  background: -o-linear-gradient(top, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* Opera 11.10+ * /
  background: -ms-linear-gradient(top, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* IE10+ * /
  background: linear-gradient(to bottom, #00b2e9 0%,#0488b0 50%,#0488b0 100%); /* W3C * /
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2e9', endColorstr='#0488b0',GradientType=0 ); /* IE6-9 * /
  color: #fff !important;
  text-shadow: 0 -2px 3px #027b9f;
  font-family: "Soho W02 Bold";
  font-size: 17px;
*/
}
.request-for-proposal-button-wrapper .count {
  position: absolute;
  right: -9px;
  bottom: -9px;
  background-color: #01a8db;
  border: 3px solid #fff;
  line-height: 32px;
  width: 32px;
  border-radius: 20px;
  font-size: 15px;
  font-family: "Soho W02 Bold";
  color: #fff;
  text-align: center;
  cursor: default;
  display: none;
}

.request-for-proposal-button-wrapper.back-button {
  margin-right: 12px;
}

.request-for-proposal-button-wrapper .count.shown {
  display: block;
}


#rfp-thank-you {
  
}

#rfp-thank-you .panel-col-nav {
  background: transparent;
  border: 0;
}

#rfp-thank-you .panel-col-top {
  border-bottom: 2px solid #efeeea;
}

#rfp-thank-you .panel-col-top .panel-separator {
  display: none;
}

#rfp-thank-you .pane-visitdk-html-blocks-pane {
  padding: 30px 18px 0;
}

#rfp-thank-you .pane-visitdk-html-blocks-pane p {
  color: #000;
  font-size: 13px;
}

#rfp-thank-you .pane-venues-explore-more {
  float: right;
  margin: 0 35px 0 0;
  padding: 28px 0 0;
}

#rfp-thank-you .panel-col-first {
  border-right: 2px solid #efeeea;
}

#rfp-thank-you .layout-cols-2 > .inside {
  width: 98%;
}

#rfp-thank-you .panel-col-top h2 .title {
  color: #000;
  font-size: 30px;
  line-height: normal;
  padding: 26px 25px;
  display: block;
}

#rfp-thank-you .panel-col-main-content-col-1 {
  margin: 0 !important;
}

#rfp-thank-you .panel-panel-wrapper {
  clear: both;
  background: #fff;
}

.venue-list-table .TellusPreviousNext {
  text-align: center;
}
.venue-list-table .TellusPreviousNext a {
  display: inline-block !important;
  position: static !important;
  vertical-align: top;
}

#VenuesOverviewPage .pane-visitdk-search-print-button-pane {
  margin-top: 23px;
}

#VenuesOverviewPage .pane-tellus-venue-list ~ .pane-visitdk-search-print-button-pane {
  margin-top: -41px;
}

.TellusVenuesList .TellusNoReults {
  float: none;
  padding: 20px;
}