<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Regular.eot');
  src: url('../fonts/Karla-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Karla-Regular.woff') format('woff'),
  url('../fonts/Karla-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Italic.eot');
  src: url('../fonts/Karla-Italic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Karla-Italic.woff') format('woff'),
  url('../fonts/Karla-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Bold.eot');
  src: url('../fonts/Karla-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Karla-Bold.woff') format('woff'),
  url('../fonts/Karla-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-BoldItalic.eot');
  src: url('../fonts/Karla-BoldItalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Karla-BoldItalic.woff') format('woff'),
  url('../fonts/Karla-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

html {
  width: 100%;
  min-height: 100vh;
  /*height: 100%;*/
}

body {
  height: 100%;
  width: 100%;
  position: relative;
  color: #233444;
  background-color: #eee;
  font-weight: 400;
  /*font-family: 'Karla', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  min-height: 100vh;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

a,
a:visited {
  color: #8a8a8a;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}

a:hover {
  text-decoration: none;
}

img {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translateZ(0);
}

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

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

.text-left {
  text-align: left;
}

p {
  color: #828282;
  font-size: 1.1em;
  line-height: 1.46em;
  margin-bottom: 20px;
  font-weight: 300;
  /* text-align: center; */
}

strong {
  font-weight: 700;
  color: #000;
  letter-spacing: .8px;
}

p:last-child {
  margin-bottom: 0;
}

.hidden {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #1f2c39;
  font-weight: 700;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  line-height: 1.14em;
  /*letter-spacing: .6px;*/
  /*text-align: center;*/
  /*letter-spacing: .7px;*/
}

h1 {
  font-size: 2.1em;
  margin-bottom: 30px;
  /*color: #7dcfcd;*/
}

h2 {
  font-size: 2em;
  margin-bottom: 20px;
  #page_login . card
  letter-spacing: 1px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3em;
}

/*p+h1, p+h2, p+h3, p+h4, p+h5, p+h6,
table+h1, table+h2, table+h3, table+h4, table+h5, table+h6 {
    margin-top: 25px;
}*/
.btn,
a.btn,
button.btn,
button,
input[type="button"],
input[type="submit"] {
  max-width: 100%;
  padding: 0px 25px;
  height: 40px;
  line-height: 40px;
  background: #7fd0cd;
  color: #fff;
  font-size: 16px;
  border: none;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  letter-spacing: 0.3px;
  border-radius: 0;
  -webkit-appearance: none;
  position: relative;
}

.list-tick-box &gt; li {
  margin-bottom: 0;
}

.edit-currency {
  margin-top: 25px;
}

.edit-description input[type="button"],
.edit-description input[type="submit"],
.edit-business-hours input[type="button"],
.edit-business-hours input[type="submit"],
.edit-currency input[type="button"],
.edit-currency input[type="submit"],
input[type="submit"].update-offer,
input[type="submit"].publish-venue,
input[type="button"].publish-modal {
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
  margin-bottom: 5px;
}

.item-publish {
  width: 10% !important;
}

.item-publish .label-publish {
  width: 70% !important;
}

.item-publish label {
  margin-top: 2px;
}

.edit-description input[type="submit"],
.edit-business-hours input[type="submit"],
.edit-currency input[type="submit"] {
  display: none;
}

.btn:hover,
a.btn:hover,
button.btn:hover,
button:hover,
input[type="submit"]:hover {
  background-color: #72c3c1;
  color: #fff;
}

.btn.ghost,
a.btn.ghost,
button.btn.ghost,
input[type="submit"].ghost {
  background: none;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #fff;
}

.btn.ghost:hover,
a.btn.ghost:hover,
button.btn.ghost:hover,
input[type="submit"].ghost:hover {
  background-color: #fff;
  color: #2590ba;
}

.btn.white,
a.btn.white,
button.btn.white,
input[type="submit"].white {
  background: #fff;
  color: #666;
}

.btn.white:hover,
a.btn.white:hover,
button.btn.white:hover,
input[type="submit"].white:hover {
  background-color: #EFEFEF;
}

.btn.grey,
a.btn.grey,
button.btn.grey,
input[type="submit"].grey {
  background: #58504e;
  color: #fff;
}

.btn.grey:hover,
a.btn.grey:hover,
button.btn.grey:hover,
input[type="submit"].grey:hover {
  background-color: #B6B6B6;
}

.outerwrapper {
  overflow: hidden;
  position: relative;
}

.mfp-wrap + .outerwrapper,
.outerwrapper.blur {
  filter: url(blur.svg#blur);
  -webkit-filter: blur(6px);
  filter: blur(6px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
}

.white-popup-block {
  background: #FFF;
  padding: 38px 40px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
  border-radius: 2px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  /*margin-bottom: 35px;*/
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="file"],
input[type="date"],
input[type="time"],
select,
textarea {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  font-size: 16px;
  margin-bottom: 20px;
  background: #f9f9f9;
  color: #333;
  text-transform: none;
  -moz-transition: all linear .2s;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #dedede;
}

input[type="file"] {
  height: 37px;
  margin-top: 20px;
  line-height: 1em;
}

textarea {
  height: 94px;
  line-height: 1.5em;
  padding: 15px;
  width: 100% !important;
}

/
/
::-webkit-input-placeholder {
/ / color: rgba(255, 255, 255);
/ / font-style: italic;
/ /
}

/
/
:-moz-placeholder {
/ / color: rgba(255, 255, 255);
/ / font-style: italic;
/ /
}

/
/
::-moz-placeholder {
/ / color: rgba(255, 255, 255);
/ / font-style: italic;
/ /
}

/
/
:-ms-input-placeholder {
/ / color: rgba(255, 255, 255);
/ / font-style: italic;
/ /
}

label {
  display: block;
  margin-bottom: 30px;
  font-size: .9em;
  color: #777;
  font-weight: 400;
}

label.checkbox {
  margin-bottom: 13px;
}

label.error,
.input.error {
  color: #D04A4A;
}

label.error select,
.input.error select,
label.error textarea,
.input.error textarea,
label.error input,
label.error:before,
.input.error input {
  border: 1px solid #D04A4A;
}

label.error .errormsg,
.input.error .errormsg {
  margin-top: -15px;
  display: block;
  font-size: .9em;
  text-align: right;
}

label select,
label textarea,
label input {
  margin-top: 7px;
}

label .value {
  display: block;
  width: 100%;
  min-height: 35px;
  line-height: 1.34em;
  margin-top: 7px;
  color: #888;
}

/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select {
  position: relative;
  display: block;
  background: #4f5a67;
}

/* This is the native select, we're making everything but the text invisible so
 * we can see the button styles in the wrapper */
.custom-select select {
  width: 100%;
  margin: 0;
  outline: none;
  padding: 0 14px;

  /* Prefixed box-sizing rules necessary for older browsers */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  /* Font size must be 16px to prevent iOS page zoom on focus */
  font-size: 16px;
}

/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
 * etc. or the arrow could just baked into the bg image on the select. */
.custom-select::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
  display: none;
  width: 0;
  height: 0;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  border-top: 7px solid #fff;
  margin-top: -3px;
}

@supports ( -webkit-appearance: none ) or ( appearance: none )
    /* Firefox &lt;= 34 has a false positive on @supports( -moz-appearance: none )
     * @supports ( mask-type: alpha ) is Firefox 35+
     */
    or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {

  /* Show custom arrow */
  .custom-select::after {
    display: block;
  }

  /* Remove select styling */
  .custom-select select {
    padding-right: 2em; /* Match-01 */
    /* inside @supports so that iOS &lt;= 8 display the native arrow */
    background: none; /* Match-04 */
    /* inside @supports so that Android &lt;= 4.3 display the native arrow */
    /*border: 1px solid #e2e2e2; /* Match-05 */
    */ -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
  }

  .custom-select select:focus {
    border-color: #aaa; /* Match-03 */
  }
}

.alert {
  color: #fff;
}

.alert.alert-warning {
  background-color: #d4ab14;
  color: #fff;
}

.alert.alert-danger {
  background-color: #c12c2c;
  color: #fff;
}

.alert.alert-success {
  background-color: #7dcfcd;
  color: #fff;
}

.alert .wrapper {
  padding: 14px 0;
  position: relative;
}

.alert button.close {
  position: absolute;
  top: 4px;
  right: 0;
  background: none;
  color: #fff;
  font-size: 1.5em;
}

p.error {
  color: #D04A4A;
}

p.success {
  color: #3FB824;
}

.slicknav_menu {
  /*display: none;*/
  position: relative;
}

table {
  border-collapse: collapse;
  /*border: 1px solid #eee;*/
  width: 100%;
  margin-bottom: 20px;
}

table thead th,
table thead td {
  padding: 15px 10px;
  background-color: #f8f8f8;
}

table tbody td,
table tfoot td {
  padding: 15px 10px;
  font-weight: 300;
  vertical-align: middle;
}

table tfoot {
  margin-top: 10px;
}

table tfoot td {
  padding: 8px 10px;
}

table tbody tr:nth-child(even) {
  background: #fbfbfb;
}

table tbody tr:nth-child(odd) {
  background: #FFF;
}

.empty {
  font-size: 1.5em;
  color: #C8C8C8;
  text-align: center;
  padding: 100px 170px 70px 170px;
  line-height: 1.34em;
}

.mfp-hide {
  display: none;
}

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

.bodyWrapper {
  position: relative;
}

.wrapper {
  width: 1100px;
  max-width: 93%;
  margin: 0 auto;
}

.wrapper.wsmall {
  width: 800px;
}

/***************************************************************************/

header {
  /*position: absolute;*/
  z-index: 5;
  padding: 15px 0;
  width: 100%;
  background-color: #fff;
}

#page_home header {
/ / position: absolute;
}

header .wrapper {
  position: relative;
}

header .logo {
  display: inline-block;
}

header .logo img {
  display: block;
  max-height: 55px;
  margin: 5px 0 0 0;
}

header nav ul {
  text-align: right;
}

header nav ul li {
  display: inline-block;
}

header nav ul li a {
  display: block;
  padding: 10px;
  /* text-transform: uppercase; */
  font-size: 1em;
  text-align: right;
  color: #8a8a8a;
}

header nav ul li.active a {
  color: #7dcfcd;
}

header nav ul li.calltoaction a {
  background-color: #7fd0cd;
  border: 2px solid #7fd0cd;
  color: #fff;
  margin-left: 9px;
  border-radius: 1px;
  font-weight: 400;
  min-width: 120px;
  text-align: center;
}

header nav ul li.calltoaction-inverse a {
  background-color: #fff;
  color: #7fd0cd;
  border: 2px solid #7fd0cd;
}

header .login-user {
  display: none;
}

body.shortlist {

}

section.shortlistPanel {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  background-color: #f7f7f7;
  position: fixed;
  width: 100%;
  top: 92px;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
}

body.shortlist section.shortlistPanel {
  max-height: 1000px;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  transition: .8s;
}

section.shortlistPanel .inner {
  padding: 40px 0 20px 0;
}

section.shortlistPanel .inner .venues ul li {
  background-color: #fff;
  padding: 10px;
  min-height: 182px;
  position: relative;
}

section.shortlistPanel .inner .venues ul li .removeShortlist {
  position: absolute;
  cursor: pointer;
  top: -6px;
  right: -6px;
  background-color: #7dcfcd;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 28px;
  text-align: center;
  font-size: 1em;
  border-radius: 50%;
}

.closeShortlist {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background-color: #e36363;
  color: #fff !important;
  width: 26px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  font-size: 1em;
  border-radius: 50%;
}

section.shortlistPanel .inner .venues ul li .image {
  display: block;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

section.shortlistPanel .inner .venues ul li h4 {
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 500;
  text-align: center;
  height: 32px;
  overflow: hidden;
}

section.shortlistPanel .inner .venues ul li:empty {
  opacity: .6;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all linear .2s;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

section.shortlistPanel .inner .venues ul li:empty:hover {
  opacity: 1;
}

section.shortlistPanel .inner .venues ul li:empty:after {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 5em;
  color: #bfdedd;
}

/***************************************************************************/

section {
  padding: 50px 0;
  position: relative;
  background-color: #fff;
}

/***************************************************************************/

section.hero {
  background-image: url('../img/hero.png');
  min-height: 360px;
  background-size: cover;
  background-position: center;
}

section.hero:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background-color: #7dcfcd;
  opacity: 0.1;
  /*display: none;*/
}

section.hero .search {
  width: 870px;
  margin: auto;
  max-width: 90%;
  text-align: center;
  position: relative;
  z-index: 10;
  top: 6.9vh;
}

section.hero .search h1 {
  font-size: 3.5em;
  color: #fff;
  margin-bottom: 5px;
}

section.hero .search h2 {
  /*font-size: 3.5em;*/
  color: #fff;
  margin-bottom: 5px;
}

section.hero .search h3 {
  font-size: 1.7em;
  color: #fff;
  margin-bottom: 35px;
}

section.hero .search form {
  padding: 17px 3px;
  /*background-color: rgba(38, 41, 41, 0.65);*/
  margin-top: 57px;
}

section.hero .search div {
  /*padding: 0 8.5px;*/
}

.search .unit-25.city,
.search .unit-25.type,
.search .unit-25.people{
  height: 50px;
  background-color: #f9f9f9;
}

.search .unit-25 #location,
.search .unit-25 #type{
  border-right: #B4B3B3 1px solid;
}

.search .unit-15.end.button{
  height: 50px;
}

.search .unit-15.end.button button{
  height: 100%;
}

section.hero .search input,
section.hero .search button,
section.hero .search select{
  margin-bottom: 0;
  height: 40px;
  line-height: 45px;
  width: 100%;
}
.search input,
.search select,
.search .ui-spinner{
    margin: 5px 0px;
}

section.hero .search button {
  font-size: 1.3em;
}

section.hero .content {
  width: 650px;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  position: relative;
  z-index: 10;
}

section.hero .content h2 {
  color: #fff;
  font-size: 2.7em;
}

section.hero .content p {
  color: #fff;
  margin-bottom: 25px;
}

section.hero .content p:last-child {
  margin-bottom: 0;
}

section.hero .content a.btn {
  height: 47px;
  line-height: 50px;
  font-size: 1.2em;
}

section.popular a {
  height: 250px;
  text-align: center;
  border: #fff solid 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

section.popular a:first-child {
  border-left: none;
}

section.popular a:last-child {
  border-right: none;
}

section.popular a h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.6em;
  padding: 5px 10px;
  background-color: rgba(38, 41, 41, 0.65);
  -moz-transition: all linear .1s;
  -webkit-transition: all linear .1s;
  transition: all linear .1s;
}

section.popular a:hover h3 {
  background-color: rgba(125, 207, 205, 0.75);
}

/*section.points {
    background-color: #fff;
}
section.points .point {
    text-align: center;
}
section.points .point span.icon {
    font-size: 4em;
    margin-bottom: 15px;
    display: block;
    color: #7dcfcd;
}
section.points .point h3 {
    font-size: 1.9em;
    margin-bottom: 15px;
}
section.points .point p {
    font-size: .95em;
    font-weight: 300;
    color: #828282;
}*/

/***************************************************************************/

#page_search footer .wrapper {
  width: auto;
  max-width: 100%;
}

