/*****************************************************************
  Hoteleia: Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
navbar, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, navbar, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
table {
  border-collapse: collapse;
  border-spacing: 0; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none; }

select {
  -webkit-appearance: none; }

.hide-on-wide {
  display: none; }

/*****************************************************************
  Hoteleia: Colors
*/
::-moz-selection {
  color: #FFFFFF;
  background: #3A89C9;
  /* WebKit/Blink Browsers */ }
::selection {
  color: #FFFFFF;
  background: #3A89C9;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  color: #FFFFFF;
  background: #3A89C9;
  /* Gecko Browsers */ }

/* Mobile Up to Tablet */
/* Tablet up to Desktop */
/*****************************************************************
  Hoteleia: Box Sizing Reset
*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/*****************************************************************
  Hoteleia: Root Elements
*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  background-color: #ebeff1;
  font-size: 14px;
  line-height: 1; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

/*****************************************************************
  Hoteleia: Heading Elements
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 300;
  line-height: 1; }

/*****************************************************************
  Hoteleia: Text Elements
*/
a {
  color: #3A89C9;
  text-decoration: none; }

a:hover {
  color: #9CC4E4; }

b,
strong {
  font-weight: 700; }

i,
em {
  font-style: italic; }

/*****************************************************************
  Hoteleia: Media Elements
*/
img {
  max-width: 100%;
  height: auto; }

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */ }

/*****************************************************************
  Hoteleia: Helpers
*/
.helper--align-left {
  float: left; }

.helper--align-right {
  float: right; }

.helper--clear {
  clear: both; }

/*****************************************************************
  Hoteleia: Page Wrapper
*/
.wrapper {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin: 0 auto; }

.wrapper--global {
  width: 100%; }

.wrapper--page {
  width: 80%; }

.wrapper--content {
  width: 1200px; }

