@charset "UTF-8";
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.first-footer {
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background-color: white;
}
.first-footer .footer-wrapper {
  max-width: 1270px;
  margin: 0 auto;
}
.first-footer .footer-wrapper .powered {
  display: inline-block;
  width: calc(100% - 340px) !important;
  max-width: 930px;
  font-size: 20px;
  line-height: 40px;
  padding: 0 15px;
}
.first-footer .footer-wrapper .powered img {
  height: 20px;
  padding-bottom: 5px;
}
.first-footer .footer-wrapper .homerez a {
  text-decoration: none;
}
.first-footer .footer-wrapper .create {
  margin-left: 20px;
}
.first-footer .footer-wrapper .create a {
  text-decoration: underline;
}
.footer-container {
  padding-bottom: 40px;
}
.header-image {
  margin-top: 50px;
}
.first-head {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  z-index: 99999;
  background-color: white;
}
.first-head .head-wrapper {
  max-width: 1270px;
  margin: 0 auto;
}
.first-head .head-wrapper .nav-wrapper {
  width: calc(100% - 340px);
  max-width: 930px;
}
.first-head .head-wrapper .nav-wrapper .property-title {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  padding-left: 15px;
}
.first-head .head-wrapper .nav-wrapper .navbar {
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  background-color: white;
  border: none;
}
.first-head .head-wrapper .nav-wrapper .navbar ul.nav.navbar-nav {
  height: 50px;
  padding: 5px 0 0 0;
  box-shadow: none;
  background-color: white;
}
.first-head .head-wrapper .nav-wrapper .navbar ul.nav.navbar-nav li a {
  color: grey;
  padding: 10px 15px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .first-head .head-wrapper select {
    margin-top: 10px !important;
    padding: 6px 12px;
  }
}
.language-selector {
  padding-right: 15px;
  height: 50px;
  float: right;
  display: inline-block;
  width: 340px;
}
.language-selector select {
  margin-top: 15px;
}
.language-selector .bootstrap-select.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.language-selector .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: right;
}
.language-selector .bootstrap-select.btn-group .dropdown-toggle:hover {
  outline: none;
  background-color: transparent;
  box-shadow: none;
}
.language-selector .bootstrap-select.btn-group .dropdown-toggle:active {
  outline: none;
  background-color: transparent;
  box-shadow: none;
}
.language-selector .bootstrap-select.btn-group .dropdown-toggle:focus {
  outline: none !important;
  background-color: transparent;
  box-shadow: none;
}
.language-selector .bootstrap-select.btn-group .dropdown-menu {
  min-width: 0;
}
.language-selector .bootstrap-select.btn-group .dropdown-menu.open {
  margin: -1px 0 0 0;
}
.language-selector .bootstrap-select.btn-group .dropdown-menu a {
  text-transform: uppercase;
}
.language-selector .bootstrap-select .flag-icon {
  margin-right: 3px;
}
.ct-menu .nav-wrapper {
  max-width: 1270px;
  margin: 0 auto;
  height: 76px;
}
.ct-menu .nav-wrapper .hidden-container {
  width: 340px;
  height: 76px;
}
.ct-menu .nav-wrapper .container {
  width: calc(100% - 340px) !important;
  max-width: 930px;
  margin: 0;
}
@media (max-width: 1074px) {
  .ct-menu .nav-wrapper .container nav.navbar ul.nav.navbar-nav > li > a {
    padding: 27px 10px;
  }
}
.datepicker td,
.datepicker th {
  border-radius: 0 !important;
}
.datepicker td.next:hover,
.datepicker th.next:hover {
  cursor: pointer;
}
.datepicker td.prev:hover,
.datepicker th.prev:hover {
  cursor: pointer;
}
.datepicker td.day.hover,
.datepicker th.day.hover {
  background-color: aliceblue !important;
  background-image: none;
}
.datepicker td.day.today,
.datepicker th.day.today {
  background-color: aliceblue;
  background-image: none;
}
.datepicker td.day.today.hover,
.datepicker th.day.today.hover {
  background-color: aliceblue !important;
  background-image: none !important;
}
.datepicker td.day.new,
.datepicker th.day.new {
  color: white !important;
  background-color: transparent !important;
  background-image: none !important;
}
.datepicker td.day.new:hover,
.datepicker th.day.new:hover {
  color: white !important;
  background-color: transparent !important;
  background-image: none !important;
}
.datepicker td.day.old,
.datepicker th.day.old {
  color: white !important;
  background-color: transparent !important;
  background-image: none !important;
}
.datepicker td.day.old:hover,
.datepicker th.day.old:hover {
  color: white !important;
  background-color: transparent !important;
  background-image: none !important;
}
.datepicker td.day.disabled.unavailable-first,
.datepicker th.day.disabled.unavailable-first {
  background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #fda5a5 50%, #fda5a5 100%);
  color: #999;
}
.datepicker td.day.disabled.unavailable-first:hover,
.datepicker th.day.disabled.unavailable-first:hover {
  background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #fda5a5 50%, #fda5a5 100%);
  cursor: default;
  color: #999;
}
.datepicker td.day.disabled.unavailable,
.datepicker th.day.disabled.unavailable {
  background-color: #fda5a5;
  color: #999;
}
.datepicker td.day.disabled.unavailable:hover,
.datepicker th.day.disabled.unavailable:hover {
  background-color: #fda5a5;
  color: #999;
}
.datepicker td.day.disabled.unavailable-last,
.datepicker th.day.disabled.unavailable-last {
  background: linear-gradient(to bottom right, #fda5a5 0%, #fda5a5 50%, #fff 50%, #fff 100%);
  color: #999;
}
.datepicker td.day.disabled.unavailable-last:hover,
.datepicker th.day.disabled.unavailable-last:hover {
  background: linear-gradient(to bottom right, #fda5a5 0%, #fda5a5 50%, #fff 50%, #fff 100%);
  cursor: pointer;
  color: #999;
}
.body-wrapper {
  max-width: 1270px;
  margin: 0 auto;
}
.body-wrapper .body-container {
  width: calc(100% - 340px) !important;
  max-width: 930px;
}
.body-wrapper .body-container .container {
  width: 100%;
  margin: 0 !important;
}
.body-wrapper .body-container .container h2 {
  text-align: left;
}
.body-wrapper .body-container .ct-mediaSection .ct-dividedSection.ct-dividedSection--primary .ct-scaleImage {
  left: 56%;
  height: 250px;
  width: 250px;
}
.body-wrapper .body-container .ct-mediaSection .ct-dividedSection.ct-dividedSection--primary p {
  padding: 10px 0;
  max-width: 260px;
  font-size: 14px;
  line-height: 20px;
}
.body-wrapper .body-container .ct-mediaSection .ct-dividedSection.ct-dividedSection--primary .ct-dividedSection-mask {
  width: 100%;
  left: 0;
}
.body-wrapper .module-outer {
  float: right;
  width: 340px;
  padding: 15px;
}
.body-wrapper .module-outer .booking-module {
  width: 310px;
  padding: 0 15px 15px 15px;
  position: absolute;
  top: 570px;
  border: 1px solid grey;
}
.body-wrapper .module-outer .booking-module .min-price {
  line-height: 71px;
  font-size: 29px;
  text-align: center;
  border-bottom: 1px solid grey;
  margin-bottom: 20px;
}
.body-wrapper .module-outer .booking-module .custom-popup .calendar-placeholder {
  height: 36px;
  line-height: 40px;
  right: 10px;
  position: absolute;
  color: grey;
  opacity: 0.8;
  z-index: 2;
  font-size: 23px;
}
.body-wrapper .module-outer .booking-module .btn.btn-link {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.body-wrapper .module-outer .booking-module .reassure {
  text-align: center;
}
.ct-galleryContainer-image img {
  height: 200px;
  margin: 0 auto;
  display: block;
}
.ct-galleryContainer.ct-js-popupGallery {
  height: 310px;
}
#calendar {
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #calendar {
    width: 300px;
  }
}
#amenities .amenities-list .amenity-container {
  margin-bottom: 5px;
}
#amenities .amenities-list .amenity-container i {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 2em;
}
#amenities .amenities-list .amenity-container span {
  font-size: 17px;
  margin-bottom: 5px;
}
#gallery .ct-dividedMediaSection .ct-dividedMediaSection-left {
  margin: 0 auto;
  width: 100%;
  float: none;
  height: 100%;
}
#gallery .ct-dividedMediaSection .ct-dividedMediaSection-left #sync1 img {
  max-width: 100%;
}
#gallery .ct-dividedMediaSection .ct-dividedMediaSection-left .owl-carousel.ct-js-popupGallery.owl-carousel--arrowsType2.owl-theme {
  height: 100%;
}
@media (max-width: 990px) {
  #gallery .ct-dividedMediaSection .ct-dividedMediaSection-left {
    max-height: 300px;
  }
  #gallery .ct-dividedMediaSection .ct-dividedMediaSection-left #sync1 img {
    max-height: 300px;
  }
  #gallery .ct-dividedMediaSection .ct-dividedMediaSection-left .owl-carousel.ct-js-popupGallery.owl-carousel--arrowsType2.owl-theme {
    max-height: 300px;
  }
}
@media (min-width: 991px) {
  #gallery .ct-dividedMediaSection .ct-dividedMediaSection-left {
    max-height: 500px;
  }
  #gallery .ct-dividedMediaSection .ct-dividedMediaSection-left #sync1 img {
    max-width: 100%;
    max-height: 500px;
  }
  #gallery .ct-dividedMediaSection .ct-dividedMediaSection-left .owl-carousel.ct-js-popupGallery.owl-carousel--arrowsType2.owl-theme {
    max-height: 500px;
  }
}
.book-btn {
  text-align: center;
}
.book-btn .btn.btn-link:hover {
  background-color: transparent;
  border: 2px solid black;
  text-decoration: none;
  color: #000;
}
.ct-googleMap:before {
  background-color: transparent;
}
.property-title {
  height: 315px;
}
.property-title h1 {
  color: white;
}
.unavailable-first {
  background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #fda5a5 50%, #fda5a5 100%);
}
.unavailable-first:hover {
  background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #fda5a5 50%, #fda5a5 100%);
}
.unavailable {
  background-color: #fda5a5;
}
.unavailable:hover {
  background-color: : #fda5a5;
}
.unavailable-last {
  background: linear-gradient(to bottom right, #fda5a5 0%, #fda5a5 50%, #fff 50%, #fff 100%);
}
.unavailable-last:hover {
  background: linear-gradient(to bottom right, #fda5a5 0%, #fda5a5 50%, #fff 50%, #fff 100%);
}
footer .container {
  max-width: 1270px;
  margin: 0 auto;
  width: 100%;
}
select#language.languages {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 27px 18px;
  background-color: transparent;
  border-color: transparent;
  outline: none;
  border: none;
}
select#language.languages:hover {
  outline: none;
  border: none;
}
select#language.languages:active {
  outline: none;
  border: none;
}
@media (min-width: 768px) and (max-width: 990px) {
  body {
    text-align: center;
  }
  .head-wrapper .language-selector {
    width: auto !important;
  }
  .head-wrapper .nav-wrapper {
    width: auto !important;
  }
  .head-wrapper .nav-wrapper nav {
    float: left!important;
  }
  .footer-container {
    padding-bottom: 70px;
  }
  .booking-module-mobile.open {
    top: 400px;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
  }
  .booking-module-mobile.closed {
    bottom: -510px;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
  }
  .booking-module-mobile {
    width: 100%;
    background-color: white;
    padding: 0 15px 15px 15px;
    position: fixed;
    height: 600px;
    z-index: 9999;
  }
  .booking-module-mobile .min-price {
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
  }
  .booking-module-mobile .min-price i {
    -webkit-text-stroke: 1px white;
  }
  .booking-module-mobile .custom-popup .calendar-placeholder {
    height: 36px;
    line-height: 40px;
    right: 10px;
    position: absolute;
    color: grey;
    opacity: 0.8;
    z-index: 2;
    font-size: 23px;
  }
  .booking-module-mobile .btn.btn-link {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  .body-wrapper .body-container {
    width: 100% !important;
    max-width: none;
  }
  .body-wrapper .body-container .container h2 {
    text-align: center;
  }
  .body-wrapper .body-container .ct-mediaSection .ct-dividedSection.ct-dividedSection--primary .ct-scaleImage {
    margin-left: -170px;
  }
  .body-wrapper .body-container .ct-mediaSection .ct-dividedSection.ct-dividedSection--primary p {
    max-width: none;
  }
  .body-wrapper .body-container #amenities .amenities-list .amenity-container {
    text-align: left;
  }
  .body-wrapper .module-outer {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    text-align: center;
  }
  .booking-module-mobile.open {
    bottom: -150px;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
  }
  .booking-module-mobile.closed {
    bottom: -510px;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
  }
  .booking-module-mobile {
    width: 100%;
    background-color: white;
    padding: 0 15px 15px 15px;
    position: fixed;
    height: 600px;
    z-index: 9999;
  }
  .booking-module-mobile .min-price {
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
  }
  .booking-module-mobile .min-price i {
    -webkit-text-stroke: 1px white;
  }
  .booking-module-mobile .custom-popup .calendar-placeholder {
    height: 36px;
    line-height: 40px;
    right: 10px;
    position: absolute;
    color: grey;
    opacity: 0.8;
    z-index: 2;
    font-size: 23px;
  }
  .booking-module-mobile .btn.btn-link {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  .booking-module-mobile .reassure {
    text-align: center;
  }
  .first-footer {
    width: 100%;
    height: 25px;
  }
  .first-footer .footer-wrapper .powered {
    line-height: 25px;
    width: 100% !important;
    font-size: 10px;
    padding: 0 5px;
  }
  .first-footer .footer-wrapper .powered img {
    height: 15px;
  }
  .first-footer .footer-wrapper .powered .create {
    margin-left: 0;
  }
  .ct-navbarMobile .property-title {
    font-size: 30px;
    float: left;
    position: absolute;
    top: 17px;
    left: 15px;
    height: 34px;
    line-height: 34px;
  }
  .ct-navbarMobile .navbar-toggle {
    top: 10px;
  }
  .header-image {
    margin-top: 0;
  }
  .first-head {
    display: none;
  }
  .flag-language {
    display: inline-block;
  }
  .flag-language a {
    padding: 10px !important;
  }
  .footer-container {
    padding-bottom: 70px;
  }
  .body-wrapper .body-container {
    width: 100% !important;
    max-width: none;
  }
  .body-wrapper .body-container .container h2 {
    text-align: center;
  }
  .body-wrapper .body-container .ct-mediaSection .ct-dividedSection.ct-dividedSection--primary .ct-scaleImage {
    left: 0;
    transform: translateX(0%);
  }
  .body-wrapper .body-container .ct-mediaSection .ct-dividedSection.ct-dividedSection--primary p {
    max-width: none;
  }
  .body-wrapper .body-container #amenities .amenities-list .amenity-container {
    text-align: left;
  }
  .body-wrapper .module-outer {
    display: none;
  }
}
.first-head.default .head-wrapper .property-title {
  color: #568BC4;
}
.first-head.default .head-wrapper .nav-wrapper .navbar ul.nav.navbar-nav li a {
  color: #568BC4;
}
.first-head.default .head-wrapper .nav-wrapper .navbar ul.nav.navbar-nav li:not(:first-child):after {
  background: #568BC4;
}
.first-head.default .language-selector .btn-default {
  color: #568BC4;
  background-color: transparent;
}
.default h1,
.default h2,
.default h3,
.default h4,
.default h5,
.default h6 {
  font-weight: 100;
  color: #568BC4;
}
.default .ct-dividedSection-content h1,
.default .ct-dividedSection-content h2,
.default .ct-dividedSection-content h3,
.default .ct-dividedSection-content h4,
.default .ct-dividedSection-content h5,
.default .ct-dividedSection-content h6 {
  color: white;
}
.default .module-outer .booking-module {
  color: #999;
  border-color: #568BC4;
}
.default .module-outer .booking-module .min-price {
  color: #568BC4;
  border-color: #999;
}
.default .module-outer .booking-module .custom-popup .calendar-placeholder {
  color: #568BC4;
}
.default .module-outer .booking-module .reassure {
  text-align: center;
  color: #999;
}
.default .btn.btn-link {
  background-color: transparent;
  border: 2px solid #568BC4;
  text-decoration: none;
  color: #568BC4;
}
.default .btn.btn-link:hover {
  background-color: transparent;
  border: 2px solid #568BC4;
  text-decoration: none;
  color: #568BC4;
}
.default .navbar-scroll-top.ct-menu {
  background-color: #568BC4;
}
.default .owl-carousel.owl-carousel--arrowsType2 .owl-controls .owl-buttons .owl-prev,
.default .owl-carousel.owl-carousel--arrowsType2 .owl-controls .owl-buttons .owl-next {
  color: #568BC4;
}
.default .owl-carousel.owl-carousel--arrowsType2 .owl-controls .owl-buttons .owl-prev:hover,
.default .owl-carousel.owl-carousel--arrowsType2 .owl-controls .owl-buttons .owl-next:hover {
  background-color: #568BC4;
  color: white;
}
.default #amenities .amenities-list i {
  color: #568BC4;
}
.default .booking-module-mobile .min-price {
  color: #568BC4;
}
.default .booking-module-mobile .custom-popup .calendar-placeholder {
  color: #568BC4;
}
.default #calendar .fc-toolbar {
  background-color: #568BC4;
}
.default #calendar .fc-toolbar .fc-state-default {
  background-color: white;
}
.default #calendar .fc-toolbar .fc-state-default .fc-icon {
  color: #568BC4;
}
.default #calendar .fc-toolbar .fc-state-hover {
  background-color: #999 !important;
}
.default #calendar .fc-today {
  background-color: aliceblue;
}
.default #calendar .fc-other-month .fc-day-number {
  display: none;
}
.ct-navbarMobile .property-title {
  color: #568BC4;
}
.ct-navbarMobile .navbar-toggle,
.ct-navbarMobile .ct-menuMobile {
  background-color: transparent;
  border: 1px solid #568BC4;
}
.ct-navbarMobile .navbar-toggle .icon-bar,
.ct-navbarMobile .ct-menuMobile .icon-bar {
  background-color: #568BC4;
}
.ct-menuMobile {
  background: transparent;
}
.ct-menuMobile .ct-menuMobile-navbar li a {
  color: #568BC4;
}
.ct-menuMobile .ct-menuMobile-navbar select {
  text-align: center;
  text-align-last: center;
  text-transform: lowercase;
  text-indent: 8px;
  font-weight: 400;
  width: 100%;
  padding: 10px 20px;
  color: #568BC4;
  background-color: transparent;
}
.flag-language.selected {
  border: 1px solid #568BC4;
}
footer.default {
  color: #999;
  background-color: transparent;
}
footer.default hr {
  border-color: #568BC4;
}
footer.default .ct-scrollUpButton {
  color: #568BC4;
}
footer.default .footer-wrapper .powered a {
  color: #999;
}
@font-face {
    font-family: 'hr';
    src:    url('fonts/hr.eot?j7cjm0');
    src:    url('fonts/hr.eot?j7cjm0#iefix') format('embedded-opentype'),
        url('fonts/hr.ttf?j7cjm0') format('truetype'),
        url('fonts/hr.woff?j7cjm0') format('woff'),
        url('fonts/hr.svg?j7cjm0#hr') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="hr-"], [class*=" hr-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'hr' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hr-add-property:before {
    content: "\e9a8";
}
.hr-location:before {
    content: "\e99d";
}
.hr-floor-coverage:before {
    content: "\e95c";
}
.hr-custom-name:before {
    content: "\e962";
}
.hr-parties-na:before {
    content: "\e93c";
}
.hr-parties-a:before {
    content: "\e92f";
}
.hr-seat:before {
    content: "\e996";
}
.hr-baby-cots:before {
    content: "\e9a0";
}
.hr-sea-view:before {
    content: "\e9a3";
}
.hr-lake-view:before {
    content: "\e9a4";
}
.hr-garden-view:before {
    content: "\e9a5";
}
.hr-swimming-pool-view:before {
    content: "\e9a6";
}
.hr-mountain-view:before {
    content: "\e9a7";
}
.hr-city-view:before {
    content: "\e9a9";
}
.hr-high-chair:before {
    content: "\e9aa";
}
.hr-phone:before {
    content: "\e9ab";
}
.hr-kettle:before {
    content: "\e9ac";
}
.hr-washing-machine:before {
    content: "\e9ad";
}
.hr-cooking-utensils:before {
    content: "\e9ae";
}
.hr-cleaning:before {
    content: "\e9af";
}
.hr-cycling:before {
    content: "\e95d";
}
.hr-mountaineering:before {
    content: "\e989";
}
.hr-whale-watching:before {
    content: "\e981";
}
.hr-airport:before {
    content: "\e968";
}
.hr-train-station:before {
    content: "\e982";
}
.hr-terminal-ferry:before {
    content: "\e99f";
}
.hr-monument-place-of-interest:before {
    content: "\e9a1";
}
.hr-ski-resort:before {
    content: "\e9a2";
}
.hr-paddle-boats:before {
    content: "\e99e";
}
.hr-village:before {
    content: "\e906";
}
.hr-rock-climbing:before {
    content: "\e91d";
}
.hr-caving:before {
    content: "\e922";
}
.hr-zoo:before {
    content: "\e92e";
}
.hr-mountain-biking:before {
    content: "\e930";
}
.hr-biking:before {
    content: "\e94b";
}
.hr-motorway-junction:before {
    content: "\e951";
}
.hr-countryside:before {
    content: "\e963";
}
.hr-hiking:before {
    content: "\e964";
}
.hr-swimming:before {
    content: "\e965";
}
.hr-restaurant:before {
    content: "\e966";
}
.hr-reefs:before {
    content: "\e967";
}
.hr-beach:before {
    content: "\e969";
}
.hr-sailing:before {
    content: "\e96a";
}
.hr-golf-course:before {
    content: "\e96b";
}
.hr-golfing:before {
    content: "\e96c";
}
.hr-casinos:before {
    content: "\e96d";
}
.hr-roller-skating:before {
    content: "\e96e";
}
.hr-shopping:before {
    content: "\e96f";
}
.hr-surfing:before {
    content: "\e970";
}
.hr-vacation-resort:before {
    content: "\e971";
}
.hr-water-sports:before {
    content: "\e972";
}
.hr-amusement-park:before {
    content: "\e973";
}
.hr-walking:before {
    content: "\e974";
}
.hr-tennis:before {
    content: "\e975";
}
.hr-bowling:before {
    content: "\e976";
}
.hr-snorkeling:before {
    content: "\e977";
}
.hr-fishing:before {
    content: "\e978";
}
.hr-windsurfing:before {
    content: "\e979";
}
.hr-bird-watching:before {
    content: "\e97a";
}
.hr-city:before {
    content: "\e97b";
}
.hr-cave:before {
    content: "\e97c";
}
.hr-nudist-beach:before {
    content: "\e97d";
}
.hr-rafting:before {
    content: "\e97e";
}
.hr-scuba-diving:before {
    content: "\e97f";
}
.hr-mountain:before {
    content: "\e980";
}
.hr-river:before {
    content: "\e983";
}
.hr-downtown:before {
    content: "\e984";
}
.hr-places-to-worship:before {
    content: "\e985";
}
.hr-skiing:before {
    content: "\e986";
}
.hr-water-skiing:before {
    content: "\e987";
}
.hr-ice-skating:before {
    content: "\e988";
}
.hr-jet-skiing:before {
    content: "\e98a";
}
.hr-hunting:before {
    content: "\e98b";
}
.hr-paragliding:before {
    content: "\e98c";
}
.hr-museums:before {
    content: "\e98d";
}
.hr-supermarket:before {
    content: "\e98e";
}
.hr-botanical-garden:before {
    content: "\e98f";
}
.hr-disco-club:before {
    content: "\e990";
}
.hr-near-the-sea:before {
    content: "\e991";
}
.hr-bar:before {
    content: "\e992";
}
.hr-outlet-shopping:before {
    content: "\e993";
}
.hr-water-park:before {
    content: "\e994";
}
.hr-volcano:before {
    content: "\e995";
}
.hr-horse-riding:before {
    content: "\e997";
}
.hr-waterfalls:before {
    content: "\e998";
}
.hr-spa-facilities:before {
    content: "\e999";
}
.hr-vineyards:before {
    content: "\e99a";
}
.hr-near-a-lake:before {
    content: "\e99b";
}
.hr-ruins:before {
    content: "\e99c";
}
.hr-air-conditioning:before {
    content: "\e912";
}
.hr-barbecue:before {
    content: "\e90f";
}
.hr-swimming-pool:before {
    content: "\e943";
}
.hr-parking:before {
    content: "\e900";
}
.hr-internet:before {
    content: "\e90d";
}
.hr-linen:before {
    content: "\e905";
}
.hr-towel:before {
    content: "\e91a";
}
.hr-desk:before {
    content: "\e910";
}
.hr-mosquito-net:before {
    content: "\e903";
}
.hr-sofa:before {
    content: "\e937";
}
.hr-fan:before {
    content: "\e952";
}
.hr-dressing-room:before {
    content: "\e950";
}
.hr-iron-ironing-table:before {
    content: "\e91c";
}
.hr-safe:before {
    content: "\e920";
}
.hr-central-heating:before {
    content: "\e90b";
}
.hr-pay-tv:before {
    content: "\e911";
}
.hr-dryer:before {
    content: "\e902";
}
.hr-cleaning-products:before {
    content: "\e90c";
}
.hr-games:before {
    content: "\e919";
}
.hr-radio:before {
    content: "\e94e";
}
.hr-ipod-docking-station:before {
    content: "\e926";
}
.hr-vacuum-cleaner:before {
    content: "\e917";
}
.hr-computer-or-laptop:before {
    content: "\e901";
}
.hr-cd-player:before {
    content: "\e956";
}
.hr-dvd-or-bluray-player:before {
    content: "\e944";
}
.hr-hi-fi:before {
    content: "\e90e";
}
.hr-flat-screen-tv:before {
    content: "\e915";
}
.hr-tv:before {
    content: "\e949";
}
.hr-satellite-cable-antenna:before {
    content: "\e932";
}
.hr-table:before {
    content: "\e931";
}
.hr-oven:before {
    content: "\e95a";
}
.hr-stove:before {
    content: "\e940";
}
.hr-microwave-oven:before {
    content: "\e95f";
}
.hr-toaster:before {
    content: "\e941";
}
.hr-coffee-machine:before {
    content: "\e942";
}
.hr-dishwasher:before {
    content: "\e91f";
}
.hr-us-style-fridge:before {
    content: "\e93e";
}
.hr-fridge:before {
    content: "\e93f";
}
.hr-cooking-ustensils:before {
    content: "\e957";
}
.hr-freezer:before {
    content: "\e961";
}
.hr-furniture:before {
    content: "\e921";
}
.hr-deckchair:before {
    content: "\e955";
}
.hr-table-tennis:before {
    content: "\e954";
}
.hr-swing:before {
    content: "\e945";
}
.hr-petanque-strip:before {
    content: "\e95e";
}
.hr-garden-fenced:before {
    content: "\e953";
}
.hr-garden-not-fenced:before {
    content: "\e909";
}
.hr-terrace:before {
    content: "\e94a";
}
.hr-field-volley-or-tennis:before {
    content: "\e94d";
}
.hr-view:before {
    content: "\e93d";
}
.hr-balcony:before {
    content: "\e924";
}
.hr-bidet:before {
    content: "\e904";
}
.hr-lift:before {
    content: "\e907";
}
.hr-children:before {
    content: "\e908";
}
.hr-hair-dryer:before {
    content: "\e90a";
}
.hr-hour-checkout:before {
    content: "\e913";
}
.hr-hour-checkin:before {
    content: "\e914";
}
.hr-adult:before {
    content: "\e916";
}
.hr-capacity:before {
    content: "\e918";
}
.hr-bathroom:before {
    content: "\e91b";
}
.hr-apartment:before {
    content: "\e91e";
}
.hr-hot-tub:before {
    content: "\e923";
}
.hr-bed-bunk:before {
    content: "\e925";
}
.hr-bath-tub:before {
    content: "\e927";
}
.hr-bed-double:before {
    content: "\e928";
}
.hr-bed-single:before {
    content: "\e929";
}
.hr-shower:before {
    content: "\e92a";
}
.hr-toilet:before {
    content: "\e92b";
}
.hr-smoking-a:before {
    content: "\e92c";
}
.hr-smoking-na:before {
    content: "\e92d";
}
.hr-property-chalet:before {
    content: "\e933";
}
.hr-property-house:before {
    content: "\e934";
}
.hr-property-mansion-castle:before {
    content: "\e935";
}
.hr-bed-queen:before {
    content: "\e936";
}
.hr-deposit:before {
    content: "\e938";
}
.hr-indoor-fireplace:before {
    content: "\e939";
}
.hr-property-other:before {
    content: "\e93a";
}
.hr-bedroom:before {
    content: "\e93b";
}
.hr-wheelchair:before {
    content: "\e946";
}
.hr-pets-a:before {
    content: "\e947";
}
.hr-pets-na:before {
    content: "\e948";
}
.hr-property-apartment:before {
    content: "\e94c";
}
.hr-property-studio:before {
    content: "\e94f";
}
.hr-price:before {
    content: "\e958";
}
.hr-alarm:before {
    content: "\e959";
}
.hr-double-basin:before {
    content: "\e95b";
}
.hr-ramp:before {
    content: "\e960";
}