#page_search footer .links {
  padding: 15px;
}

.searchWrapper {
  padding-right: 30%;
  position: relative;
}

.searchWrapper section.search {
  background-image: url('../img/hero.jpg');
  padding: 30px 0 60px 0;
  background-color: rgba(0, 0, 0, .15);
  color: #fff;
}

.searchWrapper .units-split, .searchWrapper .units-split + div {
  padding: 0 30px;
}

.searchWrapper section.search h1 {
  color: #fff;
  margin-bottom: 15px;
  padding: 0 30px;
  margin-top: 20px;
}

.searchWrapper section.search div.field {
  padding: 0 8.5px;
}

.searchWrapper section.search div.field:first-child {
  padding-left: 0;
}

.searchWrapper section.search div.field:last-child {
  padding-right: 0;
}

.searchWrapper section.search input,
.searchWrapper section.search button {
  margin-bottom: 0;
  height: 45px;
  line-height: 45px;
  width: 100%;
  margin-top: 8px;
}

.searchWrapper section.search input[type="number"], section.hero .search input[type="number"] {
  margin: 0;
  padding-right: 20px;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  margin: 0;
  padding-right: 20px;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.searchWrapper section.search button {
  font-size: 1.3em;
  padding: 0;
}

section.results {
  /*background-color: #eee;*/
  padding: 30px;
}

section.results ul.blocks-3 li.result:nth-child(3n+1) {
  clear: both;
}

ul.blocks-3 li.item-offer {
  width: 27.499%;
}

form.tick-box {
  margin-top: 20px;
}

section.results ul.blocks-2 li.result:nth-child(2n+1) {
  clear: both;
}

section.results .result {
  background-color: #fff;
}

section.results .result a {
  display: block;
  /*padding-bottom: 25px;*/
  background-color: #fff;
}

section.results .result a .image {
  display: inline-block;
  background-size: cover;
  background-position: center;
  height: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

section.results .result a .image h3 {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5em;
  padding: 7px 10px;
  background-color: rgba(38, 41, 41, 0.65);
  -moz-transition: all linear .1s;
  -webkit-transition: all linear .1s;
  transition: all linear .1s;
}

section.results .result .heading {
  padding: 15px;
  display: none;
}

section.results .result .heading h3 {
  margin-bottom: 8px;
  font-size: 1.3em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

section.results .result .heading .rooms {
  display: block;
  font-size: 1.05em;
  margin-bottom: 0px;
}

section.results .result .description .rooms {
  display: block;
  font-size: 1.05em;
  margin-bottom: 8px;
  font-weight: 400;
}

section.results .result a:hover .image h3 {
  /*background-color: rgba(125, 207, 205, 0.75);*/
}

section.results .result .description {
  padding: 18px;
  position: relative;
  background-color: #fff;
}

section.results .result .description p {
  font-size: .9em;
}

section.results .result .footing {
  padding: 0 15px 15px 15px;
  background-color: #fff;
}

section.results .result .footing span.shortlist {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
  display: block;
  border: 2px solid #7dcfcd;
}

section.results .result .footing span.shortlist:hover {
  color: #fff;
}

section.results .result .footing span.shortlist.shortlisted {
  color: #7dcfcd;
  background-color: #fff;
}

section.results .result .footing span.shortlist.shortlisted:hover {
  color: #7dcfcd;
}

.btn.shortlist i.fa-plus {
  position: relative;
  top: 0px;
  left: -5px;
  font-size: 13px;
}

/*section.results .result .footing span.shortlist.shortlisted,*/

/*section.results .result .footing span.shortlist:hover {*/
/*color: #d40e0e;*/

/*}*/

section.results .result .footing span.btn {
  height: 38px;
  line-height: 35px;
}

section.results .result .footing span.btn em {
  display: inline-block;
}

section.results .result .footing span.btn em + em {
  display: none;
}

section.results .result .footing span.btn.shortlisted em {
  display: none;
}

section.results .result .footing span.btn.shortlisted em + em {
  display: inline-block;
}

.result .description &gt; p {
  height: 75px;
  overflow: hidden;
  position: relative;
}

.result .description &gt; p:after {
  content: ' ';
  background: red;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.searchWrapper section.map {
  position: fixed;
  top: 93px;
  right: 0;
  bottom: 0;
  width: 30%;
  background-color: #7dcfcd;
  padding: 0;
}

.searchWrapper section.map #map {
  position: fixed;
  width: 100%;
  height: 100%;
}

/***************************************************************************/

/***************************************************************************/

footer {
  background-color: #262929;
  padding: 0;
  color: #fff;
  margin-top: auto;
}

footer .cities {
  padding: 28px 0 19px 0;
  background-color: rgba(255, 255, 255, .04);
}

footer .cities li {
  margin-bottom: 8px;
}

footer .cities li a {
  display: block;
  color: #999;
}

footer .links {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, .08);
}

footer .links ul {
  list-style: none;
}

footer .links ul li {
  display: inline-block;
}

footer .links ul li strong {
  color: #fff;
  margin-bottom: 10px;
  opacity: .5;
  display: block;
}

footer .links ul li a,
footer .links ul li a:visited {
  color: #fff;
  display: block;
  padding: 10px 20px 10px 0;
}

footer .links ul li a:hover {
  color: #7dcfcd;
}

footer .links .social {
  float: right;
}

footer .links .social a {
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  margin-top: 2px;
  font-size: 1.2em;
}

/*footer .links .social a.facebook {
    color: #3b5999;
}
footer .links .social a.twitter {
    color: #55acee;
}
footer .links .social a.linkedin {
    color: #0077B5;
}*/

footer .copyright {
  padding: 24px 0;
  /*font-size: .9em;*/
  color: rgba(255, 255, 255, .5);
}

footer .copyright .weboptic {
  text-align: right;
}

header {
  position: fixed;
  top: 0;
  z-index: 999
}

#page_search {
  /*padding-top: 67px;*/
}

/*
 * UI Loader
 */

@-webkit-keyframes uil-default-anim {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes uil-default-anim {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.uil-default-css &gt; div:nth-of-type(1) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}

.uil-default-css &gt; div:nth-of-type(2) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.4166666666666667s;
  animation-delay: -0.4166666666666667s;
}

.uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}

.uil-default-css &gt; div:nth-of-type(3) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.33333333333333337s;
  animation-delay: -0.33333333333333337s;
}

.uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}

.uil-default-css &gt; div:nth-of-type(4) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}

.uil-default-css &gt; div:nth-of-type(5) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.16666666666666669s;
  animation-delay: -0.16666666666666669s;
}

.uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}

.uil-default-css &gt; div:nth-of-type(6) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: -0.08333333333333331s;
  animation-delay: -0.08333333333333331s;
}

.uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}