/*****************************************************************
  Hoteleia: Header
*/
.header {
  height: 450px;
  position: relative;
  background-color: #3A89C9; }
  .header a {
    color: #FFFFFF; }
  .header .overlay-mask {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0; }
  .header .overlay-mask-bottom {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    z-index: 2; }
  .header .arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -30px;
    z-index: 2;
    left: 50%;
    margin-left: -15px; }
    .header .arrow .arrow_box {
      position: relative;
      background: #000; }
    .header .arrow .arrow_box:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(23, 53, 79, 0);
      border-top-color: #000;
      border-width: 30px;
      margin-left: -30px; }

.header--short {
  height: 300px; }
  .header--short .module_header_heading {
    bottom: 90px; }

.header--home {
  height: 100vh;
  width: 100%; }

/*****************************************************************
  Hoteleia: Navigation
*/
.navigation {
  line-height: 70px;
  position: relative;
  z-index: 10; }
  .navigation .mobileauth {
    background-color: #efefef; }
  .navigation .languageselect {
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: initial !important;
    border-top: 1px solid #b0b0b0; }
    .navigation .languageselect select {
      width: 100%;
      padding: 10px; }
  .navigation .currencyselect {
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: initial !important; }
    .navigation .currencyselect select {
      width: 100%;
      padding: 10px; }
  .navigation .navigation_content {
    padding: 0;
    list-style-type: none;
    width: auto;
    display: inline-block;
    margin: auto;
    float: right; }
    .navigation .navigation_content li {
      padding: 0;
      margin: 0;
      float: left;
      position: relative; }
      .navigation .navigation_content li a {
        padding-right: 12px;
        padding-left: 12px;
        display: block;
        font-size: 0.8rem;
        text-decoration: none;
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        font-weight: 400;
        color: #ffffff; }
      .navigation .navigation_content li a:hover {
        color: #cccccc; }
      .navigation .navigation_content li ul {
        visibility: hidden;
        position: absolute;
        opacity: 0;
        -webkit-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
        transform: translateY(-2em);
        -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        top: 100%;
        background: #fff;
        padding: 0;
        list-style-type: none;
        z-index: 4;
        -webkit-box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6);
        box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6);
        right: 0;
        left: auto; }
        .navigation .navigation_content li ul a {
          line-height: 16px;
          font-size: 0.8rem;
          padding: 10px 15px;
          text-align: left; }
        .navigation .navigation_content li ul a:hover {
          line-height: 16px;
          padding: 10px 15px; }
        .navigation .navigation_content li ul li {
          width: 200px;
          border-right: none;
          float: left; }
          .navigation .navigation_content li ul li a {
            color: initial;
            /*line-height:120%;*/ }
          .navigation .navigation_content li ul li a:hover {
            color: #28aadc; }
        .navigation .navigation_content li ul li:last-child {
          border-bottom: none; }
        .navigation .navigation_content li ul ul {
          top: 0;
          left: 100%;
          border-top: none; }
    .navigation .navigation_content li:hover > ul {
      visibility: visible;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition-delay: 0s, 0s, 0.3s;
      -o-transition-delay: 0s, 0s, 0.3s;
      transition-delay: 0s, 0s, 0.3s; }
    .navigation .navigation_content li:hover ul {
      opacity: 1; }
    .navigation .navigation_content .navigation_dropdown_single {
      width: 200px; }
      .navigation .navigation_content .navigation_dropdown_single .language-sprite {
        margin-right: 20px; }
    .navigation .navigation_content .navigation_dropdown_double {
      width: 400px; }
    .navigation .navigation_content .navigation_currency_symbol {
      display: inline-block;
      width: 40px;
      font-weight: 500;
      font-size: 12px; }
    .navigation .navigation_content .navigation_currency_name {
      font-size: 12px; }

/*****************************************************************
  Hoteleia: Footer
*/
.footer {
  background-color: #f4f4f4;
  margin-top: 40px; }
  .footer .footer_newsletter {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1; }
    .footer .footer_newsletter .arrow {
      position: absolute;
      width: 30px;
      height: 30px;
      left: 50%;
      top: -2px;
      margin-left: -15px; }
      .footer .footer_newsletter .arrow .arrow_box {
        position: relative;
        background: #ebeff1; }
      .footer .footer_newsletter .arrow .arrow_box:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(235, 239, 241, 0);
        border-top-color: #ebeff1;
        border-width: 30px;
        margin-left: -30px; }
    .footer .footer_newsletter .helper--align-left {
      width: 50%; }
    .footer .footer_newsletter .helper--align-right {
      width: 50%; }
    .footer .footer_newsletter h5 {
      padding-bottom: 15px; }
    .footer .footer_newsletter form {
      width: 70%; }
      .footer .footer_newsletter form input {
        width: 100%;
        border: none;
        background: none;
        background-color: #fff;
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 15px; }
      .footer .footer_newsletter form button {
        width: 100%;
        border: none;
        background: none;
        background-color: #f26c4f;
        color: #fff;
        border-radius: 4px;
        padding: 10px; }
      .footer .footer_newsletter form button:hover {
        background-color: #ee4420; }
      .footer .footer_newsletter form .checkbox {
        display: none; }
    .footer .footer_newsletter p {
      padding-top: 24px;
      font-size: 22px;
      line-height: 28px;
      font-weight: 300;
      text-align: left; }
  .footer .footer_links {
    background-color: #f1f1f1; }
    .footer .footer_links .wrapper--page {
      border-top: 1px dotted #cccccc;
      padding-top: 40px;
      padding-bottom: 40px; }
    .footer .footer_links ul {
      overflow: hidden; }
      .footer .footer_links ul li {
        width: 20%;
        float: right;
        display: inline-block;
        border-right: 1px dotted #cccccc;
        height: 200px; }
        .footer .footer_links ul li ul {
          margin-left: 20px;
          margin-right: 20px;
          overflow: hidden; }
          .footer .footer_links ul li ul li {
            float: none;
            display: block;
            width: 100%;
            border: none;
            height: initial;
            padding-bottom: 5px; }
            .footer .footer_links ul li ul li .footer_links_list {
              font-size: 14px; }
          .footer .footer_links ul li ul li:first-child {
            font-weight: 500;
            padding-bottom: 5px; }
      .footer .footer_links ul li:first-child {
        border-right: none; }
  .footer .footer_copyright {
    line-height: 50px;
    overflow: hidden; }
    .footer .footer_copyright .wrapper--page {
      border-top: 1px dotted #cccccc;
      padding-top: 10px; }
    .footer .footer_copyright .helper--align-left {
      padding-right: 30px; }
  .footer .footer_backtotop {
    background-color: #313131;
    line-height: 40px;
    color: #fff; }
    .footer .footer_backtotop a {
      color: #fff; }
    .footer .footer_backtotop a:hover {
      color: #ccc; }

.hoteleia_home {
  /*****************************************************************
 Hoteleia: Vendor: Owl Carousel 2 - Customizations
*/ }
  .hoteleia_home .all-destinations {
    text-align: center;
    margin-top: 30px; }
    .hoteleia_home .all-destinations a {
      background-color: #F26C4F;
      padding: 10px;
      border-radius: 4px;
      color: #FFFFFF;
      display: inline-block;
      width: 30%; }
    .hoteleia_home .all-destinations a:hover {
      color: #FFFFFF;
      background-color: #f6947e; }
  .hoteleia_home .owl-nav {
    display: none; }
  .hoteleia_home .owl-carousel {
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100vh; }
    .hoteleia_home .owl-carousel .owl-item {
      height: 100vh;
      width: 100vw;
      background-size: cover;
      position: relative; }
    .hoteleia_home .owl-carousel .owl-wrapper {
      position: absolute;
      width: 100vw;
      height: 100vh;
      overflow: hidden; }
    .hoteleia_home .owl-carousel .owl-background {
      overflow: hidden;
      position: absolute;
      width: 100%;
      height: 100%;
      background: no-repeat 50% 50%;
      background-size: cover;
      -webkit-animation: move 8s ease alternate;
      animation: move 8s ease alternate;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }

@-webkit-keyframes move {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
    .hoteleia_home .owl-carousel .owl-caption-frontpage {
      position: absolute;
      bottom: 80px;
      left: 30px;
      color: #FFFFFF;
      background-color: rgba(0, 0, 0, 0.35);
      border-radius: 4px;
      padding: 10px;
      z-index: 30; }
  .hoteleia_home .page_content .card {
    overflow: hidden;
    padding: 20px;
    background-color: #FFFFFF;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    margin-top: 60px; }
    .hoteleia_home .page_content .card h2 {
      font-size: 24px;
      font-weight: 500;
      color: #313131;
      margin-bottom: 10px;
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: 5px; }
    .hoteleia_home .page_content .card .country_large {
      width: 50%;
      float: left; }
    .hoteleia_home .page_content .card .country_small {
      width: 50%;
      float: left; }
      .hoteleia_home .page_content .card .country_small .column_1 {
        width: 50%;
        float: left; }
      .hoteleia_home .page_content .card .country_small .column_2 {
        width: 50%;
        float: left; }
    .hoteleia_home .page_content .card h3 {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #ffffff;
      font-weight: 300;
      font-size: 22px;
      z-index: 2;
      text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5); }
    .hoteleia_home .page_content .card .is_capital {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 5px;
      font-size: 12px;
      border-radius: 2px; }
    .hoteleia_home .page_content .card span {
      display: inline-block;
      padding-top: 5px;
      margin-top: 15px;
      border-top: 1px solid #e2e2e2; }
    .hoteleia_home .page_content .card .country_overlay {
      background-repeat: repeat-x;
      position: absolute;
      bottom: 0;
      z-index: 1;
      width: 100%;
      height: 60px;
      border-radius: 4px; }
    .hoteleia_home .page_content .card .country-1 {
      background-color: #ccc;
      height: 300px;
      position: relative;
      border-radius: 4px; }
    .hoteleia_home .page_content .card .country-2 {
      background-color: #ccc;
      height: 140px;
      margin-left: 20px;
      position: relative;
      border-radius: 4px; }
    .hoteleia_home .page_content .card .country-3 {
      background-color: #ccc;
      height: 140px;
      margin-top: 20px;
      margin-left: 20px;
      position: relative;
      border-radius: 4px; }
    .hoteleia_home .page_content .card .country-4 {
      background-color: #ccc;
      height: 140px;
      margin-left: 20px;
      position: relative;
      border-radius: 4px; }
    .hoteleia_home .page_content .card .country-5 {
      background-color: #ccc;
      height: 140px;
      margin-top: 20px;
      margin-left: 20px;
      position: relative;
      border-radius: 4px; }
  .hoteleia_home .page_content .card:hover {
    -webkit-box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6);
    box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6); }

/*****************************************************************
  .hoteleia_page_regular
 */
.hoteleia_page_regular_about .page_content,
.hoteleia_page_regular_faq .page_content,
.hoteleia_page_regular_contact .page_content,
.hoteleia_page_regular_advertise .page_content,
.hoteleia_page_regular_terms .page_content,
.hoteleia_page_regular_privacy .page_content,
.hoteleia_page_regular_cookies .page_content,
.hoteleia_partners_signup .page_content {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px; }
  .hoteleia_page_regular_about .page_content p,
  .hoteleia_page_regular_faq .page_content p,
  .hoteleia_page_regular_contact .page_content p,
  .hoteleia_page_regular_advertise .page_content p,
  .hoteleia_page_regular_terms .page_content p,
  .hoteleia_page_regular_privacy .page_content p,
  .hoteleia_page_regular_cookies .page_content p,
  .hoteleia_partners_signup .page_content p {
    padding-bottom: 20px;
    line-height: 22px;
    font-size: 16px; }
  .hoteleia_page_regular_about .page_content p:last-of-type,
  .hoteleia_page_regular_faq .page_content p:last-of-type,
  .hoteleia_page_regular_contact .page_content p:last-of-type,
  .hoteleia_page_regular_advertise .page_content p:last-of-type,
  .hoteleia_page_regular_terms .page_content p:last-of-type,
  .hoteleia_page_regular_privacy .page_content p:last-of-type,
  .hoteleia_page_regular_cookies .page_content p:last-of-type,
  .hoteleia_partners_signup .page_content p:last-of-type {
    padding-bottom: 0; }

.hoteleia_page_regular_terms .page_content,
.hoteleia_page_regular_privacy .page_content,
.hoteleia_page_regular_cookies .page_content {
  width: 800px; }
  .hoteleia_page_regular_terms .page_content h2,
  .hoteleia_page_regular_privacy .page_content h2,
  .hoteleia_page_regular_cookies .page_content h2 {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b0b0b0; }
  .hoteleia_page_regular_terms .page_content p,
  .hoteleia_page_regular_privacy .page_content p,
  .hoteleia_page_regular_cookies .page_content p {
    font-size: 12px;
    padding-bottom: 10px; }
  .hoteleia_page_regular_terms .page_content ul,
  .hoteleia_page_regular_privacy .page_content ul,
  .hoteleia_page_regular_cookies .page_content ul {
    font-size: 12px;
    line-height: 22px;
    list-style-type: square;
    margin-left: 15px;
    padding-bottom: 10px; }
  .hoteleia_page_regular_terms .page_content ol,
  .hoteleia_page_regular_privacy .page_content ol,
  .hoteleia_page_regular_cookies .page_content ol {
    font-size: 12px;
    line-height: 22px;
    list-style-type: decimal-leading-zero;
    margin-left: 20px;
    padding-bottom: 10px; }
  .hoteleia_page_regular_terms .page_content table,
  .hoteleia_page_regular_privacy .page_content table,
  .hoteleia_page_regular_cookies .page_content table {
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 10px; }
    .hoteleia_page_regular_terms .page_content table thead,
    .hoteleia_page_regular_privacy .page_content table thead,
    .hoteleia_page_regular_cookies .page_content table thead {
      border-bottom: 1px solid #F26C4F;
      text-align: left; }
      .hoteleia_page_regular_terms .page_content table thead th,
      .hoteleia_page_regular_privacy .page_content table thead th,
      .hoteleia_page_regular_cookies .page_content table thead th {
        padding: 10px; }
      .hoteleia_page_regular_terms .page_content table thead th:first-child,
      .hoteleia_page_regular_privacy .page_content table thead th:first-child,
      .hoteleia_page_regular_cookies .page_content table thead th:first-child {
        width: 15%; }
      .hoteleia_page_regular_terms .page_content table thead th:last-child,
      .hoteleia_page_regular_privacy .page_content table thead th:last-child,
      .hoteleia_page_regular_cookies .page_content table thead th:last-child {
        width: 15%; }
    .hoteleia_page_regular_terms .page_content table tbody td,
    .hoteleia_page_regular_privacy .page_content table tbody td,
    .hoteleia_page_regular_cookies .page_content table tbody td {
      padding: 10px; }
    .hoteleia_page_regular_terms .page_content table tbody tr,
    .hoteleia_page_regular_privacy .page_content table tbody tr,
    .hoteleia_page_regular_cookies .page_content table tbody tr {
      border-top: 1px solid #F26C4F; }

.hoteleia_page_regular_faq .page_content {
  width: 800px; }
  .hoteleia_page_regular_faq .page_content ol {
    font-weight: 300;
    list-style-type: none; }
    .hoteleia_page_regular_faq .page_content ol p {
      margin-bottom: 20px;
      font-size: 14px;
      font-style: italic;
      margin-top: 5px; }
    .hoteleia_page_regular_faq .page_content ol h3 {
      font-size: 16px;
      font-weight: 500; }
    .hoteleia_page_regular_faq .page_content ol h2 {
      margin-bottom: 10px; }
    .hoteleia_page_regular_faq .page_content ol ol {
      list-style-type: none;
      font-weight: 300;
      font-size: 18px; }

.hoteleia_page_regular_contact .page_content p {
  padding-top: 10px;
  font-size: 14px; }

.hoteleia_page_regular_contact .page_content p:first-of-type {
  padding-top: 0px; }

.hoteleia_page_regular_contact .page_content form {
  padding-top: 20px; }
  .hoteleia_page_regular_contact .page_content form .checkbox {
    display: none; }
  .hoteleia_page_regular_contact .page_content form label {
    display: block;
    margin-bottom: 5px; }
  .hoteleia_page_regular_contact .page_content form input {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: none;
    background-color: #e4e4e4;
    margin-bottom: 10px; }
  .hoteleia_page_regular_contact .page_content form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: none;
    background-color: #e4e4e4;
    margin-bottom: 10px; }
  .hoteleia_page_regular_contact .page_content form button {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: none;
    background-color: #F26C4F;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer; }
  .hoteleia_page_regular_contact .page_content form button:hover {
    background-color: #ee4420; }

.hoteleia_page_regular_contact .page_content .contact-left {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px; }

.hoteleia_page_regular_contact .page_content .contact-right {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px; }
  .hoteleia_page_regular_contact .page_content .contact-right h3 {
    padding-bottom: 5px; }
  .hoteleia_page_regular_contact .page_content .contact-right p {
    padding-bottom: 10px;
    padding-top: 0px; }
  .hoteleia_page_regular_contact .page_content .contact-right li {
    padding-bottom: 10px; }
  .hoteleia_page_regular_contact .page_content .contact-right li:last-child {
    padding-bottom: 0px; }

/*****************************************************************
  .hoteleia_destination
 */
.hoteleia_destination .page_content {
  padding-top: 20px; }

.hoteleia_destination #not_matches {
  border: 1px solid #F26C4F;
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 4px;
  color: #F26C4F;
  font-weight: 500;
  text-align: center;
  background-color: white;
  line-height: 20px;
  margin-bottom: 20px; }

.hoteleia_destination .grid {
  width: 100%;
  margin-top: 20px;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  overflow: hidden;
  margin-bottom: 30px; }
  .hoteleia_destination .grid li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_destination .grid li .card {
      margin: 10px;
      padding: 10px;
      padding-bottom: 0;
      background-color: #FFFFFF;
      border: 1px solid #e2e2e2;
      border-radius: 4px; }
      .hoteleia_destination .grid li .card .card-preview {
        margin-bottom: 10px; }
        .hoteleia_destination .grid li .card .card-preview img {
          border-radius: 4px; }
      .hoteleia_destination .grid li .card .card-content .destination_name h2 {
        font-size: 16px !important;
        font-weight: 400;
        color: #313131;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: 10px; }
      .hoteleia_destination .grid li .card .card-content .destination_properties {
        border-top: 1px solid #efefef;
        padding-top: 5px;
        margin-top: 5px;
        font-size: 12px;
        margin-bottom: 10px;
        color: #b0b0b0; }

/*****************************************************************
  .hoteleia_continents
 */
.hoteleia_continents .page_content {
  padding-top: 20px; }

.hoteleia_continents #not_matches {
  border: 1px solid #F26C4F;
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 4px;
  color: #F26C4F;
  font-weight: 500;
  text-align: center;
  background-color: white;
  line-height: 20px;
  margin-bottom: 20px; }

.hoteleia_continents .grid {
  width: 100%;
  margin-top: 20px;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  overflow: hidden;
  margin-bottom: 30px; }
  .hoteleia_continents .grid li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_continents .grid li .card {
      margin: 10px;
      padding: 10px;
      padding-bottom: 0;
      background-color: #FFFFFF;
      border: 1px solid #e2e2e2;
      border-radius: 4px; }
      .hoteleia_continents .grid li .card .card-preview {
        margin-bottom: 10px; }
        .hoteleia_continents .grid li .card .card-preview img {
          border-radius: 4px; }
      .hoteleia_continents .grid li .card .card-content .destination_name h2 {
        font-size: 16px !important;
        font-weight: 400;
        color: #313131;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: 10px; }
      .hoteleia_continents .grid li .card .card-content .destination_properties {
        border-top: 1px solid #efefef;
        padding-top: 5px;
        margin-top: 5px;
        font-size: 12px;
        margin-bottom: 10px;
        color: #b0b0b0; }

/*****************************************************************
  .hoteleia_destination_destinations
 */
.hoteleia_destinations .featured_properties {
  width: 100%;
  margin-top: 20px;
  overflow: hidden; }
  .hoteleia_destinations .featured_properties .heading {
    text-transform: uppercase;
    font-size: 10px;
    color: #F26C4F;
    padding-left: 10px;
    font-weight: 500; }
  .hoteleia_destinations .featured_properties ul {
    overflow: hidden; }
  .hoteleia_destinations .featured_properties li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_destinations .featured_properties li .card {
      margin: 10px;
      padding: 10px;
      background-color: #feefec;
      border: 1px solid #fbcfc6;
      border-radius: 4px;
      overflow: hidden; }
      .hoteleia_destinations .featured_properties li .card h3 {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 500;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #F26C4F; }
      .hoteleia_destinations .featured_properties li .card .image {
        width: 30%;
        float: left; }
        .hoteleia_destinations .featured_properties li .card .image img {
          border-radius: 3px; }
      .hoteleia_destinations .featured_properties li .card .content {
        width: 70%;
        padding-left: 10px;
        float: left; }
      .hoteleia_destinations .featured_properties li .card .address {
        font-size: 11px;
        display: block;
        color: #a3a3a3; }
      .hoteleia_destinations .featured_properties li .card .price {
        margin-top: 10px;
        display: block;
        overflow: hidden;
        height: 13px;
        font-size: 13px;
        color: #313131; }
        .hoteleia_destinations .featured_properties li .card .price .helper--align-left {
          display: inline-block; }
        .hoteleia_destinations .featured_properties li .card .price .helper--align-right {
          display: inline-block;
          font-weight: 500; }
    .hoteleia_destinations .featured_properties li .card:hover {
      border: 1px solid #f6947e; }

.hoteleia_destinations #not_matches {
  border: 1px solid #F26C4F;
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 4px;
  color: #F26C4F;
  font-weight: 500;
  text-align: center;
  background-color: white;
  line-height: 20px;
  margin-bottom: 20px; }

.hoteleia_destinations .grid {
  width: 100%;
  margin-top: 20px;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  overflow: hidden;
  margin-bottom: 30px; }
  .hoteleia_destinations .grid li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_destinations .grid li .card {
      margin: 10px;
      padding: 10px;
      padding-bottom: 0;
      background-color: #FFFFFF;
      border: 1px solid #e2e2e2;
      border-radius: 4px; }
      .hoteleia_destinations .grid li .card .card-preview {
        margin-bottom: 10px; }
        .hoteleia_destinations .grid li .card .card-preview img {
          border-radius: 4px; }
      .hoteleia_destinations .grid li .card .card-content .destination_name h2 {
        font-size: 16px !important;
        font-weight: 400;
        color: #313131;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: 10px; }
      .hoteleia_destinations .grid li .card .card-content .destination_properties {
        border-top: 1px solid #efefef;
        padding-top: 5px;
        margin-top: 5px;
        font-size: 12px;
        margin-bottom: 10px;
        color: #b0b0b0; }

/*****************************************************************
  .hoteleia_destination_country
 */
.hoteleia_destination_country .featured_properties {
  width: 100%;
  margin-top: 20px;
  overflow: hidden; }
  .hoteleia_destination_country .featured_properties .heading {
    text-transform: uppercase;
    font-size: 10px;
    color: #F26C4F;
    padding-left: 10px;
    font-weight: 500; }
  .hoteleia_destination_country .featured_properties ul {
    overflow: hidden; }
  .hoteleia_destination_country .featured_properties li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_destination_country .featured_properties li .card {
      margin: 10px;
      padding: 10px;
      background-color: #feefec;
      border: 1px solid #fbcfc6;
      border-radius: 4px;
      overflow: hidden; }
      .hoteleia_destination_country .featured_properties li .card h3 {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 500;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #F26C4F; }
      .hoteleia_destination_country .featured_properties li .card .image {
        width: 30%;
        float: left; }
        .hoteleia_destination_country .featured_properties li .card .image img {
          border-radius: 3px; }
      .hoteleia_destination_country .featured_properties li .card .content {
        width: 70%;
        padding-left: 10px;
        float: left; }
      .hoteleia_destination_country .featured_properties li .card .address {
        font-size: 11px;
        display: block;
        color: #a3a3a3; }
      .hoteleia_destination_country .featured_properties li .card .price {
        margin-top: 10px;
        display: block;
        overflow: hidden;
        height: 13px;
        font-size: 13px;
        color: #313131; }
        .hoteleia_destination_country .featured_properties li .card .price .helper--align-left {
          display: inline-block; }
        .hoteleia_destination_country .featured_properties li .card .price .helper--align-right {
          display: inline-block;
          font-weight: 500; }
    .hoteleia_destination_country .featured_properties li .card:hover {
      border: 1px solid #f6947e; }

.hoteleia_destination_country #not_matches {
  border: 1px solid #F26C4F;
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 4px;
  color: #F26C4F;
  font-weight: 500;
  text-align: center;
  background-color: white;
  line-height: 20px;
  margin-bottom: 20px; }

.hoteleia_destination_country .grid {
  width: 100%;
  margin-top: 20px;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  overflow: hidden;
  margin-bottom: 30px; }
  .hoteleia_destination_country .grid li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_destination_country .grid li .card {
      margin: 10px;
      padding: 10px;
      padding-bottom: 0;
      background-color: #FFFFFF;
      border: 1px solid #e2e2e2;
      border-radius: 4px; }
      .hoteleia_destination_country .grid li .card .card-preview {
        margin-bottom: 10px; }
        .hoteleia_destination_country .grid li .card .card-preview img {
          border-radius: 4px; }
      .hoteleia_destination_country .grid li .card .card-content .destination_name h2 {
        font-size: 16px !important;
        font-weight: 400;
        color: #313131;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: 10px; }
      .hoteleia_destination_country .grid li .card .card-content .destination_properties {
        border-top: 1px solid #efefef;
        padding-top: 5px;
        margin-top: 5px;
        font-size: 12px;
        margin-bottom: 10px;
        color: #b0b0b0; }

/*****************************************************************
  .hoteleia_destination_region
 */
.hoteleia_destination_region .featured_properties {
  width: 100%;
  margin-top: 20px;
  overflow: hidden; }
  .hoteleia_destination_region .featured_properties .heading {
    text-transform: uppercase;
    font-size: 10px;
    color: #F26C4F;
    padding-left: 10px;
    font-weight: 500; }
  .hoteleia_destination_region .featured_properties ul {
    overflow: hidden; }
  .hoteleia_destination_region .featured_properties li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_destination_region .featured_properties li .card {
      margin: 10px;
      padding: 10px;
      background-color: #feefec;
      border: 1px solid #fbcfc6;
      border-radius: 4px;
      overflow: hidden; }
      .hoteleia_destination_region .featured_properties li .card h3 {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 500;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #F26C4F; }
      .hoteleia_destination_region .featured_properties li .card .image {
        width: 30%;
        float: left; }
        .hoteleia_destination_region .featured_properties li .card .image img {
          border-radius: 3px; }
      .hoteleia_destination_region .featured_properties li .card .content {
        width: 70%;
        padding-left: 10px;
        float: left; }
      .hoteleia_destination_region .featured_properties li .card .address {
        font-size: 11px;
        display: block;
        color: #a3a3a3; }
      .hoteleia_destination_region .featured_properties li .card .price {
        margin-top: 10px;
        display: block;
        overflow: hidden;
        height: 13px;
        font-size: 13px;
        color: #313131; }
        .hoteleia_destination_region .featured_properties li .card .price .helper--align-left {
          display: inline-block; }
        .hoteleia_destination_region .featured_properties li .card .price .helper--align-right {
          display: inline-block;
          font-weight: 500; }
    .hoteleia_destination_region .featured_properties li .card:hover {
      border: 1px solid #f6947e; }

.hoteleia_destination_region #not_matches {
  border: 1px solid #F26C4F;
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 4px;
  color: #F26C4F;
  font-weight: 500;
  text-align: center;
  background-color: white;
  line-height: 20px;
  margin-bottom: 20px; }

.hoteleia_destination_region .grid {
  width: 100%;
  margin-top: 20px;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  overflow: hidden;
  margin-bottom: 30px; }
  .hoteleia_destination_region .grid li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_destination_region .grid li .card {
      margin: 10px;
      padding: 10px;
      padding-bottom: 0;
      background-color: #FFFFFF;
      border: 1px solid #e2e2e2;
      border-radius: 4px; }
      .hoteleia_destination_region .grid li .card .card-preview {
        margin-bottom: 10px; }
        .hoteleia_destination_region .grid li .card .card-preview img {
          border-radius: 4px; }
      .hoteleia_destination_region .grid li .card .card-content .destination_name h2 {
        font-size: 16px !important;
        font-weight: 400;
        color: #313131;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: 10px; }
      .hoteleia_destination_region .grid li .card .card-content .destination_properties {
        border-top: 1px solid #efefef;
        padding-top: 5px;
        margin-top: 5px;
        font-size: 12px;
        margin-bottom: 10px;
        color: #b0b0b0; }

/*****************************************************************
  .hoteleia_destination_subregion
 */
.hoteleia_destination_subregion .featured_properties {
  width: 100%;
  margin-top: 20px;
  overflow: hidden; }
  .hoteleia_destination_subregion .featured_properties .heading {
    text-transform: uppercase;
    font-size: 10px;
    color: #F26C4F;
    padding-left: 10px;
    font-weight: 500; }
  .hoteleia_destination_subregion .featured_properties ul {
    overflow: hidden; }
  .hoteleia_destination_subregion .featured_properties li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_destination_subregion .featured_properties li .card {
      margin: 10px;
      padding: 10px;
      background-color: #feefec;
      border: 1px solid #fbcfc6;
      border-radius: 4px;
      overflow: hidden; }
      .hoteleia_destination_subregion .featured_properties li .card h3 {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 500;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #F26C4F; }
      .hoteleia_destination_subregion .featured_properties li .card .image {
        width: 30%;
        float: left; }
        .hoteleia_destination_subregion .featured_properties li .card .image img {
          border-radius: 3px; }
      .hoteleia_destination_subregion .featured_properties li .card .content {
        width: 70%;
        padding-left: 10px;
        float: left; }
      .hoteleia_destination_subregion .featured_properties li .card .address {
        font-size: 11px;
        display: block;
        color: #a3a3a3; }
      .hoteleia_destination_subregion .featured_properties li .card .price {
        margin-top: 10px;
        display: block;
        overflow: hidden;
        height: 13px;
        font-size: 13px;
        color: #313131; }
        .hoteleia_destination_subregion .featured_properties li .card .price .helper--align-left {
          display: inline-block; }
        .hoteleia_destination_subregion .featured_properties li .card .price .helper--align-right {
          display: inline-block;
          font-weight: 500; }
    .hoteleia_destination_subregion .featured_properties li .card:hover {
      border: 1px solid #f6947e; }

.hoteleia_destination_subregion #not_matches {
  border: 1px solid #F26C4F;
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 4px;
  color: #F26C4F;
  font-weight: 500;
  text-align: center;
  background-color: white;
  line-height: 20px;
  margin-bottom: 20px; }

.hoteleia_destination_subregion .grid {
  width: 100%;
  margin-top: 20px;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  overflow: hidden;
  margin-bottom: 30px; }
  .hoteleia_destination_subregion .grid li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_destination_subregion .grid li .card {
      margin: 10px;
      padding: 10px;
      padding-bottom: 0;
      background-color: #FFFFFF;
      border: 1px solid #e2e2e2;
      border-radius: 4px; }
      .hoteleia_destination_subregion .grid li .card .card-preview {
        margin-bottom: 10px;
        position: relative; }
        .hoteleia_destination_subregion .grid li .card .card-preview .is_capital {
          position: absolute;
          top: 10px;
          right: 10px;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.7);
          padding: 5px;
          font-size: 12px;
          border-radius: 2px; }
        .hoteleia_destination_subregion .grid li .card .card-preview img {
          border-radius: 4px; }
      .hoteleia_destination_subregion .grid li .card .card-content .destination_name h2 {
        font-size: 16px !important;
        font-weight: 400;
        color: #313131;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: 10px; }
      .hoteleia_destination_subregion .grid li .card .card-content .destination_properties {
        border-top: 1px solid #efefef;
        padding-top: 5px;
        margin-top: 5px;
        font-size: 12px;
        margin-bottom: 10px;
        color: #b0b0b0; }

/*****************************************************************
  .hoteleia_destination_city
 */
.hoteleia_destination_city .city_extras {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }
  .hoteleia_destination_city .city_extras .circle {
    float: left;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-left: 10px;
    /* width and height can be anything, as long as they're equal */ }
    .hoteleia_destination_city .city_extras .circle i {
      font-size: 26px;
      padding-top: 12px; }
  .hoteleia_destination_city .city_extras .circle--weather {
    background-color: #3A89C9; }
  .hoteleia_destination_city .city_extras .circle--degrees {
    background-color: #3A89C9;
    font-size: 23px;
    line-height: 50px; }

.hoteleia_destination_city .featured_properties {
  width: 100%;
  margin-top: 20px; }
  .hoteleia_destination_city .featured_properties .heading {
    text-transform: uppercase;
    font-size: 10px;
    color: #F26C4F;
    padding-left: 10px;
    font-weight: 500; }
  .hoteleia_destination_city .featured_properties li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_destination_city .featured_properties li .card {
      margin: 10px;
      padding: 10px;
      background-color: #feefec;
      border: 1px solid #fbcfc6;
      border-radius: 4px;
      overflow: hidden; }
      .hoteleia_destination_city .featured_properties li .card h3 {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 500;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #F26C4F; }
      .hoteleia_destination_city .featured_properties li .card .image {
        width: 30%;
        float: left; }
        .hoteleia_destination_city .featured_properties li .card .image img {
          border-radius: 3px; }
      .hoteleia_destination_city .featured_properties li .card .content {
        width: 70%;
        padding-left: 10px;
        float: left; }
      .hoteleia_destination_city .featured_properties li .card .address {
        font-size: 11px;
        display: block;
        color: #a3a3a3; }
      .hoteleia_destination_city .featured_properties li .card .price {
        margin-top: 10px;
        display: block;
        overflow: hidden;
        height: 13px;
        font-size: 13px;
        color: #313131; }
        .hoteleia_destination_city .featured_properties li .card .price .helper--align-left {
          display: inline-block; }
        .hoteleia_destination_city .featured_properties li .card .price .helper--align-right {
          display: inline-block;
          font-weight: 500; }
    .hoteleia_destination_city .featured_properties li .card:hover {
      border: 1px solid #f6947e; }

.hoteleia_destination_city #not_matches {
  border: 1px solid #F26C4F;
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 4px;
  color: #F26C4F;
  font-weight: 500;
  text-align: center;
  background-color: white;
  line-height: 20px;
  margin-bottom: 20px; }

.hoteleia_destination_city .list {
  padding: 10px;
  width: 100%;
  margin-top: 20px;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  /* Ribbon */ }
  .hoteleia_destination_city .list .box {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 10px;
    left: 10px; }
  .hoteleia_destination_city .list .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; }
  .hoteleia_destination_city .list .ribbon span {
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: -webkit-gradient(linear, left top, left bottom, from(#2989d8), to(#1e5799));
    background: -webkit-linear-gradient(#2989d8 0%, #1e5799 100%);
    background: -o-linear-gradient(#2989d8 0%, #1e5799 100%);
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    -webkit-box-shadow: 0 3px 10px -5px black;
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 19px;
    left: -21px; }
  .hoteleia_destination_city .list .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799; }
  .hoteleia_destination_city .list .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799; }
  .hoteleia_destination_city .list li {
    display: block; }
    .hoteleia_destination_city .list li .card {
      overflow: hidden;
      background-color: #FFFFFF;
      border: 1px solid #e2e2e2;
      margin-bottom: 30px;
      padding: 10px;
      border-radius: 4px;
      position: relative; }
      .hoteleia_destination_city .list li .card .card_column_carousel {
        width: 20%;
        overflow: hidden;
        float: left; }
        .hoteleia_destination_city .list li .card .card_column_carousel .owl-carouse div {
          width: 100%; }
        .hoteleia_destination_city .list li .card .card_column_carousel .owl-carousel .owl-controls .owl-dot {
          float: left;
          background-size: cover;
          margin-top: 10px; }
        .hoteleia_destination_city .list li .card .card_column_carousel .owl-carousel .owl-dot {
          float: left;
          background-size: cover; }
        .hoteleia_destination_city .list li .card .card_column_carousel .carousel_more {
          width: 35px;
          height: 30px;
          line-height: 30px;
          border-radius: 4px;
          background-color: #FFFFFF;
          border: 2px solid #F26C4F;
          display: inline-block;
          text-align: center;
          color: #F26C4F;
          font-size: 12px; }
        .hoteleia_destination_city .list li .card .card_column_carousel .owl-carousel .owl-item img {
          border-radius: 4px; }
        .hoteleia_destination_city .list li .card .card_column_carousel .owl-dots {
          margin-top: 7px; }
        .hoteleia_destination_city .list li .card .card_column_carousel .owl-dot {
          width: 42px !important;
          height: 30px !important;
          margin-right: 7px;
          border-radius: 3px; }
      .hoteleia_destination_city .list li .card .card_column_content {
        padding-left: 20px;
        padding-right: 10px;
        width: 60%;
        float: left;
        border-right: 1px solid #efefef; }
        .hoteleia_destination_city .list li .card .card_column_content .property_type {
          color: #b0b0b0;
          text-transform: uppercase;
          font-size: 10px;
          margin-bottom: 5px; }
        .hoteleia_destination_city .list li .card .card_column_content .property_name {
          margin-bottom: 8px; }
          .hoteleia_destination_city .list li .card .card_column_content .property_name h2 {
            font-size: 24px;
            font-weight: 500; }
          .hoteleia_destination_city .list li .card .card_column_content .property_name a {
            color: #313131; }
          .hoteleia_destination_city .list li .card .card_column_content .property_name a:hover {
            color: #3e3e3e; }
        .hoteleia_destination_city .list li .card .card_column_content .property_location {
          font-size: 11px;
          color: #a3a3a3;
          margin-bottom: 12px; }
          .hoteleia_destination_city .list li .card .card_column_content .property_location label {
            text-transform: uppercase; }
          .hoteleia_destination_city .list li .card .card_column_content .property_location a {
            color: #F26C4F;
            font-weight: 500; }
          .hoteleia_destination_city .list li .card .card_column_content .property_location a:hover {
            color: #ee4420; }
          .hoteleia_destination_city .list li .card .card_column_content .property_location label {
            color: #F26C4F;
            font-weight: 500; }
          .hoteleia_destination_city .list li .card .card_column_content .property_location label:hover {
            color: #ee4420; }
        .hoteleia_destination_city .list li .card .card_column_content .property_extras {
          color: #3A89C9;
          font-size: 11px;
          border-bottom: 1px solid #efefef;
          padding-bottom: 10px;
          margin-bottom: 10px; }
        .hoteleia_destination_city .list li .card .card_column_content .property_description {
          border-bottom: 1px solid #efefef;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          .hoteleia_destination_city .list li .card .card_column_content .property_description p {
            line-height: 20px;
            color: #333333;
            font-size: 13px; }
        .hoteleia_destination_city .list li .card .card_column_content .property_prices {
          overflow: hidden;
          border-bottom: 1px solid #efefef;
          padding-bottom: 10px;
          margin-bottom: 10px;
          font-size: 12px; }
          .hoteleia_destination_city .list li .card .card_column_content .property_prices .helper--align-right {
            font-weight: 500; }
        .hoteleia_destination_city .list li .card .card_column_content .property_tools {
          font-size: 11px; }
          .hoteleia_destination_city .list li .card .card_column_content .property_tools a {
            color: #a3a3a3;
            cursor: pointer; }
            .hoteleia_destination_city .list li .card .card_column_content .property_tools a label {
              cursor: pointer; }
          .hoteleia_destination_city .list li .card .card_column_content .property_tools a:hover {
            color: #707070; }
          .hoteleia_destination_city .list li .card .card_column_content .property_tools .compare {
            display: inline-block;
            padding-right: 10px; }
          .hoteleia_destination_city .list li .card .card_column_content .property_tools .favorite a:hover i {
            color: #D24D57; }
      .hoteleia_destination_city .list li .card .card_column_details {
        width: 20%;
        padding-left: 10px;
        float: left;
        text-align: right; }
        .hoteleia_destination_city .list li .card .card_column_details .location-direct {
          display: inline-block;
          background-color: #3A89C9;
          border-radius: 4px;
          padding: 8px;
          margin-bottom: 20px;
          color: #FFFFFF;
          font-size: 13px; }
        .hoteleia_destination_city .list li .card .card_column_details .location-nearby {
          display: inline-block;
          background-color: #9CC4E4;
          border-radius: 4px;
          padding: 8px;
          margin-bottom: 20px;
          color: #FFFFFF;
          font-size: 13px; }
        .hoteleia_destination_city .list li .card .card_column_details ul li {
          border-top: 1px solid #efefef;
          padding-top: 8px;
          padding-bottom: 8px;
          font-size: 12px; }
      .hoteleia_destination_city .list li .card .property_view {
        display: inline-block;
        background-color: #F26C4F;
        border-radius: 4px;
        padding: 8px;
        color: #FFFFFF;
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 12px; }
        .hoteleia_destination_city .list li .card .property_view a {
          color: #FFFFFF;
          font-weight: 500; }

.hoteleia_destination_city .grid {
  width: 100%;
  margin-top: 20px;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  /* Ribbon */ }
  .hoteleia_destination_city .grid .box {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .hoteleia_destination_city .grid .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; }
  .hoteleia_destination_city .grid .ribbon span {
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: -webkit-gradient(linear, left top, left bottom, from(#2989d8), to(#1e5799));
    background: -webkit-linear-gradient(#2989d8 0%, #1e5799 100%);
    background: -o-linear-gradient(#2989d8 0%, #1e5799 100%);
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    -webkit-box-shadow: 0 3px 10px -5px black;
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 19px;
    left: -21px; }
  .hoteleia_destination_city .grid .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799; }
  .hoteleia_destination_city .grid .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799; }
  .hoteleia_destination_city .grid li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_destination_city .grid li .card {
      margin: 10px;
      padding: 10px;
      background-color: #FFFFFF;
      border: 1px solid #e2e2e2;
      border-radius: 4px;
      position: relative; }
      .hoteleia_destination_city .grid li .card .card_column_carousel .carousel_more {
        width: 46px;
        height: 33px;
        line-height: 30px;
        border-radius: 4px;
        background-color: #FFFFFF;
        border: 2px solid #F26C4F;
        display: inline-block;
        text-align: center;
        color: #F26C4F;
        font-size: 12px; }
      .hoteleia_destination_city .grid li .card .card_column_carousel .owl-carousel .owl-item img {
        border-radius: 4px; }
      .hoteleia_destination_city .grid li .card .card_column_carousel .owl-dots {
        margin-top: 7px; }
      .hoteleia_destination_city .grid li .card .card_column_carousel .owl-dot {
        width: 46px !important;
        height: 33px !important;
        margin-right: 7px;
        border-radius: 4px;
        float: left;
        background-size: cover; }
      .hoteleia_destination_city .grid li .card .card_column_content {
        width: 100%; }
        .hoteleia_destination_city .grid li .card .card_column_content .property_type {
          color: #b0b0b0;
          text-transform: uppercase;
          font-size: 10px;
          padding-top: 10px;
          margin-bottom: 5px; }
        .hoteleia_destination_city .grid li .card .card_column_content .property_name {
          margin-bottom: 8px; }
          .hoteleia_destination_city .grid li .card .card_column_content .property_name h2 {
            font-size: 18px;
            font-weight: 500;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }
          .hoteleia_destination_city .grid li .card .card_column_content .property_name a {
            color: #313131; }
          .hoteleia_destination_city .grid li .card .card_column_content .property_name a:hover {
            color: #3e3e3e; }
        .hoteleia_destination_city .grid li .card .card_column_content .property_location {
          font-size: 11px;
          color: #a3a3a3;
          margin-bottom: 12px;
          line-height: 16px; }
          .hoteleia_destination_city .grid li .card .card_column_content .property_location label {
            color: #F26C4F;
            font-weight: 500;
            text-transform: uppercase; }
          .hoteleia_destination_city .grid li .card .card_column_content .property_location label:hover {
            color: #ee4420; }
        .hoteleia_destination_city .grid li .card .card_column_content .property_extras {
          color: #3A89C9;
          font-size: 11px;
          border-bottom: 1px solid #efefef;
          padding-bottom: 10px;
          margin-bottom: 10px;
          height: 21px; }
          .hoteleia_destination_city .grid li .card .card_column_content .property_extras .property_extras_cards {
            display: none; }
        .hoteleia_destination_city .grid li .card .card_column_content .property_description {
          display: none; }
        .hoteleia_destination_city .grid li .card .card_column_content .property_prices {
          overflow: hidden;
          border-bottom: 1px solid #efefef;
          padding-bottom: 10px;
          margin-bottom: 10px;
          font-size: 12px; }
          .hoteleia_destination_city .grid li .card .card_column_content .property_prices .helper--align-right {
            font-weight: 500; }
        .hoteleia_destination_city .grid li .card .card_column_content .property_tools {
          font-size: 11px;
          border-bottom: 1px solid #efefef;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          .hoteleia_destination_city .grid li .card .card_column_content .property_tools a {
            color: #a3a3a3;
            cursor: pointer; }
            .hoteleia_destination_city .grid li .card .card_column_content .property_tools a label {
              cursor: pointer; }
          .hoteleia_destination_city .grid li .card .card_column_content .property_tools a:hover {
            color: #707070; }
          .hoteleia_destination_city .grid li .card .card_column_content .property_tools .compare {
            display: inline-block;
            padding-right: 10px; }
          .hoteleia_destination_city .grid li .card .card_column_content .property_tools .favorite a:hover i {
            color: #D24D57; }
      .hoteleia_destination_city .grid li .card .card_column_details {
        display: none; }
      .hoteleia_destination_city .grid li .card .property_view {
        display: inline-block;
        background-color: #F26C4F;
        border-radius: 4px;
        padding: 8px;
        width: 100%;
        text-align: center;
        color: #FFFFFF;
        font-size: 12px; }
        .hoteleia_destination_city .grid li .card .property_view a {
          color: #FFFFFF;
          font-weight: 500; }

/*****************************************************************
  .hoteleia_property_map
 */
.hoteleia_property_map #map-canvas {
  width: 100% !important;
  height: 100% !important; }

/*****************************************************************
  .hoteleia_partners
 */
.hoteleia_partners_index .page_content {
  padding-top: 40px;
  padding-bottom: 40px; }
  .hoteleia_partners_index .page_content h2 {
    padding-top: 20px;
    padding-bottom: 10px; }
  .hoteleia_partners_index .page_content h2:first-of-type {
    padding-top: 0; }
  .hoteleia_partners_index .page_content p {
    line-height: 20px; }

.hoteleia_partners_index .page_content:last-of-type {
  padding-bottom: 0;
  padding-top: 0; }

.hoteleia_partners_index .block-1 {
  margin-left: 10px;
  margin-right: 10px; }

.hoteleia_partners_index .block-2 {
  background-image: url("https://static.hoteleia.com/v01/images/partners-background.jpg");
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 30px; }
  .hoteleia_partners_index .block-2 h2 {
    text-align: center;
    color: #FFFFFF; }
  .hoteleia_partners_index .block-2 ul {
    overflow: hidden; }
    .hoteleia_partners_index .block-2 ul li {
      width: 25%;
      float: left;
      display: inline-block; }
      .hoteleia_partners_index .block-2 ul li .button {
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #FFFFFF; }
      .hoteleia_partners_index .block-2 ul li .button-1 {
        background-color: #f26c4f;
        border-radius: 4px; }
      .hoteleia_partners_index .block-2 ul li .button-2 {
        background-color: #e43611;
        border-radius: 4px; }
      .hoteleia_partners_index .block-2 ul li .button-3 {
        background-color: #9c250c;
        border-radius: 4px; }
      .hoteleia_partners_index .block-2 ul li .button-4 {
        background-color: #551406;
        border-radius: 4px; }
      .hoteleia_partners_index .block-2 ul li .button-1:hover {
        background-color: #f48067; }
      .hoteleia_partners_index .block-2 ul li .button-2:hover {
        background-color: #ee4420; }
      .hoteleia_partners_index .block-2 ul li .button-3:hover {
        background-color: #b42b0d; }
      .hoteleia_partners_index .block-2 ul li .button-4:hover {
        background-color: #6d1a08; }
      .hoteleia_partners_index .block-2 ul li .item {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 4px;
        margin: 15px;
        padding: 30px;
        text-align: center; }
        .hoteleia_partners_index .block-2 ul li .item .title {
          text-transform: uppercase;
          margin-bottom: 40px; }
        .hoteleia_partners_index .block-2 ul li .item .price {
          font-size: 60px;
          margin-bottom: 40px;
          color: #F26C4F; }
          .hoteleia_partners_index .block-2 ul li .item .price .price-footer {
            display: block;
            font-size: 14px;
            margin-top: 10px;
            color: #a3a3a3; }
        .hoteleia_partners_index .block-2 ul li .item .offer {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 30px;
          min-height: 178px; }
          .hoteleia_partners_index .block-2 ul li .item .offer .offer-heading {
            margin-bottom: 10px;
            display: block; }

.hoteleia_partners_index .block-3 h2 {
  margin-left: 10px; }

.hoteleia_partners_index .block-3 .columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  padding-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px; }
  .hoteleia_partners_index .block-3 .columns li {
    line-height: 30px; }
    .hoteleia_partners_index .block-3 .columns li i {
      color: #F26C4F; }

.hoteleia_partners_index .block-3 .blocks {
  overflow: hidden; }
  .hoteleia_partners_index .block-3 .blocks li {
    width: 33.333333%;
    float: left; }
    .hoteleia_partners_index .block-3 .blocks li .item {
      background-color: #1B325F;
      margin: 10px;
      border-radius: 4px;
      padding: 20px;
      line-height: 20px;
      color: #FFFFFF; }
      .hoteleia_partners_index .block-3 .blocks li .item h3 {
        padding-bottom: 5px;
        color: #FFFFFF;
        font-weight: 500;
        margin-bottom: 10px; }

.hoteleia_partners_index .block-4 {
  margin-left: 10px;
  margin-right: 10px; }
  .hoteleia_partners_index .block-4 h3 {
    padding-bottom: 5px; }
  .hoteleia_partners_index .block-4 p {
    padding-bottom: 20px;
    line-height: 20px; }
  .hoteleia_partners_index .block-4 p:last-of-type {
    padding-bottom: 0; }

/*****************************************************************
  .hoteleia_partners_plans
 */
.hoteleia_partners_plans .page_content {
  padding-top: 40px; }
  .hoteleia_partners_plans .page_content form {
    width: 400px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 10px; }
    .hoteleia_partners_plans .page_content form label {
      width: 100%;
      margin-bottom: 5px;
      display: block; }
    .hoteleia_partners_plans .page_content form input {
      width: 100%;
      margin-bottom: 10px;
      background-color: #E9F2F9;
      padding: 10px;
      border: none;
      border-radius: 4px; }
    .hoteleia_partners_plans .page_content form select {
      width: 100%;
      margin-bottom: 10px;
      background-color: #E9F2F9;
      padding: 10px;
      border: none;
      border-radius: 4px; }
    .hoteleia_partners_plans .page_content form button {
      background-color: #F26C4F;
      border: none;
      width: 100%;
      color: #FFFFFF;
      padding: 10px;
      border-radius: 4px; }
    .hoteleia_partners_plans .page_content form button:hover {
      background-color: #f6947e; }

/*****************************************************************
  .hoteleia_error_404
 */
.hoteleia_error_404 .page_content {
  padding-top: 100px;
  margin-bottom: 100px;
  text-align: center; }
  .hoteleia_error_404 .page_content h1 {
    margin-bottom: 10px; }
  .hoteleia_error_404 .page_content p {
    line-height: 20px; }

/*****************************************************************
  .hoteleia_error_500
 */
.hoteleia_error_500 .page_content {
  padding-top: 100px;
  margin-bottom: 100px;
  text-align: center; }
  .hoteleia_error_500 .page_content h1 {
    margin-bottom: 10px; }
  .hoteleia_error_500 .page_content p {
    line-height: 20px; }

/*****************************************************************
  .hoteleia_error_login
 */
.hoteleia_error_login .page_content {
  padding-top: 100px;
  margin-bottom: 100px;
  text-align: center; }
  .hoteleia_error_login .page_content h1 {
    margin-bottom: 10px; }
  .hoteleia_error_login .page_content p {
    line-height: 20px; }

.hoteleia_search .page_content {
  padding-top: 40px; }
  .hoteleia_search .page_content h2 {
    margin-left: 10px;
    margin-right: 10px; }
  .hoteleia_search .page_content ul {
    overflow: hidden;
    margin-bottom: 40px; }
    .hoteleia_search .page_content ul li {
      width: 25%;
      float: left; }
      .hoteleia_search .page_content ul li .card {
        /*overflow: hidden;*/
        padding: 10px;
        background-color: #FFFFFF;
        border-radius: 4px;
        margin: 10px;
        position: relative; }
        .hoteleia_search .page_content ul li .card .ribbon {
          position: absolute;
          left: -5px;
          top: -5px;
          z-index: 1;
          overflow: hidden;
          width: 75px;
          height: 75px;
          text-align: right; }
        .hoteleia_search .page_content ul li .card .ribbon span {
          font-size: 9px;
          font-weight: bold;
          color: #FFF;
          text-transform: uppercase;
          text-align: center;
          line-height: 20px;
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          width: 100px;
          display: block;
          background: #79A70A;
          background: -webkit-gradient(linear, left top, left bottom, from(#2989d8), to(#1e5799));
          background: -webkit-linear-gradient(#2989d8 0%, #1e5799 100%);
          background: -o-linear-gradient(#2989d8 0%, #1e5799 100%);
          background: linear-gradient(#2989d8 0%, #1e5799 100%);
          -webkit-box-shadow: 0 3px 10px -5px black;
          box-shadow: 0 3px 10px -5px black;
          position: absolute;
          top: 19px;
          left: -21px; }
        .hoteleia_search .page_content ul li .card .ribbon span::before {
          content: "";
          position: absolute;
          left: 0px;
          top: 100%;
          z-index: -1;
          border-left: 3px solid #1e5799;
          border-right: 3px solid transparent;
          border-bottom: 3px solid transparent;
          border-top: 3px solid #1e5799; }
        .hoteleia_search .page_content ul li .card .ribbon span::after {
          content: "";
          position: absolute;
          right: 0px;
          top: 100%;
          z-index: -1;
          border-left: 3px solid transparent;
          border-right: 3px solid #1e5799;
          border-bottom: 3px solid transparent;
          border-top: 3px solid #1e5799; }
        .hoteleia_search .page_content ul li .card .card-preview {
          position: relative;
          margin-bottom: 10px; }
          .hoteleia_search .page_content ul li .card .card-preview .is_capital {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.7);
            padding: 5px;
            font-size: 12px;
            border-radius: 2px; }
          .hoteleia_search .page_content ul li .card .card-preview img {
            border-radius: 4px; }
          .hoteleia_search .page_content ul li .card .card-preview .card-country {
            position: absolute;
            bottom: 10px;
            left: 10px; }
            .hoteleia_search .page_content ul li .card .card-preview .card-country img {
              height: 20px; }
        .hoteleia_search .page_content ul li .card .card-title {
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }

.hoteleia_member .page_content .component_member_menu {
  background-color: #FFFFFF;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 40px; }
  .hoteleia_member .page_content .component_member_menu ul {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    display: inline-block; }
    .hoteleia_member .page_content .component_member_menu ul li {
      display: inline-block;
      float: left;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 10px;
      padding-left: 20px;
      padding-right: 20px;
      border-right: 1px solid #e2e2e2; }
    .hoteleia_member .page_content .component_member_menu ul li:first-child {
      padding-left: 10px; }
    .hoteleia_member .page_content .component_member_menu ul li:last-child {
      border-right: none; }
    .hoteleia_member .page_content .component_member_menu ul a {
      color: #525252; }
    .hoteleia_member .page_content .component_member_menu ul a:hover {
      color: #525252;
      padding-bottom: 5px;
      border-bottom: 3px solid #313131; }

.hoteleia_member .page_content .user-related {
  font-size: 12px !important; }

.hoteleia_member .page_content h2 {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b0b0b0;
  margin-top: 60px; }

.hoteleia_member .page_content h2:first-of-type {
  margin-top: 0px; }

.hoteleia_member .page_content p {
  margin-left: 10px;
  margin-right: 10px; }

.hoteleia_member .page_content .grid {
  width: 100%;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s; }
  .hoteleia_member .page_content .grid .toggle-modal-button {
    color: #F26C4F;
    font-weight: 500;
    text-transform: uppercase; }
  .hoteleia_member .page_content .grid li {
    display: inline-block;
    width: 25%;
    float: left; }
    .hoteleia_member .page_content .grid li .card {
      margin: 10px;
      padding: 10px;
      background-color: #FFFFFF;
      border: 1px solid #e2e2e2;
      border-radius: 4px; }
      .hoteleia_member .page_content .grid li .card .card_column_carousel .carousel_more {
        width: 46px;
        height: 33px;
        line-height: 30px;
        border-radius: 4px;
        background-color: #FFFFFF;
        border: 2px solid #F26C4F;
        display: inline-block;
        text-align: center;
        color: #F26C4F;
        font-size: 12px; }
      .hoteleia_member .page_content .grid li .card .card_column_carousel .owl-carousel .owl-item img {
        border-radius: 4px; }
      .hoteleia_member .page_content .grid li .card .card_column_carousel .owl-dots {
        margin-top: 7px; }
      .hoteleia_member .page_content .grid li .card .card_column_carousel .owl-dot {
        width: 46px !important;
        height: 33px !important;
        margin-right: 7px;
        border-radius: 4px;
        float: left; }
      .hoteleia_member .page_content .grid li .card .card_column_content {
        width: 100%; }
        .hoteleia_member .page_content .grid li .card .card_column_content .property_type {
          color: #b0b0b0;
          text-transform: uppercase;
          font-size: 10px;
          padding-top: 10px;
          margin-bottom: 5px; }
        .hoteleia_member .page_content .grid li .card .card_column_content .property_name {
          margin-bottom: 8px; }
          .hoteleia_member .page_content .grid li .card .card_column_content .property_name h2 {
            font-size: 18px;
            font-weight: 500;
            color: #313131;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            margin-left: 0 !important;
            padding-bottom: 0 !important;
            border-bottom: none !important; }
        .hoteleia_member .page_content .grid li .card .card_column_content .property_location {
          font-size: 11px;
          color: #a3a3a3;
          margin-bottom: 12px; }
          .hoteleia_member .page_content .grid li .card .card_column_content .property_location a {
            color: #F26C4F;
            font-weight: 500; }
          .hoteleia_member .page_content .grid li .card .card_column_content .property_location a:hover {
            color: #ee4420; }
        .hoteleia_member .page_content .grid li .card .card_column_content .property_extras {
          color: #3A89C9;
          font-size: 11px;
          border-bottom: 1px solid #efefef;
          padding-bottom: 10px;
          margin-bottom: 10px;
          height: 21px; }
        .hoteleia_member .page_content .grid li .card .card_column_content .property_prices {
          overflow: hidden;
          border-bottom: 1px solid #efefef;
          padding-bottom: 10px;
          margin-bottom: 10px;
          font-size: 12px; }
          .hoteleia_member .page_content .grid li .card .card_column_content .property_prices .helper--align-right {
            font-weight: 500; }
        .hoteleia_member .page_content .grid li .card .card_column_content .property_tools {
          border-bottom: 1px solid #efefef;
          margin-bottom: 10px;
          padding-bottom: 10px;
          font-size: 12px; }
          .hoteleia_member .page_content .grid li .card .card_column_content .property_tools a {
            color: #a3a3a3;
            cursor: pointer; }
            .hoteleia_member .page_content .grid li .card .card_column_content .property_tools a label {
              cursor: pointer; }
          .hoteleia_member .page_content .grid li .card .card_column_content .property_tools a:hover {
            color: #707070; }
          .hoteleia_member .page_content .grid li .card .card_column_content .property_tools .compare {
            display: inline-block;
            padding-right: 10px; }
          .hoteleia_member .page_content .grid li .card .card_column_content .property_tools .favorite a:hover i {
            color: #D24D57; }
      .hoteleia_member .page_content .grid li .card .card_column_details {
        display: none; }
      .hoteleia_member .page_content .grid li .card .property_view {
        display: inline-block;
        background-color: #F26C4F;
        border-radius: 4px;
        padding: 8px;
        width: 100%;
        text-align: center;
        color: #FFFFFF;
        font-size: 12px; }
        .hoteleia_member .page_content .grid li .card .property_view a {
          color: #FFFFFF;
          font-weight: 500; }

.hoteleia_member .page_content .list li {
  display: block; }
  .hoteleia_member .page_content .list li .card {
    overflow: hidden;
    margin: 10px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px; }
    .hoteleia_member .page_content .list li .card .card-profile-image {
      float: left;
      width: 15%; }
      .hoteleia_member .page_content .list li .card .card-profile-image img {
        width: 100%;
        border-radius: 4px; }
    .hoteleia_member .page_content .list li .card .card-profile-content {
      padding-left: 10px;
      padding-right: 10px;
      float: left;
      width: 55%;
      position: relative;
      /*height:96px;*/ }
      .hoteleia_member .page_content .list li .card .card-profile-content h2 {
        position: relative;
        /*margin-bottom:10px;*/
        border-bottom: none;
        margin-left: 0; }
      .hoteleia_member .page_content .list li .card .card-profile-content .contacted {
        font-size: 12px; }
      .hoteleia_member .page_content .list li .card .card-profile-content .stars {
        color: #FFD700;
        font-size: 12px;
        position: absolute;
        top: -2px; }
      .hoteleia_member .page_content .list li .card .card-profile-content .messageid {
        position: absolute;
        bottom: 0px;
        font-size: 9px;
        left: 10px; }
      .hoteleia_member .page_content .list li .card .card-profile-content .lodings_member {
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #efefef;
        padding: 10px;
        padding-bottom: 5px;
        border-radius: 4px; }
        .hoteleia_member .page_content .list li .card .card-profile-content .lodings_member .lodging_details_head {
          float: left;
          width: 60%;
          font-weight: 500;
          margin-bottom: 5px;
          padding-bottom: 5px;
          border-bottom: 1px solid #3A89C9; }
        .hoteleia_member .page_content .list li .card .card-profile-content .lodings_member .lodging_nights_head {
          float: left;
          width: 20%;
          font-weight: 500;
          margin-bottom: 5px;
          padding-bottom: 5px;
          text-align: center;
          border-bottom: 1px solid #3A89C9; }
        .hoteleia_member .page_content .list li .card .card-profile-content .lodings_member .lodging_price_head {
          float: left;
          width: 20%;
          font-weight: 500;
          margin-bottom: 5px;
          padding-bottom: 5px;
          text-align: right;
          border-bottom: 1px solid #3A89C9; }
        .hoteleia_member .page_content .list li .card .card-profile-content .lodings_member .lodging_details {
          float: left;
          width: 60%;
          padding-top: 5px;
          padding-bottom: 5px; }
        .hoteleia_member .page_content .list li .card .card-profile-content .lodings_member .lodging_nights {
          float: left;
          width: 20%;
          padding-top: 5px;
          padding-bottom: 5px;
          text-align: center; }
        .hoteleia_member .page_content .list li .card .card-profile-content .lodings_member .lodging_price {
          float: left;
          width: 20%;
          padding-top: 5px;
          padding-bottom: 5px;
          text-align: right; }
    .hoteleia_member .page_content .list li .card .card-profile-request {
      float: right;
      width: 30%; }
      .hoteleia_member .page_content .list li .card .card-profile-request .title {
        display: block;
        text-align: center;
        font-size: 10px;
        text-transform: uppercase;
        color: #b0b0b0; }
      .hoteleia_member .page_content .list li .card .card-profile-request .day {
        display: block;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        padding-top: 8px;
        padding-bottom: 8px; }
      .hoteleia_member .page_content .list li .card .card-profile-request .monthyear {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        padding-bottom: 5px;
        color: #b0b0b0; }
      .hoteleia_member .page_content .list li .card .card-profile-request .whatday {
        display: block;
        text-align: center;
        font-style: italic;
        font-size: 12px;
        color: #b0b0b0; }
      .hoteleia_member .page_content .list li .card .card-profile-request .number {
        display: block;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        padding-top: 8px;
        padding-bottom: 8px; }
      .hoteleia_member .page_content .list li .card .card-profile-request .to {
        width: 50%;
        float: right;
        border-left: 1px solid #efefef; }
      .hoteleia_member .page_content .list li .card .card-profile-request .from {
        width: 50%;
        float: right;
        border-left: 1px solid #efefef; }
      .hoteleia_member .page_content .list li .card .card-profile-request .children {
        width: 20%;
        float: right;
        border-left: 1px solid #efefef;
        height: 95px; }
      .hoteleia_member .page_content .list li .card .card-profile-request .adults {
        width: 20%;
        float: right;
        border-left: 1px solid #efefef;
        height: 95px; }
      .hoteleia_member .page_content .list li .card .card-profile-request .rooms {
        width: 20%;
        float: right;
        border-left: 1px solid #efefef;
        height: 95px; }

.hoteleia_auth {
  background-color: #f0f0f0;
  position: relative;
  color: #494949; }
  .hoteleia_auth .main {
    background-color: #f0f0f0; }
  .hoteleia_auth .links_top {
    position: absolute;
    left: 20px;
    top: 20px; }
  .hoteleia_auth .links_bottom {
    position: absolute;
    left: 20px;
    bottom: 20px; }
  .hoteleia_auth .form_holder {
    position: absolute;
    width: 350px;
    left: 50%;
    top: 200px;
    margin-left: -175px; }
    .hoteleia_auth .form_holder .form_logo {
      position: relative;
      width: 136px;
      left: 50%;
      margin-left: -68px;
      padding-bottom: 20px; }
    .hoteleia_auth .form_holder .form_social {
      /*margin-bottom:10px;*/ }
      .hoteleia_auth .form_holder .form_social span {
        font-size: 12px;
        text-align: center;
        display: block;
        padding-bottom: 5px; }
      .hoteleia_auth .form_holder .form_social .form_social_icons {
        background-color: #cecece;
        border-radius: 4px;
        overflow: hidden;
        padding: 15px; }
        .hoteleia_auth .form_holder .form_social .form_social_icons .social_button {
          width: 33.333333%;
          float: left; }
          .hoteleia_auth .form_holder .form_social .form_social_icons .social_button .social_icon {
            margin: 5px;
            background-color: #282828;
            border-radius: 4px;
            padding: 10px;
            padding-bottom: 6px;
            text-align: center;
            color: #fff;
            font-size: 20px; }
            .hoteleia_auth .form_holder .form_social .form_social_icons .social_button .social_icon a {
              color: #fff; }
          .hoteleia_auth .form_holder .form_social .form_social_icons .social_button .facebook {
            border-bottom: 4px solid #3a558e; }
          .hoteleia_auth .form_holder .form_social .form_social_icons .social_button .facebook:hover {
            background-color: #3a558e; }
          .hoteleia_auth .form_holder .form_social .form_social_icons .social_button .twitter {
            border-bottom: 4px solid #4099ff; }
          .hoteleia_auth .form_holder .form_social .form_social_icons .social_button .twitter:hover {
            background-color: #4099ff; }
          .hoteleia_auth .form_holder .form_social .form_social_icons .social_button .google {
            border-bottom: 4px solid #d34836; }
          .hoteleia_auth .form_holder .form_social .form_social_icons .social_button .google:hover {
            background-color: #d34836; }
          .hoteleia_auth .form_holder .form_social .form_social_icons .social_button .yahoo {
            border-bottom: 4px solid #7b0099; }
          .hoteleia_auth .form_holder .form_social .form_social_icons .social_button .yahoo:hover {
            background-color: #7b0099; }
    .hoteleia_auth .form_holder .form_hoteleia {
      padding-top: 10px; }
      .hoteleia_auth .form_holder .form_hoteleia span {
        font-size: 12px;
        text-align: center;
        display: block;
        padding-bottom: 10px; }
      .hoteleia_auth .form_holder .form_hoteleia .help-block {
        text-align: left;
        color: #d34836; }
      .hoteleia_auth .form_holder .form_hoteleia form {
        background-color: #cecece;
        border-radius: 4px;
        padding: 20px; }
        .hoteleia_auth .form_holder .form_hoteleia form input {
          background-color: f0f0f0;
          width: 100%;
          border: none;
          padding: 10px;
          border-radius: 4px;
          margin-bottom: 10px; }
        .hoteleia_auth .form_holder .form_hoteleia form .form_password {
          position: relative; }
        .hoteleia_auth .form_holder .form_hoteleia form .form_forgot {
          position: absolute;
          right: 0px;
          top: 0px;
          background-color: #424242;
          border: none;
          /*padding:10px;*/
          padding: 7px;
          padding-left: 12px;
          padding-right: 12px;
          font-size: 12px;
          border-radius: 0px 4px 4px 0px;
          color: #fff;
          height: 35px;
          line-height: 21px; }
        .hoteleia_auth .form_holder .form_hoteleia form .form_forgot:hover {
          background-color: #5c5c5c; }
        .hoteleia_auth .form_holder .form_hoteleia form .form_buttons {
          overflow: hidden; }
          .hoteleia_auth .form_holder .form_hoteleia form .form_buttons .button--full-width {
            width: 100% !important; }
          .hoteleia_auth .form_holder .form_hoteleia form .form_buttons button {
            display: block;
            width: 50%;
            float: left;
            padding: 10px;
            border-radius: 4px;
            border: none;
            background-color: #424242;
            color: #fff;
            cursor: pointer; }
            .hoteleia_auth .form_holder .form_hoteleia form .form_buttons button i {
              margin-right: 10px; }
          .hoteleia_auth .form_holder .form_hoteleia form .form_buttons button:hover {
            background-color: #5c5c5c; }
          .hoteleia_auth .form_holder .form_hoteleia form .form_buttons .form_register {
            padding-top: 12px;
            padding-bottom: 7px;
            display: block; }
            .hoteleia_auth .form_holder .form_hoteleia form .form_buttons .form_register a {
              color: #424242;
              font-weight: 500; }
        .hoteleia_auth .form_holder .form_hoteleia form ::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #bcbcbc; }
        .hoteleia_auth .form_holder .form_hoteleia form :-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #bcbcbc;
          opacity: 1; }
        .hoteleia_auth .form_holder .form_hoteleia form ::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #bcbcbc;
          opacity: 1; }
        .hoteleia_auth .form_holder .form_hoteleia form :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #bcbcbc; }
        .hoteleia_auth .form_holder .form_hoteleia form ::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #bcbcbc; }

.hoteleia_property .property_facilities_group ul li {
  line-height: 26px;
  font-size: 14px;
  padding-left: 1em; }

.hoteleia_property .property_facilities_group ul li:before {
  content: "\f046";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  /* same as padding-left set on li */
  width: 1em;
  /* same as padding-left set on li */ }

.hoteleia_property .property_stars {
  color: #FFD700;
  font-size: 14px;
  position: absolute;
  padding-left: 10px;
  top: 15px; }

.hoteleia_property .property_extras {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }
  .hoteleia_property .property_extras .circle {
    float: left;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-left: 10px;
    /* width and height can be anything, as long as they're equal */ }
    .hoteleia_property .property_extras .circle i {
      font-size: 30px;
      padding-top: 12px; }
  .hoteleia_property .property_extras .circle--wifi {
    background-color: #26C281; }
  .hoteleia_property .property_extras .circle--parking {
    background-color: #D24D57; }
    .hoteleia_property .property_extras .circle--parking i {
      font-size: 26px; }

.hoteleia_property .component_property_menu {
  background-color: #FFFFFF;
  border-bottom: 1px solid #e2e2e2;
  overflow: auto; }
  .hoteleia_property .component_property_menu .shortlink:hover {
    cursor: pointer; }
  .hoteleia_property .component_property_menu ul {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden; }
    .hoteleia_property .component_property_menu ul li {
      display: inline-block;
      float: left;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 10px;
      padding-left: 20px;
      padding-right: 20px;
      border-right: 1px solid #e2e2e2; }
    .hoteleia_property .component_property_menu ul li:first-child {
      padding-left: 10px; }
    .hoteleia_property .component_property_menu ul li:last-child {
      border-right: none; }
    .hoteleia_property .component_property_menu ul a {
      color: #525252; }
    .hoteleia_property .component_property_menu ul a:hover {
      color: #525252;
      padding-bottom: 5px;
      border-bottom: 3px solid #313131; }

.hoteleia_property .property_overview {
  overflow: hidden; }
  .hoteleia_property .property_overview h2 {
    font-weight: 500; }
  .hoteleia_property .property_overview .column-left {
    float: left;
    width: 25%;
    padding-right: 30px; }
    .hoteleia_property .property_overview .column-left ul li {
      border-bottom: 1px dotted #e2e2e2;
      display: block;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 30px;
      color: #b0b0b0; }
      .hoteleia_property .property_overview .column-left ul li span {
        color: #fff;
        background-color: #3A89C9;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        margin-right: 10px;
        display: inline-block; }
    .hoteleia_property .property_overview .column-left ul li:last-child {
      border-bottom: none; }
  .hoteleia_property .property_overview .column-right {
    float: left;
    width: 75%; }
    .hoteleia_property .property_overview .column-right p {
      font-size: 14px;
      padding-top: 15px;
      line-height: 20px; }

.hoteleia_property .property_photos {
  margin-top: 30px; }
  .hoteleia_property .property_photos ul {
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px; }
    .hoteleia_property .property_photos ul li {
      float: left;
      width: 7.142857142857143%;
      padding: 5px; }
      .hoteleia_property .property_photos ul li img {
        border-radius: 3px;
        width: 100%; }

.hoteleia_property .wrapper--offers {
  background-color: #efefef;
  border-top: 1px solid #e2e2e2; }

.hoteleia_property .wrapper--booknow {
  background-color: #efefef;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }

.hoteleia_property .wrapper--prices {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
  border-top: 1px solid #e2e2e2; }

.hoteleia_property .wrapper--overview {
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 25px; }

.hoteleia_property .wrapper--facilities {
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 25px; }

.hoteleia_property .wrapper--booking {
  background-color: #ebeff1; }

.hoteleia_property .property_facilities {
  padding-top: 0px; }
  .hoteleia_property .property_facilities h2 {
    margin-bottom: 15px;
    font-weight: 500; }
  .hoteleia_property .property_facilities span {
    font-size: 12px;
    display: block;
    padding-bottom: 10px;
    font-style: italic;
    padding-top: 15px; }
  .hoteleia_property .property_facilities .property_facilities_group {
    border-top: 1px solid #e2e2e2;
    padding-bottom: 20px;
    padding-top: 20px; }
    .hoteleia_property .property_facilities .property_facilities_group h3 {
      margin-bottom: 10px;
      font-weight: 500;
      color: #3A89C9; }
    .hoteleia_property .property_facilities .property_facilities_group ul {
      width: 100%;
      overflow: hidden; }
      .hoteleia_property .property_facilities .property_facilities_group ul li {
        width: 33.333333%;
        display: inline-block;
        float: left; }

.hoteleia_property .property_booknow {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 70%;
  margin: 0 auto;
  overflow: hidden; }
  .hoteleia_property .property_booknow .helper--align-right {
    float: right !important; }
  .hoteleia_property .property_booknow a {
    color: #FFFFFF; }
  .hoteleia_property .property_booknow .property_booknow_holder {
    /*display: table;*/
    width: 500px;
    margin: 0 auto;
    height: 80px;
    line-height: 20px; }
  .hoteleia_property .property_booknow .property_booknow_content {
    /*display: table-cell; vertical-align: middle;*/
    /*width:300px;*/ }
  .hoteleia_property .property_booknow .booknow_booking {
    background-color: #003580;
    padding: 15px;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 4px;
    line-height: 50px;
    width: 500px; }
  .hoteleia_property .property_booknow .booknow_booking:hover {
    background-color: #004ab3; }
  .hoteleia_property .property_booknow .booknow_direct {
    background-color: #F26C4F;
    padding: 15px;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 4px; }
  .hoteleia_property .property_booknow .booknow_direct:hover {
    background-color: #f48067; }

.hoteleia_property .property_offers {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  overflow: hidden; }
  .hoteleia_property .property_offers h2 {
    font-weight: 500;
    margin-bottom: 10px; }
  .hoteleia_property .property_offers .card {
    background-color: #e2e2e2;
    overflow: hidden;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
    position: relative; }
    .hoteleia_property .property_offers .card .dates {
      padding-bottom: 4px; }
      .hoteleia_property .property_offers .card .dates span {
        color: #3A89C9;
        font-weight: 500;
        text-decoration: underline; }
    .hoteleia_property .property_offers .card .title {
      font-weight: 500;
      padding-bottom: 7px; }
    .hoteleia_property .property_offers .card .content {
      font-size: 13px; }
    .hoteleia_property .property_offers .card .rate {
      width: 20%;
      position: absolute;
      right: 10px;
      top: 10px;
      background-color: #9CC4E4;
      text-align: center;
      padding: 7px;
      color: #FFFFFF;
      border-radius: 4px; }
      .hoteleia_property .property_offers .card .rate span {
        font-size: 10px;
        text-transform: uppercase;
        display: block;
        padding-bottom: 3px; }
      .hoteleia_property .property_offers .card .rate strong {
        font-size: 24px; }

.hoteleia_property .property_policies {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  padding-bottom: 20px; }
  .hoteleia_property .property_policies h2 {
    margin-bottom: 15px;
    font-weight: 500; }
  .hoteleia_property .property_policies ul li {
    line-height: 30px;
    overflow: hidden; }
    .hoteleia_property .property_policies ul li span {
      display: inline-block;
      width: 120px;
      font-weight: 500; }
    .hoteleia_property .property_policies ul li img {
      height: 1em; }

.hoteleia_property .property_prices {
  overflow: hidden; }
  .hoteleia_property .property_prices h2 {
    font-weight: 500;
    margin-bottom: 10px; }
  .hoteleia_property .property_prices .lodgings {
    width: 80%;
    float: left;
    background-color: #efefef; }
    .hoteleia_property .property_prices .lodgings .lodgings_header {
      overflow: hidden;
      background-color: #3A89C9;
      padding: 10px;
      color: #FFFFFF;
      font-weight: 500; }
      .hoteleia_property .property_prices .lodgings .lodgings_header .lodgings_type {
        width: 40%;
        float: left; }
      .hoteleia_property .property_prices .lodgings .lodgings_header .lodgings_options {
        width: 20%;
        float: left; }
      .hoteleia_property .property_prices .lodgings .lodgings_header .lodgings_price {
        width: 20%;
        float: left;
        text-align: center; }
      .hoteleia_property .property_prices .lodgings .lodgings_header .lodgings_amount {
        width: 20%;
        float: left;
        text-align: center; }
    .hoteleia_property .property_prices .lodgings .lodgings_content {
      overflow: hidden;
      /*min-height:150px;*/
      background-color: #efefef; }
      .hoteleia_property .property_prices .lodgings .lodgings_content .lodgings_type_content {
        width: 40%;
        float: left;
        font-weight: 500;
        line-height: 37px;
        border-right: 1px solid #e2e2e2;
        padding: 10px; }
      .hoteleia_property .property_prices .lodgings .lodgings_content .lodgings_options_content {
        width: 20%;
        float: left;
        line-height: 37px;
        padding: 10px; }
      .hoteleia_property .property_prices .lodgings .lodgings_content .lodgings_price_content {
        width: 20%;
        float: left;
        line-height: 37px;
        text-align: center;
        padding: 10px; }
      .hoteleia_property .property_prices .lodgings .lodgings_content .lodgings_amount_content {
        width: 20%;
        float: left;
        padding: 10px; }
        .hoteleia_property .property_prices .lodgings .lodgings_content .lodgings_amount_content select {
          width: 100%;
          padding: 8px; }
  .hoteleia_property .property_prices .confirmation {
    width: 20%;
    float: left;
    position: relative;
    background-color: #e2e2e2; }
    .hoteleia_property .property_prices .confirmation .confirmation_header {
      background-color: #3A89C9;
      padding: 10px;
      color: #FFFFFF;
      text-align: center; }
    .hoteleia_property .property_prices .confirmation .confirmation_content {
      padding: 10px;
      min-height: 200px; }
      .hoteleia_property .property_prices .confirmation .confirmation_content .jsReservationDetails .jsTotalRooms {
        display: block;
        font-size: 14px;
        margin-bottom: 10px; }
      .hoteleia_property .property_prices .confirmation .confirmation_content .jsReservationDetails .jsTotalPrice {
        display: block;
        font-size: 22px;
        color: #3A89C9;
        font-weight: 500; }
    .hoteleia_property .property_prices .confirmation .reservation {
      background-color: #F26C4F;
      display: block;
      width: 80%;
      padding: 10px;
      color: #FFFFFF;
      text-align: center;
      margin: 10px;
      position: absolute;
      bottom: 5%;
      left: 50%;
      margin-left: -40%;
      border-radius: 4px; }
    .hoteleia_property .property_prices .confirmation .reservation:hover {
      background-color: #ee4420; }

.hoteleia_property .property_closed {
  background-color: #f9e8e9;
  border-radius: 4px;
  border: 1px solid #f1c7ca;
  padding: 20px;
  color: #d7616a;
  font-weight: 500; }
  .hoteleia_property .property_closed .contact_dates {
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
    color: initial !important; }
    .hoteleia_property .property_closed .contact_dates label {
      display: block;
      margin-bottom: 5px;
      font-size: 12px; }
    .hoteleia_property .property_closed .contact_dates input {
      width: 100%;
      font-size: 16px;
      padding: 10px;
      border-radius: 4px;
      background-color: #FFFFFF;
      border: none; }
    .hoteleia_property .property_closed .contact_dates .contact_dates_from {
      width: 49%;
      float: left; }
    .hoteleia_property .property_closed .contact_dates .contact_dates_to {
      width: 49%;
      float: right; }

.hoteleia_property .property_open {
  background-color: #efefef;
  border-radius: 4px;
  /*border:1px solid lighten($backgroundColor11,30%);*/
  padding: 20px;
  color: #d7616a;
  font-weight: 500; }
  .hoteleia_property .property_open .contact_dates {
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
    color: initial !important; }
    .hoteleia_property .property_open .contact_dates label {
      display: block;
      margin-bottom: 5px;
      font-size: 12px; }
    .hoteleia_property .property_open .contact_dates input {
      width: 100%;
      font-size: 16px;
      padding: 10px;
      border-radius: 4px;
      background-color: #FFFFFF;
      border: none; }
    .hoteleia_property .property_open .contact_dates .contact_dates_from {
      width: 49%;
      float: left; }
    .hoteleia_property .property_open .contact_dates .contact_dates_to {
      width: 49%;
      float: right; }

.hoteleia_property .property_booking_terms {
  border-top: 1px solid #d6d6d6;
  background-color: #f2f2f2;
  border-radius: 4px;
  /*border:1px solid lighten($backgroundColor11,30%);*/
  padding: 20px;
  color: #8a8a8a;
  font-weight: 500;
  font-size: 12px; }
  .hoteleia_property .property_booking_terms ul li {
    line-height: 20px; }
  .hoteleia_property .property_booking_terms ul li::before {
    font-family: 'FontAwesome';
    content: '\f14a';
    padding-right: 10px; }

.hoteleia_property .property_booking {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 40px;
  /* NEW */ }
  .hoteleia_property .property_booking h2 {
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 10px; }
  .hoteleia_property .property_booking label {
    display: block;
    margin-bottom: 5px; }
  .hoteleia_property .property_booking input {
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px; }
  .hoteleia_property .property_booking .reservation_button {
    background-color: #F26C4F;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px; }
  .hoteleia_property .property_booking .reservation_button:hover {
    background-color: #f05837; }
  .hoteleia_property .property_booking textarea {
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    height: 189px; }
  .hoteleia_property .property_booking span {
    font-style: italic;
    display: block;
    margin-bottom: 20px;
    font-size: 12px; }
  .hoteleia_property .property_booking select {
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px; }
  .hoteleia_property .property_booking .button {
    background-color: #F26C4F;
    color: #FFFFFF; }
  .hoteleia_property .property_booking .button:hover {
    background-color: #f6947e; }
  .hoteleia_property .property_booking .column-1 {
    width: 33.333333%;
    float: left;
    padding: 10px; }
  .hoteleia_property .property_booking .column-2 {
    width: 33.333333%;
    float: left;
    padding: 10px; }
  .hoteleia_property .property_booking .column-3 {
    width: 33.333333%;
    float: left;
    padding: 10px; }
  .hoteleia_property .property_booking .reservation_form {
    width: 69%;
    padding-left: 10px;
    float: left; }
    .hoteleia_property .property_booking .reservation_form .contact_dates {
      overflow: hidden; }
      .hoteleia_property .property_booking .reservation_form .contact_dates .contact_dates_from {
        width: 49%;
        float: left; }
      .hoteleia_property .property_booking .reservation_form .contact_dates .contact_dates_to {
        width: 49%;
        float: right; }
    .hoteleia_property .property_booking .reservation_form .contact_name {
      overflow: hidden; }
      .hoteleia_property .property_booking .reservation_form .contact_name .contact_name_title {
        float: left;
        width: 8%;
        margin-right: 2%; }
      .hoteleia_property .property_booking .reservation_form .contact_name .contact_name_fname {
        float: left;
        width: 39%;
        margin-right: 2%; }
      .hoteleia_property .property_booking .reservation_form .contact_name .contact_name_lname {
        float: left;
        width: 49%; }
    .hoteleia_property .property_booking .reservation_form .contact_rooms {
      overflow: hidden; }
      .hoteleia_property .property_booking .reservation_form .contact_rooms .contact_rooms_adults {
        float: left;
        width: 32%;
        margin-right: 2%; }
      .hoteleia_property .property_booking .reservation_form .contact_rooms .contact_rooms_children {
        float: left;
        width: 32%;
        margin-right: 2%; }
      .hoteleia_property .property_booking .reservation_form .contact_rooms .contact_rooms_amount {
        float: left;
        width: 32%; }
    .hoteleia_property .property_booking .reservation_form .contact_details {
      overflow: hidden; }
      .hoteleia_property .property_booking .reservation_form .contact_details .contact_details_email {
        float: left;
        width: 32%;
        margin-right: 2%; }
      .hoteleia_property .property_booking .reservation_form .contact_details .contact_details_email_verification {
        float: left;
        width: 32%;
        margin-right: 2%; }
      .hoteleia_property .property_booking .reservation_form .contact_details .contact_details_phone {
        float: left;
        width: 32%; }
  .hoteleia_property .property_booking .reservation_message {
    width: 29%;
    padding-right: 10px;
    float: right; }
    .hoteleia_property .property_booking .reservation_message .contact_checkbox {
      display: none; }
  .hoteleia_property .property_booking #jsLodgings {
    margin-top: 15px;
    margin-bottom: 20px; }
  .hoteleia_property .property_booking .jsLodgings-Room-Heading {
    padding: 10px;
    padding-left: 0px;
    overflow: hidden; }
    .hoteleia_property .property_booking .jsLodgings-Room-Heading .jsLodgings-Name {
      font-weight: 500;
      width: 50%;
      float: left; }
    .hoteleia_property .property_booking .jsLodgings-Room-Heading .jsLodgings-Nights {
      width: 20%;
      float: left;
      text-align: center; }
    .hoteleia_property .property_booking .jsLodgings-Room-Heading .jsLodgings-Price {
      width: 20%;
      float: left;
      text-align: right; }
    .hoteleia_property .property_booking .jsLodgings-Room-Heading .jsLodgings-Remove {
      width: 10%;
      float: left;
      text-align: right; }
      .hoteleia_property .property_booking .jsLodgings-Room-Heading .jsLodgings-Remove span {
        margin: 0; }
  .hoteleia_property .property_booking .jsLodgings-Room {
    background-color: #e8e9ea;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #F26C4F;
    overflow: hidden; }
    .hoteleia_property .property_booking .jsLodgings-Room .jsLodgings-Name {
      font-weight: 500;
      width: 50%;
      float: left; }
    .hoteleia_property .property_booking .jsLodgings-Room .jsLodgings-Nights {
      width: 20%;
      float: left;
      text-align: center; }
    .hoteleia_property .property_booking .jsLodgings-Room .jsLodgings-Price {
      width: 20%;
      float: left;
      text-align: right; }
    .hoteleia_property .property_booking .jsLodgings-Room .jsLodgings-Remove {
      width: 10%;
      float: left;
      text-align: right; }
      .hoteleia_property .property_booking .jsLodgings-Room .jsLodgings-Remove span {
        margin: 0;
        color: #D24D57;
        cursor: pointer; }
      .hoteleia_property .property_booking .jsLodgings-Room .jsLodgings-Remove span:hover {
        color: #dc767d;
        cursor: pointer; }

.hoteleia_property .property_contact {
  padding-top: 0px;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden; }
  .hoteleia_property .property_contact h2 {
    margin-bottom: 15px;
    margin-left: 10px;
    font-weight: 500; }
  .hoteleia_property .property_contact .column-1 {
    width: 50%;
    padding: 10px;
    float: left; }
    .hoteleia_property .property_contact .column-1 ul li {
      line-height: 30px;
      overflow: hidden; }
      .hoteleia_property .property_contact .column-1 ul li span {
        display: inline-block;
        width: 120px;
        font-weight: 500; }
  .hoteleia_property .property_contact .column-2 {
    width: 50%;
    padding: 10px;
    float: left; }
    .hoteleia_property .property_contact .column-2 .contact_map {
      border-radius: 4px;
      height: 140px;
      position: relative;
      text-align: center; }
      .hoteleia_property .property_contact .column-2 .contact_map img {
        position: absolute;
        left: 50%;
        top: 10px;
        margin-left: -28px; }
      .hoteleia_property .property_contact .column-2 .contact_map span {
        display: inline-block;
        background-color: #F26C4F;
        color: #FFFFFF;
        padding: 10px;
        border-radius: 4px;
        margin-top: 96px; }
      .hoteleia_property .property_contact .column-2 .contact_map span:hover {
        background-color: #f6947e; }

/*****************************************************************
  .hoteleia_articles
 */
.hoteleia_articles .grid,
.hoteleia_articles_category .grid {
  width: 100%;
  margin-top: 20px;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  overflow: hidden; }
  .hoteleia_articles .grid li,
  .hoteleia_articles_category .grid li {
    display: inline-block;
    width: 33.333333%;
    float: left; }
    .hoteleia_articles .grid li .card,
    .hoteleia_articles_category .grid li .card {
      margin: 10px;
      padding: 20px;
      background-color: #FFFFFF;
      border: 1px solid #e2e2e2;
      border-radius: 4px;
      overflow: hidden; }
      .hoteleia_articles .grid li .card .card-title,
      .hoteleia_articles_category .grid li .card .card-title {
        height: 50px;
        margin-bottom: 20px; }
        .hoteleia_articles .grid li .card .card-title h2,
        .hoteleia_articles_category .grid li .card .card-title h2 {
          font-size: 18px;
          line-height: 25px;
          font-weight: 400; }
      .hoteleia_articles .grid li .card .card-cover img,
      .hoteleia_articles_category .grid li .card .card-cover img {
        width: 100%;
        height: 210px; }
      .hoteleia_articles .grid li .card .card-date,
      .hoteleia_articles_category .grid li .card .card-date {
        font-size: 12px;
        text-align: right;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 20px; }
      .hoteleia_articles .grid li .card .card-text,
      .hoteleia_articles_category .grid li .card .card-text {
        height: 60px;
        display: block;
        line-height: 23px; }
      .hoteleia_articles .grid li .card .card-read-more,
      .hoteleia_articles_category .grid li .card .card-read-more {
        background-color: #F26C4F;
        padding: 10px;
        border-radius: 4px; }
        .hoteleia_articles .grid li .card .card-read-more a,
        .hoteleia_articles_category .grid li .card .card-read-more a {
          color: #FFFFFF; }
      .hoteleia_articles .grid li .card .card-via,
      .hoteleia_articles_category .grid li .card .card-via {
        font-size: 10px; }

.hoteleia_articles_single .module_header_heading h1 {
  font-size: 27px; }

.hoteleia_articles_single .article {
  width: 800px;
  margin: 0 auto; }
  .hoteleia_articles_single .article h2 {
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #3A89C9; }
  .hoteleia_articles_single .article .article-cover {
    margin-top: 40px;
    margin-bottom: 10px; }
    .hoteleia_articles_single .article .article-cover img {
      width: 100%;
      height: 450px; }
  .hoteleia_articles_single .article .article-date {
    width: 100%;
    display: block;
    text-align: right;
    margin-bottom: 30px;
    font-size: 12px; }
  .hoteleia_articles_single .article .article-text {
    line-height: 22px; }
    .hoteleia_articles_single .article .article-text p {
      padding-top: 20px;
      line-height: 26px;
      font-size: 16px; }
    .hoteleia_articles_single .article .article-text p:first-of-type {
      padding-top: 0px; }
    .hoteleia_articles_single .article .article-text h2 + p {
      padding-top: 10px; }
    .hoteleia_articles_single .article .article-text ul, .hoteleia_articles_single .article .article-text ol {
      list-style: none;
      padding: 0;
      padding-top: 10px; }
    .hoteleia_articles_single .article .article-text li {
      padding-left: 1.3em;
      margin-left: 20px; }
    .hoteleia_articles_single .article .article-text li:before {
      content: "\f00c";
      /* FontAwesome Unicode */
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em;
      /* same as padding-left set on li */
      width: 1.3em;
      /* same as padding-left set on li */ }
    .hoteleia_articles_single .article .article-text figure {
      padding-top: 20px; }
      .hoteleia_articles_single .article .article-text figure figcaption {
        font-size: 12px;
        text-align: center; }
      .hoteleia_articles_single .article .article-text figure img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 600px; }
  .hoteleia_articles_single .article .article-via {
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin-top: 20px;
    border-top: 1px solid #b0b0b0;
    padding-top: 10px; }
  .hoteleia_articles_single .article .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px; }
  .hoteleia_articles_single .article .video-container iframe, .hoteleia_articles_single .article .video-container object, .hoteleia_articles_single .article .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hoteleia_articles_single .article-links .index {
  display: block;
  padding-bottom: 10px; }

.hoteleia_articles_single .article-links .index-category {
  display: block; }

.hoteleia_payments_stripe .page_content {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden; }
  .hoteleia_payments_stripe .page_content p {
    padding-bottom: 20px;
    line-height: 22px;
    font-size: 16px; }
  .hoteleia_payments_stripe .page_content p:last-of-type {
    padding-bottom: 0; }
  .hoteleia_payments_stripe .page_content .stripe-button-el {
    background-image: none !important;
    padding: 0 !important;
    border-radius: 4px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 10px !important;
    width: 300px;
    margin: 0 auto;
    display: block !important;
    margin-top: 30px !important; }
  .hoteleia_payments_stripe .page_content .stripe-button-el span {
    background-color: #3A89C9 !important;
    background: #3A89C9 !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 60px !important;
    line-height: 60px !important; }
  .hoteleia_payments_stripe .page_content .stripe_logo {
    float: right;
    margin-top: 30px !important; }
    .hoteleia_payments_stripe .page_content .stripe_logo img {
      height: 25px; }

/*
  Hoteleia: Module: module_header_masthead
 */
.module_header_masthead {
  position: absolute;
  top: 0;
  width: 100%;
  color: #FFFFFF;
  z-index: 10; }
  .module_header_masthead .wrapper--page {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    /* RGBA */
    height: 70px; }
  .module_header_masthead .header_logo {
    padding-top: 8px; }

/*
  Hoteleia: Module: module_header_heading
 */
.module_header_heading {
  position: absolute;
  width: 100%;
  bottom: 140px;
  color: #FFFFFF;
  z-index: 5; }
  .module_header_heading .wrapper--page {
    position: relative; }
  .module_header_heading h1 {
    font-size: 60px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-weight: 700; }
  .module_header_heading .breadcrumb {
    font-size: 11px; }
    .module_header_heading .breadcrumb li {
      display: inline-block; }
    .module_header_heading .breadcrumb li::after {
      content: "/";
      margin-left: 5px;
      margin-right: 5px; }
    .module_header_heading .breadcrumb li:last-child::after {
      content: ""; }
    .module_header_heading .breadcrumb a:hover {
      border-bottom: 1px solid #FFFFFF; }
  .module_header_heading .sub-heading {
    font-size: 13px; }

/*
  Hoteleia: Module: module_header_search
 */
.module_header_search {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 90px;
  padding-top: 17px;
  padding-bottom: 25px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #b0b0b0;
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .module_header_search .wrapper--content {
    /*padding-left:10px;
    padding-right:10px;*/ }
  .module_header_search label {
    display: block;
    font-size: 13px;
    padding-bottom: 5px; }
  .module_header_search input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px; }
  .module_header_search select {
    width: 100%;
    padding: 9px;
    border: none;
    border-radius: 4px;
    -webkit-appearance: menulist-button;
    height: 33px; }
  .module_header_search .form-holder {
    overflow: hidden; }
    .module_header_search .form-holder .destination {
      padding-left: 10px;
      padding-right: 10px;
      width: 30%;
      float: left; }
    .module_header_search .form-holder .checkin {
      padding-left: 10px;
      padding-right: 10px;
      width: 15%;
      float: left; }
    .module_header_search .form-holder .checkout {
      padding-left: 10px;
      padding-right: 10px;
      width: 15%;
      float: left; }
    .module_header_search .form-holder .adults {
      padding-left: 10px;
      padding-right: 10px;
      width: 15%;
      float: left; }
    .module_header_search .form-holder .children {
      padding-left: 10px;
      padding-right: 10px;
      width: 15%;
      float: left; }
    .module_header_search .form-holder .button-holder {
      height: 49px;
      position: relative;
      width: 10%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
      .module_header_search .form-holder .button-holder button {
        margin-top: 18px;
        height: 35px;
        width: 100%;
        border-radius: 4px;
        background-color: #F26C4F;
        color: #FFFFFF;
        border: none; }
      .module_header_search .form-holder .button-holder button:hover {
        background-color: #f6947e; }

/*
  Hoteleia: Module: module_header_search_slogan
 */
.module_header_search_slogan {
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  position: absolute;
  width: 530px;
  margin-left: -265px;
  left: 50%;
  top: 270px;
  color: #FFFFFF;
  z-index: 5;
  text-align: center; }
  .module_header_search_slogan span {
    margin-top: 30px;
    display: inline-block; }

/*
  Hoteleia: Module: module_header_search_home
 */
.module_header_search_home {
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  position: absolute;
  width: 800px;
  margin-left: -400px;
  left: 50%;
  top: 470px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #b0b0b0;
  z-index: 5;
  border-radius: 6px; }
  .module_header_search_home .wrapper--content {
    /*padding-left:10px;
    padding-right:10px;*/ }
  .module_header_search_home label {
    display: block;
    font-size: 13px;
    padding-bottom: 5px; }
  .module_header_search_home input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px; }
  .module_header_search_home select {
    width: 100%;
    padding: 9px;
    border: none;
    border-radius: 4px;
    -webkit-appearance: menulist-button;
    height: 33px; }
  .module_header_search_home .form-holder-top {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px; }
    .module_header_search_home .form-holder-top .destination {
      padding-left: 10px;
      padding-right: 10px;
      width: 40%;
      float: left; }
    .module_header_search_home .form-holder-top .checkin {
      padding-left: 10px;
      padding-right: 10px;
      width: 30%;
      float: left; }
    .module_header_search_home .form-holder-top .checkout {
      padding-left: 10px;
      padding-right: 10px;
      width: 30%;
      float: left; }
  .module_header_search_home .form-holder-bottom {
    overflow: hidden; }
    .module_header_search_home .form-holder-bottom .adults {
      padding-left: 10px;
      padding-right: 10px;
      width: 20%;
      float: left; }
    .module_header_search_home .form-holder-bottom .children {
      padding-left: 10px;
      padding-right: 10px;
      width: 20%;
      float: left; }
    .module_header_search_home .form-holder-bottom .button-holder {
      height: 49px;
      position: relative;
      width: 60%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
      .module_header_search_home .form-holder-bottom .button-holder button {
        margin-top: 18px;
        height: 33px;
        width: 100%;
        border-radius: 4px;
        background-color: #F26C4F;
        color: #FFFFFF;
        border: none; }
      .module_header_search_home .form-holder-bottom .button-holder button:hover {
        background-color: #f6947e; }

.module_header_search_mobile {
  padding-top: 40px; }
  .module_header_search_mobile .wrapper--content {
    background-color: #F26C4F;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 10px; }
  .module_header_search_mobile label {
    display: block;
    font-size: 10px;
    padding-bottom: 5px; }
  .module_header_search_mobile input {
    display: block;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px; }
  .module_header_search_mobile select {
    display: block;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px; }
  .module_header_search_mobile button {
    background-color: #9c250c;
    width: 100%;
    border: none;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 4px; }

/*
  Hoteleia: Module: module_page_filters
 */
.module_page_filters {
  background-color: #FFFFFF;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  /* TOGGLES */
  /* BLOCKS & CONTENT */ }
  .module_page_filters .wrapper--content {
    padding-left: 10px;
    padding-right: 10px; }
  .module_page_filters .switch_container {
    position: relative;
    float: right; }
    .module_page_filters .switch_container span {
      text-transform: uppercase;
      display: inline-block;
      padding-right: 5px;
      color: #b0b0b0;
      font-size: 12px;
      float: left;
      line-height: 24px; }
    .module_page_filters .switch_container .shortlink {
      padding: 5px;
      border: 1px solid #e2e2e2;
      border-radius: 4px;
      margin-left: 5px;
      color: #b0b0b0 !important;
      float: left;
      line-height: initial !important;
      cursor: pointer;
      font-size: 11px;
      display: inline-block;
      height: 24px; }
    .module_page_filters .switch_container .shortlink:hover {
      border: 1px solid #F26C4F;
      color: #F26C4F !important; }
  .module_page_filters .switcher {
    padding: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-left: 5px;
    color: #b0b0b0;
    float: left; }
  .module_page_filters .switcher:hover {
    border: 1px solid #F26C4F;
    color: #F26C4F; }
  .module_page_filters .toggle-modal-button {
    padding: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-left: 5px;
    color: #b0b0b0 !important;
    float: left; }
  .module_page_filters .toggle-modal-button:hover {
    border: 1px solid #F26C4F;
    color: #F26C4F !important; }
  .module_page_filters .toggle_container {
    position: relative;
    float: left; }
    .module_page_filters .toggle_container .type_filter {
      cursor: pointer; }
    .module_page_filters .toggle_container .type_filter:hover {
      color: #F26C4F; }
  .module_page_filters .toggle_filters {
    padding: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 5px;
    color: #b0b0b0;
    float: left; }
  .module_page_filters .toggle_filters:hover {
    border: 1px solid #F26C4F;
    color: #F26C4F; }
  .module_page_filters .active {
    /*border:1px solid $backgroundColor5 !important;*/
    color: #F26C4F !important; }
  .module_page_filters .arrow_box {
    position: relative;
    background: #ffffff; }
  .module_page_filters .arrow_box:after {
    bottom: 100%;
    /*left: 50%;*/
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    /*margin-left: -10px;*/ }
  .module_page_filters .block_filters {
    display: none;
    width: 460px;
    position: absolute;
    z-index: 2;
    top: 55px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }
    .module_page_filters .block_filters .property-type-all {
      width: 60px;
      height: 60px;
      border: 1px solid #b0b0b0;
      padding: 5px;
      border-radius: 4px;
      margin-bottom: 10px;
      line-height: 60px; }
      .module_page_filters .block_filters .property-type-all i {
        font-size: 30px;
        color: #525252; }
  .module_page_filters .block_filters .content {
    background-color: #fff;
    border-radius: 4px; }
    .module_page_filters .block_filters .content ul {
      overflow: hidden;
      padding: 5px; }
      .module_page_filters .block_filters .content ul li {
        display: inline-block;
        float: left;
        text-align: center;
        width: 16.666666%;
        padding: 5px; }
        .module_page_filters .block_filters .content ul li img {
          width: 60px;
          height: 60px;
          border: 1px solid #efefef;
          padding: 5px;
          border-radius: 4px;
          margin-bottom: 10px;
          -webkit-filter: brightness(70%);
          filter: brightness(70%); }
      .module_page_filters .block_filters .content ul li:hover {
        color: #F26C4F; }
        .module_page_filters .block_filters .content ul li:hover img {
          border: 1px solid #F26C4F;
          -webkit-filter: brightness(100%);
          filter: brightness(100%); }
    .module_page_filters .block_filters .content .toggle_close {
      position: absolute;
      top: -10px;
      right: -10px;
      border-radius: 50%;
      background-color: #F26C4F;
      line-height: 19px;
      height: 25px;
      width: 25px;
      text-align: center;
      color: #FFFFFF !important;
      border: 3px solid #FFFFFF;
      /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/ }
  .module_page_filters .block_sort {
    display: none;
    width: 300px;
    position: absolute;
    z-index: 2;
    top: 55px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }
  .module_page_filters .block_sort .content {
    background-color: #fff;
    border-radius: 4px;
    position: relative; }
    .module_page_filters .block_sort .content ul {
      padding: 10px; }
      .module_page_filters .block_sort .content ul li {
        overflow: hidden;
        padding: 10px;
        border-bottom: 1px dotted #efefef; }
        .module_page_filters .block_sort .content ul li span {
          float: left; }
        .module_page_filters .block_sort .content ul li strong {
          float: right;
          color: #efefef; }
          .module_page_filters .block_sort .content ul li strong i {
            color: #F26C4F; }
      .module_page_filters .block_sort .content ul li:last-child {
        border-bottom: none; }
    .module_page_filters .block_sort .content .toggle_close {
      position: absolute;
      top: -10px;
      right: -10px;
      border-radius: 50%;
      background-color: #F26C4F;
      line-height: 19px;
      height: 25px;
      width: 25px;
      text-align: center;
      color: #FFFFFF !important;
      border: 3px solid #FFFFFF;
      /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/ }
  .module_page_filters .block_perpage {
    display: none;
    width: 300px;
    position: absolute;
    z-index: 2;
    top: 55px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }
  .module_page_filters .block_perpage .content {
    background-color: #fff;
    border-radius: 4px;
    position: relative; }
    .module_page_filters .block_perpage .content ul {
      padding: 10px; }
      .module_page_filters .block_perpage .content ul li {
        overflow: hidden;
        padding: 10px;
        border-bottom: 1px dotted #efefef; }
        .module_page_filters .block_perpage .content ul li span {
          float: left; }
        .module_page_filters .block_perpage .content ul li strong {
          float: right; }
      .module_page_filters .block_perpage .content ul li:last-child {
        border-bottom: none; }
    .module_page_filters .block_perpage .content .toggle_close {
      position: absolute;
      top: -10px;
      right: -10px;
      border-radius: 50%;
      background-color: #F26C4F;
      line-height: 19px;
      height: 25px;
      width: 25px;
      text-align: center;
      color: #FFFFFF !important;
      border: 3px solid #FFFFFF;
      /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/ }
  .module_page_filters .block_list, .module_page_filters .block_list_continents {
    display: none;
    width: 300px;
    position: absolute;
    z-index: 2;
    top: 55px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }
  .module_page_filters .block_list .content, .module_page_filters .block_list_continents .content {
    background-color: #fff;
    border-radius: 4px;
    position: relative; }
    .module_page_filters .block_list .content ul, .module_page_filters .block_list_continents .content ul {
      padding: 10px; }
      .module_page_filters .block_list .content ul li, .module_page_filters .block_list_continents .content ul li {
        overflow: hidden;
        padding: 10px;
        border-bottom: 1px dotted #efefef; }
      .module_page_filters .block_list .content ul li:last-child, .module_page_filters .block_list_continents .content ul li:last-child {
        border-bottom: none; }
    .module_page_filters .block_list .content .toggle_close, .module_page_filters .block_list_continents .content .toggle_close {
      position: absolute;
      top: -10px;
      right: -10px;
      border-radius: 50%;
      background-color: #F26C4F;
      line-height: 19px;
      height: 25px;
      width: 25px;
      text-align: center;
      color: #FFFFFF !important;
      border: 3px solid #FFFFFF;
      /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/ }
  .module_page_filters .property-type-apartment,
  .module_page_filters .property-type-camping,
  .module_page_filters .property-type-hostel,
  .module_page_filters .property-type-hotel,
  .module_page_filters .property-type-villa {
    display: inline-block;
    background: url("https://static.hoteleia.com/v01/images/property_types_sprite.png") no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    padding: 5px;
    border: 1px solid #b0b0b0;
    margin-bottom: 10px;
    border-radius: 4px; }
  .module_page_filters .property-type-apartment {
    background-position: -0px -0px;
    width: 60px;
    height: 60px; }
  .module_page_filters .property-type-apartment:hover {
    background-position: -60px -0px;
    width: 60px;
    height: 60px;
    border: 1px solid #F26C4F; }
  .module_page_filters .property-type-camping {
    background-position: -120px -0px;
    width: 60px;
    height: 60px; }
  .module_page_filters .property-type-camping:hover {
    background-position: -0px -60px;
    width: 60px;
    height: 60px;
    border: 1px solid #F26C4F; }
  .module_page_filters .property-type-hostel {
    background-position: -60px -60px;
    width: 60px;
    height: 60px; }
  .module_page_filters .property-type-hostel:hover {
    background-position: -120px -60px;
    width: 60px;
    height: 60px;
    border: 1px solid #F26C4F; }
  .module_page_filters .property-type-hotel {
    background-position: -0px -120px;
    width: 60px;
    height: 60px; }
  .module_page_filters .property-type-hotel:hover {
    background-position: -60px -120px;
    width: 60px;
    height: 60px;
    border: 1px solid #F26C4F; }
  .module_page_filters .property-type-villa {
    background-position: -120px -120px;
    width: 60px;
    height: 60px; }
  .module_page_filters .property-type-villa:hover {
    background-position: -0px -180px;
    width: 60px;
    height: 60px;
    border: 1px solid #F26C4F; }

.cookie-consent {
  position: fixed;
  bottom: 0;
  background-color: rgba(58, 137, 201, 0.9);
  width: 100%;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  z-index: 999; }
  .cookie-consent a {
    color: #FFFFFF;
    border-bottom: 1px solid #1B325F; }
  .cookie-consent a:hover {
    border-bottom: 1px solid #FFFFFF; }
  .cookie-consent button {
    background-color: #FFFFFF;
    color: #3A89C9;
    border: none;
    padding: 5px;
    border-radius: 4px;
    margin-left: 20px;
    cursor: pointer; }

.component_destination_menu {
  margin-top: 20px;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px; }

/*****************************************************************
  Hoteleia: Content: Navbar
*/
.navbar {
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: inline-block;
  /*height:50px;*/
  margin: auto;
  /*margin-top:-2px;*/
  text-align: center; }

.navbar li {
  padding: 0;
  margin: 0;
  /*float:left;*/
  display: inline-block;
  position: relative; }

.navbar li:last-child {
  border-right: none; }

.navbar li a {
  padding-right: 12px;
  padding-left: 12px;
  /*line-height:50px;*/
  display: block;
  font-size: 0.8rem;
  color: #525252;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-weight: 400; }

.navbar li a:hover {
  background-color: white;
  color: #1B325F; }

.navbar li:last-child a {
  border-right: none; }

/*.navbar li:hover ul {
  display:block;
}*/
.navbar li ul {
  /*display:none;*/
  visibility: hidden;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  transform: translateY(-2em);
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  padding: 0;
  list-style-type: none;
  z-index: 999;
  -webkit-box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6);
  box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6); }

.navbar li ul li {
  float: none;
  width: 200px;
  border-right: none; }

.navbar li ul li:last-child {
  border-bottom: none; }

.navbar li ul a {
  line-height: 120%;
  font-size: 0.8rem;
  padding: 10px 15px;
  text-align: left;
  color: #1B325F; }

.navbar li ul a:hover {
  line-height: 120%;
  /*font-size:0.85rem;*/
  padding: 10px 15px;
  background-color: white;
  color: #3A89C9; }

.navbar li ul ul {
  top: 0;
  left: 100%;
  border-top: none; }

.navbar li:hover > ul {
  /*display: block;*/
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -o-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s; }

.navbar li:hover ul {
  opacity: 1; }

/*****************************************************************
  Hoteleia: Navbar Tertiary
*/
.navbar-tertiary {
  /*background-color:$backgroundColor7;*/
  color: #FFFFFF;
  line-height: 30px;
  padding: 5px;
  /*height:50px;*/
  /*border-bottom:1px solid $backgroundColor15;
  padding-bottom:10px;*/ }

/*****************************************************************
  Hoteleia: Navbar Quaternary
*/
.navbar-quaternary {
  /*background-color:$backgroundColor7;*/
  color: #FFFFFF;
  padding: 5px;
  line-height: 30px;
  /*height:51px;*/
  /*border-top:1px solid lighten($textColor10,95%);*/ }

.ad, .ae, .af, .ag, .ai,
.al, .am, .an, .ao, .ar,
.as, .at, .au, .aw, .ax,
.az, .ba, .bb, .bd, .be,
.bf, .bg, .bh, .bi, .bj,
.bm, .bn, .bo, .br, .bs,
.bt, .bv, .bw, .by, .bz,
.ca, .cc, .cd, .cf, .cg,
.ci, .ck, .cl, .cm, .cn,
.co, .cr, .cs, .cu, .cv,
.cx, .cy, .cz, .de, .dj,
.dk, .dm, .do, .dz, .ec,
.ee, .eg, .eh, .en, .er,
.es, .et, .eu, .fi, .fj,
.fk, .fm, .fo, .fr, .ga,
.gd, .ge, .gf, .gh, .gi,
.gl, .gm, .gn, .gp, .gq,
.gr, .gs, .gt, .gu, .gw,
.gy, .hk, .hm, .hn, .hr,
.ht, .hu, .id, .ie, .il,
.in, .io, .iq, .ir, .is,
.it, .jm, .jo, .jp, .ke,
.kg, .kh, .ki, .km, .kn,
.kp, .kr, .kw, .ky, .kz,
.la, .lb, .lc, .li, .lk,
.lr, .ls, .lt, .lu, .lv,
.ly, .ma, .mc, .md, .me,
.mg, .mh, .mk, .ml, .mm,
.mn, .mo, .mp, .mq, .mr,
.ms, .mt, .mu, .mv, .mw,
.mx, .my, .mz, .na, .nc,
.ne, .nf, .ng, .ni, .nl,
.no, .nr, .nu, .nz, .om,
.pa, .pe, .pf, .pg, .ph,
.pk, .pl, .pm, .pn, .pr,
.ps, .pt, .pw, .py, .qa,
.re, .ro, .rs, .ru, .rw,
.sa, .sb, .sc, .sd, .se,
.sg, .sh, .si, .sj, .sk,
.sl, .sm, .sn, .so, .sr,
.st, .sv, .sy, .sz, .tc,
.td, .tf, .tg, .th, .tj,
.tk, .tl, .tm, .tn,
.tr, .tt, .tv, .tw, .tz,
.ua, .ug, .um, .us, .uy,
.uz, .va, .vc, .ve, .vg,
.vi, .vn, .vu, .wf, .ws,
.ye, .yt, .za, .zm, .zw,
.ch, .np {
  display: inline-block;
  background: url("https://static.hoteleia.com/v01/images/flag-sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.ad {
  background-position: -0px -0px;
  width: 16px;
  height: 11px; }

.ae {
  background-position: -0px -11px;
  width: 16px;
  height: 11px; }

.af {
  background-position: -0px -22px;
  width: 16px;
  height: 11px; }

.ag {
  background-position: -0px -33px;
  width: 16px;
  height: 11px; }

.ai {
  background-position: -0px -44px;
  width: 16px;
  height: 11px; }

.al {
  background-position: -0px -55px;
  width: 16px;
  height: 11px; }

.am {
  background-position: -0px -66px;
  width: 16px;
  height: 11px; }

.an {
  background-position: -0px -77px;
  width: 16px;
  height: 11px; }

.ao {
  background-position: -0px -88px;
  width: 16px;
  height: 11px; }

.ar {
  background-position: -0px -99px;
  width: 16px;
  height: 11px; }

.as {
  background-position: -0px -110px;
  width: 16px;
  height: 11px; }

.at {
  background-position: -0px -121px;
  width: 16px;
  height: 11px; }

.au {
  background-position: -0px -132px;
  width: 16px;
  height: 11px; }

.aw {
  background-position: -0px -143px;
  width: 16px;
  height: 11px; }

.ax {
  background-position: -0px -154px;
  width: 16px;
  height: 11px; }

.az {
  background-position: -0px -165px;
  width: 16px;
  height: 11px; }

.ba {
  background-position: -0px -176px;
  width: 16px;
  height: 11px; }

.bb {
  background-position: -0px -187px;
  width: 16px;
  height: 11px; }

.bd {
  background-position: -0px -198px;
  width: 16px;
  height: 11px; }

.be {
  background-position: -0px -209px;
  width: 16px;
  height: 11px; }

.bf {
  background-position: -0px -220px;
  width: 16px;
  height: 11px; }

.bg {
  background-position: -0px -231px;
  width: 16px;
  height: 11px; }

.bh {
  background-position: -0px -242px;
  width: 16px;
  height: 11px; }

.bi {
  background-position: -0px -253px;
  width: 16px;
  height: 11px; }

.bj {
  background-position: -0px -264px;
  width: 16px;
  height: 11px; }

.bm {
  background-position: -0px -275px;
  width: 16px;
  height: 11px; }

.bn {
  background-position: -0px -286px;
  width: 16px;
  height: 11px; }

.bo {
  background-position: -0px -297px;
  width: 16px;
  height: 11px; }

.br {
  background-position: -0px -308px;
  width: 16px;
  height: 11px; }

.bs {
  background-position: -0px -319px;
  width: 16px;
  height: 11px; }

.bt {
  background-position: -0px -330px;
  width: 16px;
  height: 11px; }

.bv {
  background-position: -0px -341px;
  width: 16px;
  height: 11px; }

.bw {
  background-position: -0px -352px;
  width: 16px;
  height: 11px; }

.by {
  background-position: -0px -363px;
  width: 16px;
  height: 11px; }

.bz {
  background-position: -0px -374px;
  width: 16px;
  height: 11px; }

.ca {
  background-position: -0px -385px;
  width: 16px;
  height: 11px; }

.cc {
  background-position: -0px -396px;
  width: 16px;
  height: 11px; }

.cd {
  background-position: -0px -407px;
  width: 16px;
  height: 11px; }

.cf {
  background-position: -0px -418px;
  width: 16px;
  height: 11px; }

.cg {
  background-position: -0px -429px;
  width: 16px;
  height: 11px; }

.ci {
  background-position: -0px -440px;
  width: 16px;
  height: 11px; }

.ck {
  background-position: -0px -451px;
  width: 16px;
  height: 11px; }

.cl {
  background-position: -0px -462px;
  width: 16px;
  height: 11px; }

.cm {
  background-position: -0px -473px;
  width: 16px;
  height: 11px; }

.cn {
  background-position: -0px -484px;
  width: 16px;
  height: 11px; }

.co {
  background-position: -0px -495px;
  width: 16px;
  height: 11px; }

.cr {
  background-position: -0px -506px;
  width: 16px;
  height: 11px; }

.cs {
  background-position: -0px -517px;
  width: 16px;
  height: 11px; }

.cu {
  background-position: -0px -528px;
  width: 16px;
  height: 11px; }

.cv {
  background-position: -0px -539px;
  width: 16px;
  height: 11px; }

.cx {
  background-position: -0px -550px;
  width: 16px;
  height: 11px; }

.cy {
  background-position: -0px -561px;
  width: 16px;
  height: 11px; }

.cz {
  background-position: -0px -572px;
  width: 16px;
  height: 11px; }

.de {
  background-position: -0px -583px;
  width: 16px;
  height: 11px; }

.dj {
  background-position: -0px -594px;
  width: 16px;
  height: 11px; }

.dk {
  background-position: -0px -605px;
  width: 16px;
  height: 11px; }

.dm {
  background-position: -0px -616px;
  width: 16px;
  height: 11px; }

.do {
  background-position: -0px -627px;
  width: 16px;
  height: 11px; }

.dz {
  background-position: -0px -638px;
  width: 16px;
  height: 11px; }

.ec {
  background-position: -0px -649px;
  width: 16px;
  height: 11px; }

.ee {
  background-position: -0px -660px;
  width: 16px;
  height: 11px; }

.eg {
  background-position: -0px -671px;
  width: 16px;
  height: 11px; }

.eh {
  background-position: -0px -682px;
  width: 16px;
  height: 11px; }

.en {
  background-position: -0px -693px;
  width: 16px;
  height: 11px; }

.er {
  background-position: -0px -704px;
  width: 16px;
  height: 11px; }

.es {
  background-position: -0px -715px;
  width: 16px;
  height: 11px; }

.et {
  background-position: -0px -726px;
  width: 16px;
  height: 11px; }

.eu {
  background-position: -0px -737px;
  width: 16px;
  height: 11px; }

.fi {
  background-position: -0px -748px;
  width: 16px;
  height: 11px; }

.fj {
  background-position: -0px -759px;
  width: 16px;
  height: 11px; }

.fk {
  background-position: -0px -770px;
  width: 16px;
  height: 11px; }

.fm {
  background-position: -0px -781px;
  width: 16px;
  height: 11px; }

.fo {
  background-position: -0px -792px;
  width: 16px;
  height: 11px; }

.fr {
  background-position: -0px -803px;
  width: 16px;
  height: 11px; }

.ga {
  background-position: -0px -814px;
  width: 16px;
  height: 11px; }

.gd {
  background-position: -0px -825px;
  width: 16px;
  height: 11px; }

.ge {
  background-position: -0px -836px;
  width: 16px;
  height: 11px; }

.gf {
  background-position: -0px -847px;
  width: 16px;
  height: 11px; }

.gh {
  background-position: -0px -858px;
  width: 16px;
  height: 11px; }

.gi {
  background-position: -0px -869px;
  width: 16px;
  height: 11px; }

.gl {
  background-position: -0px -880px;
  width: 16px;
  height: 11px; }

.gm {
  background-position: -0px -891px;
  width: 16px;
  height: 11px; }

.gn {
  background-position: -0px -902px;
  width: 16px;
  height: 11px; }

.gp {
  background-position: -0px -913px;
  width: 16px;
  height: 11px; }

.gq {
  background-position: -0px -924px;
  width: 16px;
  height: 11px; }

.gr {
  background-position: -0px -935px;
  width: 16px;
  height: 11px; }

.gs {
  background-position: -0px -946px;
  width: 16px;
  height: 11px; }

.gt {
  background-position: -0px -957px;
  width: 16px;
  height: 11px; }

.gu {
  background-position: -0px -968px;
  width: 16px;
  height: 11px; }

.gw {
  background-position: -0px -979px;
  width: 16px;
  height: 11px; }

.gy {
  background-position: -0px -990px;
  width: 16px;
  height: 11px; }

.hk {
  background-position: -0px -1001px;
  width: 16px;
  height: 11px; }

.hm {
  background-position: -0px -1012px;
  width: 16px;
  height: 11px; }

.hn {
  background-position: -0px -1023px;
  width: 16px;
  height: 11px; }

.hr {
  background-position: -0px -1034px;
  width: 16px;
  height: 11px; }

.ht {
  background-position: -0px -1045px;
  width: 16px;
  height: 11px; }

.hu {
  background-position: -0px -1056px;
  width: 16px;
  height: 11px; }

.id {
  background-position: -0px -1067px;
  width: 16px;
  height: 11px; }

.ie {
  background-position: -0px -1078px;
  width: 16px;
  height: 11px; }

.il {
  background-position: -0px -1089px;
  width: 16px;
  height: 11px; }

.in {
  background-position: -0px -1100px;
  width: 16px;
  height: 11px; }

.io {
  background-position: -0px -1111px;
  width: 16px;
  height: 11px; }

.iq {
  background-position: -0px -1122px;
  width: 16px;
  height: 11px; }

.ir {
  background-position: -0px -1133px;
  width: 16px;
  height: 11px; }

.is {
  background-position: -0px -1144px;
  width: 16px;
  height: 11px; }

.it {
  background-position: -0px -1155px;
  width: 16px;
  height: 11px; }

.jm {
  background-position: -0px -1166px;
  width: 16px;
  height: 11px; }

.jo {
  background-position: -0px -1177px;
  width: 16px;
  height: 11px; }

.jp {
  background-position: -0px -1188px;
  width: 16px;
  height: 11px; }

.ke {
  background-position: -0px -1199px;
  width: 16px;
  height: 11px; }

.kg {
  background-position: -0px -1210px;
  width: 16px;
  height: 11px; }

.kh {
  background-position: -0px -1221px;
  width: 16px;
  height: 11px; }

.ki {
  background-position: -0px -1232px;
  width: 16px;
  height: 11px; }

.km {
  background-position: -0px -1243px;
  width: 16px;
  height: 11px; }

.kn {
  background-position: -0px -1254px;
  width: 16px;
  height: 11px; }

.kp {
  background-position: -0px -1265px;
  width: 16px;
  height: 11px; }

.kr {
  background-position: -0px -1276px;
  width: 16px;
  height: 11px; }

.kw {
  background-position: -0px -1287px;
  width: 16px;
  height: 11px; }

.ky {
  background-position: -0px -1298px;
  width: 16px;
  height: 11px; }

.kz {
  background-position: -0px -1309px;
  width: 16px;
  height: 11px; }

.la {
  background-position: -0px -1320px;
  width: 16px;
  height: 11px; }

.lb {
  background-position: -0px -1331px;
  width: 16px;
  height: 11px; }

.lc {
  background-position: -0px -1342px;
  width: 16px;
  height: 11px; }

.li {
  background-position: -0px -1353px;
  width: 16px;
  height: 11px; }

.lk {
  background-position: -0px -1364px;
  width: 16px;
  height: 11px; }

.lr {
  background-position: -0px -1375px;
  width: 16px;
  height: 11px; }

.ls {
  background-position: -0px -1386px;
  width: 16px;
  height: 11px; }

.lt {
  background-position: -0px -1397px;
  width: 16px;
  height: 11px; }

.lu {
  background-position: -0px -1408px;
  width: 16px;
  height: 11px; }

.lv {
  background-position: -0px -1419px;
  width: 16px;
  height: 11px; }

.ly {
  background-position: -0px -1430px;
  width: 16px;
  height: 11px; }

.ma {
  background-position: -0px -1441px;
  width: 16px;
  height: 11px; }

.mc {
  background-position: -0px -1452px;
  width: 16px;
  height: 11px; }

.md {
  background-position: -0px -1463px;
  width: 16px;
  height: 11px; }

.me {
  background-position: -0px -1474px;
  width: 16px;
  height: 12px; }

.mg {
  background-position: -0px -1486px;
  width: 16px;
  height: 11px; }

.mh {
  background-position: -0px -1497px;
  width: 16px;
  height: 11px; }

.mk {
  background-position: -0px -1508px;
  width: 16px;
  height: 11px; }

.ml {
  background-position: -0px -1519px;
  width: 16px;
  height: 11px; }

.mm {
  background-position: -0px -1530px;
  width: 16px;
  height: 11px; }

.mn {
  background-position: -0px -1541px;
  width: 16px;
  height: 11px; }

.mo {
  background-position: -0px -1552px;
  width: 16px;
  height: 11px; }

.mp {
  background-position: -0px -1563px;
  width: 16px;
  height: 11px; }

.mq {
  background-position: -0px -1574px;
  width: 16px;
  height: 11px; }

.mr {
  background-position: -0px -1585px;
  width: 16px;
  height: 11px; }

.ms {
  background-position: -0px -1596px;
  width: 16px;
  height: 11px; }

.mt {
  background-position: -0px -1607px;
  width: 16px;
  height: 11px; }

.mu {
  background-position: -0px -1618px;
  width: 16px;
  height: 11px; }

.mv {
  background-position: -0px -1629px;
  width: 16px;
  height: 11px; }

.mw {
  background-position: -0px -1640px;
  width: 16px;
  height: 11px; }

.mx {
  background-position: -0px -1651px;
  width: 16px;
  height: 11px; }

.my {
  background-position: -0px -1662px;
  width: 16px;
  height: 11px; }

.mz {
  background-position: -0px -1673px;
  width: 16px;
  height: 11px; }

.na {
  background-position: -0px -1684px;
  width: 16px;
  height: 11px; }

.nc {
  background-position: -0px -1695px;
  width: 16px;
  height: 11px; }

.ne {
  background-position: -0px -1706px;
  width: 16px;
  height: 11px; }

.nf {
  background-position: -0px -1717px;
  width: 16px;
  height: 11px; }

.ng {
  background-position: -0px -1728px;
  width: 16px;
  height: 11px; }

.ni {
  background-position: -0px -1739px;
  width: 16px;
  height: 11px; }

.nl {
  background-position: -0px -1750px;
  width: 16px;
  height: 11px; }

.no {
  background-position: -0px -1761px;
  width: 16px;
  height: 11px; }

.nr {
  background-position: -0px -1772px;
  width: 16px;
  height: 11px; }

.nu {
  background-position: -0px -1783px;
  width: 16px;
  height: 11px; }

.nz {
  background-position: -0px -1794px;
  width: 16px;
  height: 11px; }

.om {
  background-position: -0px -1805px;
  width: 16px;
  height: 11px; }

.pa {
  background-position: -0px -1816px;
  width: 16px;
  height: 11px; }

.pe {
  background-position: -0px -1827px;
  width: 16px;
  height: 11px; }

.pf {
  background-position: -0px -1838px;
  width: 16px;
  height: 11px; }

.pg {
  background-position: -0px -1849px;
  width: 16px;
  height: 11px; }

.ph {
  background-position: -0px -1860px;
  width: 16px;
  height: 11px; }

.pk {
  background-position: -0px -1871px;
  width: 16px;
  height: 11px; }

.pl {
  background-position: -0px -1882px;
  width: 16px;
  height: 11px; }

.pm {
  background-position: -0px -1893px;
  width: 16px;
  height: 11px; }

.pn {
  background-position: -0px -1904px;
  width: 16px;
  height: 11px; }

.pr {
  background-position: -0px -1915px;
  width: 16px;
  height: 11px; }

.ps {
  background-position: -0px -1926px;
  width: 16px;
  height: 11px; }

.pt {
  background-position: -0px -1937px;
  width: 16px;
  height: 11px; }

.pw {
  background-position: -0px -1948px;
  width: 16px;
  height: 11px; }

.py {
  background-position: -0px -1959px;
  width: 16px;
  height: 11px; }

.qa {
  background-position: -0px -1970px;
  width: 16px;
  height: 11px; }

.re {
  background-position: -0px -1981px;
  width: 16px;
  height: 11px; }

.ro {
  background-position: -0px -1992px;
  width: 16px;
  height: 11px; }

.rs {
  background-position: -0px -2003px;
  width: 16px;
  height: 11px; }

.ru {
  background-position: -0px -2014px;
  width: 16px;
  height: 11px; }

.rw {
  background-position: -0px -2025px;
  width: 16px;
  height: 11px; }

.sa {
  background-position: -0px -2036px;
  width: 16px;
  height: 11px; }

.sb {
  background-position: -0px -2047px;
  width: 16px;
  height: 11px; }

.sc {
  background-position: -0px -2058px;
  width: 16px;
  height: 11px; }

.sd {
  background-position: -0px -2069px;
  width: 16px;
  height: 11px; }

.se {
  background-position: -0px -2080px;
  width: 16px;
  height: 11px; }

.sg {
  background-position: -0px -2091px;
  width: 16px;
  height: 11px; }

.sh {
  background-position: -0px -2102px;
  width: 16px;
  height: 11px; }

.si {
  background-position: -0px -2113px;
  width: 16px;
  height: 11px; }

.sj {
  background-position: -0px -2124px;
  width: 16px;
  height: 11px; }

.sk {
  background-position: -0px -2135px;
  width: 16px;
  height: 11px; }

.sl {
  background-position: -0px -2146px;
  width: 16px;
  height: 11px; }

.sm {
  background-position: -0px -2157px;
  width: 16px;
  height: 11px; }

.sn {
  background-position: -0px -2168px;
  width: 16px;
  height: 11px; }

.so {
  background-position: -0px -2179px;
  width: 16px;
  height: 11px; }

.sr {
  background-position: -0px -2190px;
  width: 16px;
  height: 11px; }

.st {
  background-position: -0px -2201px;
  width: 16px;
  height: 11px; }

.sv {
  background-position: -0px -2212px;
  width: 16px;
  height: 11px; }

.sy {
  background-position: -0px -2223px;
  width: 16px;
  height: 11px; }

.sz {
  background-position: -0px -2234px;
  width: 16px;
  height: 11px; }

.tc {
  background-position: -0px -2245px;
  width: 16px;
  height: 11px; }

.td {
  background-position: -0px -2256px;
  width: 16px;
  height: 11px; }

.tf {
  background-position: -0px -2267px;
  width: 16px;
  height: 11px; }

.tg {
  background-position: -0px -2278px;
  width: 16px;
  height: 11px; }

.th {
  background-position: -0px -2289px;
  width: 16px;
  height: 11px; }

.tj {
  background-position: -0px -2300px;
  width: 16px;
  height: 11px; }

.tk {
  background-position: -0px -2311px;
  width: 16px;
  height: 11px; }

.tl {
  background-position: -0px -2322px;
  width: 16px;
  height: 11px; }

.tm {
  background-position: -0px -2333px;
  width: 16px;
  height: 11px; }

.tn {
  background-position: -0px -2344px;
  width: 16px;
  height: 11px; }

.tr {
  background-position: -0px -2366px;
  width: 16px;
  height: 11px; }

.tt {
  background-position: -0px -2377px;
  width: 16px;
  height: 11px; }

.tv {
  background-position: -0px -2388px;
  width: 16px;
  height: 11px; }

.tw {
  background-position: -0px -2399px;
  width: 16px;
  height: 11px; }

.tz {
  background-position: -0px -2410px;
  width: 16px;
  height: 11px; }

.ua {
  background-position: -0px -2421px;
  width: 16px;
  height: 11px; }

.ug {
  background-position: -0px -2432px;
  width: 16px;
  height: 11px; }

.um {
  background-position: -0px -2443px;
  width: 16px;
  height: 11px; }

.us {
  background-position: -0px -2454px;
  width: 16px;
  height: 11px; }

.uy {
  background-position: -0px -2465px;
  width: 16px;
  height: 11px; }

.uz {
  background-position: -0px -2476px;
  width: 16px;
  height: 11px; }

.va {
  background-position: -0px -2487px;
  width: 16px;
  height: 11px; }

.vc {
  background-position: -0px -2498px;
  width: 16px;
  height: 11px; }

.ve {
  background-position: -0px -2509px;
  width: 16px;
  height: 11px; }

.vg {
  background-position: -0px -2520px;
  width: 16px;
  height: 11px; }

.vi {
  background-position: -0px -2531px;
  width: 16px;
  height: 11px; }

.vn {
  background-position: -0px -2542px;
  width: 16px;
  height: 11px; }

.vu {
  background-position: -0px -2553px;
  width: 16px;
  height: 11px; }

.wf {
  background-position: -0px -2564px;
  width: 16px;
  height: 11px; }

.ws {
  background-position: -0px -2575px;
  width: 16px;
  height: 11px; }

.ye {
  background-position: -0px -2586px;
  width: 16px;
  height: 11px; }

.yt {
  background-position: -0px -2597px;
  width: 16px;
  height: 11px; }

.za {
  background-position: -0px -2608px;
  width: 16px;
  height: 11px; }

.zm {
  background-position: -0px -2619px;
  width: 16px;
  height: 11px; }

.zw {
  background-position: -0px -2630px;
  width: 16px;
  height: 11px; }

.ch {
  background-position: -0px -2641px;
  width: 11px;
  height: 11px; }

.np {
  background-position: -0px -2652px;
  width: 9px;
  height: 11px; }

/*****************************************************************
  Hoteleia: Pagination
*/
.pagination-holder {
  text-align: center; }

.pagination {
  text-align: center;
  width: auto;
  display: inline-block;
  background-color: #F26C4F;
  padding: 10px;
  border-radius: 4px;
  color: #FFFFFF; }

.pagination a {
  color: #FFFFFF; }

.pagination a:hover {
  text-decoration: underline; }

.pagination li {
  display: inline-block;
  width: initial !important;
  margin-left: 5px;
  margin-right: 5px; }

/*
  Hoteleia: Modals Global Base
 */
.modal-toggler {
  display: none; }

.toggle-modal-button {
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  border: none; }

.modal-container {
  background: rgba(27, 50, 95, 0.75);
  opacity: 0;
  color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility 0s linear .6s;
  -o-transition: opacity .5s, visibility 0s linear .6s;
  transition: opacity .5s, visibility 0s linear .6s;
  z-index: 5000; }
  .modal-toggler:checked + .modal-container {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s; }
  .modal-container .modal {
    position: relative;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #525252;
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25); }
    .modal-container .modal.close-modal-area {
      width: 100%;
      height: 100%; }
    .modal-container .modal.modal-box {
      background-color: #FFFFFF;
      text-align: center; }
    .content .modal-container .modal {
      width: 100%;
      /*max-width: 40em;*/ }
    .modal-container .modal .toggle-modal-button {
      color: #FFFFFF;
      margin: 0; }
    .modal-container .modal .modal-head {
      overflow: hidden;
      background-color: #3A89C9;
      border-bottom: 5px solid #efefef;
      color: #ffffff;
      padding: 10px;
      border-radius: 4px 4px 0px 0px;
      text-align: left;
      position: relative;
      font-weight: 300;
      font-size: 18px;
      line-height: 30px;
      line-height: 1.1; }
      .modal-container .modal .modal-head .fa-times {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 16px;
        height: 16px;
        color: #FFFFFF; }
    .modal-container .modal .modal-body {
      padding: 20px;
      position: relative; }

.login {
  width: 400px;
  /*padding:20px;*/ }
  .login .form_social {
    /*margin-bottom:10px;*/ }
    .login .form_social span {
      font-size: 12px;
      text-align: center;
      display: block;
      padding-bottom: 5px; }
    .login .form_social .form_social_icons {
      background-color: #cecece;
      border-radius: 4px;
      overflow: hidden;
      padding: 15px; }
      .login .form_social .form_social_icons .social_button {
        width: 33.333333%;
        float: left; }
        .login .form_social .form_social_icons .social_button .social_icon {
          margin: 5px;
          background-color: #282828;
          border-radius: 4px;
          padding: 10px;
          padding-bottom: 6px;
          text-align: center;
          color: #fff;
          font-size: 20px; }
          .login .form_social .form_social_icons .social_button .social_icon a {
            color: #fff; }
        .login .form_social .form_social_icons .social_button .facebook {
          border-bottom: 4px solid #3a558e; }
        .login .form_social .form_social_icons .social_button .facebook:hover {
          background-color: #3a558e; }
        .login .form_social .form_social_icons .social_button .twitter {
          border-bottom: 4px solid #4099ff; }
        .login .form_social .form_social_icons .social_button .twitter:hover {
          background-color: #4099ff; }
        .login .form_social .form_social_icons .social_button .google {
          border-bottom: 4px solid #d34836; }
        .login .form_social .form_social_icons .social_button .google:hover {
          background-color: #d34836; }
        .login .form_social .form_social_icons .social_button .yahoo {
          border-bottom: 4px solid #7b0099; }
        .login .form_social .form_social_icons .social_button .yahoo:hover {
          background-color: #7b0099; }
  .login form {
    position: relative;
    z-index: 3000; }
  .login .has-error input {
    background-color: #fde3dd; }
  .login .has-error .help-block {
    background-color: #F26C4F;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block; }
    .login .has-error .help-block strong {
      font-weight: 300; }
  .login p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: italic; }
  .login label {
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: left; }
  .login input {
    padding: 10px;
    width: 100%;
    font-size: 0.8rem;
    border: none;
    color: #313131;
    border-radius: 4px;
    position: relative;
    background-color: #E9F2F9;
    margin-bottom: 10px; }
  .login .remember-forgot {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px; }
    .login .remember-forgot .col1 {
      float: left;
      margin-right: 10px; }
    .login .remember-forgot .col2 {
      float: left; }
    .login .remember-forgot .col3 {
      float: right; }
    .login .remember-forgot input {
      width: initial;
      display: inline-block; }
  .login button {
    padding: 10px;
    width: 100%;
    font-size: 0.8rem;
    background-color: #9CC4E4;
    border: none;
    color: #FFFFFF;
    border-radius: 4px;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left; }
  .login button:hover {
    background-color: #74acd9;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; }

.compareHotelsModal {
  width: 70%;
  overflow: auto; }
  .compareHotelsModal .modal-head i {
    padding: initial !important;
    background-color: initial !important;
    color: #FFFFFF !important; }
  .compareHotelsModal .propertyheader .propertytype {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 10px;
    display: inline-block;
    margin-bottom: 5px;
    color: #6c6c6c; }
  .compareHotelsModal .propertyheader h4 {
    font-size: 18px;
    font-weight: 300; }
  .compareHotelsModal .fa-check {
    background-color: #8ACB75;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    color: #207D29; }
  .compareHotelsModal .fa-times {
    background-color: #EEEEEE;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    color: #939393; }
  .compareHotelsModal table {
    margin: 0;
    background-color: transparent;
    table-layout: auto;
    border: 1px solid #f1f1f1;
    font-size: .75rem; }
  .compareHotelsModal table thead tr th, .compareHotelsModal table tfoot tr th, .compareHotelsModal table tbody tr td, .compareHotelsModal table tr td, .compareHotelsModal table tfoot tr td {
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1; }
  .compareHotelsModal table td {
    padding: .5rem;
    vertical-align: middle; }
  .compareHotelsModal .leftColumn {
    text-align: left;
    font-size: .9rem;
    background-color: #f6f6f6; }

.modal_urban_map_properties {
  width: 80%;
  height: 80%; }
  .modal_urban_map_properties .modal-body {
    width: 100%;
    height: calc( 100% - 44px);
    padding: 0 !important; }
    .modal_urban_map_properties .modal-body #google-map {
      height: 100%;
      border-radius: 0px 0px 4px 4px; }

.modal_urban_map_destinations {
  width: 80%;
  height: 80%; }
  .modal_urban_map_destinations .modal-body {
    width: 100%;
    height: calc( 100% - 44px);
    padding: 0 !important; }
    .modal_urban_map_destinations .modal-body #google-map-destinations {
      height: 100%;
      border-radius: 0px 0px 4px 4px; }

.modal_urban_map_property {
  width: 60% !important;
  height: 60%; }
  .modal_urban_map_property .modal-body {
    width: 100%;
    height: calc( 100% - 44px);
    padding: 0 !important; }
    .modal_urban_map_property .modal-body iframe {
      height: 100%;
      border-radius: 0px 0px 4px 4px; }

.modal_urban_photos_property {
  width: 90% !important;
  height: 90%; }
  .modal_urban_photos_property .modal-body {
    width: 100%;
    height: calc( 100% - 44px);
    padding: 0 !important; }
    .modal_urban_photos_property .modal-body iframe {
      height: 100%;
      border-radius: 0px 0px 4px 4px; }

.modal_urban_qr_property {
  width: 250px !important;
  height: 250px; }
  .modal_urban_qr_property .modal-body {
    width: 100%;
    /*height: calc( 100% - 44px );*/
    padding: 0 !important; }

/* TODO */
.map {
  width: 80%;
  height: 600px; }

.allphotos {
  /*width:1200px;*/
  width: 800px;
  /*height:600px;*/
  /*height:500px;*/ }

.qrcode {
  width: 500px; }

.component_properties_compare {
  position: fixed;
  bottom: 0;
  background-color: #313131;
  width: 100%;
  z-index: 100;
  padding: 10px; }
  .component_properties_compare .hotels {
    float: left; }
  .component_properties_compare .buttons {
    float: right; }
  .component_properties_compare .hotel {
    background-color: #FFFFFF;
    margin-right: 10px;
    display: inline-block;
    padding: 10px;
    font-size: 12px; }
  .component_properties_compare .compare {
    background-color: #26C281;
    margin-right: 10px;
    display: inline-block;
    padding: 10px;
    font-size: 12px;
    border-radius: 4px;
    color: #FFFFFF; }
  .component_properties_compare .remove {
    background-color: #D24D57;
    margin-right: 10px;
    display: inline-block;
    padding: 10px;
    font-size: 12px;
    border-radius: 4px; }
    .component_properties_compare .remove a {
      color: #FFFFFF; }

/*****************************************************************
  Hoteleia: jQuery Ui Datepicker
*/
.ui-datepicker {
  padding: 0; }

.ui-widget {
  font-family: 'Roboto', sans-serif !important;
  margin-top: 10px !important;
  -webkit-box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6);
  box-shadow: 0 4px 20px 0 rgba(168, 182, 191, 0.6); }

.ui-widget.ui-widget-content {
  border: none !important;
  background-color: #FFFFFF;
  /*color:$textColor6 !important;*/ }

.ui-widget-header {
  background-color: #3A89C9 !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 2px; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  /*border: 1px solid $cBase1 !important;
    background: lighten($cBase4, 50%) !important;
  */
  background-color: #f6f6f6 !important;
  border: none !important;
  /*color: #777620;*/ }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #8ab9df !important; }

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url(/images/ui-icons_ffffff_256x240.png) !important;
  background-position: -32px 0;
  margin-top: 0;
  top: 5px;
  font-weight: normal; }

.ui-state-default,
.ui-datepicker td a {
  border-radius: 2px !important; }

.ui-datepicker-month {
  border: none !important;
  border-radius: 2px !important;
  margin-right: 5px !important; }

.ui-datepicker-year {
  border: none !important;
  border-radius: 2px !important; }

.ui-datepicker table {
  margin: 0; }

.ui-datepicker th {
  color: #3A89C9 !important;
  background-color: #efefef; }

.ui-state-default {
  border: none !important;
  text-align: center !important;
  padding: 3px !important;
  line-height: 16px; }

.ui-state-hover {
  /*background-color:$cBase1 !important;*/
  background-color: initial !important;
  border: none !important;
  color: #F26C4F !important;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0; }

/*****************************************************************
  Hoteleia: Map
  URL: https://www.hoteleia.com/map
*/
#google-map {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 645px;
  border-width: 0px; }

#google-map #google-map img {
  max-width: none !important; }

#google-map .stars {
  color: #FFD700;
  font-size: 12px; }

#google-map .pull-right {
  padding-right: 20px; }

#google-map .gm-style-iw {
  width: 333px !important;
  top: 15px !important;
  left: 0px !important;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border-radius: 4px; }

#google-map #iw-container {
  margin-bottom: 10px; }

#google-map .iw-container .iw-title {
  font-weight: 400;
  padding: 10px;
  background-color: #3A89C9;
  color: white;
  margin: 0;
  border-radius: 2px 2px 0 0;
  text-align: left; }

#google-map .iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 10px;
  padding-bottom: 5px; }

#google-map .iw-subTitle {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0; }

/*****************************************************************
  Hoteleia: Map
  URL: https://www.hoteleia.com/map
*/
#google-map-destinations {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 645px;
  border-width: 0px; }

#google-map-destinations img {
  max-width: none !important; }

#google-map-destinations .stars {
  color: #FFD700;
  font-size: 12px; }

#google-map-destinations .pull-right {
  padding-right: 20px; }

#google-map-destinations .gm-style-iw {
  width: 333px !important;
  top: 15px !important;
  left: 0px !important;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border-radius: 4px; }

#google-map-destinations #iw-container {
  margin-bottom: 10px; }

#google-map-destinations .iw-container .iw-title {
  font-weight: 400;
  padding: 10px;
  background-color: #3A89C9;
  color: white;
  margin: 0;
  border-radius: 2px 2px 0 0;
  text-align: left; }

#google-map-destinations .iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 10px;
  padding-bottom: 5px; }

#google-map-destinations .iw-subTitle {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0; }

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.tags li {
  float: left !important;
  width: initial !important; }

.tag {
  background: #eee;
  border-radius: 3px;
  color: #999;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 8px 0 18px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  font-size: 11px; }

.tag::before {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 6px;
  position: absolute;
  width: 6px;
  top: 6px; }

@media (min-width: 320px) and (max-width: 767px) {
  .hide-on-mobile {
    display: none; }
  .hide-on-wide {
    display: block; }
  html {
    width: 100%;
    overflow-x: hidden; }
  .wrapper--content {
    width: 92%; }
  .wrapper--page {
    width: 92%; }
  .login {
    width: 80%; }
  .navbar-tertiary .navbar li a {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .module_header_masthead {
    /*.header_logo {
      width:136px;
      position:absolute;
      float:none;
      left:50%;
      margin-left:-68px;
    }
    .navigation_content {
      display:none;
    }*/ }
  .module_header_search_slogan {
    top: 30vh;
    font-size: 11px; }
    .module_header_search_slogan img {
      width: 60%; }
  .module_header_search_home {
    display: none; }
  .module_header_search {
    display: none; }
  .modal_urban_map_properties {
    width: 100%;
    height: 100%; }
  .modal_urban_map_destinations {
    width: 100%;
    height: 100%; }
  .modal_urban_photos_property {
    width: 100% !important;
    height: 100%; }
  .modal-container .modal .modal-head {
    font-size: 14px; }
  .module_page_filters .wrapper--content {
    padding-left: 0;
    padding-right: 0; }
  .module_page_filters .block_list {
    width: 200px; }
  .module_page_filters .block_sort {
    width: 200px; }
  .module_page_filters .block_perpage {
    width: 200px; }
  .module_page_filters .toggle_container {
    float: none;
    display: inline-block; }
  .module_page_filters .switch_container {
    float: none;
    border-top: 1px solid #efefef;
    display: block;
    margin-top: 5px;
    padding-top: 5px; }
  .module_page_filters .switch_container span {
    display: none; }
  .module_page_filters .toggle-modal-button {
    margin-left: 0;
    margin-right: 8px; }
  .footer .footer_backtotop {
    display: none; }
  .footer .footer_newsletter .helper--align-left {
    width: 100%;
    float: none; }
  .footer .footer_newsletter .helper--align-right {
    width: 100%;
    float: none; }
  .footer .footer_newsletter form {
    width: 100%; }
  .footer .footer_newsletter p {
    font-size: 18px; }
  .footer .footer_links ul li {
    border: none;
    width: 100%;
    display: block;
    height: initial; }
  .footer .footer_links ul li div {
    margin-bottom: 15px; }
  .footer .footer_links ul li:last-child div {
    margin-bottom: 0px; }
  .footer .footer_copyright {
    line-height: 25px;
    padding-bottom: 15px;
    font-size: 12px; }
  .footer .footer_copyright span {
    display: block; }
  .footer .footer_copyright .helper--align-right {
    float: none; }
  .footer .footer_copyright .helper--align-left {
    float: none; }
  .hoteleia_home {
    width: 100%;
    overflow-x: hidden; }
  .hoteleia_home .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -20px;
    z-index: 2;
    left: 50%;
    margin-left: -10px; }
    .hoteleia_home .arrow .arrow_box {
      position: relative;
      background: #000; }
    .hoteleia_home .arrow .arrow_box:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(23, 53, 79, 0);
      border-top-color: #000;
      border-width: 20px;
      margin-left: -20px; }
  .hoteleia_home .owl-carousel .owl-caption-frontpage {
    width: 40%;
    left: 50%;
    margin-left: -20%;
    text-align: center;
    bottom: 80px; }
  .hoteleia_home .page_content .card {
    margin-top: 40px; }
  .hoteleia_home .page_content .card h2 {
    font-size: 18px; }
  .hoteleia_home .page_content .card {
    padding: 10px; }
  .hoteleia_home .page_content .card .country_large {
    width: 100%;
    height: 120px;
    float: none;
    margin-bottom: 10px; }
  .hoteleia_home .page_content .card .country-1 {
    height: 120px;
    background-size: cover; }
  .hoteleia_home .page_content .card .country_small {
    width: 100%;
    float: none; }
  .hoteleia_home .page_content .card .country_small .column_1 {
    width: 100%;
    float: none; }
  .hoteleia_home .page_content .card .country_small .column_2 {
    width: 100%;
    float: none; }
  .hoteleia_home .page_content .card .country-2 {
    margin-left: 0;
    height: 120px;
    background-size: cover; }
  .hoteleia_home .page_content .card .country-3 {
    margin-left: 0;
    margin-top: 10px;
    height: 120px;
    background-size: cover; }
  .hoteleia_home .page_content .card .country-4 {
    margin-left: 0;
    margin-top: 10px;
    height: 120px;
    background-size: cover; }
  .hoteleia_home .page_content .card .country-5 {
    margin-left: 0;
    margin-top: 10px;
    height: 120px;
    background-size: cover; }
  .hoteleia_home .page_content .card span {
    background-color: #F26C4F;
    border: none;
    width: 100%;
    display: block;
    margin-top: 10px;
    border-radius: 4px;
    padding: 10px;
    color: #fff; }
  .hoteleia_home .page_content .card span a {
    color: #FFFFFF;
    text-decoration: none; }
  .hoteleia_home .all-destinations a {
    width: 70%; }
  .hoteleia_destination_country .header,
  .hoteleia_destination_region .header,
  .hoteleia_destination_subregion .header,
  .hoteleia_destination_city .header,
  .hoteleia_destination .header,
  .hoteleia_destinations .header {
    height: 220px;
    background-size: cover; }
  .hoteleia_destination_country .module_header_heading,
  .hoteleia_destination_region .module_header_heading,
  .hoteleia_destination_subregion .module_header_heading,
  .hoteleia_destination_city .module_header_heading,
  .hoteleia_destination .module_header_heading,
  .hoteleia_destinations .module_header_heading {
    top: 100px; }
    .hoteleia_destination_country .module_header_heading .breadcrumb,
    .hoteleia_destination_region .module_header_heading .breadcrumb,
    .hoteleia_destination_subregion .module_header_heading .breadcrumb,
    .hoteleia_destination_city .module_header_heading .breadcrumb,
    .hoteleia_destination .module_header_heading .breadcrumb,
    .hoteleia_destinations .module_header_heading .breadcrumb {
      font-size: 10px; }
    .hoteleia_destination_country .module_header_heading .sub-line,
    .hoteleia_destination_region .module_header_heading .sub-line,
    .hoteleia_destination_subregion .module_header_heading .sub-line,
    .hoteleia_destination_city .module_header_heading .sub-line,
    .hoteleia_destination .module_header_heading .sub-line,
    .hoteleia_destinations .module_header_heading .sub-line {
      font-size: 10px; }
    .hoteleia_destination_country .module_header_heading h1,
    .hoteleia_destination_region .module_header_heading h1,
    .hoteleia_destination_subregion .module_header_heading h1,
    .hoteleia_destination_city .module_header_heading h1,
    .hoteleia_destination .module_header_heading h1,
    .hoteleia_destinations .module_header_heading h1 {
      font-size: 30px; }
  .hoteleia_destination_country .featured_properties .heading,
  .hoteleia_destination_region .featured_properties .heading,
  .hoteleia_destination_subregion .featured_properties .heading,
  .hoteleia_destination_city .featured_properties .heading,
  .hoteleia_destination .featured_properties .heading,
  .hoteleia_destinations .featured_properties .heading {
    padding-left: 0; }
  .hoteleia_destination_country .featured_properties li,
  .hoteleia_destination_region .featured_properties li,
  .hoteleia_destination_subregion .featured_properties li,
  .hoteleia_destination_city .featured_properties li,
  .hoteleia_destination .featured_properties li,
  .hoteleia_destinations .featured_properties li {
    width: 100%;
    display: block;
    margin-top: 10px; }
  .hoteleia_destination_country .featured_properties li:nth-last-of-type(-n+2),
  .hoteleia_destination_region .featured_properties li:nth-last-of-type(-n+2),
  .hoteleia_destination_subregion .featured_properties li:nth-last-of-type(-n+2),
  .hoteleia_destination_city .featured_properties li:nth-last-of-type(-n+2),
  .hoteleia_destination .featured_properties li:nth-last-of-type(-n+2),
  .hoteleia_destinations .featured_properties li:nth-last-of-type(-n+2) {
    display: none; }
  .hoteleia_destination_country .featured_properties li .card,
  .hoteleia_destination_region .featured_properties li .card,
  .hoteleia_destination_subregion .featured_properties li .card,
  .hoteleia_destination_city .featured_properties li .card,
  .hoteleia_destination .featured_properties li .card,
  .hoteleia_destinations .featured_properties li .card {
    margin: 0px; }
  .hoteleia_destination_country .grid li,
  .hoteleia_destination_region .grid li,
  .hoteleia_destination_subregion .grid li,
  .hoteleia_destination_city .grid li,
  .hoteleia_destination .grid li,
  .hoteleia_destinations .grid li {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px; }
  .hoteleia_destination_country .grid li:last-child,
  .hoteleia_destination_region .grid li:last-child,
  .hoteleia_destination_subregion .grid li:last-child,
  .hoteleia_destination_city .grid li:last-child,
  .hoteleia_destination .grid li:last-child,
  .hoteleia_destinations .grid li:last-child {
    margin-bottom: 0; }
  .hoteleia_destination_country .grid li .card,
  .hoteleia_destination_region .grid li .card,
  .hoteleia_destination_subregion .grid li .card,
  .hoteleia_destination_city .grid li .card,
  .hoteleia_destination .grid li .card,
  .hoteleia_destinations .grid li .card {
    margin: 0;
    padding-bottom: 10px;
    float: none; }
  .hoteleia_destination_country .grid li .card .card-preview img,
  .hoteleia_destination_region .grid li .card .card-preview img,
  .hoteleia_destination_subregion .grid li .card .card-preview img,
  .hoteleia_destination_city .grid li .card .card-preview img,
  .hoteleia_destination .grid li .card .card-preview img,
  .hoteleia_destinations .grid li .card .card-preview img {
    width: 100%; }
  .hoteleia_destination_country .grid li .card .destination_tags,
  .hoteleia_destination_region .grid li .card .destination_tags,
  .hoteleia_destination_subregion .grid li .card .destination_tags,
  .hoteleia_destination_city .grid li .card .destination_tags,
  .hoteleia_destination .grid li .card .destination_tags,
  .hoteleia_destinations .grid li .card .destination_tags {
    height: 20px; }
  .hoteleia_destination_city #listview {
    display: none; }
  .hoteleia_destination_city #gridview {
    display: none; }
  .hoteleia_destination_city .city_extras {
    top: auto;
    bottom: 0; }
    .hoteleia_destination_city .city_extras .circle {
      width: 30px;
      height: 30px; }
    .hoteleia_destination_city .city_extras .circle--degrees {
      font-size: 14px;
      line-height: 30px; }
    .hoteleia_destination_city .city_extras .circle i {
      font-size: 17px;
      padding-top: 7px; }
  .hoteleia_property .header {
    height: 250px;
    background-size: cover; }
  .hoteleia_property .module_header_heading {
    top: 100px; }
    .hoteleia_property .module_header_heading .breadcrumb {
      font-size: 10px; }
    .hoteleia_property .module_header_heading .sub-line {
      font-size: 10px; }
    .hoteleia_property .module_header_heading h1 {
      font-size: 30px; }
  .hoteleia_property .component_property_menu {
    font-size: 14px; }
    .hoteleia_property .component_property_menu ul {
      text-align: center; }
      .hoteleia_property .component_property_menu ul li {
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        float: none; }
  .hoteleia_property .property_overview .column-left ul li span {
    margin-bottom: 5px; }
  .hoteleia_property .property_overview .column-left {
    padding-right: 20px; }
  .hoteleia_property .property_overview .column-left ul li {
    line-height: initial;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px; }
    .hoteleia_property .property_overview .column-left ul li i {
      line-height: 30px; }
  .hoteleia_property .property_photos ul li {
    width: 16.666666%; }
  .hoteleia_property .property_booknow {
    width: 100%;
    padding-bottom: 10px; }
    .hoteleia_property .property_booknow .property_booknow_holder {
      float: none;
      width: 100%;
      margin-bottom: 10px; }
    .hoteleia_property .property_booknow .booknow_booking {
      padding: 10px; }
    .hoteleia_property .property_booknow .booknow_direct {
      padding: 10px; }
  .hoteleia_property .property_facilities .property_facilities_group ul li {
    width: 50%;
    margin-bottom: 5px;
    font-size: 12px; }
  .hoteleia_property .property_booking .column-1,
  .hoteleia_property .property_booking .column-2,
  .hoteleia_property .property_booking .column-3 {
    width: 100%;
    float: none; }
  .hoteleia_property .property_booking .column-3 {
    padding-bottom: 0; }
  .hoteleia_property .property_extras {
    top: auto;
    bottom: 0; }
    .hoteleia_property .property_extras .circle {
      width: 30px;
      height: 30px; }
    .hoteleia_property .property_extras .circle--wifi {
      font-size: 14px;
      line-height: 30px; }
    .hoteleia_property .property_extras .circle i {
      font-size: 17px;
      padding-top: 7px; }
  .hoteleia_page_regular_about .page_content,
  .hoteleia_page_regular_faq .page_content,
  .hoteleia_page_regular_advertise .page_content,
  .hoteleia_page_regular_terms .page_content,
  .hoteleia_page_regular_privacy .page_content,
  .hoteleia_page_regular_cookies .page_content,
  .hoteleia_page_regular_contact .page_content,
  .hoteleia_partners_index .page_content,
  .hoteleia_partners_plans .page_content,
  .hoteleia_partners_signup .page_content,
  .hoteleia_error_404 .page_content,
  .hoteleia_error_500 .page_content {
    width: 92%; }
  .hoteleia_page_regular_about .header,
  .hoteleia_page_regular_faq .header,
  .hoteleia_page_regular_advertise .header,
  .hoteleia_page_regular_terms .header,
  .hoteleia_page_regular_privacy .header,
  .hoteleia_page_regular_cookies .header,
  .hoteleia_page_regular_contact .header,
  .hoteleia_partners_index .header,
  .hoteleia_partners_plans .header,
  .hoteleia_partners_signup .header,
  .hoteleia_error_404 .header,
  .hoteleia_error_500 .header {
    height: 220px;
    background-size: cover; }
  .hoteleia_page_regular_about .module_header_heading,
  .hoteleia_page_regular_faq .module_header_heading,
  .hoteleia_page_regular_advertise .module_header_heading,
  .hoteleia_page_regular_terms .module_header_heading,
  .hoteleia_page_regular_privacy .module_header_heading,
  .hoteleia_page_regular_cookies .module_header_heading,
  .hoteleia_page_regular_contact .module_header_heading,
  .hoteleia_partners_index .module_header_heading,
  .hoteleia_partners_plans .module_header_heading,
  .hoteleia_partners_signup .module_header_heading,
  .hoteleia_error_404 .module_header_heading,
  .hoteleia_error_500 .module_header_heading {
    top: 100px; }
    .hoteleia_page_regular_about .module_header_heading .breadcrumb,
    .hoteleia_page_regular_faq .module_header_heading .breadcrumb,
    .hoteleia_page_regular_advertise .module_header_heading .breadcrumb,
    .hoteleia_page_regular_terms .module_header_heading .breadcrumb,
    .hoteleia_page_regular_privacy .module_header_heading .breadcrumb,
    .hoteleia_page_regular_cookies .module_header_heading .breadcrumb,
    .hoteleia_page_regular_contact .module_header_heading .breadcrumb,
    .hoteleia_partners_index .module_header_heading .breadcrumb,
    .hoteleia_partners_plans .module_header_heading .breadcrumb,
    .hoteleia_partners_signup .module_header_heading .breadcrumb,
    .hoteleia_error_404 .module_header_heading .breadcrumb,
    .hoteleia_error_500 .module_header_heading .breadcrumb {
      font-size: 10px; }
    .hoteleia_page_regular_about .module_header_heading .sub-line,
    .hoteleia_page_regular_faq .module_header_heading .sub-line,
    .hoteleia_page_regular_advertise .module_header_heading .sub-line,
    .hoteleia_page_regular_terms .module_header_heading .sub-line,
    .hoteleia_page_regular_privacy .module_header_heading .sub-line,
    .hoteleia_page_regular_cookies .module_header_heading .sub-line,
    .hoteleia_page_regular_contact .module_header_heading .sub-line,
    .hoteleia_partners_index .module_header_heading .sub-line,
    .hoteleia_partners_plans .module_header_heading .sub-line,
    .hoteleia_partners_signup .module_header_heading .sub-line,
    .hoteleia_error_404 .module_header_heading .sub-line,
    .hoteleia_error_500 .module_header_heading .sub-line {
      font-size: 10px; }
    .hoteleia_page_regular_about .module_header_heading h1,
    .hoteleia_page_regular_faq .module_header_heading h1,
    .hoteleia_page_regular_advertise .module_header_heading h1,
    .hoteleia_page_regular_terms .module_header_heading h1,
    .hoteleia_page_regular_privacy .module_header_heading h1,
    .hoteleia_page_regular_cookies .module_header_heading h1,
    .hoteleia_page_regular_contact .module_header_heading h1,
    .hoteleia_partners_index .module_header_heading h1,
    .hoteleia_partners_plans .module_header_heading h1,
    .hoteleia_partners_signup .module_header_heading h1,
    .hoteleia_error_404 .module_header_heading h1,
    .hoteleia_error_500 .module_header_heading h1 {
      font-size: 30px; }
  .hoteleia_page_regular_contact .contact-left {
    width: 100% !important;
    padding: 0 !important; }
  .hoteleia_page_regular_contact .contact-right {
    width: 100% !important;
    padding: 0 !important; }
  .hoteleia_page_regular_contact form {
    margin-bottom: 40px; }
  .hoteleia_partners_index .block-2,
  .hoteleia_partners_plans .block-2 {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 10px; }
  .hoteleia_partners_index .block-2 ul li,
  .hoteleia_partners_plans .block-2 ul li {
    width: 100%;
    float: none;
    display: block; }
    .hoteleia_partners_index .block-2 ul li .item .title,
    .hoteleia_partners_plans .block-2 ul li .item .title {
      margin-bottom: 15px; }
    .hoteleia_partners_index .block-2 ul li .item .price,
    .hoteleia_partners_plans .block-2 ul li .item .price {
      margin-bottom: 15px;
      font-size: 40px; }
    .hoteleia_partners_index .block-2 ul li .item .offer,
    .hoteleia_partners_plans .block-2 ul li .item .offer {
      min-height: initial; }
  .hoteleia_partners_index .block-3 .columns,
  .hoteleia_partners_plans .block-3 .columns {
    -webkit-column-count: auto;
    column-count: auto; }
  .hoteleia_partners_index .block-3 .blocks li,
  .hoteleia_partners_plans .block-3 .blocks li {
    width: 100%;
    float: none; }
  .hoteleia_partners_index .partners_additional,
  .hoteleia_partners_plans .partners_additional {
    padding-top: 0;
    padding-bottom: 0; }
  .hoteleia_partners_index form,
  .hoteleia_partners_plans form {
    width: 100% !important; }
  .hoteleia_auth .form_holder {
    width: 92%;
    margin-left: -46%;
    top: 100px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .hide-on-mobile {
    display: block; }
  .hide-on-wide {
    display: none; }
  html {
    width: 100%;
    overflow-x: hidden; }
  .wrapper--content {
    width: 92%;
    padding-left: 5px;
    padding-right: 5px; }
  .wrapper--page {
    width: 92%; }
  .navbar-tertiary .navbar li a {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .module_header_masthead {
    /*.header_logo {
      width:136px;
      position:absolute;
      float:none;
      left:50%;
      margin-left:-68px;
    }
    .navigation_content {
      display:none;
    }*/ }
  .module_header_search_slogan {
    font-size: 11px; }
  .module_header_search {
    display: none; }
  .modal_urban_map_properties {
    width: 100%;
    height: 100%; }
  .modal_urban_map_destinations {
    width: 100%;
    height: 100%; }
  .modal_urban_photos_property {
    width: 100% !important;
    height: 100%; }
  .modal-container .modal .modal-head {
    font-size: 14px; }
  .footer .footer_backtotop {
    display: none; }
  .footer .footer_newsletter form {
    width: 90% !important; }
  .footer .footer_newsletter p {
    font-size: 18px; }
  .hoteleia_home {
    width: 100%;
    overflow-x: hidden; }
  .hoteleia_home .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -20px;
    z-index: 2;
    left: 50%;
    margin-left: -10px; }
    .hoteleia_home .arrow .arrow_box {
      position: relative;
      background: #000; }
    .hoteleia_home .arrow .arrow_box:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(23, 53, 79, 0);
      border-top-color: #000;
      border-width: 20px;
      margin-left: -20px; }
  .hoteleia_home .owl-carousel .owl-caption-frontpage {
    width: 40%;
    left: 50%;
    margin-left: -20%;
    text-align: center;
    bottom: 80px; }
  .hoteleia_home .all-destinations a {
    width: 70%; }
  .hoteleia_destination_country .header,
  .hoteleia_destination_region .header,
  .hoteleia_destination_subregion .header,
  .hoteleia_destination_city .header,
  .hoteleia_destination .header,
  .hoteleia_destinations .header {
    height: 220px;
    background-size: cover; }
  .hoteleia_destination_country .module_header_heading,
  .hoteleia_destination_region .module_header_heading,
  .hoteleia_destination_subregion .module_header_heading,
  .hoteleia_destination_city .module_header_heading,
  .hoteleia_destination .module_header_heading,
  .hoteleia_destinations .module_header_heading {
    top: 100px; }
    .hoteleia_destination_country .module_header_heading .breadcrumb,
    .hoteleia_destination_region .module_header_heading .breadcrumb,
    .hoteleia_destination_subregion .module_header_heading .breadcrumb,
    .hoteleia_destination_city .module_header_heading .breadcrumb,
    .hoteleia_destination .module_header_heading .breadcrumb,
    .hoteleia_destinations .module_header_heading .breadcrumb {
      font-size: 12px; }
    .hoteleia_destination_country .module_header_heading .sub-line,
    .hoteleia_destination_region .module_header_heading .sub-line,
    .hoteleia_destination_subregion .module_header_heading .sub-line,
    .hoteleia_destination_city .module_header_heading .sub-line,
    .hoteleia_destination .module_header_heading .sub-line,
    .hoteleia_destinations .module_header_heading .sub-line {
      font-size: 13px; }
    .hoteleia_destination_country .module_header_heading h1,
    .hoteleia_destination_region .module_header_heading h1,
    .hoteleia_destination_subregion .module_header_heading h1,
    .hoteleia_destination_city .module_header_heading h1,
    .hoteleia_destination .module_header_heading h1,
    .hoteleia_destinations .module_header_heading h1 {
      font-size: 40px; }
  .hoteleia_destination_country .featured_properties .heading,
  .hoteleia_destination_region .featured_properties .heading,
  .hoteleia_destination_subregion .featured_properties .heading,
  .hoteleia_destination_city .featured_properties .heading,
  .hoteleia_destination .featured_properties .heading,
  .hoteleia_destinations .featured_properties .heading {
    padding-left: 5px; }
  .hoteleia_destination_country .featured_properties li,
  .hoteleia_destination_region .featured_properties li,
  .hoteleia_destination_subregion .featured_properties li,
  .hoteleia_destination_city .featured_properties li,
  .hoteleia_destination .featured_properties li,
  .hoteleia_destinations .featured_properties li {
    width: 33.333333%; }
  .hoteleia_destination_country .featured_properties li:last-child,
  .hoteleia_destination_region .featured_properties li:last-child,
  .hoteleia_destination_subregion .featured_properties li:last-child,
  .hoteleia_destination_city .featured_properties li:last-child,
  .hoteleia_destination .featured_properties li:last-child,
  .hoteleia_destinations .featured_properties li:last-child {
    display: none; }
  .hoteleia_destination_country .featured_properties li .card,
  .hoteleia_destination_region .featured_properties li .card,
  .hoteleia_destination_subregion .featured_properties li .card,
  .hoteleia_destination_city .featured_properties li .card,
  .hoteleia_destination .featured_properties li .card,
  .hoteleia_destinations .featured_properties li .card {
    margin: 5px; }
  .hoteleia_destination_country .grid li,
  .hoteleia_destination_region .grid li,
  .hoteleia_destination_subregion .grid li,
  .hoteleia_destination_city .grid li,
  .hoteleia_destination .grid li,
  .hoteleia_destinations .grid li {
    width: 33.333333%; }
  .hoteleia_destination_country .grid li:last-child,
  .hoteleia_destination_region .grid li:last-child,
  .hoteleia_destination_subregion .grid li:last-child,
  .hoteleia_destination_city .grid li:last-child,
  .hoteleia_destination .grid li:last-child,
  .hoteleia_destinations .grid li:last-child {
    margin-bottom: 0; }
  .hoteleia_destination_country .grid li .card,
  .hoteleia_destination_region .grid li .card,
  .hoteleia_destination_subregion .grid li .card,
  .hoteleia_destination_city .grid li .card,
  .hoteleia_destination .grid li .card,
  .hoteleia_destinations .grid li .card {
    margin: 5px;
    padding-bottom: 10px; }
  .hoteleia_destination_country .grid li .card .card-preview img,
  .hoteleia_destination_region .grid li .card .card-preview img,
  .hoteleia_destination_subregion .grid li .card .card-preview img,
  .hoteleia_destination_city .grid li .card .card-preview img,
  .hoteleia_destination .grid li .card .card-preview img,
  .hoteleia_destinations .grid li .card .card-preview img {
    width: 100%; }
  .hoteleia_destination_country .grid li .card .destination_tags,
  .hoteleia_destination_region .grid li .card .destination_tags,
  .hoteleia_destination_subregion .grid li .card .destination_tags,
  .hoteleia_destination_city .grid li .card .destination_tags,
  .hoteleia_destination .grid li .card .destination_tags,
  .hoteleia_destinations .grid li .card .destination_tags {
    height: 20px; }
  .hoteleia_destination_city .city_extras {
    top: auto;
    bottom: 0; }
    .hoteleia_destination_city .city_extras .circle {
      width: 30px;
      height: 30px; }
    .hoteleia_destination_city .city_extras .circle--degrees {
      font-size: 14px;
      line-height: 30px; }
    .hoteleia_destination_city .city_extras .circle i {
      font-size: 17px;
      padding-top: 7px; }
  .hoteleia_destination_city .list li .card .card_column_carousel .owl-dot {
    width: 18% !important;
    margin-right: 2%; }
  .hoteleia_property .property_facilities_group ul li {
    margin-bottom: 5px;
    font-size: 12px; }
  .hoteleia_property .header {
    height: 250px;
    background-size: cover; }
  .hoteleia_property .module_header_heading {
    top: 100px; }
    .hoteleia_property .module_header_heading .breadcrumb {
      font-size: 10px; }
    .hoteleia_property .module_header_heading .sub-line {
      font-size: 10px; }
    .hoteleia_property .module_header_heading h1 {
      font-size: 30px; }
  .hoteleia_property .component_property_menu {
    font-size: 14px; }
    .hoteleia_property .component_property_menu ul {
      text-align: center; }
      .hoteleia_property .component_property_menu ul li {
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        float: none; }
  .hoteleia_property .property_overview .column-left ul li span {
    margin-bottom: 5px; }
  .hoteleia_property .property_overview .column-left {
    padding-right: 20px; }
  .hoteleia_property .property_overview .column-left ul li {
    line-height: initial;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px; }
    .hoteleia_property .property_overview .column-left ul li i {
      line-height: 30px; }
  .hoteleia_property .property_booknow {
    width: 100%;
    padding-bottom: 10px; }
    .hoteleia_property .property_booknow .property_booknow_holder {
      float: none;
      width: 100%;
      margin-bottom: 10px; }
    .hoteleia_property .property_booknow .booknow_booking {
      padding: 10px; }
    .hoteleia_property .property_booknow .booknow_direct {
      padding: 10px; }
  .hoteleia_property .property_extras {
    top: auto;
    bottom: 0; }
    .hoteleia_property .property_extras .circle {
      width: 30px;
      height: 30px; }
    .hoteleia_property .property_extras .circle--wifi {
      font-size: 14px;
      line-height: 30px; }
    .hoteleia_property .property_extras .circle i {
      font-size: 17px;
      padding-top: 7px; }
  .hoteleia_page_regular_about .page_content,
  .hoteleia_page_regular_faq .page_content,
  .hoteleia_page_regular_advertise .page_content,
  .hoteleia_page_regular_terms .page_content,
  .hoteleia_page_regular_privacy .page_content,
  .hoteleia_page_regular_cookies .page_content,
  .hoteleia_page_regular_contact .page_content,
  .hoteleia_partners_index .page_content,
  .hoteleia_partners_plans .page_content,
  .hoteleia_partners_signup .page_content,
  .hoteleia_error_404 .page_content,
  .hoteleia_error_500 .page_content {
    width: 92%; }
  .hoteleia_page_regular_about .header,
  .hoteleia_page_regular_faq .header,
  .hoteleia_page_regular_advertise .header,
  .hoteleia_page_regular_terms .header,
  .hoteleia_page_regular_privacy .header,
  .hoteleia_page_regular_cookies .header,
  .hoteleia_page_regular_contact .header,
  .hoteleia_partners_index .header,
  .hoteleia_partners_plans .header,
  .hoteleia_partners_signup .header,
  .hoteleia_error_404 .header,
  .hoteleia_error_500 .header {
    height: 220px;
    background-size: cover; }
  .hoteleia_page_regular_about .module_header_heading,
  .hoteleia_page_regular_faq .module_header_heading,
  .hoteleia_page_regular_advertise .module_header_heading,
  .hoteleia_page_regular_terms .module_header_heading,
  .hoteleia_page_regular_privacy .module_header_heading,
  .hoteleia_page_regular_cookies .module_header_heading,
  .hoteleia_page_regular_contact .module_header_heading,
  .hoteleia_partners_index .module_header_heading,
  .hoteleia_partners_plans .module_header_heading,
  .hoteleia_partners_signup .module_header_heading,
  .hoteleia_error_404 .module_header_heading,
  .hoteleia_error_500 .module_header_heading {
    top: 100px; }
    .hoteleia_page_regular_about .module_header_heading .breadcrumb,
    .hoteleia_page_regular_faq .module_header_heading .breadcrumb,
    .hoteleia_page_regular_advertise .module_header_heading .breadcrumb,
    .hoteleia_page_regular_terms .module_header_heading .breadcrumb,
    .hoteleia_page_regular_privacy .module_header_heading .breadcrumb,
    .hoteleia_page_regular_cookies .module_header_heading .breadcrumb,
    .hoteleia_page_regular_contact .module_header_heading .breadcrumb,
    .hoteleia_partners_index .module_header_heading .breadcrumb,
    .hoteleia_partners_plans .module_header_heading .breadcrumb,
    .hoteleia_partners_signup .module_header_heading .breadcrumb,
    .hoteleia_error_404 .module_header_heading .breadcrumb,
    .hoteleia_error_500 .module_header_heading .breadcrumb {
      font-size: 10px; }
    .hoteleia_page_regular_about .module_header_heading .sub-line,
    .hoteleia_page_regular_faq .module_header_heading .sub-line,
    .hoteleia_page_regular_advertise .module_header_heading .sub-line,
    .hoteleia_page_regular_terms .module_header_heading .sub-line,
    .hoteleia_page_regular_privacy .module_header_heading .sub-line,
    .hoteleia_page_regular_cookies .module_header_heading .sub-line,
    .hoteleia_page_regular_contact .module_header_heading .sub-line,
    .hoteleia_partners_index .module_header_heading .sub-line,
    .hoteleia_partners_plans .module_header_heading .sub-line,
    .hoteleia_partners_signup .module_header_heading .sub-line,
    .hoteleia_error_404 .module_header_heading .sub-line,
    .hoteleia_error_500 .module_header_heading .sub-line {
      font-size: 10px; }
    .hoteleia_page_regular_about .module_header_heading h1,
    .hoteleia_page_regular_faq .module_header_heading h1,
    .hoteleia_page_regular_advertise .module_header_heading h1,
    .hoteleia_page_regular_terms .module_header_heading h1,
    .hoteleia_page_regular_privacy .module_header_heading h1,
    .hoteleia_page_regular_cookies .module_header_heading h1,
    .hoteleia_page_regular_contact .module_header_heading h1,
    .hoteleia_partners_index .module_header_heading h1,
    .hoteleia_partners_plans .module_header_heading h1,
    .hoteleia_partners_signup .module_header_heading h1,
    .hoteleia_error_404 .module_header_heading h1,
    .hoteleia_error_500 .module_header_heading h1 {
      font-size: 30px; }
  .hoteleia_page_regular_contact .contact-left {
    width: 100% !important;
    padding: 0 !important; }
  .hoteleia_page_regular_contact .contact-right {
    width: 100% !important;
    padding: 0 !important; }
  .hoteleia_page_regular_contact form {
    margin-bottom: 40px; }
  .hoteleia_partners_index .block-2,
  .hoteleia_partners_plans .block-2 {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 10px; }
  .hoteleia_partners_index .block-2 ul li .item .title,
  .hoteleia_partners_plans .block-2 ul li .item .title {
    margin-bottom: 15px; }
  .hoteleia_partners_index .block-2 ul li .item .price,
  .hoteleia_partners_plans .block-2 ul li .item .price {
    margin-bottom: 15px;
    font-size: 30px; }
  .hoteleia_partners_index .block-2 ul li .item .offer,
  .hoteleia_partners_plans .block-2 ul li .item .offer {
    font-size: 13px; }
  .hoteleia_partners_index .block-3 .blocks li,
  .hoteleia_partners_plans .block-3 .blocks li {
    width: 100%;
    float: none; }
  .hoteleia_partners_index .partners_additional,
  .hoteleia_partners_plans .partners_additional {
    padding-top: 0;
    padding-bottom: 0; }
  .hoteleia_partners_index form,
  .hoteleia_partners_plans form {
    width: 100% !important; } }

/*# sourceMappingURL=hoteleia.css.map */