.filter-box {
  background-color: white;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.filter-box h3 {
  color: #002a6a;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
}
.filter-box .p-site--accom-form-group {
  margin-top: 5px;
  margin-bottom: 3px;
}
.filter-box .p-site--accom-form-group:first-child {
  margin-top: 0px;
}
.filter-box .checkbox label {
  font-weight: normal;
}
.filter-box .checkbox input[type=checkbox] {
  margin: 8px 5px;
}
.filter-box.sortsearch {
  padding: 2px 0px;
}
.filter-box.sortsearch label {
  padding-top: 5px;
  text-align: center;
}

.filter-expand {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .filter-expand {
    display: none;
  }
}
.filter-expand i {
  transition: transform 0.3s;
  cursor: pointer;
  margin-top: 2px;
}
.filter-expand i.rotated {
  transform: rotateZ(180deg);
}

@media (min-width: 992px) {
  .property-list {
    padding-left: 0px;
  }
}
.property-list .none-found {
  color: #333;
  text-align: center;
  margin-top: 100px;
}
.property-list .none-found h3 {
  font-size: 46px;
  margin-bottom: 10px;
}
.property-list .none-found p {
  margin-top: 0px;
}

.property-tile {
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  opacity: 1;
  transition: opacity 0.3s;
}
.property-tile .property-image {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  display: block;
  text-align: center;
}
.property-tile .property-image img {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .property-tile .property-image img {
    max-width: 100px;
  }
}
.property-tile .property-details {
  background-color: white;
  margin-bottom: 10px;
  padding-left: 0px;
}
.property-tile .property-details .property-information {
  padding: 20px;
}
.property-tile .property-details h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #002a6a;
}
.property-tile .property-details p {
  margin-top: 5px;
}
.property-tile .property-details p.avaliable {
  font-size: 15px;
}
.property-tile .property-details .price {
  font-weight: bold;
  font-size: 30px;
}
.property-tile .property-details .price-box {
  margin-bottom: 10px;
}
.property-tile .property-details .price-box p {
  margin-top: 0px;
}
.property-tile .property-rooms {
  padding-left: 15px;
  padding-bottom: 1px;
}
.property-tile .property-rooms i {
  color: #333;
  cursor: pointer;
}
.property-tile .property-rooms i:hover {
  color: #002a6a;
}

a.back-link {
  color: white !important;
  background-color: #002a6a;
  padding: 5px 10px;
  margin-top: -2px;
  font-size: 14px;
  border-radius: 0px 5px 0px 0px;
  text-decoration: none;
}