.uil-default-css &gt; div:nth-of-type(7) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}

.uil-default-css &gt; div:nth-of-type(8) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.08333333333333337s;
  animation-delay: 0.08333333333333337s;
}

.uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}

.uil-default-css &gt; div:nth-of-type(9) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.16666666666666663s;
  animation-delay: 0.16666666666666663s;
}

.uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}

.uil-default-css &gt; div:nth-of-type(10) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}

.uil-default-css &gt; div:nth-of-type(11) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.33333333333333337s;
  animation-delay: 0.33333333333333337s;
}

.uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
}

.uil-default-css &gt; div:nth-of-type(12) {
  -webkit-animation: uil-default-anim 1s linear infinite;
  animation: uil-default-anim 1s linear infinite;
  -webkit-animation-delay: 0.41666666666666663s;
  animation-delay: 0.41666666666666663s;
}

.uil-default-css {
  position: relative;
  background: none;
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-top: 200px;
}

.loading-overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

/* DAN VENUE PAGE */

ul.facilities {
  list-style: none;
}

ul.facilities li {
  display: inline-block;
  margin-right: 8px;
  color: #3e3e3e;
  font-size: 1.6em;
  font-family: 'FontAwesome';
}

ul.facilities li.bedrooms:before {
  content: '\f236';
}

ul.facilities li.wifi:before {
  content: '\f1eb';
}

ul.facilities li.parking:before {
  content: '\f1b9';
}

ul.facilities li.swimming_pool:before {
  content: '\f1cd';
}

ul.facilities li.disabled_facilities:before {
  content: '\f193';
}

ul.facilities li.restaurant:before {
  content: '\f0f5';
}

ul.facilities li.av_technician_onsite:before {
  content: '\f26c';
}

ul.facilities li.business_centre:before {
  content: '\f200';
}

ul.facilities li.bar:before {
  content: '\f0fc';
}

ul.facilities li.laundry_service:before {
  content: '\f27e';
}

ul.facilities li.blackout_equipment:before {
  content: '\f0c8';
}

ul.facilities li.gym:before {
  content: '\f206';
}

#page_venue section.overview, #page_venue section.venue-type-facility, #page_venue section.section-virtual-tour {
  padding: 0;
  margin-bottom: 35px;
}

#page_venue section.overview .images {
  position: relative;
}

#page_venue section.overview .images img {
  display: block;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

#page_venue section.overview .images span.shortlist {
  position: absolute;
  font-size: 2.2em;
  color: #fff;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

#page_venue section.overview .images span.shortlist.shortlisted,
#page_venue section.overview .images span.shortlist:hover {
  color: #d40e0e;
}

#page_venue section.overview .images .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  z-index: 2;
}

#page_venue section.overview .images .inner h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.6em;
  padding: 5px 10px;
  background-color: rgba(38, 41, 41, 0.65);
  max-width: 70%;
  text-align: center;
}

#page_venue section.overview .details {
  padding: 30px;
}

#page_venue section.overview .details .info .opening {
  margin-bottom: 20px;
}

#page_venue section.overview .details .info .opening span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: .9em;
  text-align: center;
  background-color: #eee;
  color: #000;
  display: inline-block;
  margin-right: 2px;
}

#page_venue section.overview .details .info .opening span.open {
  background-color: #7dcfcd;
  color: #fff;
}

#page_venue section.overview .details .info .opening .time {
  height: 30px;
  line-height: 30px;
  color: #555;
  display: block;
}

#page_venue section.overview .details .info .facilities {
  margin-bottom: 30px;
  text-align: center;
}

#page_venue section.overview .details .info .address {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #7dcfcd;
  line-height: 1.2em;
  text-align: center;
}

#page_venue {
}

#page_venue section.filter {
  /*background-color: #eee;*/
  background-image: url('../img/hero.jpg');
  padding: 0;
}

#page_venue section.filter form {
  padding: 30px;
  background-color: rgba(0, 0, 0, .15);
  color: #fff;
}

#page_venue section.filter h2,
#page_venue section.filter h1 {
  color: #fff;
  margin-bottom: 15px;
}

#page_venue section.filter h2 {
  margin-top: 15px;
}

#page_venue section.filter div.field {
  padding: 0 8.5px;
}

#page_venue section.filter div.field:first-child {
  padding-left: 0;
}

#page_venue section.filter div.field:last-child {
  padding-right: 0;
}

#page_venue section.filter input,
#page_venue section.filter .custom-select,
#page_venue section.filter select,
#page_venue section.filter button {
  margin-bottom: 0;
  height: 45px;
  line-height: 45px;
  width: 100%;
  margin-top: 8px;
}

#page_venue section.filter select {
  margin-top: 0;
  color: #555;
  background-color: white;
}

#page_venue section.filter button {
  font-size: 1.3em;
}

#page_venue section.filter div.field.layout {

}

#page_venue section.filter div.field.layout ul {
  list-style: none;
  margin-top: 8px;
}

#page_venue section.filter div.field.layout ul li {
  display: inline-block;
  float: left;
  margin-right: 4px;
}

#page_venue section.filter div.field.layout li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  background-position: center;
}

#page_venue section.filter div.field.layout ul li a.ushape {
  background-image: url('../img/layouts/white/u-shape.png');
}

#page_venue section.filter div.field.layout ul li a.boardroom {
  background-image: url('../img/layouts/white/boardroom.png');
}

#page_venue section.filter div.field.layout ul li a.reception {
  background-image: url('../img/layouts/white/reception.png');
}

#page_venue section.filter div.field.layout ul li a.banquet {
  background-image: url('../img/layouts/white/banquet.png');
}

#page_venue section.filter div.field.layout ul li a.theatre {
  background-image: url('../img/layouts/white/theatre.png');
}

#page_venue section.filter div.field.layout ul li a.classroom {
  background-image: url('../img/layouts/white/classroom.png');
}

#page_venue section.rooms {
  padding: 0;
  margin-bottom: 35px;
  background: none;
}

#page_venue section.rooms &gt; ul &gt; {
  list-style: none;
}

#page_venue section.rooms &gt; ul &gt; li {
  display: block;
  margin-top: 15px;
  background-color: #fff;
}

#page_venue section.rooms &gt; ul &gt; li .image {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

#page_venue section.rooms &gt; ul &gt; li .image img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 295px;
}

#page_venue section.rooms &gt; ul &gt; li .image .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  z-index: 5;
}

#page_venue section.rooms &gt; ul &gt; li .image .title h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.1em;
  padding: 5px 10px;
  background-color: rgba(38, 41, 41, 0.65);
  text-align: center;
}

#page_venue section.rooms &gt; ul &gt; li .details {
  padding: 30px;
}

#page_venue section.rooms &gt; ul &gt; li .details strong {
  display: block;
  margin-bottom: 10px;
  color: #525252;
}

#page_venue section.rooms &gt; ul &gt; li .details .icon {
  width: 45px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  text-align: center;
  padding-top: 50px;
}

#page_venue section.rooms &gt; ul &gt; li .details strong + .icon {
  margin-left: -5px;
}

#page_venue section.rooms &gt; ul &gt; li .details .icon.ushape {
  background-image: url('../img/layouts/green/u-shape.png');
}

#page_venue section.rooms &gt; ul &gt; li .details .icon.boardroom {
  background-image: url('../img/layouts/green/boardroom.png');
}

#page_venue section.rooms &gt; ul &gt; li .details .icon.reception {
  background-image: url('../img/layouts/green/reception.png');
}

#page_venue section.rooms &gt; ul &gt; li .details .icon.banquet {
  background-image: url('../img/layouts/green/banquet.png');
}

#page_venue section.rooms &gt; ul &gt; li .details .icon.theatre {
  background-image: url('../img/layouts/green/theatre.png');
}

#page_venue section.rooms &gt; ul &gt; li .details .icon.classroom {
  background-image: url('../img/layouts/green/classroom.png');
}

#page_venue section.rooms &gt; ul &gt; li .details .dimensions {
  color: #999;
}

#page_venue section.rooms &gt; ul &gt; li .details .dimensions strong {
  margin-bottom: 15px;
}

#page_venue section.rooms &gt; ul &gt; li .details .dimensions span {
  color: #333;
  display: inline-block;
  margin-left: 3px;
}

#page_venue section.rooms &gt; ul &gt; li .details .dimensions sup {
  font-size: 0.8em;
  vertical-align: super;
  position: absolute;
}

#page_venue section.rooms &gt; ul &gt; li .details a.btn {
  margin-top: 30px;
}

#page_venue section.rooms &gt; ul &gt; li .details .facilities {
  margin-top: 22px;
}

#page_venue section.rooms &gt; ul &gt; li .details .facilities li {
  /*font-size: 1.6em;*/
}

#page_venue section.map {
  padding: 0;
  margin-bottom: 35px;
}

#page_venue section.map h2 {
  display: inline-block;
  margin: 17px 10px 15px 25px;
}

#page_venue section.map .address {
  color: #999;
  font-size: 1.2em;
  display: inline-block;
  margin: 0 30px 0 0;
}

#page_venue section.map #map {
  width: 100%;
  height: 500px;
}

/* END DAN VENUE PAGE */

/* Shortlisted Venue Counter */

.shortlistedVenues {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  margin-top: 16px;
}

.shortlistedVenues &gt; i {
  color: #e36363;
  font-size: 1.8em;
  line-height: 35px;
  height: 35px;
  vertical-align: middle;
  position: absolute;
}

.shortlistedVenues &gt; i.fa-heart {
  transition: all .0s ease;
  opacity: 0;
}

.shortlistedVenues {
  transition: none;
}

.shortlistedVenues:hover &gt; i.fa-heart {
  opacity: 1;
}

.shortlistedVenues &gt; span {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  vertical-align: middle;
  margin-left: 40px;
}

.shortlistedVenues &gt; i:after {
  content: attr(data-count);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0.5em;
  /*font-family: 'Karla';*/
  font-family: 'Open Sans', sans-serif;;
  color: #e36363;
  margin-top: -1px;
}

.shortlistedVenues &gt; i.fa-heart:after {
  color: white;
}

header nav {
  margin-top: 16px;
}

/* END Shortlisted Venue Counter */

/* Shortlist */

section.header {
  /*background-color: #eee;*/
  width: 100%;
  background-image: url('../img/hero.jpg');
  background-size: cover;
  background-position: center top;
  padding: 30px;
}

section.header .wrapper &gt; .units-row {
  padding: 0 30px;
}

section.header h1 {
  margin-bottom: 0px;
  color: white;
}

/* END Shortlist */

/* Get a Quote */

.steps .section {
  display: none;
  padding: 30px;
  background-color: #fff;
  margin-top: 30px;
}

.steps .section h2 {
  font-size: 1.4em;
  color: #373a3a;
  letter-spacing: 0px;
}

#page_quote .progress {
  width: 100%;

  margin-top: 30px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

