/****************************************************************
 
-------------------------- GENERAL ------------------------------
 
****************************************************************/ 
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

/* -- ***** Anti alias all the text 
---------------------------------------------------------------*/ 
 
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -- ***** Page Settings  
---------------------------------------------------------------*/

:root {
  --focus: dodgerblue;
  --speed: 0.3s;
}


html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
      padding: 0;
      margin: 0;
      box-sizing: border-box;    
      -webkit-box-sizing: border-box;  
      font-family: 'Arial';
      
      text-align: left;
      direction: ltr;
}



article, aside, footer, header, nav, section {
    display: block;
}

a {
    color: #222;
    text-decoration: none;
}

img {
    border-style: none;
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


/* -- ***** Layout Classes
 ---------------------------------------------------------------*/

.header-container {
    height: 60px;
    background: #FFF;
} 
 
 
.hl-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
}


.hl-column, 
.hl-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.hl-column {
    min-height: 1px;
}

.hl-column--centered {
    align-content: center;
    align-items: center;
    justify-content: center;
}



.logo-col {
    width: 15%;
    padding-left: 40px;
}


.menu-col {
    width: 65%;
}


.langauge-col {
    width: 8%;
    justify-content: end;
}


.button-col {
    width: 12%;
    background-color: #81c9e8;
    cursor: pointer;
}



.hl-button {
    font-weight: bold;
    letter-spacing: 1px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #81c9e8;
    border-radius: 0px 0px 0px 0px;
    padding: 0;
}


.hl-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}


.hl-button-content-button-text {
    font-size: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
    text-align: center;
}



/* -- ***** Text Switcher
 ---------------------------------------------------------------*/

.lsfe-switcher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.lsfe-switcher .lsfe-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: transparent;
}
.lsfe-layout-horizontal .lsfe-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lsfe-align-right .lsfe-menu {
    margin-left: auto;
    margin-right: 0px;
}

.lsfe-menu > li {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
}
.lsfe-switcher a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.lsfe-align-right .lsfe-menu > li > a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.lsfe-menu .lsfe-item {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    color: var( --e-global-color-text );
}

.lsfe-menu .lsfe-item:hover, 
.lsfe-menu .lsfe-item__active.lsfe-item, 
.lsfe-menu .highlighted.lsfe-item, 
.lsfe-menu .lsfe-item:focus {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    color: var( --e-global-color-accent );
}


.lsfe-menu .lsfe-item__active.lsfe-item {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.lsfe-menu .lsfe-item {
    font-family: "Avenir Next Pro", Sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var( --e-global-color-primary );
}

.lsfe-item {
    padding-left: 8px;
    padding-right: 8px;
}

.lsfe-menu .lsfe-item:hover, 
.lsfe-menu .lsfe-item__active.lsfe-item, 
.lsfe-menu .highlighted.lsfe-item, 
.lsfe-menu .lsfe-item:focus {
    color: var( --e-global-color-b10a137 );
}

.lsfe-menu .lsfe-item__active.lsfe-item {
    color: var( --e-global-color-accent );
}



/* Main Menu */

.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu li {
    display: block;
    float: left;
    padding: 1.3em 0.5rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}
  
.main-menu li a {
    font-family: "Noto Sans Hebrew", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #6c6c6c;
    padding: 5px 17px 5px 17px;
}

.main-menu  li:hover,
.main-menu li:focus-within {
	cursor: pointer;
}

.main-menu li:focus-within a {
  outline: none;
}

.main-menu ul li ul {
    background: #FFF;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    display: none;
    z-index: 1;
}

.main-menu ul li:hover > ul,
.main-menu ul li:focus-within > ul,
.main-menu ul li ul:hover,
.main-menu ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}

.main-menu ul li ul li {
  clear: both;
  width: 100%;
}


.main-menu li.has-submenu {
    position: relative;
}

.main-menu li.has-submenu:after {
    content: "\f107";
    color: #494c4f;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}


.main-menu li.has-submenu ul li {
    padding: 0.5rem;
}

.main-menu li.has-submenu ul li a {
    display: inline-block;
    width: 100%;
}

.main-menu li.hotels ul.dropdown {
    min-width: 20rem;
}


/* Responsive menu */



.site-nav-action {
  color: #6c6c6c;
  display: flex;
  height: 2rem;
  width: 2.5rem;
  align-items: center;
  align-self: center;
  padding: 0.5rem;
  position: relative;
}
.site-nav-action i {
  pointer-events: none;
}

.site-nav-action__line {
  --background: #6c6c6c;
  --height: 0.25rem;
  background-color: var(--background);
  height: var(--height);
  width: 100%;
  transition: all ease-in-out var(--speed);
  pointer-events: none;
}
.site-nav-action__line:before, .site-nav-action__line:after {
  background-color: var(--background);
  height: var(--height);
  width: 100%;
  transition: all ease-in-out var(--speed);
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  width: auto;
}
.site-nav-action__line:before {
  top: 0.5rem;
}
.site-nav-action__line:after {
  bottom: 0.5rem;
}

#site-nav-action__check:checked + label .site-nav-action__line {
  height: 0;
}
#site-nav-action__check:checked + label .site-nav-action__line:before {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
#site-nav-action__check:checked + label .site-nav-action__line:after {
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%;
}

