@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFU0Uw.ttf) format('truetype');
}
.home-block {
  margin-top: 24px;
}
.home-block .block p {
  margin: 0;
  color: #fff;
}
.home-block .block p strong {
  font-size: 17px;
}
.home-block .block .front {
  cursor: pointer;
}
.home-block .block .front p {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: 'rubikmedium', sans-serif;
  text-transform: uppercase;
}
.home-block .block .back {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  display: none;
}
.home-block .block .back a {
  color: #fff;
}
.home-block .block .back a.box-title:hover {
  text-decoration: none;
}
.home-block .block .back a strong {
  font-size: 17px;
}
.home-block .block .back ul {
  float: left;
}
/************************************* home search ******************************************/
.home-search {
  height: 119px;
  margin: 26px 0;
  background-color: #ffb50a;
  border: 1px solid #eaa400;
  position: relative;
}
.home-search .home-search-wrap {
  margin: 8px 26px 12px;
  color: #064f7e;
  font-family: Arial, Verdana, sans-serif;
}
.home-search .title {
  background: url('../../../images/frontend/home-search-lens.png') 0 0 no-repeat;
  height: 24px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding-left: 29px;
}
.home-search .info {
  margin: 10px 0;
  font-size: 16px;
}
.home-search .home-search-input {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}
.home-search .home-search-input.loader {
  background-image: url('../../../images/frontend/global_search/loader.gif');
  background-position: 99.2% 50%;
  background-repeat: no-repeat;
}
.home-search .home-search-input .cancel {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff url('../../../images/frontend/global_search/cancel.png') 50% 50% no-repeat;
  top: 11px;
  right: 8px;
}
.home-search .home-search-input input {
  font: 13px/1.2 Verdana, Arial, sans-serif;
  color: #4d4d4d;
  border: none;
  box-shadow: none;
  width: 96%;
  margin: 10px;
  padding: 1px;
  background-color: #fff;
}
.home-search .home-search-input input:focus {
  outline-style: none;
}
.home-search .home-search-result {
  display: none;
  position: absolute;
  width: 964px;
  top: 108px;
  left: 25px;
  background: #fff;
  border: 1px solid #eaa504;
  z-index: 120;
}
.home-search .home-search-result ul {
  float: left;
  width: 276px;
  margin: 10px;
  list-style: none;
  padding: 0;
}
.home-search .home-search-result ul li:hover {
  text-decoration: underline;
}
.home-search .home-search-result ul li a {
  color: #4d4d4d;
  display: block;
  margin: 0 12px;
  padding: 6px 0 6px 26px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-search .home-search-result ul li a.percent {
  background-image: url('../../../images/frontend/global_search/icon-search-percent.png');
  background-size: 16px 13px;
}
.home-search .home-search-result ul li a.home {
  background-image: url('../../../images/frontend/global_search/icon-search-home.png');
}
.home-search .home-search-result ul li a.bed {
  background-image: url('../../../images/frontend/global_search/icon-search-bed.png');
  background-size: 16px 12px;
}
.home-search .home-search-result ul li a.pin {
  background-image: url('../../../images/frontend/global_search/icon-search-pin.png');
  background-size: 16px 16px;
}
.home-search .home-search-result ul li a.cutlery {
  background-image: url('../../../images/frontend/global_search/icon-search-cutlery.png');
  background-size: 16px 16px;
}
.home-destinations {
  height: 369px;
  padding: 18px 26px;
  background-color: #fff;
  font-family: Arial, Verdana, sans-serif;
  border: 1px solid #e2dcdc;
}
.home-destinations p {
  font-weight: bold;
  font-size: 18px;
  color: #045387;
  margin: 0 0 18px;
}
.home-destinations .row:last-child {
  margin-top: 12px;
}
.home-destinations .row ul {
  width: 32%;
  float: left;
}
.home-destinations .row ul:nth-child(even) {
  width: 36%;
}
.home-destinations .row ul li {
  height: 20px;
}
.home-destinations .row ul li a {
  font-size: 15px;
  color: #555;
}
.home-btn {
  display: block;
  height: 78px;
  border-width: 1px;
  border-style: solid;
  font: 500 20px/80px 'rubikmedium', sans-serif;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 22px;
}
.home-btn:last-child {
  margin-bottom: 0;
}
.home-btn.sights {
  background-color: #63ae32;
  border-color: #599f2c;
}
.home-btn.restaurants {
  background-color: #fcc13a;
  border-color: #e3ae35;
}
.home-btn.search {
  background-color: #f03836;
  border-color: #d9312f;
}
.home-btn.search i:before {
  font-size: 28px;
  margin-top: -9px;
  margin-right: 10px;
}
.home-btn.search + div {
  margin-top: 22px !important;
}
.home-btn.search + div .links {
  height: 40px;
}
.home-btn:hover {
  text-decoration: none;
  opacity: 0.9;
}
.home-btn i:before {
  font-size: 24px;
  margin-right: 14px;
  margin-left: 20px;
  margin-top: -5px;
  vertical-align: middle;
}
.page-title,
.sidebar-search-form {
  margin-top: 26px;
}