#page_quote .progress .tick {
  border-right: 1px solid #dadada;
  width: calc(100% / 7);
  border-right: 4px solid #eee;
  position: relative;
  margin: 0 -.3px;
  /*z-index: 10;*/
  overflow: visible;
  background-color: #fff;
}

#page_quote .progress .tick:after {
  width: 37px;
  height: 37px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 4px;
  right: -19px;
  transform: rotate(45deg);
  z-index: 40;
  border: 4px solid #eee;
  border-left: none;
  border-bottom: none;
  transition: all 0.2s ease;
}

#page_quote .progress .tick:last-child {
  border-right: 0;
}

#page_quote .progress .tick:last-child:after {
  display: none;
}

#page_quote .progress .tick span {
  opacity: .6;
  color: #fff;
  text-align: center;
  padding: 5px 0px 5px 20px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  height: 50px;
  line-height: 40px;
  cursor: not-allowed;
  font-size: 1em;
  font-weight: 600;
  position: relative;
  z-index: 50;
}

#page_quote .progress .tick[data-complete="false"][data-current="false"] span {
  color: #777;
}

#page_quote .progress .tick[data-complete="true"],
#page_quote .progress .tick[data-current="true"] {
  background-color: #7dcfcd;
  /* border-right-color: #7dcfcd; */
  transition: all 0.2s ease;
  cursor: pointer;
}

#page_quote .progress .tick[data-complete="true"]:after,
#page_quote .progress .tick[data-current="true"]:after {
  background-color: #7dcfcd;
}

#page_quote .progress .tick[data-complete="true"] span,
#page_quote .progress .tick[data-current="true"] span {
  cursor: pointer;
}

#page_quote .progress .tick[data-current="true"],
#page_quote .progress .tick[data-complete="true"]:hover {
  background-color: #6fb7b5;
  /* border-right-color: #6fb7b5; */
}

#page_quote .progress .tick[data-current="true"]:after,
#page_quote .progress .tick[data-complete="true"]:hover:after {
  background-color: #6fb7b5;
}

#page_quote .progress .tick:hover span,
#page_quote .progress .tick[data-current="true"] span {
  opacity: 1;

}

.progress.venue-progress-bar {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.progress.venue-progress-bar .tick {
  width: calc(100% / 8);
  position: relative;
  overflow: visible;
  color: #4f4f4f;
  background-color: #fff;
}

.progress.venue-progress-bar span {
  text-align: center;
  display: block;
  height: 60px;
  line-height: 60px;
  cursor: not-allowed;
  font-size: 1.1em;
  font-weight: 600;
  position: relative;
  z-index: 50;
}

.progress.venue-progress-bar .tick[data-complete="false"][data-current="false"] span {
  color: #4f4f4f;
}

.progress.venue-progress-bar .tick[data-current="true"] {
  background-color: #7dcfcd;
  transition: all 0.3s ease;
  cursor: pointer;
}

.progress.venue-progress-bar .tick[data-current="true"] span {
  cursor: pointer;
  color: #fff;
}

.progress.venue-progress-bar .tick[data-complete="true"]:before {
  background: #7dcfcd;
}

.progress.venue-progress-bar .tick[data-complete="false"]:before {
  background: #eea490;
  top: 0;
}

.progress.venue-progress-bar .tick:before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
}

.progress.venue-progress-bar .tick[data-complete="false"]:hover, .progress .tick[data-current="false"]:hover {
  background-color: #7dcfcd;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.progress.venue-progress-bar .tick[data-complete="false"]:hover:before, .progress .tick[data-current="false"]:hover:before {
  display: none;
}

.progress.venue-progress-bar .tick[data-current="false"] span:hover, .progress .tick[data-complete="false"] span:hover {
  color: #fff;
}

.progress.venue-progress-bar .tick[data-current="true"] {
  color: #fff;
  background: #7dcfcd;
}

.progress.venue-progress-bar .tick[data-current="true"]:before {
  display: none;
}

.progress.venue-progress-bar .tick[data-current="true"] span {
  color: #fff !important;
}

.progress.venue-progress-bar .tick[data-current="true"] .step-text, .progress .tick[data-current="false"] .step-number {
  display: block;
}

.progress.venue-progress-bar .tick[data-current="true"] .step-number, .progress .tick[data-current="false"] .step-text {
  display: none;
}

#page_quote .section .title {
  display: none;
}

#page_quote .alert {
  display: none;
}

#page_quote .alert p {
  padding: 10px;
  text-align: center;
  background-color: white;
}

#page_quote .alert.error p {
  background-color: #e36363;
  color: white;
}

label.required &gt; span:not([data-help]):after {
  content: '*';
  color: #e36363;
  margin-left: 5px;
}

.steps input:not([type="button"]),
.steps textarea,
.steps select {
  border: 1px solid transparent;
  margin-bottom: 5px;
  height: 30px;
  padding: 0 2px;
}

.steps textarea[name="otherInformation"] {
  height: 100px;
}

.steps input:not([type="button"]),
.steps textarea {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #333;
  margin-bottom: 5px;
}

.steps label:after {
  content: attr(data-error);
  font-size: 0.8em;
  color: #e36363;
  display: block;
}

form .frame input {
  display: none;
}

form .frame label {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 10px;
  background: #369;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12pt;
  color: #FFF;
  font-smoothing: antialiased;
}

.steps label.check {
  border-radius: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: white;
  position: relative;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  top: 1px;
}

.steps label .fa {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 20px;
  color: #fff;
  text-align: center;
}

.steps input[type="checkbox"] {
  display: none;
}

.steps input[type="checkbox"] + label + label {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  margin-bottom: 10px;
  vertical-align: middle;
  margin-left: 5px;
  width: 85%;
}

.steps input[type="checkbox"]:checked + label {
  background: #7dcfcd;
  border-color: transparent;
}

.steps input[type="checkbox"]:checked + label .fa {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.steps .rooms .room h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  width: 50%;
}

.rooms .room:first-child .delete {
  display: none;
}

.steps .rooms .room .delete {
  padding: 1px 4px;
  border: 1px solid #e36363;
  border-radius: 3px;
  color: #e36363;
  font-size: 0.8em;
  position: relative;
  top: 5px;
  transition: all 0.2s ease;
}

.steps .rooms .room .delete:hover {
  background-color: #e36363;
  color: white;
}

.steps .rooms .room + .room {
  margin-top: 20px;
}

label.radio {
  display: inline-block;
  margin-bottom: 0px;
  height: auto;
  font-size: 0.7em;
}

.radio input[type="radio"] {
  height: auto;
  margin-right: 2px;
  position: relative;
  top: -3px;
}

label.radio + label.radio {
  margin-left: 10px;
}

label.radio.roomType {
  display: block;
  border-radius: 3px;
  background-color: white;
  transition: all 0.2s ease;
  width: 50px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

label.roomTitle {
  text-align: center;
}

label.radio.roomType[data-type="ushape"] {
  background-image: url('/assets/img/layouts/green/u-shape.png');
}

label.radio.roomType[data-type="boardroom"] {
  background-image: url('/assets/img/layouts/green/boardroom.png');
}

label.radio.roomType[data-type="reception"] {
  background-image: url('/assets/img/layouts/green/reception.png');
}

label.radio.roomType[data-type="banquet"] {
  background-image: url('/assets/img/layouts/green/banquet.png');
}

label.radio.roomType[data-type="theatre"] {
  background-image: url('/assets/img/layouts/green/theatre.png');
}

label.radio.roomType[data-type="classroom"] {
  background-image: url('/assets/img/layouts/green/classroom.png');
}

label.radio.roomType.active[data-type="ushape"] {
  background-image: url('/assets/img/layouts/white/u-shape.png');
}

label.radio.roomType.active[data-type="boardroom"] {
  background-image: url('/assets/img/layouts/white/boardroom.png');
}

label.radio.roomType.active[data-type="reception"] {
  background-image: url('/assets/img/layouts/white/reception.png');
}

label.radio.roomType.active[data-type="banquet"] {
  background-image: url('/assets/img/layouts/white/banquet.png');
}

label.radio.roomType.active[data-type="theatre"] {
  background-image: url('/assets/img/layouts/white/theatre.png');
}

label.radio.roomType.active[data-type="classroom"] {
  background-image: url('/assets/img/layouts/white/classroom.png');
}

label.radio.roomType.active {
  background-color: #7dcfcd;
}

label.radio.roomType input[type="radio"] {
  display: none;
}

.equipment-needed {
  margin-bottom: 5px
}

.equipment-needed + ul &gt; li &gt; label &gt; span {
  font-size: 0.9em;
  display: block;
}

.steps .accommodation {
  display: none;
}

/* END Get a Quote */

/* Cards */

.card {
  padding: 25px;
  background-color: #fff;
  border-bottom: 1px solid #d6d5d5;
  margin-bottom: 30px;
}

.card h2 {
  letter-spacing: 0px;
  /*font-family: 'karla';*/
  font-family: 'Open Sans', sans-serif;;
  color: #4f4f4f;
}

.card h3 {
  letter-spacing: 0px;
  /*font-family: 'karla';*/
  font-family: 'Open Sans', sans-serif;;
  color: #4f4f4f;
}

.card table {
  width: 100%;
  margin-bottom: 0px;
}

.card table tr td, table tr th {
  padding: 20px 10px;
  font-size: 0.8em;
  color: #4f4f4f;
  text-align: left;
}

.card table tr td.text-right,
.card table tr th.text-right {
  text-align: right;
}

.card table tr td a.btn {
  height: 20px;
  line-height: 20px;
  font-size: 1em;
  font-weight: normal;
  /*padding: 0 25px;*/
}

.card td .btn-confirm-wrap .btn {
  padding: 0 5px !important;
  text-align: center;
}

.card.enquiry label {
  margin-bottom: 10px;
}

.card.enquiry label.error input {
  margin-bottom: 10px;
}

.card .btn-inverted {
  border: 1px solid #7dcfcd;
  background-color: #fff;
  color: #7dcfcd;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
  cursor: auto;
}

.card .confirmed {
  padding: 0 10px !important;
}

.card .btn-expired {
  padding: 0 19px;
}

/* END Cards */

#page_quotes .enquiries {
  margin-top: 20px;
}

/* Login Styles */
#page_login .content-wrap {
  display: flex;
  flex-direction: column;
}

section.wrapper.login {
  padding: 20px;
  text-align: left;
  background: url('../img/login-bg.jpg');
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}

section.wrapper.login &gt; .card {
  margin: 0 auto;
}

section.wrapper.login input[type="text"],
section.wrapper.login input[type="email"],
section.wrapper.login input[type="password"],
section.wrapper.login input[type="tel"] {
  border: 1px solid #fff;
  margin-bottom: 5px;
  height: 30px;
  padding: 0 2px;
  outline: none;
  border-bottom-color: rgba(51, 51, 51, 0.2);
  background-color: #fff;
}

section.wrapper.login label.error input[type="text"],
section.wrapper.login label.error input[type="email"],
section.wrapper.login label.error input[type="password"] {
  border-bottom-color: #e36363;
}

form label {
  margin-bottom: 15px;
}