.property-page {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  overflow: hidden;
  margin-top: 2px;
  white-space: pre-wrap;
  position: relative;
}
.property-page .property-title {
  margin: 5px;
  text-align: center;
  color: #002a6a;
  font-size: 30px;
}
.property-page hr {
  margin-top: 10px;
  margin-bottom: 5px;
}
.property-page h3 {
  font-size: 20px;
  color: #002a6a;
  margin-bottom: 1px;
}
.property-page p {
  margin-top: 0px;
}
.property-page .property-img-container img {
  height: 100px;
  width: 100px;
  text-align: center;
  display: inline-block;
  border: 3px solid white;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
.property-page .property-img-container img:hover {
  opacity: 0.6;
}
.property-page .property-img-container img.main {
  border: 3px solid green;
}
.property-page .price {
  font-size: 35px;
  font-weight: bold;
}
.property-page .button {
  margin-top: 25px;
}
.property-page p.price-box {
  margin-bottom: 0px;
  padding: 0px;
}
.property-page .angular-google-map-container {
  height: 300px;
}
.property-page .amenities p {
  font-size: 17px;
  margin-bottom: 2px;
  font-weight: bold;
}

.cal-view {
  position: relative;
  text-align: center;
  background-color: white;
  border-radius: 5px;
}
.cal-view .room-cal h4 {
  margin-top: 5px;
}
.cal-view h5 {
  font-size: 14px;
  color: #333;
  margin: 0px;
}
.cal-view span {
  position: absolute;
  cursor: pointer;
  top: 0px;
}
.cal-view span.left {
  left: 0px;
}
.cal-view span.right {
  right: 0px;
}
.cal-view span:hover {
  color: black;
}
.cal-view table {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  width: 100%;
  margin-bottom: 0px;
}
.cal-view table tbody {
  background-color: transparent;
  border: none;
}
.cal-view table tr {
  width: 100%;
  background-color: transparent !important;
}
.cal-view table tr td {
  padding: 0.5rem 0 0;
  text-align: center;
  display: inline-block;
  line-height: 7px;
  height: 22px;
  width: calc(14.2857142857% - 2px);
  margin: 1px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
  background-color: #4CAF50;
  border-radius: 2px;
}
.cal-view table tr td.not-avaliable {
  pointer-events: none;
  background-color: white;
}
.cal-view table tr td.active {
  background-color: #F44336;
}
.cal-view table tr td.day-name {
  color: #444;
  font-weight: normal;
  font-size: 12px;
  background-color: white;
  height: 15px;
  line-height: 7px;
}

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

.p0 {
  padding: 0 !important;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.846;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.loading {
  opacity: 0.5;
}

.loading-box {
  height: 0px;
  z-index: 1000;
  position: relative;
  text-align: center;
}

.property-image-modal {
  padding: 10px 40px;
  text-align: center;
  position: relative;
}
.property-image-modal .property-image-prev {
  height: 100%;
  cursor: pointer;
  background-color: white;
  font-size: 30px;
  position: absolute;
  left: 8px;
  top: 0;
}
.property-image-modal .property-image-prev span {
  position: relative;
  top: calc(50% - 22px);
}
.property-image-modal .property-image-next {
  height: 100%;
  cursor: pointer;
  background-color: white;
  font-size: 30px;
  position: absolute;
  right: 8px;
  top: 0;
}
.property-image-modal .property-image-next span {
  position: relative;
  top: calc(50% - 22px);
}

.group-name {
  font-family: "Passion One", "impact", sans-serif;
  color: #002a6a;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 36px;
  text-align: center;
  padding: 8px 0;
  font-weight: normal;
  margin-bottom: 15px;
}

.event-date .date-title {
  font-family: "Passion One", "impact", sans-serif;
  color: white;
  font-size: 40px;
  margin: 0;
  padding: 5px 10px;
  line-height: 1;
  background-color: #0c6fb4;
  text-align: left;
  margin-bottom: 15px;
}
.event-date .event-tile {
  margin-bottom: 15px;
  background-color: white;
}
.event-date .event-tile .event-image {
  padding: 15px 15px;
  text-align: center;
}
.event-date .event-tile .event-image img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .event-date .event-tile .event-image img {
    max-width: 300px;
  }
}
.event-date .event-tile .event-info {
  min-height: 200px;
  margin-left: 0;
  padding: 15px 15px 15px 15px;
}
@media screen and (max-width: 767px) {
  .event-date .event-tile .event-info {
    padding: 0 15px 15px 15px;
  }
}
.event-date .event-tile .event-info .title {
  font-family: "Passion One", "impact", sans-serif;
  color: #002a6a;
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.event-date .event-tile .event-info .other-dates {
  font-size: 15px;
  font-weight: bold;
  margin: 2px -3px;
}
.event-date .event-tile .event-info .other-dates span {
  display: inline-block;
  color: white;
  font-size: 13px;
  background-color: #676767;
  margin: 3px;
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: normal;
}
.event-date .event-tile .event-info .desc {
  margin-top: 7px;
  line-height: 1.4;
}
.event-date .event-tile .event-info .button {
  margin-top: 15px;
}
.event-date .event-tile .tags {
  margin-left: -3px;
  margin-top: 7px;
}
.event-date .event-tile .tags .tag {
  display: inline-block;
  color: white;
  padding: 2px 7px;
  margin: 3px;
  font-size: 14px;
  border-radius: 3px;
}
.event-date .event-tile .tags .tag.blue {
  background-color: #0069c3;
}
.event-date .event-tile .tags .tag.green {
  background-color: #3aaf2c;
}
.event-date .event-tile .tags .tag.red {
  background-color: #ca0000;
}
.event-date .event-tile .tags .tag.orange {
  background-color: #ff7600;
}
.event-date .event-tile .tags .tag.gray {
  background-color: #909090;
}

.clickable {
  cursor: pointer;
}
.clickable:hover {
  opacity: 0.7;
}

.angular-google-map-container {
  height: 300px;
}

.sk-cube-grid {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 100px auto -200px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #002a6a;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
