.inishbeg-table-container {
  background-color: #ffffff;
  padding-bottom: 40px;
  padding-left: 4px;
  padding-right: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 40.063em) {
  .inishbeg-table-container {
    padding-left: 0px;
  }
}

.inishbeg-table-container-no-scroll {
  padding-bottom: 0px !important;
}

.inishbeg-table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 470px;
}
@media only screen and (min-width: 616px) {
  .inishbeg-table {
    width: 88%;
  }
}
@media only screen and (min-width: 842px) {
  .inishbeg-table {
    width: 90%;
  }
}
@media only screen and (min-width: 1060px) {
  .inishbeg-table {
    width: 1024px;
  }
}
@media only screen and (min-width: 1220px) {
  .inishbeg-table {
    width: 1024px;
  }
}
@media only screen and (min-width: 1500px) {
  .inishbeg-table {
    width: 1024px;
  }
}

.inishbeg-table-scroll {
  height: 470px;
}

.inishbeg-grid-column,
.accommodation-column,
.price-column {
  float: left !important;
  margin: 0px;
  padding: 0px;
}
.inishbeg-grid-column ul,
.accommodation-column ul,
.price-column ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.price-column {
  width: 103px;
}
@media only screen and (min-width: 40.063em) {
  .price-column {
    width: 206px;
  }
}

.accommodation-column {
  width: 33%;
}

.first-table-column {
  width: 84px;
}
@media only screen and (min-width: 40.063em) {
  .first-table-column {
    width: 164px;
  }
}

/* can't use column in name as foundation will add styles */
.cell-col0 {
  border-right: 1px solid #846302 !important;
}

.cell-120 {
  height: 120px;
}

.cell-80 {
  height: 80px;
  text-align: center;
}

.cell-60 {
  height: 70px;
}
@media only screen and (min-width: 40.063em) {
  .cell-60 {
    height: 60px;
  }
}

.price-border-right {
  border-right: solid #846302 1px;
}

.inishbeg-cell {
  padding: 0px 4px;
}
.inishbeg-cell .currency {
  color: #f4f0cb;
}
.inishbeg-cell h1,
.inishbeg-cell h2,
.inishbeg-cell h3,
.inishbeg-cell h4,
.inishbeg-cell p {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
}
.inishbeg-cell h2 {
  font-size: 1rem;
}
@media only screen and (min-width: 40.063em) {
  .inishbeg-cell h2 {
    font-size: 1.125rem;
  }
}
.inishbeg-cell p {
  font-size: 12px;
}
.inishbeg-cell .vertical_align_table {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.inishbeg-cell .vertical_align {
  display: table-cell;
  vertical-align: middle;
  padding: 0 !important;
}
.inishbeg-cell .vertical_align .enquire-now {
  font-size: 0.8em;
  background: Orange;
  color: #fff;
  border-radius: 5px;
  padding: 8px 10px 8px 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
  box-shadow: 0;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 40.063em) {
  .inishbeg-cell .vertical_align .enquire-now {
    font-size: 1.1em;
    background: Orange
      url("//inishbeg.checkfront.com/images/logo/Checkfront-Icon-W-32.png")
      no-repeat 10px center;
    background-size: 16px 16px;
    padding: 8px 10px 8px 35px;
  }
}

.green-gradient {
  border-top: 1px solid #c3ad6b;
  border-bottom: 1px solid #846302;
  background-color: #c3ad6b !important;
  background-image: linear-gradient(top, #bf9b30, #a67c00) !important;
  background: #bf9b30;
  background: -ms-linear-gradient(top, #bf9b30, #a67c00) !important;
  background: -moz-linear-gradient(top, #bf9b30, #a67c00) !important;
  background: -o-linear-gradient(top, #bf9b30, #a67c00) !important;
  background: -webkit-linear-gradient(top, #bf9b30, #a67c00) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bf9b30),
    color-stop(1, #a67c00)
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#44ba6f", endColorstr="#368A55") !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#44ba6f", endColorstr="#368A55") !important;
}

.grey-gradient {
  border-right: 1px solid transparent !important;
  border-top: 1px solid #c3ad6b;
  border-bottom: 1px solid #bababa;
  background-color: #c3ad6b !important;
  background-image: linear-gradient(top, #eeeeee, #bababa) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#bababa") !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#bababa") !important;
  background: -ms-linear-gradient(top, #eeeeee, #bababa) !important;
  background: -moz-linear-gradient(top, #eeeeee, #bababa) !important;
  background: -o-linear-gradient(top, #eeeeee, #bababa) !important;
  background: -webkit-linear-gradient(top, #eeeeee, #bababa) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #eeeeee),
    color-stop(1, #bababa)
  ) !important;
}

#property-image-overlay {
  z-index: 12;
  width: 100%;
  height: 100%;
  position: absolute;
}

.property-carousel {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 116px;
  visibility: hidden;
}

.floorplan-container a {
  padding-top: 0.6rem;
  padding-left: 10px;
  padding-right: 4px;
  height: 45px;
}
.floorplan-container a img {
  padding-right: 6px;
}
@media only screen and (min-width: 40.063em) {
  .floorplan-container a {
    padding-right: 16px;
  }
  .floorplan-container a::after {
    content: "  Floor Plan";
  }
}

@media only screen and (min-width: 40.063em) {
  .facilities-table {
    width: 70%;
  }
}

.property-image-thumb img {
  padding: 4px 2px;
}

@media only screen and (min-width: 2000px) {
  .property-image-thumb:first-child img {
    padding-left: 4px !important;
  }
}

@media only screen and (min-width: 2000px) {
  .property-image-thumb:last-child img {
    padding-right: 4px !important;
  }
}

#property-image-close-btn {
  position: absolute;
  float: right;
  z-index: 9;
  top: 20px;
  right: 20px;
  /* background-color: rgba(255, 255, 255, 0.5); */
  /* box-shadow: 0px 0px 10px #2a6b42; */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#pano-select-label {
  padding-left: 10px;
  padding-top: 8px;
  padding-right: 4px;
}
@media only screen and (min-width: 40.063em) {
  #pano-select-label {
    text-align: right;
    padding-right: 0px;
  }
}

#pano-select-container {
  float: left;
}

.cottage-dropdown-container {
  margin-top: -65px;
}
@media only screen and (min-width: 40.063em) {
  .cottage-dropdown-container {
    max-width: 320px;
  }
}

#cottage-size-dropdown {
  width: 98%;
  margin-left: 1%;
}