section.wrapper.login p.error, .wrapper .card p.error {
  color: #e36363;
  text-align: center;
  font-size: 0.9em;
  margin-top: -10px;
}

section.wrapper.login p.error a {
  color: #e36363;
  text-decoration: underline;
}

section.wrapper.login p.error-register, .wrapper .card p.error-register {
  text-align: initial;
  margin-bottom: 5px;
}

.wrapper .card p.error-tags {
  margin-top: 5px;
}

section.wrapper.login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* END Login Styles */

#page .wrapper &gt; .card {
  margin-top: 30px;
}

/* Quotes */

input[type="submit"][name="reject"],
a.btn[name="reject"],
a.btn.reject {
  background-color: #e36363;
}

a.btn.cancel {
  background-color: #c3c3c3;
}

/* END Quotes */

/* Forms */

a.form-alternate-action {
  color: #7dcfcd;
  margin-right: 10px;
}

.top-info.alert {
  padding: 10px;
  text-align: center;
  background-color: white;
}

.top-info.alert p {
  color: #4f4f4f;
}

.top-info.alert.error {
  background-color: #e36363;
}

.top-info.alert.error p,
.top-info.alert.success p {
  color: white;
}

.top-info.alert.success {
  background-color: #7dcfcd;
}

.top-info {
  margin-bottom: 0;
}

/* END Forms */

/* Help Tooltip */

span[data-help]:after {
  content: '\f059';
  font-family: 'FontAwesome';
  margin-left: 5px;
  position: relative;
}

span[data-help] span strong {
  color: white;
}

span[data-help] span {
  display: none;
  position: absolute;
  max-width: 250px;
  padding: 15px 10px;
  background-color: rgba(79, 79, 79, 0.9);
  border-radius: 3px;
  color: #fff;
  text-align: center;
  transform: translate(calc(-25% + 11px), calc(-100% - 30px));
}

span[data-help]:hover span {
  display: block;
}

span[data-help]:hover span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgba(79, 79, 79, 0.90) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -10px;
  left: 50%;
}

/* END Help Tooltip */

/* Advanced Search */

.searchWrapper .advanced {
  max-height: 0;
  /*margin-top: 15px;*/
  transition: max-height linear 0.3s;
  overflow: hidden;
  margin-bottom: 25px;
  /*background-color: rgba(0,0,0,0);*/
  padding: 0px 30px;
  /*margin: 0px -30px -30px;*/
  /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);*/
  /*background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,#000 100%);*/
  /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#000 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/
  opacity: 0;
}

.searchWrapper .advanced.open {
  max-height: 1000px;
  padding: 30px 20px;
  /*margin: 0px -30px -60px;*/
  margin-bottom: -60px;
  opacity: 1;
  background: #fff;
}

.btnAdvanced {
  color: white;
}

.searchWrapper section.search .check-btn {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}

.searchWrapper section.search label {
  display: inline-block;
  width: auto !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  cursor: pointer;
}

.checkbox-tag .check-btn + span:before, .checkbox-tag .check-btn + span:after {
  display: none !important;
}

.checkbox-tag .checkbox {
  display: inline-block;
}

.checkbox-tag .checkbox-label {
  padding: 0;
  display: inline-block;
}

.checkbox-tag .check-btn + span {
  display: inline-block;
  width: auto;
  border: 1px solid #7dcfcd;
  padding: 0px 10px;
  line-height: 34px;
  height: 35px;
  transition: all 0.2s ease;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
  color: #7dcfcd;
  transition: all 0.2s ease;
  position: relative;
}

.checkbox-tag input:checked + span,
.checkbox-tag input + span:hover {
  border-color: #7dcfcd;
  background: #7dcfcd;
  color: #fff;
}

.advanced p {
  font-size: 15px;
  color: white;
  /* margin: 0; */
  margin-bottom: 0px;
}

.advanced p + .unit-90 {
  margin-left: 0;
  margin-bottom: 20px;
}

.advanced .units-row .unit-50:first-child {
  margin-left: 0;
  margin-bottom: 20px;
}

/* END Advanced Search */

/* Pagination */

ul.pagination {
  display: block;
  list-style-type: none;
}

ul.pagination li {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #7dcfcd;
  color: white;
  text-align: center;
  line-height: 35px;
}

ul.pagination li.page-cus {
  margin-left: 4px;
}

ul.pagination li a {
  color: white;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

ul.pagination li.active {
  background-color: #64aba9;
}

ul.pagination li:hover {
  background-color: #64aba9;
}

ul.pagination li.disabled {
  background-color: #bdbdbd;
  cursor: default;
}

/* END Pagination */

/* Payment Forms */

form.payment label {
  text-align: left;
}

/* END Payment Forms */

/* Reject Overlay */
.reject-overlay {
  display: none;
  position: fixed;
  top: -70px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.reject-overlay &gt; div {
  position: absolute;
  width: 100%;
  max-width: 600px;
  /* height: 400px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* END Reject Overlay */

.cards + div &gt; p {
  font-size: 0.8em;
  line-height: 1.1em;
  /* max-width: 220px; */
  width: 100%;
}

#page_venue .details span.btn.shortlist {
  width: 100%;
  margin-bottom: 30px;
}

#page_venue .details span.btn.shortlist em {
  display: inline-block;
}

#page_venue .details span.btn.shortlist em + em {
  display: none;
}

#page_venue .details span.btn.shortlist.shortlisted em {
  display: none;
}

#page_venue .details span.btn.shortlist.shortlisted em + em {
  display: inline-block;
}

.nights .night:nth-child(odd) {
  margin-left: 0;
}

.nights .night h3 {
  margin-bottom: 5px;
  font-size: 15px;
}

.steps .step-5 .nights label {
  font-size: 0.85em;
}

.steps .step-5 .nights input[type="checkbox"] {
  display: block;
}

#page_enquiry .header,
#page_quote .header,
#page_booking .header,
#page_bookings .header,
#page_quotes .header {
  /*margin-top: 67px;*/
}

.wrapper.gap {
  margin-top: 30px;
}

#page_blog section.header &gt; .wrapper,
#page section.header &gt; .wrapper {
  margin-top: 20px;
}

a.card {
  display: block;
}

.card.quote h3.section-title {
  font-size: 1.06em;
}

.card.quote label:after {
  content: attr(data-error);
  font-size: 0.8em;
  color: #e36363;
  display: block;
}

.card.quote input,
.card.quote textarea {
  margin-bottom: 5px;
}

.blocks-card {
  padding-bottom: 5px;
}

a.btn.small {
  height: 25px;
  line-height: 25px;
  font-size: 0.9em;
  padding: 0 15px;
}

#page_booking input[type="submit"] {
  position: relative;
  top: 20px;
}

#quote-notification {
  padding: 20px;
  margin-top: 30px;
  text-align: center;
  display: none;
}

p.deposit-text {
  font-size: 0.8em;
  text-align: left;
  line-height: 19px;
  height: 40px;
}

p.deposit-text strong {
  color: #888;
}

span.past-due {
  color: #e36363;
  font-weight: bold;
}

.btn.get-a-quote-cta {
  margin-left: 30px;
  margin-top: -23px;
}

.duration small {
  font-size: 0.85em;
}

body label.fileBtn:after {
  content: attr(data-file) !important;
  left: 100% !important;
  color: #878787 !important;
}

/*section.header + .wrapper {*/
/*// padding-top: 30 px;*/

/*}*/

/***************************************************************************/

.mobilenav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #7dcfcd;
  z-index: 500;
  display: none;
}

.mobilenav a.toggle {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.3em;
  padding: 12px;
}

.mobilenav ul {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  bottom: 0;
  background-color: #fff;
}

.mobilenav ul.open {
  max-height: 1000px;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  transition: all linear .2s;
}

.mobilenav ul li {
  display: block;
}

.mobilenav ul li a {
  display: block;
  /*padding: 9px 83px 9px 16px;*/
  padding: 16px;
  font-size: 1em;
}

.login-user-mobile i {
  line-height: 35px;
  height: 35px;
  font-size: 1.8em;
  color: #7dcfcd;
  display: inline-block;
  vertical-align: top;
}

.login-user-mobile span {
  line-height: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.mobilenav nav &gt; ul &gt; li:first-child a {
  padding-top: 16px;
}

.mobilenav nav &gt; ul &gt; li:last-child a {
  padding-bottom: 16px;
}

.termsModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.termsModal .box {
  min-width: 490px;
  max-width: 600px;
  background-color: white;
  padding: 20px;
  max-height: 500px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.termsModal a.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.5em;
  cursor: pointer;
  padding: 10px;
  transition: all 0.2s linear;
}

.termsModal a.close:hover {
  color: #af3535;
}

.termsModal .scroll {
  overflow-y: scroll;
  max-height: 410px;
}

.gm-style-iw {
  max-width: 350px;
}

span.required {
  color: #e36363;
}

.featured {
  position: absolute;
  top: -5px;
  right: -37px;
  height: 39px;
  padding: 5px;
  background-color: #7dcfcd;
  color: #fff;
  transform: rotate(45deg);
  width: 100px;
  line-height: 36px;
}

.login-form-wrap {
  position: relative;
  transition: opacity .3s ease;
  flex-direction: column;
  justify-content: space-between;
  z-index: 0;
  display: flex;
  max-width: 480px;
  width: 100%;
  background: #fff;
}

.login-form-wrap h4 {
  color: #4f4f4f;
  font-size: 18px;
}

.toggle-form {
  color: #4f4f4f;
  font-size: 18px;
  background: #e4e6e6;
  display: block;
  text-align: center;
  padding: 20px;
  font-weight: 300;
}

#page_login .text-center {
  text-align: center;
  justify-content: center !important;
  margin-bottom: 10px !important;
}

#page_login .form-title {
  font-size: 1.75em;
  color: #4f4f4f;
  font-weight: bold;
  margin: 25px 0;
  text-align: center;
}

#page_login .card {
  padding: 0;
  position: relative;
  overflow: hidden;
  width: auto;
  min-width: 480px;
}

/*.login-form-wrap {*/
/*max-width: 480px;*/
/*width: 100%;*/
/*}*/

#venue-registration {
  max-width: 975px;
}

#page_login form,
.info-wrapper {
  padding: 30px 25px;
}

#page_login form .links a {
  display: inline-block;
  font-size: 12px;
  color: #8a8a8a;
  text-decoration: underline;
}

#page_login form .links.text-center a.form-alternate-action {
  margin-right: 0;
}

#page_login form .links a:hover {
  text-decoration: none;
}

#page_login form .links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#page_login form input {
  caret-color: #7dcfcd;
}

#page_login [type="submit"] {
  min-width: 150px;
}

#pac-input {
  display: none;
}