.dropdown-toggle {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.dropdown-toggle:focus + label {
  box-shadow: 0 0 2px 2px var(--focus);
}


.dropdown-toggle + label:hover {
  cursor: pointer;
}


body.menu-open .dropdown.mobile-menu {
    max-height: 100vh;
    list-style: none;
    z-index: 1;
}


.site-nav__link.dropdown-action.active + .dropdown {
  max-height: 100vh;
  list-style: none;
}


.site-nav__link.dropdown-action.active {
    background: #afeaf5;
    color: #fff;
}


.site-nav__link.dropdown-action.active .dropdown-toggle-text:before {
    border-color: #fff;
}


.dropdown-action.active .dropdown-toggle-text:before {
  transform: rotate(45deg);
}

.dropdown-toggle-text {
  padding-right: 1.25rem;
  position: relative;
  pointer-events: none;
}

.dropdown-toggle-text:after {
  content: "";
  height: 0.35rem;
  width: 0.35rem;
  position: absolute;
  top: 3px;
  right: 0;
  border: solid #494c4f;
  border-width: 0 2px 2px 0;
  transition: all ease-in-out var(--speed);
  transform: rotate(133deg);
}

.site-nav {
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    width: 100%;
}


.nav-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style: none;
}

.site-nav__link {
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    color: #494c4f;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
}



/* General */

.mobile-menu ul {
    list-style: none !important;
    padding-left: 0;
    text-align: center;
}

.mobile-menu {
    display: none;
}

.logo-mobile {
    display: none;
}



#site-nav-action__check,
.site-nav-action {
    display: none;
}



/* Footer */

footer {
  background-color: #F5F3F2;
  color: #bbb;
  line-height: 1.5;
  padding: 15px 0;
}


footer ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

footer a {
  text-decoration: none;
  color: #000;
}

footer a:hover {
    color: #6C6C6C;
}

.ft-title {
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 1.375rem;
}

.container {
  flex: 1;
}

/* Footer main */
.ft-main {
  display: flex;
  flex-wrap: wrap;
  
  max-width: 1115px;
  margin: 0 auto;
  
}

.ft-main-item {
  padding: 1.25rem;
  min-width: 12.5rem;   
  font-family: "Open Sans Hebrew", Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}


.ft-main-item a{
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}


.ft-title {
    color: #353535;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}


.footer-social-list {
    margin-top: 10px;
}

.footer-social-list li {
    display: inline-block;
    margin-left: 5px;
}


.footer-social-list li a {
    font-size: 18px;
}


/*------------------------------
	   *Responsive*
------------------------------*/

@media (max-width: 1024px) { 

    .ft-main-item {
        min-width: 8.5rem !important;
    }
    
} /* 1024 */ 


@media (min-width: 767px) and (max-width: 991px) { 


/* Header */

    .dropdown {
      height: auto;
      max-height: 0;
      transition: max-height var(--speed) ease-in-out;
      overflow: hidden;
    }
    
    .dropdown:not(.site-nav) {
      padding-left: 1rem;
    }
    .dropdown:not(.site-nav) .dropdown {
      padding-left: 1rem;
    }

    
    .main-menu {
        display:none;
    }
    
    
    .mobile-menu { 
        display: block;
    }
    
    #site-nav-action__check,
    .site-nav-action {
        display: flex;
    }
    
    .button-col {
        width: 40%;
    }
    
    .langauge-col {
        width: 22%;
    }

    
} /* 767 - 991 */




@media (max-width: 767px) {

/* Header */

    .dropdown {
      height: auto;
      max-height: 0;
      transition: max-height var(--speed) ease-in-out;
      overflow: hidden;
    }
    
    .dropdown:not(.site-nav) {
      padding-left: 1rem;
    }
    .dropdown:not(.site-nav) .dropdown {
      padding-left: 1rem;
    }

    .logo-mobile {
        display: block;
    }
    
    
    .logo-desktop {
        display: none;
    }
    
    
    .main-menu {
        display:none;
    }
    
    .mobile-menu { 
        display: block;
    }
    
    #site-nav-action__check,
    .site-nav-action {
        display: flex;
    }
    
    .langauge-col {
        width: 22%;
    }
    
    .button-col {
        width: 40%;
    }
    
    
    /* Footer */
    
    .ft-main {
        display: block !important;
        text-align: center;
    }  
    
    .ft-main-item {
        padding: 10px;
    }  
        
} /*767*/

.footer-social-list .fab {
    display: unset;
    width: unset;
    height: unset;
    border-radius: unset;
    text-align: unset;
    color: unset;
    margin: unset;
    cursor: pointer;
    transition: all .1s ease-out;
    position: relative;
    z-index: 98;
    background: unset;
    align-items: unset;
    justify-content: unset;
}

h2.ft-title {
    margin: 0.83em 0;
}

.sb-portal-hotel-card__reputation {
    display: none;
}

.sb-portal-filters__item.sb-portal-filters__item--categories,  {
    display: none;
}

.sb-hotelinfo-container .swiper-container, .swiper-slide {
    background: #fff;
}

.sb-portal-filters {
    display: none;
}

@media (max-width: 1600px) {
    .sb-currency-selector-name,
    .sb-language-selector-name {
        display: none;
    }
}

.site-nav-action {
    display: none;
}

.sb-results-hotel-selected__info-contacts {
    display: none;
}