.spinner {
  margin: 82.5px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner &gt; div {
  background-color: #7dcfcd;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner .rect6 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.info-card {
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #7dcfcd;
}

.info-card p {
  color: white;
}

section.results .result .description .distance {
  display: block;
  /* font-size: 1.05em; */
  margin-bottom: 8px;
  font-weight: 400;
  position: absolute;
  top: -26px;
  right: 0px;
  background-color: rgba(125, 207, 205, 0.95);
  color: white;
  padding: 5px 10px;
}

li.blog.card {
  padding: 0px;
}

li.blog.card &gt; a &gt; h2 {
  padding: 20px;
  font-size: 1.1em;
  margin-bottom: 0;
  height: 80px;
}

.blog.card img {
  height: 227px;
  object-fit: cover;
  margin: 10px 10px 0px 10px;
  width: calc(100% - 21px);
}

#page_blog_post &gt; section.header &gt; div &gt; div &gt; div {
  width: 100%;
}

#page_blog_post section.header {
  padding: 100px 0;
  text-align: center;
}

#page_blog_post section.header h1 {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  display: block;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page_venue section.overview .details .description .description-venue {
  white-space: pre-line;
}

#page_venue section.venue-type-facility .venue-tag, #page_venue section.event-room-facility .events {
  padding: 30px;
}

#page_venue section.venue-type-facility .venue-type h2, #page_venue section.venue-type-facility .venue-facility h2, #page_venue section.event-room-facility .events h2, #page_venue section.section-virtual-tour h2 {
  color: #4f4f4f;
}

#page_venue section.section-virtual-tour h2 {
  padding: 15px 30px;
  margin-bottom: 0;
}

#page_venue section.section-virtual-tour hr {
  margin: 0;
  height: 0;
  border-top: 2px solid #ccc;
}

#page_venue section.section-virtual-tour .content-virtual-tour {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

#page_venue section.section-virtual-tour .content-virtual-tour p {
  color: #828282;
  font-size: 17.6px;
  line-height: 25.344px;
  font-weight: 300;
  /*font-family: Karla, sans-serif;*/
  font-family: 'Open Sans', sans-serif;;
}

#page_venue section.event-room-facility {
  margin: 35px 0 20px 0;
  padding: 0;
}

#page_venue section.venue-type-facility .venue-tag .venue-type {
  margin-bottom: 30px;
}

#page_venue section.venue-type-facility .venue-tag ul, #page_venue section.event-room-facility .events ul {
  display: inline-block;
  margin-right: 10px;
  color: #3e3e3e;
  font-size: 1.6em;
  margin-bottom: 5px;
  font-family: 'FontAwesome';
}

#page_venue section.venue-type-facility .venue-tag ul li, #page_venue section.event-room-facility .events ul li {
  display: inline-block;
  color: #828282;
  font-size: 17.6px;
  line-height: 25.344px;
  font-weight: 300;
  margin-right: 8px;
  /*font-family: Karla, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
}

/* icon tags */

#page_venue section.venue-type-facility .venue-tag .venue-type ul.stars_icon:before {
  content: '\f005';
  margin-right: 10px;
}

#page_venue section.venue-type-facility .venue-tag .venue-type ul.party_venues:before {
  content: '\f001';
  margin-right: 10px;
}

#page_venue section.venue-type-facility .venue-tag .venue-type ul.corporate_venues:before {
  content: '\f27e';
  margin-right: 10px;
}

#page_venue section.venue-type-facility .venue-tag .venue-type ul.food_and_drink_venues:before {
  content: '\f0f5';
  margin-right: 10px;
}

#page_venue section.venue-type-facility .venue-tag .venue-type ul.hotels:before {
  content: '\f236';
  margin-right: 10px;
}

#page_venue section.venue-type-facility .venue-tag .venue-type ul.outdoor_venues:before {
  content: '\f1bb';
  margin-right: 10px;
}

#page_venue section.venue-type-facility .venue-tag .venue-type ul.other_venue_types:before {
  content: '\f19c';
  margin-right: 10px;
}

#page_venue section.venue-type-facility .venue-tag .venue-facility ul.party_icon:before {
  content: '\f000';
  margin-right: 10px;
}

#page_venue section.venue-type-facility .venue-tag .venue-facility ul.food_and_drink_icon:before {
  content: '\f0f4';
  margin-right: 10px;
}

#page_venue section.venue-type-facility .venue-tag .venue-facility ul.games_sports_icon:before {
  content: '\f1e3';
  margin-right: 10px;
}

#page_venue section.venue-type-facility .venue-tag .venue-facility ul.relaxation_icon:before {
  content: '\f2cc';
  margin-right: 10px;
}

#page_venue section.venue-type-facility .venue-tag .venue-facility ul.corporate_icon:before {
  content: '\f0b1';
  margin-right: 10px;
}

#page_venue section.venue-type-facility .venue-tag .venue-facility ul.facilities_icon:before {
  content: '\f1b9';
  margin-right: 10px;
}

#page_venue section.event-room-facility .events ul.business_centre_icon:before {
  content: '\f02f';
  margin-right: 10px;
}

#page_venue section.event-room-facility .events ul.room_facilities_icon:before {
  content: '\f26c';
  margin-right: 10px;
}

#page_venue section.event-room-facility .events ul.on_request_icon:before {
  content: '\f2a2';
  margin-right: 10px;
}

section.wrapper.login input[type="text"]:disabled,
section.wrapper.login input[type="tel"]:disabled,
section.wrapper.login input[type="email"]:disabled {
  cursor: not-allowed;
}

#autocomplete::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  opacity: 0.5;
}

#autocomplete::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  opacity: 0.5;
}

#autocomplete:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  opacity: 0.5;
}

#autocomplete:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  opacity: 0.5;
}

label.required &gt; span.domain:not([data-help]):after {
  content: '';
}

span.label-email {
  display: block;
}

#shortEmail {
  display: inline-block;
  width: 50%;
}

#domain {
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  height: 30px;
  outline: none;
  line-height: 30px;
  margin-top: 7px;
}

.gg-api:disabled {
  cursor: not-allowed;
}

input[type="button"].cancel-edit {
  background: #58504e;
  color: #fff;
  display: none;
}

input[type="button"].discard-change {
  background: #58504e;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

input[type="button"].discard-change:disabled {
  opacity: .5;
  cursor: default;
}

/* css modal confirm */

.modal-confirm {
  padding: 0 !important;
}

.modal-confirm .ui-dialog-titlebar {
  background-color: #7dcfcd;
  color: #fff;
}

.modal-confirm #dialog-confirm {
  text-align: center;
}

.modal-confirm .ui-dialog-buttonpane {
  text-align: center !important;
}

.modal-confirm .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none !important;
}

.modal-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button {
  border: none;
  border-radius: 0;
  color: #fff;
}

.modal-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-confirm {
  background-color: #7dcfcd;
}

.modal-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-confirm:hover {
  background-color: #72c3c1;
}

.modal-confirm .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-cancel {
  background-color: #58504e;
}

/*end css modal confirm*/

.venue-progress-bar {
  margin-bottom: 1em;
}

.text-step-progress-bar {
  margin-top: 2em;
}

.progress.venue-progress-bar .tick span {
  cursor: pointer;
}

.text-complete-step {
  margin-left: 20px !important;
  float: right;
  text-align: right;
}

.text-complete-step span {
  color: #828282;
}

.text-step-venkey span {
  font-size: 18px;
  margin-left: 38%;
}

.title-virtual-tour h2 {
  margin-bottom: 5px;
}

.link-virtual-tour {
  margin-bottom: 30px;
}

.link-virtual-tour span a {
  color: #238bd5;
  text-decoration: underline;
}

.check-virtual-tour {
  margin-top: 8px;
}

.maximum-picture {
  margin-left: 8px;
}

.maximum-picture span {
  color: #D04A4A;
  font-size: 13px;
}

.progress-bar-desktop {
  display: block;
  max-width: 1900px;
  margin: auto;
}

.progress-bar-mobile {
  display: none;
}

#page_login form .user-venue-login .links {
  width: 65% !important;
}

form.payment .error-register {
  clear: both;
}

.quote-time span {
  display: block;
}

.quote-time select {
  width: 60px;
  display: inline
}

section.results .result.popular a .image h3:hover {
  background-color: #7dcfcd;
}

.map-info p {
  height: 75px;
  overflow: hidden;
}

a.terms-link {
  text-decoration: underline;
}

.no-quotes {
  color: #ff0000;
  font-weight: bold;
  margin-top: 20px;
}

.expired-text {
  color: #ff0000 !important;
}

#searchForm &gt; .units-row {
  display: flex;
  align-items: flex-end;
}

.page-content a:hover strong {
  color: #7dcfcd;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.videoWrapper {
  height: 300px;
}

/*tabs*/
.searchWrapper .advanced.open {
  width: 100%;
  margin-top: 20px;

}

.advanced-slider-wrap + .button {
  float: right;
  min-width: 150px;
}

#advanced-tabs.ui-widget.ui-widget-content {
  border: none;
  width: 100%;
  position: relative;
}

#advanced-tabs .ui-tabs .ui-tabs-nav {

  padding: 0;
  margin: 0;

}

#advanced-tabs .ui-widget-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}

#advanced-tabs .ui-state-default,
#advanced-tabs .ui-widget-content .ui-state-default,
#advanced-tabs .ui-widget-header .ui-state-default,
#advanced-tabs .ui-button,
html #advanced-tabs .ui-button.ui-state-disabled:hover,
html #advanced-tabs .ui-button.ui-state-disabled:active {
  background-color: transparent;
  border: none;
}

#advanced-tabs .ui-state-active,
#advanced-tabs .ui-widget-content .ui-state-active,
#advanced-tabs .ui-widget-header .ui-state-active, #advanced-tabs a.ui-button:active,
#advanced-tabs .ui-button:active,
#advanced-tabs .ui-button.ui-state-active:hover {
  color: #7dcfcd;
  background-color: transparent;
  border: none;
}

#advanced-tabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
}

#advanced-tabs.ui-tabs .ui-tabs-nav li {
  position: relative;
  padding-right: 20px;
  white-space: normal;
}

#advanced-tabs.ui-tabs .ui-tabs-nav li:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: all .3s;
}

#advanced-tabs.ui-tabs .ui-tabs-nav li.ui-state-active:after {
  transform: rotate(-135deg);
  margin-top: -7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#advanced-tabs .checkbox {
  text-align: left;
  vertical-align: middle;
  margin: 7px 0;
  /*margin-top: -16px;*/
  width: 19%;
  padding-right: 15px;
  display: inline-block;
}

.checkbox-label {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 2rem;
  font-weight: 300;
  font-size: 16px;
  color: #454545;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  margin: 0;
}

.checkbox-label span {
  display: inline-block;
  min-width: 1.5rem;
  font-size: 16px;
  margin-top: 0;
}

.checkbox-label span:before, .checkbox-label span:after {
  content: "";
  position: absolute;
}

.checkbox-label span:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  vertical-align: middle;
}

.checkbox-label span:after {
  display: none;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 5px;
  margin-top: -2px;
  transform: translateY(-50%) rotate(308deg);
  border-left: 1px solid #7dcfcd;
  border-bottom: 1px solid #7dcfcd;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}

.checkbox-label input:checked + span:after {
  display: block;

  border-color: #fff;
}

.checkbox-label input:checked + span:before {
  border: 1px solid #7dcfcd;
  background-color: #7dcfcd;
}

.featured-wrap {
  padding: 15px !important;
  background: #cceceb !important;
}

body .featured-wrap .description {
  padding: 0 !important;
}

body .featured-wrap .description &gt; * {
  display: none !important;
}

body .featured-wrap .description &gt; .distance {
  display: inline-block !important;
}

.featured-wrap .footing span.shortlist.shortlisted {
  background: #fff !important;
  color: #ffd164 !important;
}

.featured-star {
  margin-bottom: 12px;
}

.featured-star i {
  font-size: 20px;
  color: #ffd164;
  padding-left: 3px;
}

body .featured-wrap a .image {
  height: 283px !important;
}

body .featured-wrap .footing {
  padding: 0 !important;
  padding-top: 5px !important;
  background-color: transparent !important;
}

body .featured-wrap .footing span.shortlist,
body .featured-wrap .footing span.shortlist {
  background: #ffd164 !important;
  border: 2px solid #ffd164 !important;
}

.enquiry-venues {
  display: block;
  margin-bottom: 10px;
}

.d-flex-justify {
  display: flex;
  justify-content: space-between;
}

.advanced-slider-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.advanced-slider {
  max-width: 300px;
  width: 100%;
  margin: 30px 0 0;

}

.slider-range__title {
  color: #444;
  padding-top: 25px;
  margin: 0 15px 0 25px;
}

.slider-range {
  margin-bottom: 2rem;
  /*font-family: $theme-base-font;*/
}

.slider-range.ui-slider-horizontal.ui-widget-content {
  height: 0.5rem;
  border: 1px solid #777;
  margin-bottom: 15px;
}

.ui-slider-range.ui-widget-header {
  height: auto;
  bottom: -1px;
  top: -1px;
  border: 1px solid #7dcfcd;
  background-color: #7dcfcd;
}

.slider-range.ui-slider-horizontal .ui-slider-handle {
  top: -.5rem;
}

.slider-range.ui-slider .ui-slider-handle {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #777;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
}

.slider-range.ui-slider .ui-slider-handle:focus {
  outline: none;
}

.slider-range.ui-slider .ui-slider-handle:active {
  border: 1px solid #7dcfcd;
}

.searchWrapper section.search .slider-range__input {
  display: inline-block;
  width: 40px;
  overflow: hidden;
  text-align: center;
  padding: 5px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 0;

  font-size: 12px;
  line-height: 14px;
  height: auto;
  font-weight: 300;
  color: #777;
}

body .createQuote .buttons a.btn, body .createQuote .buttons input[type="submit"] {
  max-width: 140px;
  /*font-family: 'Karla', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 0 15px;
}

.card.booking .units-row &gt; div,
.card.quote .units-row &gt; div {
  padding: 0 5px;
}

#page_venuePage {
  background-color: #fff;
}

.hero-venue {
  height: 475px;
  background: url(../img/hero-venue-bg.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  text-align: center;
}

.hero-venue .title h1 {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.hero-venue .title a {
  margin-top: 35px;
}

.hero-venue .title a, .get-featured a, .registration-block a {
  padding: 0 70px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
}

.home-content {
  /*padding: 150px 0;*/
}

.home-content .benefit-wrapper {
  text-align: center;
}

.home-content .benefit-wrapper .text h2 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 20px;
}

.get-featured {
  background-color: #f2fefe;
  padding: 110px 0;
}

.get-featured h2 {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: normal;
}

.get-featured .text {
  padding-right: 20%;
}

.get-featured .text p {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

.get-featured a {
  margin-top: 40px;
  padding: 0 110px;
}

.registration-block {
  height: 400px;
  background: url("../img/registration-bg.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  margin-top: 120px;
}

.registration-block .title h1 {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 30px;
}

.registration-block p {
  color: #000;
  font-size: 22px;
  padding: 0 7%;
}

.registration-block a {
  margin-top: 45px;
}

footer .links .mobile-logo, footer .links nav li:nth-last-child(1), footer .links nav li:nth-last-child(2) {
  display: none;
}

#page_enquiry header {
  z-index: 99;
}

.reject-reason {
  margin-bottom: 25px;
}

.contact-details .contact-email {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 0;
  text-overflow: ellipsis;
}

.currency-select .ui-widget, .card-type .ui-widget, .reject-reason .ui-widget {
  font-size: 16px !important;
}

.currency-select .ui-selectmenu-text, .card-type .ui-selectmenu-text, .reject-reason .ui-selectmenu-text {
  padding: 0 15px;
}

.currency-select .ui-selectmenu-button.ui-button, .card-type .ui-selectmenu-button.ui-button, .reject-reason .ui-selectmenu-button.ui-button {
  background-color: #f9f9f9;
  border-bottom: none !important;
  height: 40px;
  line-height: 20px;
  padding: 12px 5px 7px 2px;
  margin-top: 7px;
  margin-bottom: 10px;
}

.currency-select .ui-state-disabled {
  opacity: 0.55;
}

.gg-location input[type="number"] {
  margin-top: 7px;
  margin-bottom: 20px;
}

.email-hidden {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 19px;
}

#page_login .card.login-form-wrap h2 {
  text-align: center;
}

.scroltable-nav {
  z-index: 2;
}

.scroltable-nav.scroltable-nav-right {
  background: url(../img/arrow-right.png) no-repeat right 10px center, -webkit-linear-gradient(0, rgba(255, 255, 255, 0), #fff) !important;
  background: url(../img/arrow-right.png) no-repeat right 10px center, -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff) !important;
  background: url(../img/arrow-right.png) no-repeat right 10px center, -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff) !important;
  background: url(../img/arrow-right.png) no-repeat right 10px center, -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff) !important;
  background: url(../img/arrow-right.png) no-repeat right 10px center, linear-gradient(to right, rgba(255, 255, 255, 0), #fff) !important;
}

.scroltable-nav.scroltable-nav-left {
  background: url(../img/arrow-left.png) no-repeat 10px center, -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), #fff) !important;
  background: url(../img/arrow-left.png) no-repeat 10px center, -moz-linear-gradient(to left, rgba(255, 255, 255, 0), #fff) !important;
  background: url(../img/arrow-left.png) no-repeat 10px center, -ms-linear-gradient(to left, rgba(255, 255, 255, 0), #fff) !important;
  background: url(../img/arrow-left.png) no-repeat 10px center, -o-linear-gradient(to left, rgba(255, 255, 255, 0), #fff) !important;
  background: url(../img/arrow-left.png) no-repeat 10px center, linear-gradient(to left, rgba(255, 255, 255, 0), #fff) !important;
}

.card td a.btn, .card.enquiry td a.btn {
  margin: 2px 0;
}

#page .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.modal-confirm {
  left: 50% !important;
  margin-left: -200px;
}

#page .terms-conditions {
  width: 43%;
  margin-left: 0;
}

#fileUpload:after {
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1500px) {
  #advanced-tabs .ui-tabs-panel .checkbox {
    width: 32%;
  }

  .text-step-venkey span {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1300px) {
  #advanced-tabs .ui-tabs-panel .checkbox {
    width: 48%;
  }

  #advanced-tabs.ui-widget.ui-widget-content {
    display: flex;
  }

  #advanced-tabs .ui-widget-header {
    flex-shrink: 0;
    width: 180px;
    display: flex;
    flex-direction: column;
    border-bottom: none;
    justify-content: flex-start;
  }

  #advanced-tabs.ui-tabs .ui-tabs-nav li {
    float: none;
    display: block;
    border: 1px solid #7dcfcd;
    padding-right: 0;
  }

  #advanced-tabs.ui-tabs .ui-tabs-nav li a {
    padding-right: 20px;
    display: block;
    width: 100%;
  }

  #advanced-tabs.ui-tabs .ui-tabs-nav li:after {
    transform: rotate(-45deg);
    margin-top: -7px;
  }

  #advanced-tabs.ui-tabs .ui-tabs-nav li.ui-state-active {
    background: #7dcfcd;

  }

  #advanced-tabs .ui-state-active a, .ui-state-active a:link {
    color: #fff;
  }

  #advanced-tabs.ui-tabs .ui-tabs-nav li.ui-state-active:after {
    transform: rotate(-45deg);
    border-color: #fff;
  }

  .search .ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #7dcfcd !important;
    background: #7dcfcd !important;
  }

  .ui-tabs .ui-tabs-panel {
    padding: 0 20px !important;
  }

  .map-info img {
    width: 180px !important;
    height: 120px !important;
    display: block;
    margin: 0 auto 10px !important;
  }

  .map-info p {
    max-width: 200px;
    font-size: 12px;
    max-height: 69px;
  }

  .card .units-row:not(.quote-hidden) .unit-60.buttons {
    width: 100%;
    margin: 0;
  }

  .quote-hidden.text-right {
    text-align: right;
  }

  .createQuote .quote-hidden .buttons a.btn, .createQuote .quote-hidden .buttons input[type="submit"] {
    margin-top: 18px;
  }

  body .createQuote .buttons a.btn, body .createQuote .buttons input[type="submit"] {
    margin: 0;
    margin-top: 25px;
  }

  .card .buttons .terms-conditions {
    margin: 0;
  }

  .progress-bar-desktop .tick span {
    font-size: 1em;
    line-height: 62px;
  }
}

@media only screen and (max-width: 1200px) {
  header nav {
    display: none;
  }

  .mobilenav {
    display: block;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    left: inherit;
    bottom: inherit;
  }

  .mobilenav a.toggle {
    width: 50px;
    position: absolute;
    right: 5%;
    margin-top: 16px;
  }

  .mobilenav a.toggle i {
    color: #4f4f4f;
    height: 35px;
    line-height: 35px;
    font-size: 1.2em;
    vertical-align: middle;
  }

  header div.logocont {
    position: static !important;
  }

  header .shortlistedVenues {
    position: absolute;
    right: 25.5%;
    top: 0;
    display: none;
  }

  .results__list &gt; div {
    display: none;
  }

  .results__list li.result {
    width: 47%;
    clear: none !important;
  }

  .results__list li.result:nth-child(2n+1) {
    clear: both !important;
  }

  .mobilenav .menu-item {
    position: relative;

  }

  .mobilenav .menu-item .shortlistedVenues {
    position: absolute;
    right: 100%;
    bottom: -30px;
  }

  .mobilenav .menu-item .shortlistedVenues span, .mobilenav .menu-item .login-user-mobile span {
    display: none;
  }

  .mobilenav .menu-item .login-user-mobile {
    position: absolute;
    top: 30px;
    right: 46%;
  }

  .mobilenav .menu-item hr {
    margin: 1em 0 0;
  }

  .btn-confirm-wrap {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }

  .btn-confirm-wrap .btn {
    width: 84px;
    margin-bottom: 3px;
  }

  .card table th:last-child,
  .card table td:last-child {
    width: auto !important;
  }
}

@media only screen and (max-width: 992px) {
  #advanced-tabs .ui-tabs-panel .checkbox {
    width: 48%;
  }

  #searchForm .units-split {
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 20px;
  }

  #searchForm .units-split .field {
    width: 50%;
    padding: 0;
    margin: 0;
  }

  #searchForm .units-split .field.button {
    width: 100%;
  }

  .searchWrapper section.search input, .searchWrapper section.search button {
    margin-top: 8px;
    margin-bottom: 10px;
    width: 99%;
  }

  .searchWrapper section.search button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .searchWrapper section.map .btn {
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .advanced-slider-wrap {
    flex-direction: column;
    margin-left: 10px;
  }

  .slider-range__title {
    margin-left: 0;
  }

  .text-step-venkey {
    margin-bottom: 0 !important;
    line-height: 30px;
  }

  .text-step-venkey, .text-complete-step {
    width: 100% !important;
    text-align: center;
    padding: 5px 0;
  }

  .progress.venue-progress-bar {
    flex-wrap: nowrap;
  }

  .progress-bar-mobile .progress .tick span {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .progress-bar-mobile .progress .tick span {
    height: 45px;
    line-height: 45px;
  }

  .progress-bar-desktop {
    display: none;
  }

  .progress-bar-mobile {
    display: block !important;
  }

  .progress.venue-progress-bar .tick {
    width: auto !important;
    flex: 1 1 auto;
  }

  .card.booking .units-row &gt; div,
  .card.quote .units-row &gt; div {
    width: 100%;
    padding: 0;
    margin-bottom: 1.618em;
    margin-left: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .searchWrapper section.search #searchForm {
    padding-left: 0;
    padding-right: 0;
  }

  .searchWrapper section.map {
    height: 350px !important;
  }

  .map-info h3 {
    font-size: 18px;
  }

  .map-info img {
    width: 160px !important;
    height: 100px !important;
    display: block;
    margin: 0 auto 10px !important;
  }

  .map-info {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .map-info p {
    display: none;
  }

  .map-info .units-row {
    display: flex;
    justify-content: space-between;
  }

  .map-info .units-row .unit-50 {
    width: 48% !important;
  }

  .card .buttons .terms-conditions {
    width: 100%;
    float: none;
  }

  body .createQuote .buttons a.btn, body .createQuote .buttons input[type="submit"] {
    margin-bottom: 0;
  }

  .card .units-row:not(.quote-hidden) .unit-60.buttons {
    text-align: left;
  }

  .card .units-row.quote-hidden .unit-40 {
    width: 40%;
    float: left;
  }

  .card .units-row.quote-hidden .unit-60.buttons {
    width: 60%;
    float: left;
    text-align: right;
  }

  #page .wrapper &gt; .card {
    margin-bottom: 30px;
  }

  #page .text-step-progress-bar {
    padding: 0 15px;
  }

  #page .text-complete-step, #page .text-step-venkey {
    margin-left: 0 !important;
  }

  #page .card .btn-venue-site, #page .card .btn-view-all, #page .card .btn-view-enquiry {
    text-align: left;
  }

  #page footer .copyright {
    text-align: center;
  }

  #page footer .copyright .weboptic {
    text-align: center;
    margin-bottom: 0;
  }

  #page .terms-conditions {
    width: 100%;
    float: none;
  }

  #page_search footer .links {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  #searchForm .units-split .field {
    width: 100%;
  }

  .searchWrapper .advanced.open {
    padding-left: 5px;
    padding-right: 5px;
  }

  #advanced-tabs .ui-widget-header {
    width: 165px;
  }

  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .5em 0 .5em .5em !important;
  }

  #advanced-tabs.ui-tabs .ui-tabs-nav li a {
    padding-right: 20px !important;
    font-size: 14px;
  }

  .checkbox-label span {
    font-size: 14px;
  }

  body .empty {
    padding: 30px 20px;
  }

}

@media only screen and (max-width: 550px) {
  .card.enquiry table tr td, .card.enquiry table tr th {
    padding: 20px 3px;
    font-size: 12px;
  }

  .card.enquiry table .btn {
    margin: 2px 0;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 500px) {
  #advanced-tabs .ui-tabs-panel .checkbox {
    width: 98%;
  }

  #advanced-tabs .ui-widget-header {
    width: 135px;
  }

  .searchWrapper section.map {
    height: 420px !important;
  }

  body#page_venue section.overview .images .inner h1 {
    font-size: 1.6em;
    max-width: 90%;
  }

  .wrapper &gt; h2 {
    text-align: center;
    font-size: 22px;
  }

  form.wrapper input {
    box-shadow: none !important;
  }

  .card.enquiry table {
    position: relative;
  }

  .capacity div, .filter .layout ul {
    display: flex;
    justify-content: space-between;
  }

  .card .units-row.quote-hidden .unit-40, .card .units-row.quote-hidden .unit-60.buttons {
    width: 100%;
    float: none;
    text-align: left;
  }

  #page_quotes .card.enquiry table .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #page_quotes .card.enquiry table tr td, .card.enquiry table tr th {
    font-size: 10px;
  }

  #page_quotes .card td a.btn, .card.enquiry td a.btn {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 421px) {
  .card-edit-tags .end.buttons .text-right input:first-child,
  .contacts-card .end.buttons .text-right input:first-child,
  .card-description .end.buttons .text-right input:first-child {
    margin-left: 18px;
  }

  .card-edit-tags .end.buttons .text-right #next-button,
  .contacts-card .end.buttons .text-right #next-button,
  .card-description .end.buttons .text-right #next-button {
    margin-top: 2rem;
  }

  .card-edit-tags .units-row.buttons &gt; *:last-child,
  .contacts-card .units-row.buttons &gt; *:last-child,
  .card-description .units-row.buttons &gt; *:last-child {
    flex-shrink: unset !important;
  }

  #page .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.modal-confirm {
    max-width: 100%;
    margin-left: 0;
    left: 0 !important;
  }
}

@media only screen and (max-width: 400px) {
  body#page_venue {
    padding-top: 90px;
  }

  body h1 {
    font-size: 2em;
  }

  body label.fileBtn:after {
    left: 0% !important;
    top: 100% !important;
    line-height: 20px;
    padding: 0;
  }

  header .logo img {
    max-height: 48px
  }

  #page_venue section.rooms &gt; ul &gt; li .details .icon,
  #page_venue section.filter div.field.layout li a {
    width: 34px;
  }

  #page ul.pagination li {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  #page .pagination li {
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 350px) {
  header .wrapper {
    max-width: 100%;
  }
  header {
    padding-left: 5px;
  }
  header .logo img {
    max-height: 43px
  }
}

.content-wrap {
  min-height: calc(100vh - 130px - 90px);
}

body .ui-spinner, body .ui-selectmenu-button.ui-button {
  width: 100%;
  border-radius: 0;
  border: none !important;
}

#page_search .people .ui-spinner.ui-widget.ui-widget-content,
#page_search .duration .ui-spinner.ui-widget.ui-widget-content {
  margin-top: 8px;
}

body .steps .ui-spinner, body .step .ui-spinner {
  max-width: 200px;
  display: block;
  margin-top: 7px;
  margin-bottom: 5px;
}

body .steps .ui-spinner-input {
  padding-right: 20px;
  margin: 0;
}

body .quote-time .ui-selectmenu-button.ui-button {
  width: 70px;
  display: inline-block;
}

body .ui-selectmenu-button.ui-button {
  padding: 7px 5px 7px 0;
  background-color: transparent;
  border-bottom: 1px solid #000 !important;
}

body .quote-time .ui-selectmenu-button.ui-button {
  padding-left: 15px;
}

body .ui-spinner .ui-button {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #454545;
}

body section.wrapper.login input {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-top: none !important;
}

section.wrapper.login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

body .ui-spinner:after, body .ui-selectmenu-button:after {
  display: none;
}

.blocks-3.list-tick-box {
  display: flex;
  justify-content: space-between;
}

.tick-box-publish .blocks-3.list-tick-box {
  justify-content: flex-start;
}

.blocks-3.list-tick-box, .blocks-3.list-tick-box &gt; li {
  margin-left: 0;
}

.blocks-3.list-tick-box &gt; li {
  min-width: 120px;
}

.blocks-3.list-tick-box:after {
  display: none;
}

section.wrapper.login input, .steps input {
  line-height: 30px;
}

.card td a.btn, .card.enquiry td a.btn {
  min-width: 80px;
  padding: 0 15px;
}

#page .wrapper .card .btn-expired {
  padding: 0 15px;
}

.createQuote label.fileBtn {
  font-weight: 400;
}

#page_blog_post .unit-70 {
  width: 100%;
}

#page_blog_post h1 {
  line-height: 2em;
}

.map-info .shortlist.shortlisted {
  color: #7dcfcd;
  background-color: #fff;
}

.map-info .shortlist {
  border: 2px solid #7dcfcd;
}

@media only screen and (max-width: 992px) {
  body .ui-spinner {
    margin-top: 2px;
    margin-bottom: 10px;
    width: 99%;
  }

  .blocks-3.list-tick-box {
    display: block;
  }

  div:not(.tick-box-publish) .blocks-3.list-tick-box &gt; li {
    display: block;
    width: 100%;
  }
}

/* Customize the label (the container) */
.checbox-wrap {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 12px;
  user-select: none;
  text-align: left;
  margin: 0;
  line-height: 16px;
}

/* Hide the browser's default checkbox */
.checbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.checbox-wrap:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checbox-wrap input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checbox-wrap input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checbox-wrap .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 9px;
  border: solid #7fd0cd;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.btn.delete,
.btn.delete:hover {
  background-color: #e36363;
}

.units-row.buttons {
  display: flex;
  justify-content: space-between;
}

.units-row.buttons.text-right {
  justify-content: flex-end;
}

.units-row.buttons &gt; * {
  width: auto;
}

.units-row.buttons &gt; *:last-child {
  flex-shrink: 0;
}

.units-row.buttons:after {
  display: none;
}

.card-edit-tags .re-fa {
  position: relative;
  z-index: 1;
}

.fa-info-circle {
  position: relative;
}

.fa-info-circle.small {
  font-size: 13px;
}

.fa-info-circle.active:after {
  content: attr(title);
  position: absolute;
  width: auto;
  font-family: "Open Sans", sans-serif;
  opacity: 0.8;
  font-size: 10px;
  padding: 5px 10px;
  color: #444;
  min-width: 117px;
  border-radius: 4px;
  border: 1px solid #ccc;
  bottom: 100%;
  display: inline-block;
  left: 100%;
  background: #fff;
}

.ui-selectmenu-menu .ui-menu {
  max-height: 200px;
}

.ui-state-active, .ui-button:active {
  background: #7fd0cd !important;
  border: 1px solid transparent !important;
}

.quote-time .ui-icon-triangle-1-s {
  background-position: -60px -16px !important;
}

.os-theme-thin-dark &gt; .os-scrollbar-vertical {
  width: 8px !important;
}</pre></body></html>