@font-face {
  font-family: "simplerlight";
  src: url("/sites/all/themes/museum/fonts/SimplerPro_H-Light.woff2")
      format("woff2"),
    url("/sites/all/themes/museum/fonts/SimplerPro_H-Light.woff") format("woff");
}

@font-face {
  font-family: "simplerregular";
  src: url("/sites/all/themes/museum/fonts/SimplerPro_H-Regular.woff2")
      format("woff2"),
    url("/sites/all/themes/museum/fonts/SimplerPro_H-Regular.woff")
      format("woff");
}

@font-face {
  font-family: "simplerbold";
  src: url("/sites/all/themes/museum/fonts/SimplerPro_H-Bold.woff2")
      format("woff2"),
    url("/sites/all/themes/museum/fonts/SimplerPro_H-Bold.woff") format("woff");
}

@font-face {
  font-family: "simplerblack";
  src: url("/sites/all/themes/museum/fonts/SimplerPro_H-Black.woff2")
      format("woff2"),
    url("/sites/all/themes/museum/fonts/SimplerPro_H-Black-Bold.woff")
      format("woff");
}
.simplerlight {
  font-family: "simplerlight";
}
.simplerregular {
  font-family: "simplerregular";
}
.simplerbold {
  font-family: "simplerbold";
}
.simplerblack {
  font-family: "simplerblack";
}
body {
  font-family: "simplerregular", sans-serif;
}

@keyframes upAndDown {
  3% {
    transform: translate(0, 0px);
    animation-timing-function: cubic-bezier(0.19, 0.28, 0.27, 0.99);
  }
  22% {
    transform: translate(0, -42px);
    animation-timing-function: cubic-bezier(0.57, 0.01, 0.84, 0.72);
  }
  41% {
    transform: translate(0, 0px);
    animation-timing-function: cubic-bezier(0.19, 0.28, 0.27, 0.99);
  }
  56% {
    transform: translate(0, -20px);
    animation-timing-function: cubic-bezier(0.57, 0.01, 0.84, 0.72);
  }
  72% {
    transform: translate(0, 0px);
    animation-timing-function: cubic-bezier(0.19, 0.28, 0.27, 0.99);
  }
  87% {
    transform: translate(0, -10px);
    animation-timing-function: cubic-bezier(0.57, 0.01, 0.84, 0.72);
  }
  100% {
    transform: translate(0, 0px);
    animation-timing-function: cubic-bezier(0.19, 0.28, 0.27, 0.99);
  }
}

@keyframes changeLogo {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    -khtml-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  31% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  32% {
    opacity: 0;
    -webkit-transform: translateY(-55px);
    -khtml-transform: translateY(-55px);
    -moz-transform: translateY(-55px);
    transform: translateY(-55px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
    -khtml-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  63% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
    -khtml-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  64% {
    opacity: 0;
    -webkit-transform: translateY(-65px);
    -khtml-transform: translateY(-65px);
    -moz-transform: translateY(-65px);
    transform: translateY(-65px);
  }
  65% {
    opacity: 0;
    -webkit-transform: translateY(-115px);
    -khtml-transform: translateY(-115px);
    -moz-transform: translateY(-115px);
    transform: translateY(-115px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateY(-120px);
    -khtml-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateY(-120px);
    -khtml-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-125px);
    -khtml-transform: translateY(-125px);
    -moz-transform: translateY(-125px);
    transform: translateY(-125px);
  }
}

@keyframes changeLogoMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    -khtml-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  31% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  32% {
    opacity: 0;
    -webkit-transform: translateY(-37px);
    -khtml-transform: translateY(-37px);
    -moz-transform: translateY(-37px);
    transform: translateY(-37px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(-42px);
    -khtml-transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    transform: translateY(-42px);
  }
  63% {
    opacity: 1;
    -webkit-transform: translateY(-42px);
    -khtml-transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    transform: translateY(-42px);
  }
  64% {
    opacity: 0;
    -webkit-transform: translateY(-47px);
    -khtml-transform: translateY(-47px);
    -moz-transform: translateY(-47px);
    transform: translateY(-47px);
  }
  65% {
    opacity: 0;
    -webkit-transform: translateY(-79px);
    -khtml-transform: translateY(-79px);
    -moz-transform: translateY(-79px);
    transform: translateY(-79px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateY(-84px);
    -khtml-transform: translateY(-84px);
    -moz-transform: translateY(-84px);
    transform: translateY(-84px);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateY(-84px);
    -khtml-transform: translateY(-84px);
    -moz-transform: translateY(-84px);
    transform: translateY(-84px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-89px);
    -khtml-transform: translateY(-89px);
    -moz-transform: translateY(-89px);
    transform: translateY(-89px);
  }
}

.upAndDown {
  -webkit-animation-name: upAndDown;
  animation-name: upAndDown;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
}
.sprite {
  background-repeat: no-repeat;
  display: block;
}
.sprite.sprite-disabled {
  background-position: -4px -5px;
  width: 25px;
  height: 26px;
}
.sprite.sprite-down {
  background-image: url(/sites/all/themes/museum/img/icons/arrow-down.svg);
  width: 41px;
  height: 45px;
}
.sprite.sprite-up {
  width: 41px;
  height: 45px;
  background-image: url(/sites/all/themes/museum/img/icons/arrow-up.svg);
}
.sprite.sprite-info {
  background-position: -88px -5px;
  width: 6px;
  height: 25px;
}
.sprite.sprite-info-red {
  background-position: -101px -5px;
  width: 6px;
  height: 25px;
}
.sprite.sprite-logo {
  background-size: 100%;
  width: 260px;
  height: 58px;
  line-height: 58px;
}
.sprite.sprite-logo-expanded {
  background-position: -5px -116px;
  width: 248px;
  height: 55px;
}
.sprite.sprite-menu {
  background-position: -117px -5px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-menu-red {
  background-position: -152px -5px;
  width: 25px;
  height: 23px;
}
.sprite.sprite-search {
  background-position: -185px -5px;
  width: 22px;
  height: 23px;
}
.sprite.sprite-search-grey {
  background-position: -217px -5px;
  width: 22px;
  height: 23px;
}
.sprite.sprite-up-arrow {
  background-position: -249px -5px;
  width: 41px;
  height: 41px;
}
.sprite2 {
  background-image: url(/sites/all/themes/museum/img/sprite2.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  display: block;
}
.sprite2.sprite-curator {
  background-position: 0px 1px;
  width: 16px;
  height: 18px;
}
.sprite2.sprite-date {
  background-position: 0px -22px;
  width: 16px;
  height: 18px;
}
.sprite2.sprite-map {
  background-position: 0px -46px;
  width: 16px;
  height: 18px;
}
.social {
  background-image: url(/sites/all/themes/museum/img/social.png);
  background-size: 348px;
  background-repeat: no-repeat;
  display: block;
}
.social.youtube {
  background-position: 1px -1px;
  width: 36px;
  height: 27px;
}
.social.pinterest {
  background-position: -112px 1px;
  width: 31px;
  height: 31px;
}
.social.instagramm {
  background-position: -220px -1px;
  width: 28px;
  height: 28px;
}
.social.facebook {
  background-position: -333px -1px;
  width: 15px;
  height: 28px;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.red {
  color: #ff0000;
}
img {
  height: auto;
  max-width: 100%;
}
* {
  font-family: "Roboto", sans-serif;
}
*:focus {
  outline: none !important;
}
a {
  color: #000;
}
a:active,
a:hover,
a:focus {
  color: #ff0000;
  text-decoration: none;
  outline: none;
  /*
  font-weight:regular!important;
    font-weight:200!important;
	*/
}
input:focus,
button:focus {
  outline: none !important;
}
p {
  font-weight: 200;
  font-size: 18px;
}
p a {
  color: #ff0000;
}
p a:hover,
p a:focus {
  border-bottom: 1px solid #ff0000;
  /*font-weight:regular!important;
	    font-weight:200!important;
		*/
}
.icon-logo {
  background: url(/sites/all/themes/museum/img/icons/museum_ful_logo_left.svg)
    no-repeat center;
  width: 242px;
  height: 54px;
  display: block;
}
html,
body {
  height: 100%;
  background: #fff;
  color: #000;
  font-size: 18px;
  scroll-behavior: smooth;
}
body.body_disabled {
  overflow: hidden;
}
body.body_disabled:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  z-index: 900;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}
.wrapper:after {
  content: "";
  display: block;
}
@media (max-width: 1025px) {
  .wrapper:after {
    height: 0;
  }
}
.btn {
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  border: none;
  margin-bottom: 10px;
  /*margin-top: 10px;*/
  padding: 11px;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn.btn-default,
.btn.btn-audio {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  min-width: 150px;
}
.btn.btn-default:hover,
.btn.btn-audio:hover {
  color: #fff;
  background: #ff0000;
  border-color: #ff0000;
}
.entranceLinks {
  text-align: center;
}
.entrance-links .btn-default:hover {
  color: #fff;
  background: red;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.btn.btn-danger,
.btn.btn-audio {
  background: #ff0000;
  color: #fff;
  position: relative;
  min-width: 150px;
  border: 0;
}
.btn.btn-danger:after {
  content: "";
  opacity: 0;
  display: inline-block;
  width: 8px;
  height: 11px;
  background: url(/sites/all/themes/museum/img/icons/arrow-right_white.svg)
    no-repeat;
  background-size: 100%;
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.btn.btn-audio:after {
  content: "";
  opacity: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/sites/all/themes/museum/img/icons/arrow-down-white.png)
    no-repeat;
  background-size: 100%;
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.btn.btn-danger:hover:after,
.btn.btn-audio:hover:after {
  opacity: 1;
  margin-left: 10px;
}
.btn.btn-danger.btn-border,
.btn.btn-audio.btn-border {
  background: #fff;
  border: 1px solid #ff0000;
  color: #ff0000;
}
.btn.btn-danger.btn-border:after,
.btn.btn-audio.btn-border:after {
  content: none;
}
.btn.btn-danger.btn-border:hover,
.btn.btn-audio.btn-border:hover {
  background: #ff0000;
  color: #fff;
}
.btn.btn-regular {
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.btn.dropdown-toggle {
  background: transparent;
  padding: 3px 6px;
  font-size: 15px;
  min-width: 185px;
}
@media (max-width: 1025px) {
  .btn.dropdown-toggle {
    min-width: 143px;
  }
}
.btn.dropdown-toggle .caret {
  border-top-color: #ff0000;
}
.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.5) inset;
  -khtml-box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.5) inset;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
}

.header * {
  -webkit-transition: all 1s;
  -khtml-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.header .collapse,
.header .collapse.in {
  -webkit-transition: all 0.3s !important;
  -khtml-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.header .left-menu {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.header .left-menu .menu,
.header .left-menu .visitors {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  float: left;
  padding: 21px 5px 12px;
  line-height: 1.7;
  font-size: 12px;
  cursor: pointer;
  min-width: 85px;
  text-align: center;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  color: #fff;
}

.i18n-he .header .left-menu .menu a,
.i18n-he .header.scroll .left-menu .visitors a,
.i18n-en .header .left-menu .menu a,
.i18n-en .header.scroll .left-menu .visitors a {
  color: #000;
}

.header .left-menu .menu a,
.header .left-menu .visitors a {
  color: #fff;
}

@media screen and (max-width: 1388px) {
  .header .left-menu .menu,
  .header .left-menu .visitors {
    min-width: 60px;
  }
}
.header .left-menu .menu:hover,
.header .left-menu .visitors:hover {
  -webkit-transition: all 0s ease;
  -khtml-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.header .left-menu .menu:hover svg *,
.header .left-menu .visitors:hover svg * {
  -webkit-transition: all 0s ease;
  -khtml-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
  fill: #ff0000;
}
.header .left-menu .menu svg,
.header .left-menu .visitors svg {
  display: block;
  margin: 2px auto 9px;
  padding-top: 2px;
}
.header .left-menu .logo {
  display: block;
  padding: 14px 19px 12px;
  float: left;
  overflow: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.header .left-menu .logo .sprite {
  margin: 0;
  float: left;
  background: url(/sites/all/themes/museum/img/logo.png) no-repeat 0 center;
  background-size: 100%;
}
.header .left-menu .logo .sprite img {
  display: none;
}
.header .right-menu {
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding: 31px 20px 30px;
}
@media screen and (min-width: 1025px) and (max-width: 1118px) {
  .i18n-en .header .right-menu {
    padding: 31px 10px 30px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .header .right-menu {
    padding: 31px 0px 30px;
  }
}
.header .right-menu > a {
  display: inline-block;
  padding: 0 12px;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .header .right-menu > a {
    padding: 0 4px;
  }
}
.header .right-menu * {
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header .right-menu > a:hover {
  color: #ff0000;
}
.header .right-menu > a:hover svg * {
  fill: #ff0000;
}
.header .nav-menu > .list-inline {
  padding: 31px 0;
  margin: 0;
}

.header .nav-menu a {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "simplerbold", "Roboto", sans-serif;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 1.25px;
  color: #fff;
  -webkit-transition: all 0.25s;
  -khtml-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 1299px) {
  .header .nav-menu a {
    font-size: 14px;
    line-height: 14px;
  }
}
.header .nav-menu a:hover {
  color: #ff0000;
}
.header.scroll {
  top: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.header.scroll .icon-logo {
  height: 40px;
}
.header.scroll .left-menu {
  border-color: #ccc;
}
.header.scroll .left-menu svg {
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .header.scroll .left-menu {
    border: none;
  }
}
.header.scroll .left-menu .logo {
  padding: 0 3px 0 55px;
  margin-left: 0px;
  overflow: hidden;
  background: url(/sites/all/themes/museum/img/icons/logo-small.svg) no-repeat
    10px 10px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  transition: none;
}
.header.scroll .left-menu .logo .sprite-logo {
  background-image: none;
  background-size: initial;
  animation-name: changeLogo;
  animation-fill-mode: forwards;
  /* animation-duration: 10s; */
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  -webkit-animation-name: changeLogo;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
}
.header.scroll .left-menu .logo .sprite-logo img {
  display: inline;
}
@media (max-width: 1025px) {
  .i18n-en .header.scroll .left-menu .logo {
    padding: 10px 5px 2px 55px;
    margin-left: 20px;
    background-position: 6px center;
    background-size: 33px;
  }
  .i18n-he .header.scroll .left-menu .logo {
    padding: 10px 5px 2px 55px;
    margin-right: 20px;
    background-position: 6px center;
    background-size: 33px;
  }
  .header.scroll .left-menu .logo .sprite-logo {
    width: 195px;
    height: 42px;
    line-height: 42px;
    background-size: 100%;
    animation-name: changeLogoMobile;
    -webkit-animation-name: changeLogoMobile;
    margin-left: 0;
  }
}
@media (max-width: 1025px) and (max-width: 360px) {
  .header.scroll .left-menu .logo .sprite-logo {
    width: 155px;
  }
}
.i18n-he .header.scroll .left-menu .menu,
.i18n-he .header.scroll .left-menu .visitors {
  color: #000;
  padding: 15px 15px 2px;
  line-height: 25px;
  font-size: 12px;
  border-color: #ccc;
  min-width: 60px;
  text-align: center;
}
.i18n-en .header.scroll .left-menu .menu,
.i18n-en .header.scroll .left-menu .visitors {
  color: #000;
  padding: 15px 15px 2px;
  line-height: 25px;
  font-size: 12px;
  border-color: #ccc;
  min-width: 40px;
  text-align: center;
}
.header.scroll .left-menu .menu svg *,
.header.scroll .left-menu .visitors svg * {
  fill: #ff0000;
}
@media (max-width: 1025px) {
  .header.scroll .left-menu .menu,
  .header.scroll .left-menu .visitors {
    padding: 9px 15px 13px;
    min-width: 50px;
  }
}
.header.scroll .left-menu .menu .sprite,
.header.scroll .left-menu .visitors .sprite {
  margin-bottom: 0;
}
.header.scroll .nav-menu > .list-inline {
  padding: 18px 0;
}

.header.scroll .nav-menu > .list-inline li a {
  color: #000;
}
.header.scroll .nav-menu > .list-inline li a:hover {
  color: #ff0000;
}
.header.scroll .nav-menu > .list-inline li a.active {
  color: #ff0000;
}
.header.scroll .right-menu {
  border-color: #ccc;
  padding: 17px 15px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .header.scroll .right-menu {
    padding: 17px 8px;
  }
}
.header.scroll .right-menu a {
  color: #fff;
}
.header.scroll .right-menu a svg * {
  fill: #919191;
}
.header.scroll .right-menu a:hover {
  color: #ff0000;
}
.header.scroll .right-menu a:hover svg * {
  fill: #ff0000;
}
.header.scroll .right-menu a.negishut {
  /*width: 0;*/
  /*height: 0;*/
  overflow: hidden;
  padding: 0;
}
.header.scroll .right-menu.right-menu_grey a svg * {
  fill: #919191;
}
.header.scroll .right-menu.right-menu_grey a:hover svg * {
  fill: #ff0000;
}
.header.scroll .right-menu.right-menu_grey a:focus {
  text-decoration: none;
}
.header.scroll .right-menu.right-menu_grey a.search_button {
  background: #ff0000 !important;
  color: #fff;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin-top: -19px;
  margin-right: -15px;
  margin-bottom: -19px;
  margin-left: 10px;
  padding: 0 25px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .header.scroll .right-menu.right-menu_grey a.search_button {
    background: #ff0000 !important;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-top: -19px;
    margin-right: -8px;
    margin-bottom: -19px;
    margin-left: 4px;
    padding: 0 8px;
  }
}
.header.scroll .right-menu.right-menu_grey a.search_button svg {
  vertical-align: middle;
  margin-right: 5px;
}
.header.scroll .right-menu.right-menu_grey a.search_button svg * {
  fill: #fff !important;
}
.header.scroll .sprite.sprite-logo {
  width: 240px;
  height: 60px;
  line-height: 60px;
  margin-top: 0;
  margin-left: 12px;
}
.header.scroll .sprite.sprite-info {
  background-position: -101px -5px;
  width: 6px;
  height: 25px;
}
.header.scroll .sprite.sprite-menu {
  background-position: -152px -3px;
  width: 25px;
  height: 25px;
}
.header.scroll .sprite.sprite-search {
  background-position: -217px -5px;
  width: 22px;
  height: 23px;
}

/**********user secondary menu view*************/
.i18n-he #secondary-menu {
  padding-right: 12px;
}
.i18n-en #secondary-menu {
  padding-left: 12px;
}

/**********new top menu horizontal spacing*************
/**********removing border around tour.imj.org.il button*************

.i18n-he .header .nav-menu > .list-inline > li:nth-child(4) > a, .i18n-he .header .nav-menu > .list-inline > li:nth-child(4)> a:hover, .i18n-he .js-sidebar > div:nth-child(2) > .menu-section:nth-child(2) > .menu-section__list > .menu-section__item:first-child a{
    border-radius: 30px;

    padding: 10px 15px;
	border: 2px #ff0000 solid;
	
}
@media (max-width: 1025px) {
.i18n-he .header .nav-menu > .list-inline > li:last-child > a, .i18n-he .header .nav-menu > .list-inline > li:last-child > a:hover, .i18n-he .js-sidebar > div:nth-child(2) > .menu-section:nth-child(2) > .menu-section__list > .menu-section__item:first-child a {
    border-radius: 30px;

    padding: 6px 15px;
    margin-right: 0;
	border: 2px #ff0000 solid;
}
}
.i18n-en .header .nav-menu > .list-inline > li:nth-child(4) > a, .i18n-he .header .nav-menu > .list-inline > li:nth-child(4)> a:hover, .i18n-he .js-sidebar > div:nth-child(2) > .menu-section:nth-child(2) > .menu-section__list > .menu-section__item:first-child a{
    border-radius: 30px;

    padding: 10px 15px;
	border: 2px #ff0000 solid;	
	
}
@media (max-width: 1025px) {
.i18n-en .header .nav-menu > .list-inline > li:last-child > a, .i18n-he .header .nav-menu > .list-inline > li:last-child > a:hover, .i18n-he .js-sidebar > div:nth-child(2) > .menu-section:nth-child(2) > .menu-section__list > .menu-section__item:first-child a {
    border-radius: 30px;

    padding: 6px 10px;
    margin-right: 0;
	border: 2px #ff0000 solid;	
}
}
******************/

a.clickticket,
#topticket {
  display: inline-block;
  padding: 0 10px;
  color: #ff0000;
  font-weight: 700;
  top: -2px;
  position: relative;
}
/*a.clickticket:hover, a#topticket{background-color:#eee;}*/
@media (min-width: 1154px) {
  .i18n-he .header .nav-menu > .list-inline > li {
    padding: 0 12px;
  }
  .i18n-en .header .nav-menu > .list-inline > li {
    padding: 0 8px;
  }

  .i18n-he .header .nav-menu > .list-inline > li > a {
    font-size: 16px;
  }
  .i18n-en .header .nav-menu > .list-inline > li > a {
    font-size: 14px;
  }
}
.i18n-he .header .nav-menu > .list-inline > li:first-child {
  padding-right: 15px;
}
.i18n-en .header .nav-menu > .list-inline > li:first-child {
  padding-left: 10px;
}
@media (max-width: 1153px) {
  .i18n-he .header .nav-menu > .list-inline > li {
    padding: 0 15px;
  }
  .i18n-en .header .nav-menu > .list-inline > li {
    padding: 0 8px;
  }

  .header .nav-menu > .list-inline > li:last-child:after,
  .header .nav-menu > .list-inline > li:nth-child(4):after {
    content: " ";
  }
  .header .nav-menu > .list-inline > li > a {
    font-size: 15px;
    font-family: "simplerregular", Arial;
  }
  .i18n-en .header .nav-menu > .list-inline > li > a {
    font-size: 12px;
  }
  .header.scroll .left-menu .menu,
  .header.scroll .left-menu .visitors {
    color: #000;
    padding: 18px 15px;
    line-height: 0;
    font-size: 0;
    border-color: #ccc;
    min-width: 10px;
    text-align: center;
  }
  .i18n-he .header.scroll .left-menu .menu,
  .i18n-he .header.scroll .left-menu .visitors {
    color: #000;
    padding: 15px 5px 2px;
    line-height: 25px;
    font-size: 12px;
    border-color: #ccc;
    min-width: 50px;
    text-align: center;
  }

  .header .nav-menu a {
    letter-spacing: 0.55px;
  }
}

/**********previous top menu horizontal spacing*************
/******changes to collapsed menu at 1025px

.header .nav-menu > .list-inline > li {
  padding: 0 20px;
}
.header .nav-menu > .list-inline > li:first-child {
  /*padding-left: 40px;*
}
.header .nav-menu > .list-inline > li:last-child {
  /*padding-right: 30px;*
}

@media (max-width: 1025px) {
  .header.scroll .nav-menu > .list-inline {
    padding: 12px 0;
  }
}
.header.scroll .nav-menu > .list-inline li:first-child {
  /* padding-left: 79px; *
}
.header.scroll .nav-menu > .list-inline li:last-child {
  /*padding-right: 30px;*
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .header.scroll .nav-menu > .list-inline li:last-child {
    padding-right: 0px;
  }
}
@media (min-width: 1119px) {
  .header .nav-menu > .list-inline > li {
    padding: 0 12px;
  }
  .header .nav-menu > .list-inline > li:first-child {
    /*padding-left: 30px;*
  }
  .header .nav-menu > .list-inline > li:last-child {
    /*padding-right: 30px;*
  }
}
@media screen and (min-width: 1025px) and (max-width: 1118px){
	
	.i18n-en .header .nav-menu > .list-inline > li {
    padding: 0 2px;
}
.header .nav-menu > .list-inline > li {
    padding: 0 5px;
}
.header .nav-menu > .list-inline > li:first-child {
    padding-left: 5px;
}
.i18n-en .header .nav-menu > .list-inline > li:first-child {
    padding-left: 2px;
}

.header .nav-menu > .list-inline > li:last-child {
    padding-right: 2px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1006px){
.header .nav-menu > .list-inline > li {
    padding: 0 2px;
}
.header .nav-menu > .list-inline > li:first-child {
    padding-left: 5px;
}
  .header .nav-menu > .list-inline > li:last-child {
    padding-right: 5px;
  }
}
*******/

@media (max-width: 1025px) {
  .header .left-menu .menu,
  .header .left-menu .visitors {
    min-width: 70px;
  }
  .header .sprite.sprite-logo {
    width: 220px;
  }
  .header .nav-menu > .list-inline {
    text-align: center;
  }
  .header .nav-menu > .list-inline > li {
    padding: 0 10px;
  }
  .header .nav-menu > .list-inline > li:first-child {
    padding-left: 10px;
  }
  .header .nav-menu > .list-inline > li:last-child {
    padding-right: 10px;
  }
  .header .right-menu {
    padding: 29px 10px;
  }
  .header .right-menu > a {
    padding: 0 5px;
  }
}
@media (max-width: 1025px) {
  .header {
    top: 0 !important;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .header .icon-logo {
    height: 40px;
  }
  .header .left-menu {
    border: none;
    float: none;
  }
  .header .left-menu .logo {
    padding: 0 3px;
    background: url(/sites/all/themes/museum/img/icons/logo-small.svg) no-repeat
      6px center;
    background-size: 33px;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    transition: none;
    padding: 2px 5px 2px 55px;
  }
  .header .left-menu .logo .sprite-logo {
    background-image: none;
    background-size: initial;
    animation-name: changeLogo;
    animation-fill-mode: forwards;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    -webkit-animation-name: changeLogo;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
  }
  .header .left-menu .logo .sprite-logo img {
    display: inline;
  }
  .header .left-menu .logo .sprite-logo {
    width: 195px;
    height: 42px;
    line-height: 42px;
    background-size: 100%;
    animation-name: changeLogoMobile;
    -webkit-animation-name: changeLogoMobile;
    margin-left: 0;
  }
  .header .left-menu .menu,
  .header .left-menu .visitors {
    color: #000;
    line-height: 0;
    font-size: 0;
    border: none;
    border-left: 1px solid;
    border-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 14px 15px;
    min-width: 50px;
    float: right;
  }
  .header .left-menu .menu svg,
  .header .left-menu .visitors svg {
    margin-bottom: 0;
  }
  .header .left-menu .menu svg *,
  .header .left-menu .visitors svg * {
    fill: #ff0000;
  }
  .header .nav-menu ul li a {
    color: #000;
  }
  .header .nav-menu ul li a:hover {
    color: #ff0000;
  }
  .header .right-menu {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .header .right-menu a {
    color: #686868;
  }
  .header .right-menu a:hover {
    color: #ff0000;
  }
  .header .right-menu a.negishut {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  .header .sprite.sprite-logo {
    background-position: -5px -116px;
    width: 248px;
    height: 55px;
    line-height: 55px;
  }
  .header .sprite.sprite-info {
    background-position: -101px -5px;
    width: 6px;
    height: 25px;
  }
  .header .sprite.sprite-menu {
    background-position: -152px -3px;
    width: 25px;
    height: 25px;
  }
  .header .sprite.sprite-search {
    background-position: -217px -5px;
    width: 22px;
    height: 23px;
  }
}
@media (max-width: 1025px) and (max-width: 360px) {
  .header .left-menu .logo .sprite-logo {
    width: 155px;
  }
}
@media (max-width: 1025px) {
  .header .left-menu .menu,
  .header .left-menu .visitors {
    padding: 9px 15px 13px;
    min-width: 50px;
  }
}
.header-bottom {
  padding: 7px 15px 6px;
  border-top: 1px solid #ccc;
}
.header-bottom__list {
  float: left;
  margin-bottom: 0;
  /*margin-left: -15px;
    width: 80%;*/
}
@media (min-width: 1000px) {
  .header-bottom__list .owl-stage {
    width: auto !important;
  }
}
.header-bottom__list .owl-next,
.header-bottom__list .owl-prev {
  position: absolute;
  right: -20px;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-bottom__list .owl-next img,
.header-bottom__list .owl-prev img {
  width: 10px;
  display: block;
}
.header-bottom__list .owl-next.disabled,
.header-bottom__list .owl-prev.disabled {
  display: none;
}
.header-bottom__list .owl-prev {
  display: none;
}
.nav > li.header-bottom__item {
  display: inline-block;
}
.header-bottom__item {
  padding-left: 18px !important;
  padding-right: 18px !important;
  white-space: nowrap;
}
.header-bottom__item.active .header-bottom__link {
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.header-bottom__item.active .header-bottom__link:hover,
.header-bottom__item.active .header-bottom__link:focus {
  color: #000;
  cursor: default;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  opacity: 1;
}
@media (max-width: 1025px) {
  .header-bottom__item {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.header-bottom__link {
  font-size: 21px !important;
  line-height: 35px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 4px 0px !important;
  display: inline-block;
  background: none !important;
  letter-spacing: -0.2px;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  transition: none;
  opacity: 0.8 !important;
}
.header-bottom__link:hover,
.header-bottom__link:focus {
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  opacity: 1;
  color: #000;
}
.header-bottom__link:after {
  display: block;
  content: attr(title);
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
}
.header-bottom__link_active {
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  opacity: 1;
}
.header-bottom__link_active:hover,
.header-bottom__link_active:focus {
  color: #000;
  cursor: default;
  opacity: 1;
}
.header-bottom__view {
  /*float: right;*/
  position: absolute;
  right: 10px;
  margin-top: 9px;
  z-index: 999;
}
.header-bottom__view-type {
  color: #dcdcdc;
  font-size: 0;
  cursor: pointer;
  margin-left: 20px;
  display: inline-block;
  float: left;
}
.header-bottom__view-type > a {
  display: block;
  float: left;
  font-size: 0;
  line-height: 1;
}
.header-bottom__view-type:hover {
  color: #ff0000;
}
.header-bottom__view-type_active {
  color: #ff0000;
}
.header-bottom__view-type_active:hover {
  cursor: default;
}
.form-control {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  min-height: 46px;
  width: 100%;
  font-size: 17px;
}
@media (max-width: 1025px) {
  .gallery-talk .form-control {
    width: auto !important;
  }
}
.form-control:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
.form-control-feedback {
  height: 46px;
  line-height: 46px;
}
button.form-control-feedback {
  background: transparent;
  border: none;
  padding: 0;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.museum-img,
.slider-img,
.homepage-img {
  height: 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.museum-img .museum-background,
.slider-img .museum-background,
.homepage-img .museum-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/**********removed graduated background*******/
.museum-img .museum-background:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 39%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(39%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.65))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 39%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 39%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 39%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.1) 15%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media (max-width: 1025px) {
  .museum-img
    .museum-background:before
    .homepage-img
    .museum-background:before {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.55) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(0, 0, 0, 0)),
      color-stop(10%, rgba(0, 0, 0, 0)),
      color-stop(100%, rgba(0, 0, 0, 0.55))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.55) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.55) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.55) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 5%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}
/*********************/
.museum-img .museum-background iframe,
.museum-img .museum-background video {
  position: absolute;
  background: transparent;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}
.museum-img:hover .museum-background {
  /* removing that incredibly annoying jitter effect*/
  -webkit-transform: scale(1.015);
  -khtml-transform: scale(1.015);
  -moz-transform: scale(1.015);
  transform: scale(1.015);
}
.museum-img.small,
.museum-img.half {
  width: 66.66666667%;
  float: left;
}
.museum-img.small .museum-info,
.museum-img.half .museum-info {
  max-width: 300px;
  bottom: 60px;
}
.museum-img.half .museum-info {
  max-width: 100%;
}
.museum-img.small .museum-info .h1,
.museum-img.half .museum-info .h1 {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 20px;
}
.museum-img.small .museum-info .h1 .date,
.museum-img.half .museum-info .h1 .date {
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  font-size: 24px;
}
@media (max-width: 1025px) {
  .museum-img.small .museum-info .h1 .date,
  .museum-img.half .museum-info .h1 .date {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 1025px) {
  .museum-img.small .museum-info .h1,
  .museum-img.half .museum-info .h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1025px) {
  .museum-img.small,
  .museum-img.half {
    width: 100%;
  }
}
.museum-img.half {
  height: 400px;
  width: 33.33333333%;
  float: left;
}
.museum-img.half .museum-info {
  bottom: 40px;
  left: 40px;
}
@media (max-width: 1025px) {
  .museum-img.half {
    width: 100%;
  }
}
.museum-img.half-tall h1 {
  max-width: 100%;
}
.museum-img.big .museum-info {
  max-width: 520px;
  bottom: 60px;
}
.museum-img.big .museum-info .h3 {
  font-size: 24px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  line-height: 31px;
  margin-bottom: 30px;
  margin-top: 0;
}
/*
.slider-img  .museum-info  h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: 'simplerregular', 'Roboto', sans-serif;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #ffffff;
}
.slider-img .museum-info  h2 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'simplerregular', 'Roboto', sans-serif;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #ffffff;
}
*/
.front .museum-img .museum-info,
.front .slider-img .museum-info,
.page-node-880891 .museum-img .museum-info,
.page-node-880896 .museum-img .museum-info {
  /**display: none; ***temporarily remove banner titles and modals from home page and events homepage***/
  position: absolute;
  bottom: 40px;
  left: 80px;
  max-width: 100%;
  z-index: 10;
}
/*
@media (max-width: 1025px) {
.slider-img .museum-info {
    left: auto;
    right: 10px;
    text-align: right;
    bottom: 2px;
}
}
*/
.museum-img .museum-info.museum-info_top {
  bottom: auto;
  top: 38px;
}
.museum-img .museum-info .player-buttons {
  display: inline-block;
  vertical-align: middle;
}
.museum-img .museum-info .player-buttons svg {
  margin-left: 15px;
  cursor: pointer;
}
.museum-img .museum-info .player-buttons svg:hover {
  fill: #ff0000;
}
.museum-img .museum-info .more {
  color: #fff;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  font-size: 13px;
  position: relative;
  padding-top: 2px;
  bottom: -10px;
  display: inline-block;
}
.museum-img .museum-info .more.fadeInDown {
  -webkit-animation-delay: 0.3s;
  -khtml-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.museum-img .museum-info .more.fadeOutDown {
  -webkit-animation-delay: 0;
  -khtml-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-delay: 0;
}
.museum-img .museum-info .more:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -15px;
  top: 4px;
}
.museum-img .museum-info .category {
  display: inline-block;
  border: 1px solid #fff;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  position: relative;
  background-color: rgba(51, 51, 51, 0.2);
}
.museum-img .museum-info .category .count {
  top: 100%;
  left: -1px;
}
.museum-img .museum-info .category a {
  color: white;
  /*text-shadow: 9px 3px 18px #000;*/
}
.museum-img .museum-info .light {
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.museum-img .museum-info .h1__date {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 4px;
  display: block;
}
@media (max-width: 1025px) {
  .museum-img .museum-info .h1__date {
    font-size: 20px;
  }
}
.museum-img .museum-info .h1 {
  font-weight: bold;
  font-size: 55px;
  line-height: 1;
  position: relative;
  margin: 20px;
  width: 100%;
  text-shadow: 1px 2px 7px #333;
}
.museum-img .museum-info h1.video {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  position: relative;
  margin: 0;
  text-shadow: 1px 2px 7px #333;
  text-align: center;
}
.museum-img .museum-info h2.video {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  text-shadow: 1px 2px 7px #333;
  text-align: center;
}
.museum-img .museum-info a {
  color: white;
}
.museum-img .museum-info .h1.museum-info__title_lg {
  font-size: 60px;
  line-height: 64px;
}
@media (max-width: 1025px) {
  .museum-img .museum-info .h1.museum-info__title_lg {
    font-size: 30px;
    line-height: 30px;
  }
}
.museum-img .museum-info .h1 .regular {
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.museum-img .museum-info .h1 .light {
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.museum-img .museum-info .h1 .h1__date {
  font-size: 53px;
  margin-bottom: 10px;
}
@media (max-width: 1025px) {
  .museum-img .museum-info .h1 .h1__date {
    font-size: 28px;
  }
}
.museum-img .museum-info .h1 .count {
  top: 100%;
  left: 0;
}
.museum-img .museum-info .h1 a {
  color: #fff;
}
.museum-img .museum-info h2 {
  margin-top: 10px;
  font-size: 28px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  text-shadow: 1px 2px 7px #333;
}
.museum-img .museum-info h2.museum-info__title_lg {
  font-size: 28px;
  line-height: 28px;
  margin-top: 0;
}
@media (max-width: 1025px) {
  .museum-img .museum-info h2.museum-info__title_lg {
    font-size: 16px;
  }
}
.museum-img .museum-info h3 a {
  color: #fff;
}
.museum-img .museum-info .count {
  font-size: 18px;
  color: #000;
  background: #919191;
  padding: 0 2px;
  position: absolute;
  line-height: 32px;
  min-width: 31px;
  height: 31px;
  text-align: center;
}
@media (max-width: 1025px) {
  .museum-img .museum-info {
    max-width: 100% !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    top: auto !important;
  }
  .node-type-courses h2.courses_h1,
  .node-type-categories h2 {
    bottom: 20px;
    margin-right: 20px !important;
    z-index: 99;
    position: absolute;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 2px 4px #aaa;
    font-size: 32px;
  }
  .museum-img .museum-info .h1 {
    font-size: 30px;
    margin-top: 10px;
    line-height: 30px;
  }
  .museum-img .museum-info .h2,
  .museum-img .museum-info h2,
  .museum-img .museum-info .h3,
  .museum-img .museum-info h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 6px;
    line-height: 18px;
  }
  .museum-img .museum-info .more {
    display: none;
  }
  .museum-img .museum-info .category {
    font-size: 10px;
    padding: 6px 5px;
  }
}
.museum-img.black .museum-info .h1 {
  color: #000;
}
.museum-img.black .museum-info .category {
  border-color: #000;
  color: #000;
}
.museum-img.black .museum-info .more {
  color: black;
}
.museum-img.black .museum-info .more:after {
  border-color: transparent transparent transparent #000;
}
.museum-img.rectangle {
  height: 475px;
}
.museum-img.square .museum-info,
.museum-img.rectangle .museum-info {
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.museum-img.square .museum-info .h1,
.museum-img.rectangle .museum-info .h1 {
  font-size: 25px;
  line-height: 28px;
}

.museum-img.square .museum-info .h2,
.museum-img.rectangle .museum-info .h2 {
  margin: 0;
  font-size: 25px;
  line-height: 28px;
}
.page-node-4766631 .museum-img.square .museum-info .h2,
.page-node-4766631 .museum-img.rectangle .museum-info .h2 {
  /*studies page in test environment*/
  margin: 10px;
  font-size: 25px;
  line-height: 1;
  position: absolute;
  font-family: "simplerbold", sans-serif;
}
@media screen and (min-width: 1026px) {
  .node-type-courses h2.courses_h1,
  .node-type-categories h2 {
    bottom: 20px;
    margin-right: 20px !important;
    z-index: 99;
    position: absolute;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 2px 4px #aaa;
    font-size: 32px;
  }
}
.museum-img.square .museum-info .h4,
.museum-img.rectangle .museum-info .h4 {
  font-size: 22px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  margin-top: 0;
}
/*
@media (max-width: 1025px) {
  .museum-img.square .museum-info .h1,
  .museum-img.rectangle .museum-info .h1 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
  }
  */
.museum-img.square .museum-info .h2,
.museum-img.rectangle .museum-info .h2,
.museum-img.square .museum-info .h4,
.museum-img.rectangle .museum-info .h4 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

.museum-img.square .custom-modal .custom-modal__wrapper,
.museum-img.rectangle .custom-modal .custom-modal__wrapper {
  padding: 30px 0;
  left: 15px;
  right: 15px;
}
.museum-img.square .custom-modal .custom-modal__status,
.museum-img.rectangle .custom-modal .custom-modal__status {
  display: inline-block;
  border: 1px solid #ff0000;
  color: #ff0000;
  padding: 9px 10px;
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  position: relative;
  margin-bottom: 40px;
}
.museum-img.square .custom-modal .custom-modal__title,
.museum-img.rectangle .custom-modal .custom-modal__title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
}
.museum-img.square .custom-modal .custom-modal__date,
.museum-img.rectangle .custom-modal .custom-modal__date {
  font-size: 18px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  line-height: 26px;
  margin-bottom: 25px;
}
.museum-img.square .custom-modal .custom-modal__description,
.museum-img.rectangle .custom-modal .custom-modal__description {
  margin-top: -15px;
}
.node-type-collection-gallery
  .museum-img.square
  .custom-modal
  .custom-modal__description,
.node-type-collection-gallery
  .museum-img.rectangle
  .custom-modal
  .custom-modal__description {
  margin-top: 0;
  font-weight: 100;
  font-family: "simplerregular", "Roboto", sans-serif;
}

/*
@media (max-width: 1025px) {
  .museum-img.square .museum-info {
    left: 20px !important;
    bottom: 20px !important;
    right: 20px !important;
  }
  .museum-img.square .museum-info .h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
*/
@media (max-width: 1025px) {
  .double-rectangle {
    height: 240px !important;
  }
}
.js-desktop-carousel .museum-info {
  min-height: 184px;
}
/*
.js-desktop-carousel .slider-img .museum-info {
  min-height: unset;
}

*/
.node-type-family h2.h2,
.node-type-members h2.h2,
.node-type-categories h2.h2,
.node-type-collection-gallery .museum-img.rectangle .museum-info .h1,
.node-type-collection-gallery .museum-img.square .museum-info .h1,
.node-type-categories .museum-img.square .museum-info .h1,
.page-node-278 .museum-img.square .museum-info .h1,
.page-node-143 .museum-img.square .museum-info .h1,
.page-node-145 .museum-img.square .museum-info .h1,
.page-node-268 .museum-img.square .museum-info .h1,
.page-node-4944236 .museum-img.square .museum-info .h1 {
  z-index: 99;
  position: absolute;
  color: #fff;
  font-weight: 800;
  text-shadow: 1px 1px 10px #000;
  font-size: 28px;
  width: 100%;
}

.museum-img.square .museum-info .h1,
.node-type-family h2.h2,
.node-type-members h2.h2 {
  /* all exhibitions pages, family page*/
  bottom: 20px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  line-height: 1.2 !important;
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 3%;
  left: 50%;
}
.owl-theme .owl-dots .owl-dot:nth-of-type(2) {
  bottom: 229px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.header-bottom .owl-dots {
  display: none;
}
.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 4px;
  display: block;
  border: 1px solid #fff;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -khtml-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.scroll-up {
  position: absolute;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 1025px) {
  .scroll-up {
    position: static;
    display: block;
    margin: 0 auto;
    width: 41px;
  }
  #footer .scroll-up {
    position: absolute;
  }
  .node-type-minisite.i18n-he .scroll-up {
    margin: 0;
    float: left;
  }
}
.node-type-minisite #toTop {
  /*display: none;*/
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  width: 45px;
  height: 45px;
}

.footer {
  height: 380px;
  background: #000;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  color: white;
  border-top: 0;
}
.footer a,
.footer a:hover,
.footer a:visited {
  color: #ccc;
}
.footer .btn.btn-danger {
  margin-top: 10px;
  color: #fff !important;
}
.footer.footer_static {
  position: static;
  border-top: 0;
  margin-top: 50px;
}
.footer.footer_top {
  margin-top: 0;
}
.footer .has-feedback {
  margin-bottom: 14px;
}
.footer .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
.footer .h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  font-family: "simplerbold", "Roboto", sans-serif;
  margin-top: 25px;
  margin-bottom: 0;
  /*&.join{
            font-size: 22px;
            margin-top: 52px;
            margin-bottom: 2px;
        }*/
}
.footer .colwrapper {
  margin-top: 30px;
}

.i18n-en .footer .footer-link {
  font-family: "simplerregular", "Roboto", sans-serif;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.footer .footer-link a {
  color: #fff;
}
.footer p {
  font-size: 15px;
  line-height: 29px;
  margin: 0;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  color: #ccc;
}
.footer .form-control {
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  font-size: 14px;
  background: transparent;
  color: white;
  padding: 10px 28px;
  border: 1px solid #ccc;
}
.footer input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
  opacity: 1;
}
.footer input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
.footer input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
  opacity: 1;
}
.footer input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  opacity: 1;
}

.i18n-he .footer .footer-buttons .btn {
  font-weight: normal !important;
  min-width: 0;
  padding: 9px;
  background: transparent;
  border: 1px solid #ccc;
  color: white;
}

.i18n-en .footer .footer-buttons .btn {
  font-weight: 300 !important;
  min-width: 0;
  padding: 9px 4px;
  background: transparent;
  border: 1px solid #ccc;
  color: white;
  font-size: 14px !important;
}
.footer .footer-buttons > .row {
  margin: 0 -5px;
}
.footer .footer-buttons > .row > div {
  padding: 0 5px;
}
.footer .socials {
  margin-bottom: 10px;
}
.footer .socials img {
  padding-top: 10px;
}
.footer .socials > a {
  display: inline-block;
  margin: 0 5px;
}
.footer .socials a:first-of-type {
  padding-right: 5px;
}
.footer .buy-tickets {
  padding: 11px 11px 11px 19px;
  margin-top: 13px;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 10px 10px 18px;
  min-width: 150px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .footer .delimeter {
    border-right: 1px solid rgba(0, 0, 0, 0.6);
    height: 280px;
  }
}
@media (max-width: 1025px) {
  .footer {
    position: relative;
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .footer .h4 {
    margin-top: 14px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: normal;
  }
  .footer p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .footer .socials {
    float: none !important;
    text-align: center;
    margin-bottom: 37px;
  }
  .footer .socials > a {
    margin: 0 10px;
  }
  .footer .buy-tickets {
    margin-top: 13px;
    margin-bottom: 26px;
    font-size: 16px;
    min-height: 50px;
  }
  .footer .has-feedback .form-control {
    font-size: 12px;
    min-height: 50px;
  }
  .footer .has-feedback .form-control-feedback {
    height: 50px;
    line-height: 50px;
  }
  .footer .ux-ui {
    color: #fff;
    font-size: 11px !important;
    padding: 0 15px;
    text-align: center;
    margin-top: 5px;
  }
  .footer .delitemer,
  .delitemer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 15px;
    margin-bottom: 17px;
  }
  .footer .footer-info {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 14px 0;
    margin-top: 23px;
    margin-bottom: 32px;
  }
  .footer .footer-info .footer-info__link {
    display: block;
    float: left;
    width: 33.3333333%;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
  }
  .footer .footer-info .footer-info__link:last-child {
    border-right: none;
  }
  .footer .footer-info .footer-info__link .footer-info__icon-content {
    height: 33px;
  }
  .footer .footer-info .footer-info__link .footer-info__img {
    display: block;
    margin: 0 auto 4px;
  }
  .footer .footer-info:after {
    display: block;
    content: "";
    clear: both;
  }
}
.custom-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  overflow: auto;
  display: none;
  min-width: 100%;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.custom-modal.left {
  left: -100%;
}
.custom-modal.left.in {
  left: 0;
}
.custom-modal.in {
  opacity: 1;
}
.custom-modal.half {
  width: 50%;
  min-width: 50%;
  top: 86px;
}
.custom-modal.custom-modal_half {
  width: 50%;
  min-width: 50%;
}
.custom-modal.custom-modal__xs .custom-modal__wrapper {
  padding: 30px 0;
  left: 20px;
  right: 20px;
}
.custom-modal.custom-modal__second {
  top: 0;
}
.custom-modal .custom-modal__wrapper {
  padding: 60px 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  min-height: 100%;
  animation-duration: 0.5s;
}
.custom-modal .custom-modal__wrapper .custom-modal__content {
  margin: auto;
  width: 100%;
}
.custom-modal__content a .custom-modal__text,
.custom-modal__content a h1,
.custom-modal__content a h2 {
  color: #000 !important;
}
.custom-modal .custom-modal__wrapper:after {
  display: block;
  content: "";
  clear: both;
}
.custom-modal .custom-modal__wrapper .time {
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
  display: block;
}
.custom-modal .custom-modal__wrapper .custom-modal__status {
  display: inline-block;
  border: 1px solid #ff0000;
  color: #ff0000;
  padding: 9px 10px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  font-family: "simplerbold", "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  position: relative;
  margin-bottom: 15px;
}
.custom-modal .custom-modal__wrapper .custom-modal__title {
  font-weight: bold;
  font-size: 55px;
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.2;
  color: #000;
  max-width: 580px;
}
.custom-modal
  .custom-modal__wrapper
  .custom-modal__title.custom-modal__title_sub {
  margin-bottom: 10px;
}
.custom-modal
  .custom-modal__wrapper
  .custom-modal__title.custom-modal__title__half {
  max-width: 100%;
}
.custom-modal
  .custom-modal__wrapper
  .custom-modal__title.custom-modal__title__md {
  font-size: 48px;
}
.custom-modal
  .custom-modal__wrapper
  .custom-modal__title.custom-modal__title__sm {
  font-size: 30px;
  line-height: 1.2;
  max-width: 100%;
  margin-bottom: 25px;
}
.custom-modal__content h2 {
  font-size: 22px;
  line-height: 1.2;
}
.custom-modal
  .custom-modal__wrapper
  .custom-modal__title.custom-modal__title__xs {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 25px;
  max-width: 100%;
}
.custom-modal .custom-modal__wrapper .custom-modal__title .regular {
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.custom-modal .custom-modal__wrapper .custom-modal__title a {
  color: #000;
}
.custom-modal .custom-modal__wrapper .custom-modal__title .date {
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  font-size: 22px;
}
.custom-modal .custom-modal__wrapper .custom-modal__actions {
  margin-top: 30px;
}
.custom-modal .custom-modal__wrapper .custom-modal__actions .btn {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 5px;
  height: 40px;
  min-width: 150px;
}
.custom-modal .custom-modal__wrapper .custom-modal__actions .btn-danger {
  padding-left: 18px;
}
.custom-modal .custom-modal__wrapper .custom-modal__subtitle {
  font-weight: 500;
  font-family: "simplerbold", "Roboto", sans-serif;
  font-size: 22px;
  margin-top: -40px;
  margin-bottom: 40px;
}
.custom-modal .custom-modal__wrapper .custom-modal__subtitle_hp_events {
  font-weight: 500;
  font-family: "simplerbold", "Roboto", sans-serif;
  font-size: 28px;
  margin-top: -20px;
  margin-bottom: 40px;
}
.custom-modal .custom-modal__wrapper .custom-modal__text {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
  max-width: 700px;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.custom-modal .custom-modal__wrapper .custom-modal__content ul {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
  max-width: 700px;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  margin-top: 22px;
}
.custom-modal .custom-modal__wrapper .custom-modal__content ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.custom-modal .custom-modal__wrapper .custom-modal__list {
  /* border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
  padding: 9px 0;
  margin-bottom: 30px;
}
.custom-modal
  .custom-modal__wrapper
  .custom-modal__list
  .custom-modal__list__item {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 3px;
}
.custom-modal
  .custom-modal__wrapper
  .custom-modal__list
  .custom-modal__list__item:last-child {
  margin-bottom: 0;
}
.custom-modal
  .custom-modal__wrapper
  .custom-modal__list
  .custom-modal__list__item
  .sprite2 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}
.custom-modal .custom-modal__wrapper .custom-modal__close {
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  margin-left: 15px;
}
.custom-modal .custom-modal__wrapper .custom-modal__close img {
  margin-right: 0;
  margin-top: -2px;
}
.menu-section__list {
  overflow: auto;
  position: absolute;
  top: 104px;
  left: 30px;
  right: 30px;
  bottom: 110px;
}
.menu-section {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
  padding-bottom: 10px;
}
.menu-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.menu-section .collapsing {
  -webkit-transition: height 1s;
  -khtml-transition: height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
}
.menu-section .collapse-content__list {
  padding-left: 34px;
}
.menu-section .collapse-content__list .collapse-content__item {
  margin-bottom: 12px;
  line-height: 21px;
}
.menu-section
  .collapse-content__list
  .collapse-content__item
  .collapse-content__item__link {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.menu-section
  .collapse-content__list
  .collapse-content__item
  .collapse-content__item__link:hover {
  color: #ff0000;
}
.menu-section__item {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.75px;
  line-height: 1.5;
  padding: 5px 5px 5px 34px;
  margin-bottom: 8px;
  cursor: pointer;
  font-weight: 500;
  font-family: "simplerbold", "Roboto", sans-serif;
  position: relative;
}
.menu-section__item:before {
  background: url(/sites/all/themes/museum/img/icons/arrow-right_red.svg)
    no-repeat 0 0;
  background-size: 100%;
  width: 9px;
  height: 14px;
  display: block;
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-section__item.collapse-arrow-none,
.menu-section__item.collapsed {
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.menu-section__item.collapsed:before {
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  transform: none;
}
.menu-section__item:hover {
  color: #ff0000;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
}
aside.menu,
aside.info {
  position: fixed;
  left: -476px;
  top: 0;
  height: 100%;
  overflow: hidden;
  background: #f5f5f5;
  z-index: 999;
  width: 476px;
  padding: 23px 30px 110px;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
aside.menu.open,
aside.info.open {
  left: 0;
}

aside.menu .menu-header,
aside.info .menu-header {
  margin-bottom: 51px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  line-height: 30px;
}
@media screen and (min-width: 1026px) {
  aside.menu .menu-header,
  aside.info .menu-header {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1025px) {
  aside.menu .menu-header,
  aside.info .menu-header {
    padding: 0;
  }
}
aside.menu .menu-header .sprite,
aside.info .menu-header .sprite {
  float: left;
  margin-right: 6px;
}
aside.menu .menu-header span,
aside.info .menu-header span {
  line-height: 1.8;
  vertical-align: top;
  margin-left: 8px;
}
aside.menu .menu-social,
aside.info .menu-social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
aside.menu .menu-social .menu-social__list,
aside.info .menu-social .menu-social__list {
  margin-right: -1px;
  margin-bottom: -1px;
  overflow: hidden;
}
aside.menu
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link,
aside.info
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link {
  float: left;
  width: 25%;
  padding: 19px 15px;
  height: 66px;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
aside.menu
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link
  .menu-social__icon,
aside.info
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link
  .menu-social__icon {
  height: 40px;
  width: 100%;
  margin-bottom: 3px;
  display: block;
}
aside.menu
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link
  .social,
aside.info
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link
  .social {
  margin: 0 auto;
}
@media (max-width: 1025px) {
  aside.menu
    .menu-social
    .menu-social__list
    .menu-social__list__item
    .menu-social__list__item__link,
  aside.info
    .menu-social
    .menu-social__list
    .menu-social__list__item
    .menu-social__list__item__link {
    border: none;
  }
}
aside.menu
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link:hover,
aside.info
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link:hover,
aside.menu
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link.active,
aside.info
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link.active {
  background: #ff0000;
  color: #fff;
  text-decoration: none;
}
aside.menu
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link:hover
  svg
  *,
aside.info
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link:hover
  svg
  *,
aside.menu
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link.active
  svg
  *,
aside.info
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link.active
  svg
  * {
  fill: #fff;
}
@media (max-width: 1025px) {
  aside.menu,
  aside.info {
    width: 100%;
    right: -1025px;
    left: auto !important;
  }
  aside.menu.open,
  aside.info.open {
    right: 0;
  }
}
.menu-header__left {
  float: left;
}
.menu-header__right {
  float: right;
}
.menu-header__right svg {
  cursor: pointer;
}
aside.info {
  border-right: 1px solid #ccc;
}
aside.info .menu-section {
  margin-bottom: 17px;
}
aside.info .menu-section .menu-section__item {
  padding-left: 10px;
  margin-bottom: 10px;
}
aside.info .menu-section .menu-section__item:before {
  background: url(/sites/all/themes/museum/img/icons/info-arrow.svg) no-repeat 0
    0;
  width: 9px;
  height: 14px;
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  left: auto;
  top: 14px;
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  transform: none;
}
.menu-section__item.collapse-arrow-none:before,
.arrow_none:after {
  /*remove arrow from shrine and irso in mobile collection list*/
  background: none !important;
}
aside.info .menu-section .menu-section__item.active {
  color: #ff0000;
}
aside.info .menu-section .menu-section__item.active p {
  color: #000;
}
aside.info .menu-section .menu-section__item p {
  font-size: 16px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 4px;
}
@media (max-width: 1025px) {
  aside.info .menu-section .menu-section__item p {
    line-height: 18px;
  }
}
aside.info
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link {
  padding: 25px 15px;
  height: 102px;
  font-weight: 600;
  font-family: "simplerbold", "Roboto", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  line-height: 15px;
}
aside.info
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link:hover
  svg
  *,
aside.info
  .menu-social
  .menu-social__list
  .menu-social__list__item
  .menu-social__list__item__link.active
  svg
  * {
  fill: none;
  stroke: #fff;
}
aside.info .menu-section__list {
  bottom: 245px;
}
.info-wrapper {
  left: -775px;
  position: fixed;
  top: 0;
  width: 775px;
  height: 100%;
  z-index: 990;
  background: #f5f5f5;
  padding: 50px 80px;
  border-right: 1px solid #ccc;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .info-wrapper {
    width: 575px;
  }
}
.info-wrapper.open {
  opacity: 1;
  left: 476px;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1025px) {
  .info-wrapper {
    opacity: 1;
  }
  .info-wrapper.open {
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.info-wrapper .menu-close {
  position: absolute;
  z-index: 10;
  top: 23px;
  right: 27px;
  color: #ff0000;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  cursor: pointer;
}
.info-wrapper .menu-close img {
  display: block;
}
.info-wrapper .info-wrapper__content {
  font-size: 16px;
  overflow: auto;
  position: absolute;
  left: 80px;
  right: 80px;
  top: 71px;
  bottom: 0px;
  padding-right: 15px;
  line-height: 30px;
}
.info-wrapper .info-wrapper__content .info-wrapper__delimeter {
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  padding: 15px 0 9px;
}
.info-wrapper .info-wrapper__content .info-wrapper__delimeter:last-child {
  border-bottom: none;
}
.info-wrapper .info-wrapper__content .info-wrapper__h1 {
  font-size: 40px;
  color: #ff0000;
}
.info-wrapper .info-wrapper__content .info-wrapper__h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 26px;
}
.btn.btn-danger.info-button {
  float: right;
  margin: 0;
  padding: 9px 7px 9px 15px;
  min-width: 150px;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .btn.btn-danger.info-button {
    text-transform: uppercase;
    font-weight: 300;
    font-family: "simplerregular", "Roboto", sans-serif;
    font-size: 10px;
    min-width: 100px;
  }
}
.info-time {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  display: block;
}
.info-heading {
  font-size: 26px;
  line-height: 30px;
  margin: 10px 0 5px;
  font-weight: 600;
  font-family: "simplerbold", "Roboto", sans-serif;
  max-width: 432px;
}
/* = header-dropdown styles.
--------------------------------------------------------------------------------------------------------*/
.header-dropdown {
  background: #ededed;
  position: fixed;
  right: -400px;
  top: 0;
  width: 400px;
  height: 550px;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header-dropdown.open {
  right: 0;
}
.header-dropdown * {
  line-height: normal;
}
.header-dropdown .header-dropdown__title {
  margin-bottom: 0;
  color: #000;
  padding: 29px 30px 7px 30px;
}
.header-dropdown .header-dropdown__title-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  display: inline-block;
}
.header-dropdown__close {
  color: #ff0000;
  font-weight: 300;
  position: absolute;
  cursor: pointer;
  right: 30px;
  top: 30px;
}
.header-dropdown__close img {
  display: block;
  width: 17px;
}
.header-dropdown .header-dropdown__body {
  padding: 70px 30px 15px;
}
/* = Languages dropdown styles.
--------------------------------------------------------------------------------------------------------*/
.header-dropdown__main-langs {
  font-family: SimplerPro, sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .header-dropdown__main-langs {
    padding-bottom: 6px;
  }
}
.header-dropdown__secondary-langs {
  padding-top: 7px;
}
.header-dropdown
  .header-dropdown__body
  .header-dropdown__list
  .header-dropdown__item {
  margin-bottom: 15px;
}
.header-dropdown
  .header-dropdown__body
  .header-dropdown__list
  .header-dropdown__item--en {
  margin-bottom: 12px;
}
.header-dropdown__link {
  color: #000;
}
.header-dropdown__link--en,
.header-dropdown__link--he {
  font-family: SimplerPro, sans-serif;
  font-size: 22px;
}

.header-dropdown__link--secondary {
  font-size: 16px;
  line-height: 1.556;
}
/* = Accessibility header-dropdown styles.
--------------------------------------------------------------------------------------------------------*/
[data-isa11y="visitor-controls"] {
  background-color: transparent;
  border: none;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.a11y-controls .form-type-checkbox {
  border-bottom: 1px solid #ccc;
  float: left;
  height: 135px;
  margin: 0;
  width: 50%;
}
.a11y-controls .form-type-checkbox .control-label {
  background: no-repeat center 28px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  padding: 81px 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.a11y-controls .form-type-checkbox label[for="a11y_contrast_checkbox"] {
  background-image: url(../img/icons/contrast.svg);
}
.a11y-controls .form-type-checkbox label[for="a11y_invert_checkbox"] {
  background-image: url(../img/icons/invert.svg);
}
.a11y-controls .form-type-checkbox label[for="a11y_animation_checkbox"] {
  background-image: url(../img/icons/animation.svg);
}
.a11y-controls .form-type-checkbox label[for="a11y_opendyslexic_checkbox"] {
  background-image: url(../img/icons/dislexia.svg);
}
.a11y-controls .form-type-checkbox input {
  opacity: 0;
}
.a11y-controls .form-type-checkbox:nth-child(even) {
  border-right: 1px solid #ccc;
}
.a11y-textsize-controls {
  clear: both;
  font-size: 16px;
}
.a11y-textsize-control {
  border-bottom: 1px solid #ccc;
  padding: 15px 0px 16px;
  line-height: 1.95;
}
.a11y-textsize-control:last-child {
  border-bottom: none;
}
.search-box {
  width: 100%;
  top: -150px;
  left: 0;
  position: fixed;
  z-index: 990;
  overflow: hidden;
  -webkit-transition: top 0.3s ease-in;
  -khtml-transition: top 0.3s ease-in;
  -moz-transition: top 0.3s ease-in;
  transition: top 0.3s ease-in;
  /*&.scroll{
        .search-box__header{
            padding: 5px 37px;
        }
    }*/
}
.search-box.open {
  top: 0;
}
.search-box * {
  color: #000;
  line-height: normal;
  list-style-type: none;
}
.search-box .search-box__header {
  background: #ededed;
  padding: 30px 37px;
  position: relative;
}
.search-box .search-box__header .search-box__wrapper {
  position: relative;
  padding-right: 130px;
}
.search-box .search-box__header .search-box__icon {
  margin-right: 19px;
  border-right: 1px solid #ccc;
  padding-right: 57px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.i18n-en .search-box .search-box__header .search-box__icon {
  border-right: 0 !important;
}
.i18n-he .search-box .search-box__header .search-box__icon {
  border-left: 0 !important;
}
.search-box .search-box__header .search-box__input {
  background: transparent;
  font-size: 36px;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  border: none;
  vertical-align: middle;
  padding-left: 85px;
  width: 100%;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-box .search-box__header .search-box__close {
  color: #ff0000;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  font-size: 48px;
  line-height: 31px;
  position: absolute;
  cursor: pointer;
  right: 105px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.search-box.search-box_big .search-box__header {
  padding: 35px 37px;
  height: 118px;
}
.search-box .search-box__autocomplete {
  background: #fff;
  padding: 18px 0;
  position: absolute;
  top: 86px;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.search-box .search-box__autocomplete .search-box__results {
  color: #666666;
  font-size: 21px;
  margin-bottom: 6px;
  padding: 0 105px;
}
.search-box .search-box__autocomplete .search-box__list .search-box__item {
  padding: 30px 105px;
  border-bottom: 1px solid #ccc;
}
.search-box
  .search-box__autocomplete
  .search-box__list
  .search-box__item:after {
  content: "";
  display: block;
  clear: both;
}
.search-box
  .search-box__autocomplete
  .search-box__list
  .search-box__item
  .search-box__link {
  display: block;
  max-width: 730px;
}
.search-box
  .search-box__autocomplete
  .search-box__list
  .search-box__item
  .search-box__link
  .search-box__img {
  float: left;
  margin-right: 54px;
}
.search-box
  .search-box__autocomplete
  .search-box__list
  .search-box__item
  .search-box__link
  .search-box__h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 0;
}
.search-box
  .search-box__autocomplete
  .search-box__list
  .search-box__item
  .search-box__link
  .search-box__text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.search-box
  .search-box__autocomplete
  .search-box__list
  .search-box__item:last-child {
  border-bottom: none;
}
.search-box_static {
  position: static;
}

/***************new*****************/

.searchpage .search-box__input {
  height: 62px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-radius: 0px !important;
  border: 1px solid #ccc;
}
.searchpage .navbar-form .input-group .form-control,
.searchpage .navbar-form .input-group .input-group-addon,
.searchpage .navbar-form .input-group .input-group-btn {
  border-radius: 0px !important;
  float: none;
}
.searchpage .input-group {
  border-radius: 0;
  width: 100%;
}

.searchpage .input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  width: 80px;
  height: 62px;
  /*margin-top: -15px;*/
}
.searchpage .glyphicon {
  font-size: 24px;
}
.searchpage .btn-primary {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
  border-radius: 0px !important;
}
.searchpage .navbar-form {
  min-width: 100%;
  padding: 20px;
  margin: auto;
}
.search-box__autocomplete .search-results li.search-box__item {
  list-style: none;
}

.input-group-addon {
  display: none;
}

/********search api page**********/

.no_banner {
  padding-top: 60px;
}
.no_banner_breadcrumbs {
  padding-top: 100px;
}
.view-id-search {
  padding: 20px 80px;
}
.view-id-search .has-error .form-control {
  border-color: #ccc;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
/***************/

.pp-section {
  table-layout: fixed;
}
.pp-section.pp-table {
  padding-top: 59px;
  background-color: #000;
}
.pp-section.pp-table:first-child {
  padding-top: 0;
}

@media (min-width: 1026px) {
  .node-type-gidal-content .inner-page,
  .searchpage {
    padding-top: 120px;
    overflow-x: hidden;
  }
}
.chug-page {
  padding-top: 130px;
}
.inner-page .museum-img .museum-background {
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  transform: none;
}
.inner-page .museum-img .museum-background[img-move] {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.inner-page .museum-img .museum-background[img-move]:before {
  content: none;
}
.inner-page .museum-img.square .museum-background,
.inner-page .museum-img.rectangle .museum-background {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.inner-page_small-header {
  padding-top: 90px;
  overflow-x: hidden;
}

.year-carousel {
  background: #efefef;
  padding: 80px 29px 6px; /****added top padding because of the added top toolbar************/
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: padding 0.2s;
  -khtml-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  transition: padding 0.2s;
}
/*.year-carousel .owl-prev,
.year-carousel .owl-next,
.year-carousel:before,
.year-carousel:after {
  content: '';
  position: absolute;
  left: 33px;
  top: 50%;
  margin-top: -11px;
  font-size: 0;
  width: 15px;
  height: 20px;
  background: url(/sites/all/themes/museum/img/icons/arrow-left_red.svg) no-repeat 0 0;
  pointer-events: none;
  z-index: 99999;
}
*/
.year-carousel .owl-prev,
.year-carousel .owl-next,
.year-carousel:before,
.year-carousel:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0px;
  font-size: 0;
  width: 50px;
  height: 60px;
  background: #efefef url(/sites/all/themes/museum/img/icons/arrow-left_red.svg)
    no-repeat 20px 18px;
  pointer-events: none;
  z-index: 11;
}
.year-carousel .owl-prev.disabled,
.year-carousel .owl-next.disabled,
.year-carousel:before.disabled,
.year-carousel:after.disabled {
  display: none;
}
@media (max-width: 1025px) {
  .year-carousel:before,
  .year-carousel:after {
    display: none;
  }
}
.year-carousel .owl-next,
.year-carousel:after {
  left: auto;
  right: 0;
  background: #efefef
    url(/sites/all/themes/museum/img/icons/arrow-right_red.svg) no-repeat 20px
    18px;
}
.year-carousel .mTSContainer {
  -webkit-transition: all 0.8s;
  -khtml-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.year-carousel__wrapper {
  overflow: hidden;
}
.year-carousel__item {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  min-width: 104px;
  text-align: center;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -khtml-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.past-exhibitions {
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc;
}
.past-exhibitions__item {
  border-bottom: 0;
}
.events-labels .past-exhibitions__container .thumb {
  padding: 0;
}
.events-labels .past-exhibitions__container .past-exhibitions__img {
  border-top: 0;
  margin-top: 0;
  border: 0;
}
.events-labels .past-exhibitions__container .museum-item_info_buttons,
.events-labels .past-exhibitions__container .museum-item__date {
  border: 0;
  box-shadow: 0 0 #fff;
}
.events-labels .past-exhibitions__container .museum-item__date {
  margin-top: 25px;
}

/*.past-exhibitions__item:last-child {
  border-bottom: none;
}*/
.past-exhibitions__img {
  margin-left: -15px;
  border-top: 0;
}
.past-exhibitions__category {
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #000;
  display: inline-block;
  padding: 4px 9px;
  margin-top: 29px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.past-exhibitions__name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 64px;
}
.past-exhibitions__place {
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
}
.past-exhibitions__date {
  font-size: 18px;
  margin-top: 70px;
  margin-bottom: 2px;
  font-weight: 200;
}
.past-exhibitions__map {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 200;
}
.past-exhibitions__user {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 200;
}
.past-exhibitions__subtitles {
  font-size: 18px;
  margin-bottom: 2px;
  line-height: 1;
}
.past-exhibitions__actions {
  margin-top: 70px;
  float: right;
}
.past-exhibitions__btn {
  width: 150px;
  padding: 7px 12px;
  margin-bottom: 5px;
}
.past-exhibitions__icon {
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -3px;
  min-width: 20px;
  display: inline-block;
}
.past-exhibitions__icon img {
  display: block;
  margin: 0 auto;
}
.masonry {
  margin-bottom: 120px;
}

.masonry-item,
.masonry-sizer {
  width: 25%;
}
@media (max-width: 992px) {
  .masonry-item,
  .masonry-sizer {
    width: 33.33333333%;
  }
}
@media (max-width: 1025px) {
  .masonry-item,
  .masonry-sizer {
    width: 50%;
  }
}
.masonry-item {
  overflow: hidden;
}
.masonry-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.15);
  -khtml-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}
.masonry-item__img {
  overflow: hidden;
}
.view-gidal-collection .masonry-item__img {
  border: 2px solid #fff;
}
.masonry-item__info {
  padding: 30px;
  background: #fff;
}
.masonry-item__title {
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
  -webkit-transition: opacity 0.2s;
  -khtml-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.masonry-item__title:hover {
  opacity: 0.8;
}
.masonry-item__descr {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}
.events-grid__button-more,
.masonry-grid__button-more {
  font-size: 24px;
  max-width: 300px;
  margin: 0 auto;
}
.events-grid__button-more {
  margin: 40px auto;
}
.masonry-header {
  font-size: 34px;
  padding: 9px 30px;
  border-top: 1px solid #cccccc;
  text-transform: uppercase;
}
.shrine-title {
  text-align: right;
  padding: 15px;
  width: 100%;
  clear: both;
}
.shrine-title + .section__title {
  margin-top: 0;
}
.shrine-title__link {
  font-size: 16px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  position: relative;
  margin-right: 15px;
  margin-left: 30px;
  line-height: 22px;
  display: inline-block;
  white-space: nowrap;
}
.shrine-title__link:after {
  content: "";
  width: 9px;
  height: 16px;
  background: url(/sites/all/themes/museum/img/icons/arrow-right_red.svg)
    no-repeat center;
  background-size: 100%;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -8px;
}
@media (min-width: 1000px) {
  .product-right {
    width: calc(100% - 330px);
  }
}
/*
.product-left {
  width: 320px;
}
@media (min-width: 990px) {
  .product-left {
    width: 320px;
  }
}
*/
@media (max-width: 990px) {
  .product-left {
    width: 100%;
  }
}
.product {
  padding: 50px 120px 114px;
}

@media screen and (max-width: 1025px) {
  /*bring the order ticket form, chugim form link, to the top in mobile*/
  .product .row-event,
  .container-fluid .row-event,
  .row-reverse,
  .mobile-top {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  /*events grid page - unreverse the columns
.col-xs-6 .row {
	display: flex;
	display: -webkit-flex;
	flex-direction:column;
	-webkit-flex-direction: column; 
}

.page-node-278 .col-xs-6 .row {
	display: unset;
	display: unset;
	flex-direction:unset;
	-webkit-flex-direction: unset; 
}
*/
}

@media (min-width: 1000px) {
  .product .product-left {
    width: 320px;
  }
  .product .product-right {
    width: calc(100% - 320px);
  }
  /*donations page*/
  .page-node-2499166 .product .product-right,
  .page-node-2499171 .product .product-right {
    width: 75%;
  }
  .node-type-two-cols .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .node-type-two-cols .row:after {
    clear: none;
  }
  .support_frame {
    margin: auto;
    border: 0;
    width: 500px;
    height: 500px;
  }

  .gallery-talk .product .product-right {
    width: calc(100% - 820px);
  }
}
@media (max-width: 999px) {
  .i18n-en .node-type-two-cols .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .i18n-he .node-type-two-cols .row {
    display: flex;
    flex-direction: column;
  }
  .support_frame {
    margin: auto;
    border: 0;
    width: 100%;
    height: 500px;
  }
}

.product-wrapper {
  max-width: 730px;
  word-wrap: break-word;
}
/*donations page*/
.page-node-2499166 .product-wrapper,
.page-node-2499171 .product-wrapper {
  max-width: 100%;
}
.product__current {
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  font-size: 18px;
  color: #ff0000;
}
@media (min-width: 1440px) {
  .product__current .social-share {
    margin-right: -65px;
  }
}
.product__current .social-share {
  margin-top: 8px;
}
.product__title {
  margin-top: -8px;
  color: #000;
  font-size: 52px;
  line-height: 1;
  font-weight: 500;
  font-family: "simplerbold", "Roboto", sans-serif;
  margin-bottom: 20px;
}
.product_sub_title {
  margin-top: 20px;
  color: #000;
  font-size: 35px;
  line-height: 1;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  margin-bottom: 20px;
}
.product__date {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 45px;
  margin-top: 20px;
}
.product__description {
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 9px;
}
.product__description table.staff_list th,
.product__description table.staff_list td {
  font-size: 18px;
  line-height: 1.2;
}
.product__description table.staff_list td.phone {
  white-space: nowrap;
}
.product__credit {
  font-size: 13px;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  color: #5f5f5f;
  margin-top: 5px;
}
/*
.video__credit p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'simplerregular', 'Roboto', sans-serif;
    color: #000;
    margin-top: 5px;
    line-height: 1.5;
}
*/
/*׳ ׳§׳•׳“׳× ׳׳‘׳˜: ׳—׳’׳™ ׳×׳©׳¨׳™*/
.video__credit p {
  font-size: unset;
  font-weight: unset;
  font-family: unset;
  color: unset;
  line-height: unset;
}

.product__image {
  margin-bottom: 30px;
  margin-top: 15px;
}
.product-list {
  margin-top: 20px;
  margin-bottom: 22px;
}
@media (max-width: 1025px) {
  .product-list {
    width: 100%;
  }
  .page-node-3701886 .product-list,
  .page-node-3701806 .product-list {
    /*purim party*/
    width: 100%;
  }
}
.product-h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.product-list__item {
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
}
.product-list__item.artist {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.product-list__item li {
  list-style-type: none;
}
.product__actions.affix,
.department__actions.affix {
  position: fixed !important;
  top: 125px;
  width: 220px;
  z-index: 9;
}

.page-node-224 .product__actions.affix {
  /*friends page side bar is too long-disabling the affix*/
  position: relative !important;
}

.node-type-default-page .product__actions.affix {
  top: 125px;
}
.node-type-node-gallery-gallery .main-container,
.node-type-node-gallery-item .main-container {
  margin-top: 125px;
}
div.view-node-gallery-gallery-item-views .node h2,
#content div.view-node-gallery-gallery-item-views .node h2 {
  font-size: 14px;
}

div.view-node-gallery-gallery-item-views table.views-view-grid td,
div.view-node-gallery-gallery-summaries table.views-view-grid td {
  text-align: center;
  padding: 10px 10px 15px;
}
.cboxLoadedContent {
  height: 100% !important;
}
.cboxIframe .embedded-video iframe {
  height: 100% !important;
}
.department__actions.affix {
  top: 130px;
}
.product__actions.affix-bottom,
.department__actions.affix-bottom {
  position: absolute;
  max-width: 220px;
}
.product__actions.affix-top,
.department__actions.affix-top {
  max-width: auto;
}
@media (max-width: 1025px) {
  .product__actions,
  .department__actions {
    /* text-align: left;*/
    padding-top: 10px;
  }
}
.product__button {
  width: 220px;
}
.product-news {
  border-top: 1px solid #cccccc;
  margin-bottom: 44px;
}
.product-news__list {
  max-width: 730px;
  margin-left: 85px;
}
.product-news__item {
  border-bottom: 1px solid #cccccc;
  padding: 24px 0;
}
#related-exhibitions.product-news__item {
  border-bottom: 0px solid #cccccc;
  padding: 24px 0 0;
}
.product-news__item:last-child {
  border-bottom: none;
}
.product-news__name {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: 22px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.product-news__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.product-news__h1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  font-family: "simplerbold", "Roboto", sans-serif;
  margin-top: 0;
}
.product-news__button {
  font-size: 16px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.carousel-more {
  border-top: 1px solid #cccccc;
}
.carousel-more__header {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 34px;
  border-bottom: 1px solid #cccccc;
  padding: 14px 25px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.node-type-education .carousel-more__header {
  border-bottom: 0;
}
#related-exhibitions .carousel-more__header {
  padding: 0;
  border: 0;
}

.carousel-more__list {
  position: relative;
}
.carousel-more__list.owl-carousel .owl-item img {
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  transform: none;
  -webkit-transform-style: initial;
}
.carousel-more__list .owl-next,
.carousel-more__list .owl-prev {
  position: absolute;
  z-index: 999;
  width: 60px;
  height: 60px;
  display: block;
  left: 0;
  top: 30%;
  cursor: pointer;
  text-align: center;
  font-size: 0;
  background: url(/sites/all/themes/museum/img/icons/arrow-right_white.svg)
    no-repeat center rgba(0, 0, 0, 0.3);
  background-size: 12px;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.carousel-more__list .owl-next:hover,
.carousel-more__list .owl-prev:hover {
  opacity: 0.8;
}
.carousel-more__list .owl-next {
  top: 30%;
  left: auto;
  right: 0;
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  transform: none;
}
.carousel-more__item {
  margin-bottom: 30px;
}
.node-type-education .carousel-more__item,
#related-events .carousel-more__item {
  margin-bottom: 0;
}
.carousel-more__image {
  margin-bottom: 15px;
}

.carousel-more__name {
  font-size: 24px;
  line-height: 28px;
  padding: 0 10px;
}
.carousel-more__smtitle {
  font-size: 18px;
  line-height: 1.2;
  padding: 5px 10px;
}
.carousel-more__title {
  font-size: 18px;
  line-height: 1.2;
  padding: 5px 10px;
  font-weight: 600;
  font-family: "simplerbold", "Roboto", sans-serif;
}
#carousel-events .carousel-more__title {
  font-weight: 600;
  font-family: "simplerbold", "Roboto", sans-serif;
}
#carousel-events .carousel-more__name,
.carousel-more .carousel-more__name {
  font-weight: 100;
  font-family: "simplerregular", "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 10px;
}
.static-img {
  height: 500px;
  position: relative;
}
.static-img .museum-background {
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  transform: none;
}
.static-img .museum-background:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(59%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.65))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
@media (max-width: 1025px) {
  .static-img .museum-background:before {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.55) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(0, 0, 0, 0)),
      color-stop(10%, rgba(0, 0, 0, 0)),
      color-stop(100%, rgba(0, 0, 0, 0.55))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.55) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.55) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.55) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.55) 100%
    );
  }
}
.static-img .museum-background iframe,
.static-img .museum-background video {
  position: absolute;
  background: #000;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}
.static-img .museum-info {
  position: absolute;
  bottom: 60px;
  left: 80px;
  max-width: 100%;
  z-index: 10;
}
.static-img .museum-info.museum-info_top {
  bottom: auto;
  top: 38px;
}
.static-img .museum-info .player-buttons {
  display: inline-block;
  vertical-align: middle;
}
.static-img .museum-info .player-buttons svg {
  margin-left: 15px;
  cursor: pointer;
}
.static-img .museum-info .player-buttons svg:hover {
  fill: #ff0000;
}
.static-img .museum-info .more {
  color: #fff;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  font-size: 13px;
  position: relative;
  padding-top: 2px;
  bottom: -10px;
  display: inline-block;
}
.static-img .museum-info .more.fadeInDown {
  -webkit-animation-delay: 0.3s;
  -khtml-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.static-img .museum-info .more.fadeOutDown {
  -webkit-animation-delay: 0;
  -khtml-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-delay: 0;
}
.static-img .museum-info .more:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -15px;
  top: 4px;
}
.static-img .museum-info .category {
  display: inline-block;
  border: 1px solid #fff;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  position: relative;
}
.static-img .museum-info .category .count {
  top: 100%;
  left: -1px;
}
.static-img .museum-info .category a {
  color: white;
}
.static-img .museum-info .light {
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.static-img .museum-info .h1__date {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 4px;
  display: block;
}
@media (max-width: 1025px) {
  .static-img .museum-info .h1__date {
    font-size: 20px;
  }
}
.static-img .museum-info .h1 {
  font-weight: bold;
  font-size: 55px;
  line-height: 1;
  position: relative;
  margin-bottom: 0px;
  margin-top: 20px;
}
.static-img .museum-info .h1.museum-info__title_lg {
  font-size: 62px;
  line-height: 64px;
  text-shadow: 1px 1px 8px #333;
}

@media (max-width: 1025px) {
  .static-img .museum-info .h1.museum-info__title_lg {
    font-size: 30px;
    line-height: 30px;
  }
}
.static-img .museum-info .h1 .regular {
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.static-img .museum-info .h1 .light {
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.static-img .museum-info .h1 .h1__date {
  font-size: 53px;
  margin-bottom: 10px;
}
@media (max-width: 1025px) {
  .static-img .museum-info .h1 .h1__date {
    font-size: 28px;
  }
}
.static-img .museum-info .h1 .count {
  top: 100%;
  left: 0;
}
.static-img .museum-info .h1 a {
  color: #fff;
}
.static-img .museum-info h2 {
  margin-top: 10px;
  font-size: 28px;
  margin-bottom: 0;
}
.static-img .museum-info h2.museum-info__title_lg {
  font-size: 28px;
  line-height: 28px;
  margin-top: 0;
}
@media (max-width: 1025px) {
  .static-img .museum-info h2.museum-info__title_lg {
    font-size: 16px;
  }
}
.static-img .museum-info h3 a {
  color: #fff;
}
.static-img .museum-info .count {
  font-size: 18px;
  color: #000;
  background: #919191;
  padding: 0 2px;
  position: absolute;
  line-height: 32px;
  min-width: 31px;
  height: 31px;
  text-align: center;
}
@media (max-width: 1025px) {
  .static-img .museum-info {
    max-width: 100% !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 50px !important;
    top: auto !important;
  }
  .static-img .museum-info .h1 {
    font-size: 30px;
    margin-top: 10px;
    line-height: 30px;
  }
  .static-img .museum-info .h2,
  .static-img .museum-info h2,
  .static-img .museum-info .h3,
  .static-img .museum-info h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 6px;
    line-height: 18px;
  }
  .static-img .museum-info .more {
    display: none;
  }
  .static-img .museum-info .category {
    font-size: 10px;
    padding: 6px 5px;
  }
}
.static-img .museum-info__title_lg {
  font-size: 62px;
  line-height: 64px;
  position: relative;
  margin-bottom: 0;
  margin-top: 20px;
  color: #fff;
}
.static-img.short {
  height: 320px;
}
.static-img.short .museum-background:before {
  display: none;
}
@media (max-width: 1025px) {
  .static-img.short {
    height: 180px;
  }
}
.social-share {
  float: right;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.58);
  white-space: nowrap;
  position: relative;
}
@media (min-width: 1440px) {
  .department .social-share {
    margin-left: 45px;
  }
}
.social-share_left {
  float: left;
}
.share-wrapper,
.share-toggle {
  display: block;
  vertical-align: top;
}
.share-wrapper {
  max-width: 50px;
  height: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.share-wrapper.open {
  height: 220px;
  background-color: #fff;
}
.share-wrapper__link {
  margin: 10px 0;
  display: block;
  vertical-align: top;
  /*
    &:first-child{
        margin-left: 20px;
    }
    */
}
.share-wrapper__link img {
  display: block;
  min-height: 26px;
  margin: 0 auto;
}
.share-toggle {
  cursor: pointer;
  margin-right: 0;
  line-height: 1;
}
.share-toggle__image {
  display: block;
  margin-bottom: 3px;
}
.collection-slider.owl-theme .owl-dots {
  bottom: auto;
  left: 60px;
  top: 140px;
  right: auto;
  visibility: visible !important;
  animation: none !important;
  -webkit-animation: none !important;
}
.collection-slider .museum-img .museum-info {
  /*left: 60px;*/
  bottom: 60px;
}
/*dada pages*/
.page-node-3030021 .collection-slider .museum-img .museum-info,
.page-node-3218566 .collection-slider .museum-img .museum-info {
  position: absolute;
  bottom: 30px;
  left: auto;
  right: auto;
}
.page-node-3030021 .museum-img .museum-info .h1,
.page-node-3218566 .museum-img .museum-info .h1 {
  width: 100%;
}

.page-node-3218566 .museum-img .museum-info .h1 {
  font-size: 40px;
}
/**/

.carousel-count {
  font-size: 18px;
  position: absolute;
  top: 60px;
  left: 60px;
  color: #fff;
  z-index: 9;
  text-align: center;
  text-transform: uppercase;
}
.carousel-count__numb {
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
}
.past-exhibitions__container {
  /* max-width: 1300px; */
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.header-tags {
  background: #f1f1f1;
  padding: 20px;
}
.radio-label {
  position: relative;
}
.radio-label input[type="radio"] {
  opacity: 0;
}
.radio-label input[type="radio"] + .check {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  display: block;
  border: 1px solid #ff0000;
}
.radio-label input[type="radio"]:checked + .check {
  background: #ff0000;
}
.radio-label a {
  -webkit-transition: all 0.8s;
  -khtml-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.animate-remove {
  opacity: 0;
  transform: translate(0, -150px);
  -webkit-transition: all 0.1s ease-in;
  -khtml-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  visibility: hidden;
}
.square .animate-remove {
  transform: none;
  -webkit-transition: all 0.5s ease-in;
  -khtml-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.museum-item__info {
  padding: 30px;
  border-right: 1px solid #ccc;
  overflow: hidden;
  position: relative;
}
.view-all-events-on-event-page .museum-item__info {
  min-height: unset;
  border: 0;
}
.museum-item_info_buttons {
  padding-bottom: 20px;
  box-shadow: 0 0px #fff;
}
.museum-item_info_buttons .museum-item__subtitle {
  font-size: 22px;
}
.museum-item__category {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "simplerbold", "Roboto", sans-serif;
  display: inline-block;
  border: 1px solid;
  padding: 4px 10px;
  letter-spacing: 1px;
  white-space: nowrap;
  text-transform: uppercase;
}
.museum-item_list__category {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "simplerbold", "Roboto", sans-serif;
  display: inline-block;
  padding: 0;
  letter-spacing: 1px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  border: 0;
}
.product__current .museum-item__category {
  margin: 10px 0;
}
.node-type-event .product__current .museum-item__category {
  margin: 10px 0 20px 0;
}
.museum-item__category_blue {
  border-color: #00b0e1;
  color: #00b0e1;
}
.museum-item__category_blue:hover,
.museum-item__category_blue:focus,
.museum-item__category_blue:active {
  color: #00b0e1;
}
.museum-item__category_purple {
  border-color: #010076;
  color: #010076;
}
.museum-item__category_purple:hover,
.museum-item__category_purple:focus,
.museum-item__category_purple:active {
  color: #010076;
}
.museum-item__category_green {
  border-color: #00b47c;
  color: #00b47c;
}
.museum-item__category_green:hover,
.museum-item__category_green:focus,
.museum-item__category_green:active {
  color: #00b47c;
}
.museum-item__category_red {
  border-color: #ff0000;
  color: #ff0000;
}
.museum-item__category_red:hover,
.museum-item__category_red:focus,
.museum-item__category_red:active {
  color: #ff0000;
}
.museum-item__title {
  clear: both;
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "simplerbold", "Roboto", sans-serif;
  margin-top: 15px;
}
.museum-item__title a:hover {
  opacity: 0.75;
  color: #ff0000;
}
.museum-item__descr {
  font-size: 14px;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  line-height: 20px;
  margin-bottom: 5px;
}
.museum-item__actions {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.museum-item__actions .btn {
  margin: 0;
  min-width: 140px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.museum-item__actions .btn-danger {
  padding-left: 19px;
}
.museum-item__date {
  font-weight: bold;
  font-size: 18px;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  margin-bottom: 15px;
}
.header-filters {
  background: rgba(0, 0, 0, 0.03);
  padding: 0;
  height: auto;
}

.page-node-16 .header-filters,
.page-node-335 .header-filters {
  padding-top: 10px;
  padding-bottom: 11px;
}
.header-filters * {
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  transition: none;
}
.header-filters .collapsing {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-filters .header-filters__checkboxes.collapse {
  display: block !important;
}
@media (max-width: 1025px) {
  .header-filters .header-filters__checkboxes {
    float: none;
    clear: both;
    padding: 0 14px;
    margin-top: 0;
  }
  .header-filters .header-filters__checkboxes.collapse {
    display: none !important;
  }
  .header-filters .header-filters__checkboxes.collapsing,
  .header-filters .header-filters__checkboxes.in {
    display: block !important;
  }
  .header-filters .checkbox-label {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .header-filters .checkbox-label:last-child {
    margin-bottom: 0;
  }
}
.checkbox-label {
  position: relative;
  padding-left: 30px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  font-size: 15px;
  margin-right: 17px;
  margin-bottom: 0;
  cursor: pointer;
  white-space: nowrap;
}
.checkbox-label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox-label input:checked + .check {
  background: url(/sites/all/themes/museum/img/icons/checkmark.svg) no-repeat;
  border: none;
  width: 18px;
  height: 18px;
}
.checkbox-label .check {
  border: 2px solid #00b47c;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.checkbox-label.checkbox-label_red .check {
  border-color: #ff0000;
}
.checkbox-label.checkbox-label_green .check {
  border-color: #00b47c;
}
.checkbox-label.checkbox-label_green input:checked + .check {
  background: url(/sites/all/themes/museum/img/icons/checkmark_green.svg)
    no-repeat;
}
.checkbox-label.checkbox-label_violet .check {
  border-color: #010076;
}
.checkbox-label.checkbox-label_violet input:checked + .check {
  background: url(/sites/all/themes/museum/img/icons/checkmark_violet.svg)
    no-repeat;
}
.checkbox-label.checkbox-label_orange .check {
  border-color: #ff6223;
}
.checkbox-label.checkbox-label_orange input:checked + .check {
  background: url(/sites/all/themes/museum/img/icons/checkmark_orange.svg)
    no-repeat;
}
.checkbox-label.checkbox-label_blue .check {
  border-color: #00b0e1;
}
.checkbox-label.checkbox-label_blue input:checked + .check {
  background: url(/sites/all/themes/museum/img/icons/checkmark_blue.svg)
    no-repeat;
}

.header-filters__checkboxes {
  margin-top: 11px;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
}
.i18n-en .header-filters__checkboxes {
  float: left;
  margin-left: 20px;
}
.i18n-he .header-filters__checkboxes {
  float: right;
  margin-right: 20px;
}

@media screen and (max-width: 1025px) {
  .i18n-en .header-filters__checkboxes {
    flex-direction: column;
    align-items: start;
  }
  .i18n-he .header-filters__checkboxes {
    flex-direction: column;
    align-items: start;
  }
  .i18n-en .header-filters__date {
    position: relative;
    float: right;
    margin-top: 15px;
    top: -5px;
    right: 5px;
  }
  .i18n-he .header-filters__date {
    float: left;
    position: relative;
    top: -5px;
    left: 5px;
  }
}
@media screen and (min-width: 1026px) {
  .header-filters__checkboxes {
    flex-direction: row;
    align-items: center;
  }
  .i18n-en .header-filters__date {
    position: relative;
    float: right;
    top: 0;
    right: 5px;
    line-height: 2.8;
  }
  .i18n-he .header-filters__date {
    float: left;
    position: relative;
    top: 0;
    left: 5px;
    line-height: 2.8;
  }
}

.header-filters__date .svg-icon {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -5px;
}
.events-highlights-calendar {
  visibility: hidden;
  width: 0.1em;
}
.ui-datepicker {
  position: absolute;
  right: 0 !important;
  left: auto !important;
  background: #f8f8f8;
  padding: 20px;
  min-width: 315px;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.ui-datepicker .ui-state-default {
  font-size: 16px;
  color: #ff0000;
  height: 38px;
  line-height: 30px;
  text-align: center;
}
.ui-datepicker .ui-state-default.ui-state-active,
.ui-datepicker .ui-state-default.ui-state-hover {
  background: #ff0000;
  color: #fff;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight {
  background: #ff0000;
  color: #fff;
}
.ui-datepicker td {
  border: 1px solid #dcdcdc;
  padding: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 15px;
  cursor: pointer;
  display: inline-block;
  background: url(/sites/all/themes/museum/img/icons/arrow-right_red.svg)
    no-repeat center;
  background-size: 100%;
  width: 8px;
  height: 12px;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 5px;
}
.ui-datepicker .ui-datepicker-next {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker thead {
  display: none;
}
.datepicker-input {
  color: #ff0000;
  font-size: 21px;
  font-weight: bold;
  background: transparent;
  border: none;
  text-align: right;
  margin-right: 15px;
}
.ui-datepicker-trigger {
  border: none;
  background: transparent;
  font-size: 18px;
}
.ui-datepicker-trigger:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
  width: 21px;
  height: 21px;
  background: url(/sites/all/themes/museum/img/icons/date.svg) no-repeat;
  background-size: cover;
}

.event {
  padding: 30px 35px 30px 105px;
}
.event__image {
  margin-bottom: 40px;
}
.event__description {
  font-size: 17px;
  line-height: 27px;
  max-width: 613px;
  margin-bottom: 51px;
}
.event__text {
  margin-bottom: 26px;
}
.event__sidebar {
  padding-right: 30px;
  padding-bottom: 30px;
}
.event__sidebar .social-share {
  margin-top: 6px;
}
.event__sidebar:after {
  content: "";
  display: block;
  clear: both;
}
.event__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
}
.event__year {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 45px;
}
.event__characteristic {
  font-size: 17px;
  line-height: 27px;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
}
.event__characteristic p {
  font-weight: 400;
  font-size: inherit;
}

.event__characteristic h4 {
  font-family: "simplerbold";
}
.event__light {
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.container-wrapper {
  padding: 60px 35px 30px 105px;
}
.department {
  padding-top: 60px;
  padding-bottom: 10px;
}
.department__description {
  font-size: 18px;
  line-height: 30px;
}
.department__text {
  margin-top: -6px;
  margin-bottom: 13px;
}
.department__more {
  font-weight: 600;
  font-family: "simplerbold", "Roboto", sans-serif;
  color: #ff0000;
}
.section__title {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 14px 25px;
  border-top: 1px solid #ccc;
  margin-top: 50px;
}

.node-type-family .activities .section__title {
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 25px 14px;
  border-top: 0;
  margin-top: 0;
}
.node-type-family .container-wrapper,
.event {
  padding: 60px 105px 0 35px;
}
@media screen and (max-width: 1025px) {
  .node-type-event .product {
    padding: 10px;
  }
  .node-type-event .parallax-container {
    height: 200px;
  }
}
@media screen and (min-width: 1026px) {
  .node-type-event .product {
    padding: 50px 120px;
  }
  .node-type-event .parallax-container {
    height: 500px;
  }
}

#related-exhibitions {
  /*.section__title*/
  padding: 14px 25px 0;
  text-transform: initial;
  margin-top: 0;
  line-height: 1.2;
}
#related-exhibitions .btn.btn-danger {
  margin-top: 20px;
}
/*
.relatedeventsdates .moreeventdate{
	font-size: 20px;
}
*/
#related-events .btn {
  margin: 15px 0 0;
}
#related-events {
  /*.section__title*/
  text-transform: initial;
}
#related-events h2,
#related-events h3 {
  /*.section__title*/
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 300;
}
@media (max-width: 1025px) {
  .section__title {
    margin-top: 32px;
  }
}
.section__title_top {
  margin-top: 0;
}
.section__title_border-none {
  border: none;
}
.section__title_spacing {
  font-size: 28px;
  line-height: 34px;
  margin-top: 50px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1025px) {
  .section__title_spacing {
    margin-top: 32px;
  }
}
.about-links {
  margin-top: 50px;
}
.owl-carousel {
  display: block;
}
.info-wrapper__header {
  font-size: 0;
}
.product__date__icon {
  margin-top: 5px;
  margin-right: 10px;
}
.inner-page_date {
  padding-top: 171px;
}

@media (max-width: 1025px) {
  .department__actions .btn {
    text-align: center;
    margin: 5px auto;
    width: 100%;
  }
}
.node-type-courses-teacher .department__actions .btn {
  margin-top: 20px;
}
.department-info {
  max-height: 245px;
  -webkit-transition: all 0.25s;
  -khtml-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  overflow: hidden;
  margin-bottom: 20px;
}
.department-info.open {
  max-height: 2000px;
}
.product-scrollspy {
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-node-4308346 .product-scrollspy {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1000px) {
  .product-navigation {
    border-right: none;
    border-left: 2px solid red;
  }
  .page-node-4308346 .product-navigation {
    border: 0;
  }
}
@media screen and (max-width: 1025px) {
  .product-navigation {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .visitors {
    display: flex;
    flex-direction: column-reverse;
  }
  .node-type-visitor-information ul.product-navigation {
    text-align: center;
  }
  .node-type-visitor-information li.product-navigation__item {
    display: inline-block;
  }
  .node-type-visitor-information li.product-navigation__item a {
    padding: 15px;
  }
  /*
.node-type-visitor-information li.product-navigation__item a::after {
	content: '|' ;
	padding: 0 3px 0 0;
}
*/
}
.product-navigation__item {
  position: relative;
  margin-bottom: 20px;
  font-weight: 200;
}
.page-node-4308346 .product-navigation__item {
  background-color: red;
  padding: 5px;
}
.page-node-4308346 .product-navigation__item a {
  color: #fff;
}
.audio-desktop .product-navigation__item {
  position: relative;
  margin-bottom: 13px !important;
  font-weight: 200;
}

.audio-desktop .product-navigation__item.active .product-navigation__link {
  line-height: 1;
}
.product-navigation__item:last-child {
  margin-bottom: 0;
}
.product-navigation__item.active .product-navigation__link {
  color: #ff0000;
}
.product-navigation__item.active:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ff0000;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-navigation__link {
  background: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 18px;
}
.header-year {
  position: relative;
}
.slider-points {
  margin: 0;
  background: #f1f1f1;
  padding: 0 15px;
  text-align: center;
}
.slider-points ul {
  margin: 0;
}
.slider-points:after {
  content: "";
  display: block;
  clear: both;
}
.mTSWrapper {
  display: inline-block;
  max-width: 100%;
}
.slider-points__item {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 60px;
  float: left;
  background: #f1f1f1;
  cursor: pointer;
}
.slider-points__item:after {
  content: "";
  background: #ff0000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 70%;
  margin-top: -1px;
}
.slider-points__item:hover .slider-points__circle {
  -webkit-transform: scale(2);
  -khtml-transform: scale(2);
  -moz-transform: scale(2);
  transform: scale(2);
}
.slider-points__circle {
  background: #ff0000;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 70%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -khtml-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.collapse_transparent {
  position: absolute;
  left: 0;
  width: 100%;
}
.slider-points__title {
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  -webkit-transition: all 0.8s;
  -khtml-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.list-nav {
  margin: 0;
}
.list-nav__item {
  border-bottom: 1px solid #ccc;
}
.node-type-education .list-nav__item {
  border-top: 1px solid #ccc;
}
.list-nav__link {
  text-transform: uppercase;
  display: block;
  padding: 15px 60px 15px 20px;
  color: #000;
  font-size: 20px;
  position: relative;
}
.list-nav__link:hover {
  background: #fff;
}
.list-nav__link:hover:after {
  background: url(/sites/all/themes/museum/img/icons/arrow-right.svg) no-repeat
    0 center;
  background-size: 100%;
}
.list-nav__link:after {
  content: "";
  display: block;
  background: url(/sites/all/themes/museum/img/icons/arrow-right.svg) no-repeat
    0 center;
  background-size: 100%;
  height: 20px;
  width: 9px;
  right: 50px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.list-nav__link_active {
  color: #fff;
  cursor: default;
  background: #ff0000;
}
.list-nav__link_active:after {
  background: url(/sites/all/themes/museum/img/icons/arrow-right_white.svg)
    no-repeat 0 center;
  background-size: 100%;
}
.department-modal .close {
  opacity: 1;
}
.department-modal .modal-content {
  border-radius: 0;
  border: 1px solid #ff0000;
  padding: 20px;
}
.department-modal .modal-header {
  border: none;
}
.modal-backdrop.in {
  opacity: 0.3;
}
.department-modal__h2 {
  margin: 0;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  color: #ff0000;
}
.department-modal__title {
  font-weight: bold;
  line-height: 22px;
  font-size: 16px;
  color: #000;
}
.department-modal__descr,
.department-modal__descr p,
.department-modal__descr em {
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
}
.department-modal__descr a {
  color: #000;
}
.department-modal__descr a:hover {
  color: #ff0000;
}
.view-collections-151,
.view-collections-151 .view-content {
  height: 100%;
}
.collections-sub-menu .panel-collapse.collapsing {
  transition-delay: 700ms !important;
}
.panel-group_collapse {
  background: #f1f1f1;
  margin-bottom: 0;
  padding: 21px 0 10px;
}

/************push down the departments sub menus because of the added top toolbar menu******************/
.department_submenu {
  padding: 70px 0 10px;
}

.page-node-151 .panel-group_collapse {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1025px) {
  .inner-page .panel-group_collapse {
    padding: 0;
  }
  .panel-group_collapse .row .col-lg-3:nth-child(odd) .list-unstyled,
  .panel-group_collapse .row .col-lg-3:nth-child(even) .list-unstyled {
    border: 0;
  }
}
.panel-group_collapse .panel {
  margin: 0 !important;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-group_collapse .panel .panel-body {
  border-top: none !important;
  font-size: 15px;
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  padding: 5px 37px;
}
.panel-group_collapse .panel .panel-title {
  font-size: 15px;
}
.panel-group_collapse .panel .panel-title > a {
  color: #ff0000;
}
.panel-group_collapse .panel .panel-title > a:after {
  content: "";
  display: inline-block;
  background: url(/sites/all/themes/museum/img/icons/arrow-left_red.svg)
    no-repeat center;
  background-size: 100%;
  width: 8px;
  height: 12px;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(270deg);
  margin-right: 5px;
}
.panel-group_collapse .panel .panel-title > a.collapsed {
  color: #000;
}
.panel-group_collapse .panel .panel-title > a.collapsed:after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(180deg);
}
.panel-group_collapse .panel .all-link > a:before {
  display: none;
}
.panel-group_collapse .panel .all-link > a:after {
  content: "";
  display: inline-block;
  background: url(/sites/all/themes/museum/img/icons/arrow-right_red.svg)
    no-repeat center;
  background-size: 100%;
  width: 8px;
  height: 12px;
  vertical-align: middle;
  margin-right: 5px;
}
.panel-group_collapse .panel .panel-heading {
  padding: 10px 20px;
}
.panel-group_collapse .list-unstyled {
  margin-bottom: 0;
  border: none;
}
.panel-group_collapse .list-unstyled > li {
  padding-bottom: 5px;
  /*border-right: 1px solid #ccc;*/
}
.panel-group_collapse .list-unstyled > li:nth-child(4n + 4),
.panel-group_collapse .list-unstyled > li:last-of-type {
  border-right: 0;
}
@media (max-width: 768px) {
  .panel-group_collapse .list-unstyled > li:nth-child(2n + 2),
  .panel-group_collapse .list-unstyled > li:last-of-type {
    border-left: 0;
    border-right: 0;
  }
}
.pager--infinite-scroll {
  clear: both;
  display: inline-block;
  margin: 40px auto;
  width: 100%;
}
.pager--infinite-scroll li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ff0000;
  border-radius: 0;
  color: #ff0000;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  line-height: 1.42857;
  max-width: 300px;
  min-width: 150px;
  padding: 11px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.view-iac-show-artists-en .pager--infinite-scroll li a,
.view-jewish-art-and-life-collection .pager--infinite-scroll li a,
.view-gidal-collection .pager--infinite-scroll li a,
.view-collections-151 .pager--infinite-scroll li a,
.view-gallery-display .pager--infinite-scroll li a,
.view-irso-collection .pager--infinite-scroll li a,
.view-collection-dada-surrealism .pager--infinite-scroll li a,
.view-collections-by-galleries .pager--infinite-scroll li a,
.view-gidal-collection .pagination {
  position: absolute;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.view-gidal-collection .pagination {
  margin-right: -250px;
  left: auto;
  right: 50%;
}

.view-iac-show-artists .pager--infinite-scroll li a {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.pager--infinite-scroll li a:hover {
  background: #ff0000;
  color: #fff;
}
#views-exposed-form-all-events-on-event-page-block .form-control {
  background-color: transparent;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 0;
  min-height: auto;
  height: auto;
}
#edit-field-event-type-tid-wrapper {
  padding: 0;
  margin-top: 8px;
}
#views-exposed-form-all-events-on-event-page-block .form-type-bef-checkbox {
  float: left;
  margin-right: 15px;
  text-align: left;
}
#views-exposed-form-all-events-on-event-page-block
  .form-type-bef-checkbox
  input {
  display: inline-block;
  float: left;
  margin-right: 7px;
  width: auto;
  min-height: auto;
  height: auto;
}
#views-exposed-form-all-events-on-event-page-block
  .form-type-bef-checkbox
  label {
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  margin-bottom: 0;
  margin-right: 17px;
  padding-left: 0;
  position: relative;
  white-space: nowrap;
}
/*add this for new changes*/
#views-exposed-form-all-events-on-event-page-tour-block .form-control {
  background-color: transparent;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 0;
  min-height: auto;
  height: auto;
}
#edit-field-language-event-tid-wrapper {
  padding: 0;
}
#views-exposed-form-all-events-on-event-page-tour-block
  .form-type-bef-checkbox {
  float: left;
  margin-right: 15px;
  text-align: left;
}
#views-exposed-form-all-events-on-event-page-tour-block
  .form-type-bef-checkbox
  input {
  display: inline-block;
  float: left;
  margin-right: 7px;
  width: auto;
  min-height: auto;
  height: auto;
}
#views-exposed-form-all-events-on-event-page-tour-block
  .form-type-bef-checkbox
  label {
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  margin-bottom: 0;
  margin-right: 17px;
  padding-left: 0;
  position: relative;
  white-space: nowrap;
}

@media (min-width: 1000px) {
  .panel-group_collapse {
    overflow: hidden;
  }
  .panel-group_collapse .list-unstyled {
    /*border-right: 1px solid #ccc;*/
  }
  .panel-group_collapse .col-lg-3:last-child .list-unstyled {
    border-right: none;
  }
  .panel-group_collapse .panel {
    float: left;
  }
  .panel-group_collapse .panel .panel-body {
    padding: 20px 20px 15px;
  }
  .panel-group_collapse .panel-collapse {
    position: absolute;
    background: #fff;
    left: 0;
    top: inherit;
    width: 100%;
    z-index: 999;
    margin-top: 10px;
  }
}
@media (max-height: 600px) {
  aside.info,
  aside.menu {
    overflow: auto;
  }
  aside.info .menu-social,
  aside.menu .menu-social {
    position: static;
  }
  aside.info .menu-section__list,
  aside.menu .menu-section__list {
    position: static;
  }
}
@media (max-width: 1025px) {
  .pp-section.pp-table {
    padding-top: 47px;
  }
  .header-bottom {
    background: #fff;
    padding: 1px 15px 0;
    position: relative;
    padding-left: 54px;
    white-space: nowrap;
    line-height: 0;
  }
  .header-bottom__view {
    display: none;
  }
  .header-bottom__link {
    font-size: 17px;
  }
  .search-mobile {
    background: #ff0000;
    width: 47px;
    height: 100%;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
  }

  .searchpage {
    padding-top: 25px !important;
  }
  .header-bottom_type_date {
    padding-left: 15px;
  }
  .header-bottom_type_date .search-mobile {
    top: 44px;
  }
}

.course-breadcrumb {
  font-size: 16px;
  margin-left: 10px;
}
@media (max-width: 1025px) {
  .course-breadcrumb {
    font-size: 13px;
  }
}
.breadcrumbs {
  padding: 15px 25px;
  background: #f1f1f1;
}
.breadcrumbs__list {
  margin: 0;
}
.breadcrumbs__item {
  font-weight: 600;
  font-family: "simplerbold", "Roboto", sans-serif;
  font-size: 21px;
}
.breadcrumbs__results {
  font-size: 18px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.accordions.panel-group .panel + .panel {
  margin-top: 0;
}
.accordions.panel-group {
  margin-bottom: 0;
}
.accordions.panel-group .panel {
  border: none;
  border-top: 1px solid #cccccc;
}
.accordions.panel-group .panel .panel-heading {
  background: transparent;
  padding: 0;
}
.accordions.panel-group .panel .panel-body {
  background: #eee;
  font-size: 24px;
  line-height: 39px;
  padding: 0 24px 15px;
  border: none;
}
@media (max-width: 1025px) {
  .accordions.panel-group .panel .panel-body {
    font-size: 18px;
    line-height: 34px;
  }
}
.accordions.panel-group .panel .panel-body a:after {
  content: "";
  display: inline-block;
  background: url(/sites/all/themes/museum/img/icons/arrow-right.svg) no-repeat
    center;
  background-size: 100%;
  width: 8px;
  height: 12px;
  vertical-align: middle;
  margin-left: 10px;
}
.accordions.panel-group .panel .panel-body a:hover:after {
  background-image: url(/sites/all/themes/museum/img/icons/arrow-right_red.svg);
}
.panel-heading__link {
  display: block;
  padding: 10px 24px;
  background: #eee;
  font-size: 28px;
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 50px;
  position: relative;
}
@media (max-width: 1025px) {
  .panel-heading__link {
    font-size: 21px;
  }
}

.panel-heading__link:before {
  content: "\2013";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*******׳¢׳׳•׳“ ׳׳•׳¨׳™ ׳“׳¨׳************/
#noHeading .panel-heading__link:before {
  display: none;
}
#noHeading .panel-heading__link.collapsed:before {
  display: none;
}
/***************/

.panel-heading__link.collapsed {
  background: transparent;
  color: #000 !important;
}
.panel-heading__link.collapsed:before {
  content: "+";
}

@media (max-width: 1025px) {
  html {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  body {
    overflow-y: initial;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .wrapper {
    margin-bottom: 0;
  }
  .content {
    padding-top: 47px;
  }

  .page-node-5696491 .content,
  .page-node-5696606 .content,
  .page-node-5696411 .content {
    padding-top: 0 !important;
  }
  .pp-section.pp-table {
    display: block;
    transform: none !important;
    -webkit-transform: none !important;
    position: static;
    height: auto;
  }
  .pp-section.pp-table .pp-tableCell {
    display: block;
  }
  .events-section.owl-theme .owl-dots {
    position: static;
    text-align: center;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 5px;
  }
  .events-section.owl-theme .owl-dots .owl-dot span {
    border-color: #999999;
  }
  .events-section.owl-theme .owl-dots .owl-dot.active span {
    background: #999999;
    border-color: #999999;
  }
  .events-section.owl-theme .owl-prev,
  .events-section.owl-theme .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    background: url(/sites/all/themes/museum/img/icons/arrow-prev.png) no-repeat
      center;
    background-size: 100%;
    width: 32px;
    height: 32px;
    font-size: 0;
    margin-top: -16px;
  }
  .events-section.owl-theme .owl-next {
    left: auto;
    right: 0;
    -webkit-transform: rotate(-180deg);
    -khtml-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .js-desktop-carousel .museum-info {
    min-height: 0;
  }
  .footer .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .js-mobile-carousel {
    margin-top: 26px;
  }
  .menu-svg {
    width: 17px;
    height: 17px;
  }
  aside.info,
  aside.menu {
    padding: 20px 20px 0 20px;
    height: 100%;
    overflow-y: auto;
    max-height: 100%;
  }
  aside.info .menu-header,
  aside.menu .menu-header {
    padding-bottom: 11px;
    margin-bottom: 20px;
  }
  aside.info .menu-social,
  aside.menu .menu-social {
    left: 0;
    right: 0;
    bottom: 0;
    position: static;
  }
  aside.info .menu-header {
    padding-bottom: 5px;
    margin-bottom: 14px;
  }
  aside.info .menu-section {
    padding-bottom: 5px;
  }
  aside.info .menu-section .menu-section__item:before {
    top: 6px;
  }
  aside.info
    .menu-social
    .menu-social__list
    .menu-social__list__item
    .menu-social__list__item__link {
    padding: 10px;
    height: 78px;
    font-weight: 600;
    font-family: "simplerbold", "Roboto", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 10px;
    line-height: 15px;
  }

  aside.info
    .menu-social
    .menu-social__list
    .menu-social__list__item
    .menu-social__list__item__link
    .menu-social__icon {
    height: 25px;
  }
  aside.info
    .menu-social
    .menu-social__list
    .menu-social__list__item
    .menu-social__list__item__link
    .menu-social__icon
    svg {
    max-height: 25px;
  }
  .menu-section__list {
    position: static;
  }
  .menu-section__item:before {
    content: none;
  }
  .menu-section__item {
    padding: 0;
    font-size: 17px;
    line-height: 2;
  }
  .menu-section__item p {
    font-size: 14px !important;
  }
  .menu-section:last-child {
    border-bottom: none;
  }
  .menu-header__left {
    font-size: 12px;
    font-weight: bold;
  }

  .info .menu-header__left svg {
    display: none;
  }
  .info .menu-header__left span {
    margin: 0;
  }
  .menu-close {
    margin-left: 19px;
    width: 17px;
    cursor: pointer;
    vertical-align: middle;
  }
  .menu-svg,
  .menu-span {
    display: none;
  }
  .search-svg {
    width: 17px;
    cursor: pointer;
    vertical-align: middle;
  }
  .language-svg {
    margin-left: 14px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
  }

  .header-dropdown {
    z-index: 1000;
    width: 100%;
    background: #f5f5f5;
    padding: 0 20px;
    right: -100%;
    min-height: 405px;
  }
  .header-dropdown .header-dropdown__arrow {
    vertical-align: top;
    margin-right: 30px;
  }
  .header-dropdown .header-dropdown__title {
    padding: 16px 0 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 12px;
    color: #000;
  }
  .header-dropdown .header-dropdown__title .header-dropdown__close {
    color: #ff0000;
    position: absolute;
    cursor: pointer;
    right: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: auto;
  }
  .header-dropdown .header-dropdown__body {
    padding: 0 0 7px 0;
    border-bottom: 1px solid #ccc;
  }
  .header-dropdown
    .header-dropdown__body
    .header-dropdown__list
    .header-dropdown__item {
    margin-bottom: 12px;
  }
  .header-dropdown
    .header-dropdown__body
    .header-dropdown__list
    .header-dropdown__item
    .header-dropdown__link {
    font-size: 15px;
  }
  .header-dropdown
    .header-dropdown__body
    .header-dropdown__list
    .header-dropdown__item
    .header-dropdown__link--en,
  .header-dropdown
    .header-dropdown__body
    .header-dropdown__list
    .header-dropdown__item
    .header-dropdown__link--he {
    font-size: 20px;
  }
  .search-box {
    z-index: 1000;
    /* width: auto;
    left: 20px;
    right: 20px; */
    width: 100%;
    left: auto;
    right: auto;
  }
  .search-box .search-box__header {
    background: #f5f5f5;
    padding: 16px 10px 15px !important;
    /*border-bottom: 1px solid #ccc;*/
    height: auto !important;
  }
  .search-box .search-box__header .search-box__icon {
    padding-right: 10px;
  }
  .search-box .search-box__header .search-box__icon svg {
    width: 17px;
  }
  .search-box .search-box__header .search-box__input {
    padding-left: 40px;
    font-size: 22px;
    color: #000;
    font-weight: normal;
    font-family: "simplerregular", "Roboto", sans-serif;
    height: 100%;
  }
  .search-box .search-box__header .search-box__close {
    right: 0;
  }
  .search-box .search-box__header .search-box__wrapper {
    padding-right: 35px;
  }
  .search-box.search-box_collection {
    left: 0;
    right: 0;
  }
  .search-box.search-box_collection .search-box__header {
    padding: 30px 20px !important;
  }
  .menu-header {
    border-bottom: 1px solid #ccc;
  }

  .node-type-event-landing-page .inner-page_filter {
    padding-top: 110px;
  }
  .carousel-count {
    left: 20px;
    top: 20px;
    font-size: 12px;
    line-height: 1;
  }
  .carousel-count__numb {
    font-size: 35px;
  }
  .collection-slider.owl-theme .owl-dots {
    left: 20px;
    top: 70px;
  }
  .masonry-item__info {
    padding: 15px;
  }
  .masonry-item__title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 2px;
  }
  .masonry-item__descr {
    font-size: 14px;
    line-height: 17px;
  }
  .event,
  .container-wrapper {
    padding: 0;
  }
  .product {
    padding: 15px;
  }
  .masonry-header,
  .section__title,
  .carousel-more__header {
    font-size: 21px;
    padding: 4px 20px;
  }
  .event__image {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 17px;
  }
  .inner-page_small-header {
    padding-top: 0;
  }
  .event__sidebar {
    padding-right: 0;
  }
  .node-type-collections .event__sidebar,
  .node-type-collection-gidal .event__sidebar {
    padding-right: 30px;
    padding-left: 30px;
  }
  .event__description,
  .event__characteristic {
    font-size: 14px;
    line-height: 20px;
  }
  .event__title {
    font-size: 22px;
    line-height: 24px;
  }
  .event__year {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .event__text {
    margin-bottom: 20px;
  }
  .section {
    position: relative;
  }
  .custom-modal {
    display: none !important;
  }
  .custom-modal.half,
  .custom-modal.custom-modal_half {
    width: 100%;
    min-width: 100%;
    top: 0;
  }
  .department__actions.affix,
  .department__actions.affix-bottom,
  .product__actions.affix,
  .product__actions.affix-bottom {
    position: static !important;
    width: 100%;
    text-align: center;
    margin-top: 11px;
    margin-bottom: 63px;
  }
  .product__button {
    font-size: 16px;
    font-weight: 500;
    font-family: "simplerbold", "Roboto", sans-serif;
  }
  .product-news__name {
    font-size: 21px;
    font-weight: normal;
    font-family: "simplerregular", "Roboto", sans-serif;
    margin-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  .product-news__list {
    margin-bottom: 0;
    margin-left: 0;
  }
  .product-news__item {
    padding: 15px 0;
  }
  .product-news {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .carousel-more__list {
    padding: 0 20px;
    margin-bottom: 36px;
  }
  .carousel-more__item {
    margin-bottom: 0;
  }

  .carousel-more__image {
    margin-bottom: 5px;
  }
  .past-exhibitions__actions {
    float: none;
    margin-top: 20px;
  }
  .checkbox-label {
    width: 50%;
    margin: 0;
    float: left;
  }
  .inner-page {
    padding-top: 75px;
  }
}

@media screen and(min-width: 1026px) {
  .department__actions {
    margin-top: 15px;
    text-align: center;
  }
}
.carousel-more__title .etype,
.carousel-more__name .etype {
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 1025px) {
  .info-wrapper {
    width: 100%;
    right: -100%;
    left: auto !important;
    position: fixed;
    padding: 0 20px 20px 20px;
    background: #f5f5f5;
    z-index: 1000;
  }
  .info-wrapper.open {
    right: 0;
  }
  .info-wrapper .info-wrapper__content {
    /*left: 20px;
    top: 61px;
    right: 20px;
    bottom: 20px;*/
    left: auto;
    right: auto;
    overflow: scroll;
  }
  .info-wrapper .info-wrapper__content .info-wrapper__h1 {
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "simplerregular", "Roboto", sans-serif;
  }
  .info-wrapper .info-wrapper__content .info-wrapper__delimeter {
    font-weight: 300;
    font-family: "simplerregular", "Roboto", sans-serif;
    font-size: 16px;
    padding: 14px 0;
    line-height: 30px;
  }
  .info-wrapper .info-wrapper__content .info-wrapper__delimeter:first-child {
    border-bottom: none;
    margin-bottom: -9px;
    padding-bottom: 0;
  }
  .info-wrapper
    .info-wrapper__content
    .info-wrapper__delimeter:first-child
    .info-wrapper__delimeter:first-child {
    padding-top: 0;
  }
  .info-wrapper .info-wrapper__content .info-wrapper__h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
  }
  .info-wrapper .info-wrapper__content .info-wrapper__h1 {
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #ff0000;
    border-bottom: 1px solid #ccc;
    /*margin-right: -15px;*/
  }
  .info-wrapper .info-wrapper__header {
    padding: 16px 0 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    font-family: "simplerbold", "Roboto", sans-serif;
    line-height: 30px;
  }
  .info-wrapper .info-wrapper__arrow {
    vertical-align: middle;
    margin-right: 6px;
  }
  .info-wrapper .menu-close {
    color: #ff0000;
    position: absolute;
    cursor: pointer;
    right: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: auto;
  }
  .static-img {
    height: 220px;
  }
  .static-img .museum-background {
    background-attachment: initial;
  }
  .product__current {
    font-size: 14px;
    text-transform: lowercase;
    margin-top: 6px;
  }
  .product__current > a {
    display: inline-block;
    margin-top: 5px;
    font-weight: normal;
    font-family: "simplerregular", "Roboto", sans-serif;
  }
  .product__title {
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    font-family: "simplerbold", "Roboto", sans-serif;
    margin-top: 8px;
  }
  .product__date {
    font-size: 14px;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .product__description {
    font-size: 16px;
    line-height: 24px;
  }
  .product__description table.staff_list th,
  .product__description table.staff_list td {
    font-size: 14px;
    line-height: 1.2;
  }
  .product__description table.staff_list th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .product__description table.staff_list td.phone {
    white-space: nowrap;
  }
  .product-list__item {
    font-size: 14px;
    line-height: 20px;
  }
  .product-list_terms .product-list__item {
    margin-bottom: 5px;
    text-indent: 0;
    padding-left: 2em;
  }
  .carousel-more__title,
  .carousel-more__name {
    font-size: 24px;
    line-height: 1;
  }

  .product-news__title,
  .product-news__h1 {
    font-size: 21px;
    line-height: 22px;
  }
  .product-news__h1 {
    margin-bottom: 20px;
  }
  .btn.btn-danger.product-news__button {
    display: inline-block !important;
    color: #ff0000;
    background: #fff;
    border: 1px solid #ff0000;
    width: auto;
    text-transform: uppercase;
    padding: 6px 17px;
    margin-top: 20px;
  }
  .btn.btn-danger.product-news__button:hover {
    background: #ff0000;
    color: #fff;
  }
  .btn.btn-danger.product-news__button:hover:after {
    content: none;
  }
  .product__date__icon {
    margin-top: 0;
  }
  .past-exhibitions__img {
    width: auto;
    margin: 0 -15px;
  }
  .past-exhibitions__img img {
    width: 100%;
    height: auto;
  }
  .past-exhibitions__category {
    font-size: 10px;
    margin-top: 15px;
  }
  .past-exhibitions__name,
  .past-exhibitions__place {
    font-size: 24px;
    line-height: 1.4;
  }
  .past-exhibitions__name {
    margin-top: 40px;
  }
  .past-exhibitions__date {
    margin-top: 20px;
    font-size: 14px;
  }
  .past-exhibitions__user {
    font-size: 14px;
  }
  .past-exhibitions__map {
    font-size: 14px;
  }
  .year-carousel__item {
    font-size: 17px;
    font-weight: 300;
    font-family: "simplerregular", "Roboto", sans-serif;
  }
  .year-carousel {
    padding: 9px 10px 0 10px;
    padding-left: 53px;
  }
  .year-carousel .owl-nav {
    display: none;
  }
  .inner-page_date {
    padding-top: 88px;
  }
  .shrine-title__link {
    font-size: 12px;
    line-height: 21px;
  }
  .shrine-title__link:after {
    right: -10px;
    width: 6px;
  }
  .shrine-title {
    padding: 5px 10px;
  }
  .i18n-he .museum-item__info {
    padding: 15px 10px;
    height: auto;
  }
  .i18n-en .museum-item__info {
    padding: 15px 0px 15px 20px;
    height: auto;
  }
  .museum-item_info_buttons {
    padding-bottom: 0px;
  }
  .museum-item_info_buttons .museum-item__subtitle {
    font-size: 16px;
  }
  .museum-item__title {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 3px;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .museum-item__date {
    font-size: 14px;
  }
  .museum-item__category {
    font-size: 12px;
    margin-top: 0;
    padding: 6px 10px;
    margin-bottom: 8px;
    letter-spacing: 0;
  }
  .ui-datepicker-trigger {
    font-size: 0;
    background: #ff0000;
    width: 44px;
    height: 45px;
    line-height: 45px;
    float: right;
  }
  .ui-datepicker-trigger:before {
    margin-right: 0;
    background: url(/sites/all/themes/museum/img/icons/date-white.svg) no-repeat;
    background-size: 100%;
  }
  .datepicker-input {
    font-size: 16px;
    margin-right: 0;
    text-align: left;
    margin-top: 11px;
    margin-left: 30px;
    display: none;
  }
  .datepicker-input_month {
    margin-left: 10px;
    width: 35px;
    display: none;
  }
  .header-filters__sort {
    vertical-align: middle;
    cursor: pointer;
  }
  .header-filters__sort:after {
    content: "";
    display: inline-block;
    background: url(/sites/all/themes/museum/img/icons/arrow-right_red.svg)
      no-repeat center;
    background-size: 100%;
    width: 8px;
    height: 12px;
    vertical-align: middle;
    -webkit-transform: rotate(270deg);
    -khtml-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .header-filters__sort.collapsed:after {
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header-filters__date .svg-icon {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -5px;
  }

  .header-filters__dropdown {
    font-size: 15px;
    float: left;
    padding: 1px 15px 0px;
    line-height: 42px;
    white-space: nowrap;
  }
  #ui-datepicker-div {
    left: auto !important;
    right: 0;
  }
  .header-filters__select {
    margin-bottom: 0;
  }
  /*.social-share {
    min-height: 37px;
    min-width: 25px;
    margin-left: 0;
  }
  .social-share .share-toggle {
    float: right;
  }
  .social-share .share-wrapper {
    width: 140px;
    white-space: nowrap;
    height: 40px;
    max-width: 0;
    right: 0;
    text-align: center;
  }
  .social-share .share-wrapper .share-wrapper__link {
    display: inline-block;
    margin: 2px 4px;
  }
  .social-share:hover .share-toggle {
    display: none;
  }
  .social-share:hover .share-wrapper {
    max-width: 500px;
  }*/

  .i18n-en .department .social-share {
    float: left;
    position: relative;
    z-index: 99;
    margin-left: 20px;
  }
  .i18n-he .department .social-share {
    position: relative;
    z-index: 99;
    margin-right: 20px;
    float: right;
  }

  /*.share-wrapper__link {
    margin: 8px auto;
  }*/
  .header-bottom__list {
    float: none;
    width: 100%;
    white-space: nowrap;
  }
  .header-bottom__list .owl-item {
    float: none;
    display: inline-block;
  }
  .info-heading {
    max-width: 100%;
  }
  .department__text {
    margin-top: 0;
  }
  .department__description {
    font-size: 16px;
    /* margin-top: 25px; */
    line-height: 1.2;
    padding: 10px;
  }
  .department__description .department-info .department__text h2 {
    font-size: 24px;
  }
  .department-info {
    margin-bottom: 10px;
  }
  .museum-item__actions {
    left: 10px;
    bottom: 15px;
  }
  .museum-item__actions .btn {
    min-width: 140px;
    font-size: 14px;
    padding: 6px 0px;
  }
  .museum-item__actions .btn-danger {
    padding-left: 10px;
  }
  .museum-item__descr {
    font-size: 14px;
  }
  .museum-item__date {
    margin-bottom: 15px;
  }
  .product__actions.affix-top,
  .department__actions.affix-top {
    margin: 0 auto;
  }
  .ui-datepicker {
    left: 0 !important;
    margin-top: 44px;
  }
  .clear-xs {
    clear: both;
  }
  .search-box_static.search-box .search-box__header {
    padding: 16px 20px 15px !important;
  }
  .search-box_static.search-box .search-box__autocomplete .search-box__results {
    padding: 0 10px;
    font-size: 16px;
  }
  .search-box_static.search-box
    .search-box__autocomplete
    .search-box__list
    .search-box__item {
    padding: 10px;
  }
  .search-box_static.search-box .search-box__autocomplete {
    top: 62px;
    padding: 10px 0;
  }
  .search-box_static.search-box
    .search-box__autocomplete
    .search-box__list
    .search-box__item
    .search-box__link
    .search-box__img {
    margin-right: 10px;
  }
  .search-box_static.search-box
    .search-box__autocomplete
    .search-box__list
    .search-box__item
    .search-box__link
    .search-box__h5 {
    font-size: 16px;
  }
  .search-box_static.search-box
    .search-box__autocomplete
    .search-box__list
    .search-box__item
    .search-box__link
    .search-box__text {
    font-size: 16px;
    line-height: 22px;
  }
  .item-image,
  .item-text {
    padding: 0 5px;
    margin: 0 5px;
  }
}
@media (min-width: 1000px) {
  .collapse-sm_visible {
    display: block;
  }
}
.header-bottom__link.active {
  font-weight: normal;
  font-family: "simplerregular", "Roboto", sans-serif;
  opacity: 1;
}
.admin-menu .header {
  margin-top: 30px;
}
.page-node-151 .museum-img {
  min-height: 337px;
}
body.node-type-collections > div.main-container > div.row > section.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
body.node-type-collections .inner-page {
  padding-top: 80px;
}
@media (max-width: 1025px) {
  body.node-type-collections .inner-page,
  body.node-type-collections .content {
    padding-top: 0px;
  }
}
.museum-item__subtitle {
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
  margin-top: 0;
  font-size: 22px;
}
#related-events .museum-item__subtitle {
  font-family: "simplerbold", "Roboto", sans-serif;
  margin-top: 0;
  font-size: 22px;
  line-height: 1.2;
}
.node-type-exhibitons .carousel-more__title {
  font-weight: 600;
  font-family: "simplerbold", "Roboto", sans-serif;
}
.node-type-education .panel-title {
  font-family: "Roboto", sans-serif;
}
.product__button {
  font-weight: 500;
  font-family: "simplerbold", "Roboto", sans-serif;
  font-size: 16px;
}
.node-type-default-page .product__title,
.node-type-sub-department .product__title {
  margin-bottom: 10px;
}
.all-events-button {
  float: right;
  font-size: 16px;
  line-height: 3;
  font-weight: bold;
}
@media (max-width: 1025px) {
  .all-events-button {
    line-height: 1;
    margin-right: 10px;
    font-size: 13px;
  }
}
.all-events-button img {
  padding-left: 8px;
}
.page-node-142 .inner-page_date {
  padding-top: 119px;
}
@media (max-width: 1025px) {
  .page-node-142 .inner-page_date {
    padding-top: 46px;
  }
}
.pagination {
  border-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0 !important;
  background-color: #ff0000;
  border-color: #ff0000;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0 !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}
.pagination > li > a,
.pagination > li > span {
  color: #000;
}
.pager-first,
.pager-last {
  display: none !important;
}
.page-node-142 .header-bottom__view {
  display: none;
}
.more-events-carousel-date {
  font-weight: 300;
  font-family: "simplerregular", "Roboto", sans-serif;
}
.form-item-field-language-event-tid,
.form-item-field-event-type-tid {
  float: left;
  margin-top: 0 !important;
  margin-right: 20px;
}
.form-item-field-language-event-tid input[type="radio"],
.form-item-field-event-type-tid input[type="radio"] {
  display: none;
}
.form-item-field-language-event-tid label,
.form-item-field-event-type-tid label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 22px;
  margin-right: 15px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .form-item-field-event-type-tid {
    display: block;
    margin: 30px 0;
    width: 100%;
  }
  .form-item-field-event-type-tid label {
    margin: 10px 0;
  }
}
.form-item-field-language-event-tid label:before,
.form-item-field-event-type-tid label:before,
.event_radio:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0.16em;
  background-color: transparent;
  border: solid 1px red;
  border-radius: 50%;
}
.form-item-field-language-event-tid label.selected:before,
.form-item-field-event-type-tid label.selected:before {
  background-color: red;
}
/* =Preloader Styles - spinner image is intentionally disabled.
--------------------------------------------------------------------------------------------------------*/
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
}
/* End Preloader
--------------------------------------------------------------------------------------------------------*/
.header-bottom__view-type_active--list a {
  background-image: url(/sites/all/themes/museum/img/icons/list-active.svg);
}
.header-bottom__view-type_active--grid a {
  background-image: url(/sites/all/themes/museum/img/icons/grid-active.svg);
}
.header-bottom__view-type_active--list img,
.header-bottom__view-type_active--grid img {
  opacity: 0;
}
.view-empty {
  padding: 3.5% 3.5% 23%;
  font-size: 30px;
}
.header .tdate {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1025px) {
  .header .tdate {
    font-size: 16px;
    float: left;
    padding-top: 14px;
    padding-right: 10px;
  }
}
@media (max-width: 1025px) {
  .hotnews {
    border-bottom: 1px solid #ccc !important;
  }
  .hotnews.menu-section {
    margin-bottom: 18px !important;
  }
  .hotnews .menu-section__item {
    line-height: 1;
    text-transform: none;
  }
  #googleMap {
    max-width: 280px;
  }
  #block-block-17 .product__button {
    width: 100%;
    min-width: auto;
  }
  #block-block-2 .product__button {
    display: none;
  }
}
@media (max-width: 1199px) {
  .collections-home-crumbs {
    padding-top: 14px;
  }
}
@media (min-width: 1200px) {
  .collections-home-crumbs {
    padding-top: 50px;
  }
}
.content hr {
  border-top: 1px solid #ccc;
}
.ux-ui {
  float: right;
}
.ux-ui a {
  font-size: 14px !important;
}
@media (max-width: 768px) {
  .ux-ui {
    float: none;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .node-type-family #department-info {
    margin-top: 10px;
  }
  .node-type-education .list-nav__link.text-right {
    text-align: left;
    font-size: 12px;
  }
  .node-type-education .list-nav__link.text-right:after {
    margin-top: -8px;
    height: 15px;
    width: 7px;
  }
}
.btn {
  font-size: 16px;
}
.i18n-he .sidemenu .btn {
  font-size: 16px;
}

@media (min-width: 769px) {
  .btn {
    width: 250px;
  }
  .i18n-en .product-left .btn,
  .i18n-en .sidemenu .btn {
    width: 250px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
}

.btn-donate {
  font-size: 18px;
  font-weight: bold;
}
/********sidebar buttons for select dropdown********/
select.select_buttons {
  background: transparent;
  width: 250px;
  padding: 10px;
  line-height: 1;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  overflow: hidden;
  border: 0;
  background-color: #ff0000;
  color: #fff;
  margin-bottom: 5px;
}
.i18n-en select.select_buttons {
  background: url("https://www.imj.org.il/sites/all/themes/museum/img/icons/arrow-down.jpg")
    no-repeat 215px 13px #ff0000;
}
.i18n-he select.select_buttons {
  background: url("https://www.imj.org.il/sites/all/themes/museum/img/icons/arrow-down.jpg")
    no-repeat 15px 13px #ff0000;
}
/*
.select_buttons{
width: 250px; 
padding: 10px; 
background-color:#ff0000; 
color:#fff;
margin-bottom:5px;
border:0;
}
*/
.select_buttons option {
  padding: 10px;
  background-color: #fff;
  color: #000;
}
select.select_buttons:focus > option:checked,
select.select_buttons option:hover {
  background-color: #ff0000 !important;
}

.footer .footer-buttons .btn {
  width: auto;
}
.product__description table {
  overflow-x: scroll;
}
.product__description table tr {
  border-bottom: 1px solid #ccc;
  border-top: 0px solid #ccc;
}
.product__description table tr td {
  padding: 5px 0 5px 10px;
}
.product__description table tr th {
  padding: 15px 0;
}
.product__description tr td:first-child {
  font-weight: normal;
  width: 400px;
}
/*https://www.imj.org.il/he/content/%D7%A4%D7%A8%D7%A1%D7%99-%D7%9E%D7%95%D7%96%D7%99%D7%90%D7%95%D7%9F-%D7%99%D7%A9%D7%A8%D7%90%D7%9C-%D7%9C%D7%90%D7%9E%D7%A0%D7%95%D7%AA-%D7%95%D7%9C%D7%A2%D7%99%D7%A6%D7%95%D7%91*/
@media (max-width: 768px) {
  .product__description table.prize {
    width: 100%;
  }
  .product__description table.prize tr td:first-child {
    font-weight: normal;
    width: 40%;
    font-size: inherit;
  }
}

.product__description table.prize {
  width: 60%;
}
.product__description table.prize tr td:first-child {
  font-weight: normal;
  width: 50%;
  font-size: inherit;
}
.product__description tr td.autowidth:first-child {
  font-weight: normal;
  width: auto;
}
.product__description tr td.autowidth {
  padding: 5px;
  text-align: center;
  font-size: 14px;
}

/* SOLR SEARCH */

@media (max-width: 767px) {
  .page-search ol.apachesolr_search-results {
    padding: 0 5px;
  }
  .i18n-en .page-search .search-box__img {
    padding-right: 5px;
  }
  .i18n-he .page-search .search-box__img {
    padding-left: 5px;
  }
}
.page-search .wrapper {
  padding: 50px 0;
}
.page-search .block-facetapi {
  background-color: #fff;
  padding: 0px 30px 30px 30px;
  border-bottom: 1px solid #ccc;
}
.page-search .block-facetapi h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
.page-search .search-form {
  display: none; /*dont show search term here*/
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  margin-bottom: 0;
}
.page-search h4 {
  font-family: "simplerregular", Arial;
  font-weight: 200;
}
.page-search #edit-basic {
  margin-bottom: 0;
  border: 0; /*don't display searchbox on search results page */
  background: #fff;
}
.spelling-suggestions {
  padding: 0 30px;
  margin-bottom: 0px;
  background-color: #f1f1f1;
}
.page-search .facetapi-facetapi-links {
  padding: 0;
}
@media (min-width: 500px) {
  .page-search .facetapi-facetapi-links .leaf {
    display: inline-block;
    width: 24%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 499px) {
  .page-search .facetapi-facetapi-links .leaf {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
.page-search .search-box .search-box__autocomplete {
  position: inherit;
  padding: 0;
}
.page-search .control-label {
  display: none;
}
.page-search .form-item {
  vertical-align: top;
  /* width: 96%;*/
  position: relative;
  display: inline-block;
}
.page-search #edit-keys {
  width: 100%;
  font-size: 30px;
  background-color: transparent;
}
.page-search #edit-submit {
  display: none; /* hide magnifying glass icon */
  width: 4%;
  background-color: transparent;
  background-image: url(/sites/all/themes/museum/img/icons/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -1000px;
  overflow: hidden;
  border: 0;
  margin: 0;
  float: left;
}
.page-search .form-item:before {
  content: " ";
  display: block;
  /*border-left: 1px solid #ccc;*/
  height: 30px;
  position: absolute;
  top: 20%;
}
.page-search .search-box .search-box__header {
  padding: 20px;
  margin-top: 0;
}
.inner-page_small-header .search-box__header {
  display: none;
}
.page-search #edit-keys,
.page-search #edit-submit {
  /*height: 45px; */
  display: none; /*don't show search term here*/
}
.page-search .form-control {
  border: none;
}
@media (max-width: 767px) {
  .page-search .form-item {
    vertical-align: top;
    width: 80%;
    margin-bottom: 0;
  }
  .page-search #edit-submit {
    padding-left: 45px;
  }
  .i18n-en .search-div {
    margin-right: 15px;
  }
  .i18n-he .search-div {
    margin-right: 0;
    float: left;
  }
}

/*******avi's additions*******/

/*********sro shows page-2499131*********/
@media (max-width: 999px) {
  td.sro_show {
    width: 100%;
  }
}
/********notification modal window**********/
.modalwindow {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 320px;
  height: 320px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.modalwindow.visible {
  display: block;
}

.modalwindow .modal__header {
  color: white;
  background: #333;
  line-height: 3;
  text-align: center;
  position: relative;
  height: 50px;
  box-sizing: border-box;
}
.modalwindow .js-close-modal {
  line-height: 1;
  color: #ff0000;
  float: right;
  margin: 5px 10px 0 0;
}
.modalwindow .modal__header a {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  background: #555;
  height: 100%;
}
.modalwindow p {
  padding: 40px 0 20px;
  margin: 5px 20px;
}
/****************/

tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  font-size: 13px;
}

.tooltip-inner {
  text-align: left;
  max-width: 300px;
  padding: 8px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

/********chugim**********/

@media screen and (max-width: 991px) {
  table.courses-list th:nth-child(2),
  table.courses-list th:nth-child(4),
  table.courses-list th:nth-child(6),
  table.courses-list td:nth-child(2),
  table.courses-list td:nth-child(4),
  table.courses-list td:nth-child(6) {
    display: none;
  }
  .node-type-courses .basic__characteristic:first-child {
    border: 0;
  }
  .node-type-courses .basic__characteristic:nth-child(2) {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 992px) {
  .node-type-courses .product-wrapper {
    max-width: unset;
    word-wrap: break-word;
    padding: 0 200px 0 250px;
  }
}
.node-type-courses .basic__characteristic {
  border: 0;
}
.node-type-courses section.section {
  padding: 20px 0;
}
.node-type-courses h1.courses_h1 {
  color: #fff;
}

/**********all events page - grid********/

@media (min-width: 992px) {
  .view-all-events-on-event-page .col-md-3 {
    min-height: 740px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 991px) {
  .view-all-events-on-event-page .col-xs-6 {
    min-height: 460px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .view-all-events-on-event-page .col-xs-6:nth-child(even) {
    border-right: 0px solid #ccc;
  }
}

/***********event page: page--event.tpl.php***************/

.hidden {
  display: none;
}
@media (max-width: 767px) {
  .neverland-times {
    width: 100%;
  }
}

/************iac pages*************/
.abc {
  margin: 10px auto;
  font-size: 18px;
  width: 600px;
}
.page-iac-artists-by-name .main-container {
  margin: 170px 80px;
  overflow: visible !important;
}
.page-iac-artists-by-name .breadcrumb,
.page-iac-artists-list-en .breadcrumb {
  display: none;
}
.page-iac-artists-list-en .contextual-links-region {
  margin: 80px;
}

/*******************irso pages*********/

.irso-top-section {
  margin-top: 30px;
}
.irso-top-section ul {
  margin-left: 30px;
  display: inline;
}
.irso-top-section li {
  font-size: 14px;
  display: inline-block;
  color: #919191;
}
.showSingle,
.alphabet {
  font-size: 16px;
  color: #919191;
}
/*.irso-top-section li::after {content: " | "; margin: 0 5px;}
.irso-top-section  li:last-child::after,.irso-top-section  li:first-child::after {content: "";}*/
.jewish-categories li::after {
  content: " | ";
  margin: 0 5px;
}
.alphabet {
  margin-left: 70px;
}
.breadcrumbs-and-title {
  margin: 100px 0 0 60px;
}
.breadcrumbs-and-title .basic-breadcrumbs {
  border-bottom: 1px solid #ccc;
  padding: 5px 15px 5px 0;
}

.taxonomy-term-header {
  margin: 20px 0;
  padding-bottom: 20px;
}
.targetDiv {
  display: none;
}

.page-collection-by-artist .main-container section:first-child {
  margin-top: 80px;
}

/***********gidal***************/
.gidal-page .topmenu {
  width: auto;
  text-align: center;
  margin-bottom: 20px;
}
.gidal-page .topmenu .list-inline li a {
  text-transform: uppercase;
}
.i18n-he .gidal-page .topmenu .list-inline li a {
  font-size: 26px;
}
.video-container {
  position: relative;
}
.right-image {
  float: right;
  padding: 0;
  background: url(/sites/default/files/gidal/right.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.left-image {
  float: left;
  padding: 0;
  background: url(/sites/default/files/gidal/left.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Extra small devices (phones, 600px and down) ***/
@media only screen and (max-width: 600px) {
  .video-container {
    height: 100%;
    width: 600px;
  }
  .right-image {
    display: none;
  }
  .left-image {
    display: none;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {
  .example {background: green;}
}

/* Medium devices (landscape tablets, 768px and up)
@media only screen and (min-width: 768px) {
  .example {background: blue;}
} 
*/
@media screen and (min-width: 1026px) {
  .video-container {
    height: 700px;
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #000;
  }
}
@media screen and (max-width: 1025px) {
  .video-container {
    height: 300px;
    width: 100%;
    margin: auto;
    text-align: initial;
    background-color: #000;
  }
}
.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}
/*
.home-banner {
  position: relative;
  background-color: black;
  height: 65vh;
  min-height: 20rem;
  width: 100%;
  overflow: hidden;
}

.home-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.home-banner .container {
  position: relative;
  z-index: 2;
}

.home-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}
*/
.gidal-page h1,
.gidal-page h3 {
  text-align: center;
  text-transform: uppercase;
}
.i18n-he .gidal-page h1 {
  font-size: 52px;
}
.i18n-he .gidal-page h3 {
  font-size: 32px;
}
.gidal-page h1.product__title {
  font-weight: 600;
}

.gidal-page .masonry-item__info {
  padding: 10px 10px 30px;
  background: #fff;
}
.gidal-page h1.masonry-item__title {
  margin-right: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 1.3;
}
.chapters {
  text-align: center;
}
.page-node-1821331 h1,
.page-node-1821331 h3 {
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.node-type-gidal-content .product__description tr td:first-child {
  font-weight: normal;
  width: 17%;
  font-size: 18px;
}
.i18n-en.node-type-gidal-content .product__description tr td {
  font-size: 16px;
}
.i18n-he.node-type-gidal-content .product__description table.pub-he tr td {
  direction: ltr;
}
.i18n-he.node-type-gidal-content
  .product__description
  table.pub-he
  tr
  td:nth-child(2) {
  direction: rtl;
}
.node-type-gidal-content .product__description tr td img {
  width: 200px !important;
  max-width: 200px;
}
@media screen and (min-width: 1026px) {
  .page-node-1823456 .gidal-page {
    padding-top: 120px;
  }

  .gidal-page .js-first-section {
    margin-bottom: 160px;
  }
  .gidal-page .header-bottom ul li,
  .node-type-gidal-content .header-bottom ul li {
    margin: 0 20px;
  }
  .view-header {
    position: absolute;
    top: -130px;
    z-index: 99;
  }
  .gidal-page .masonry {
    margin-top: 230px !important;
  }
  .gidal-page .list-group-horizontal .list-group-item {
    border-top: 0;
    border-bottom: 0;
    margin: 0;
  }
  .i18n-en .gidal-page .list-group-horizontal .list-group-item,
  .i18n-he .gidal-page .list-group-horizontal .list-group-item {
    border: 1px solid #ccc;
    margin: 0 5px;
    padding: 5px;
    height: 100px;
    width: 150px;
    border-radius: 0;
  }
  .i18n-en .gidal-page .list-group-horizontal .list-group-item:last-child {
    border-radius: 0;
  }

  .i18n-he .gidal-page .list-group-horizontal .list-group-item:last-child {
    border-radius: 0;
  }
}
@media screen and (max-width: 1025px) {
  .gidal-page {
    padding-top: 30px;
  }
  .gidal-page .header-bottom ul li,
  .node-type-gidal-content .header-bottom ul li {
    margin: 0;
    float: none;
  }
  .gidal-page .header-bottom,
  .node-type-gidal-content .header-bottom {
    padding: 10px;
  }
  .i18n-en .gidal-page .list-group-horizontal .list-group-item,
  .i18n-he .gidal-page .list-group-horizontal .list-group-item {
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 5px;
    height: auto;
    width: 100%;
    border-radius: 0;
  }
}
.gidal-page .header-bottom,
.node-type-gidal-content .header-bottom {
  border-bottom: 0;
  border-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1025px) {
  .page-node-1823456 .gidal-page .topmenu ul:first-child,
  .page-node-1821331 .gidal-page .topmenu ul:first-child,
  .node-type-collection-gidal .gidal-page .topmenu ul:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1026px) {
  .page-node-1823456 .gidal-page .topmenu ul:first-child,
  .page-node-1821331 .gidal-page .topmenu ul:first-child,
  .node-type-collection-gidal .gidal-page .topmenu ul:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
}

.gidal-page ul {
  margin-top: unset;
}

@media screen and (max-width: 990px) {
  .node-type-gidal-content .header-bottom {
    display: none;
  }
}

.gidal {
  margin-bottom: unset;
}
.gidal-page .list-group-horizontal .list-group-item {
  display: inline-flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .gidal-page .masonry {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .gidal-page .masonry {
    margin-top: 25px;
  }
}

.highlighted {
  color: #ff0000;
  font-weight: 600;
}
/*
.list-group-horizontal .list-group-item::after
{
content: " |";
    margin-left: 10px;
    margin-right: 0;
}
.list-group-horizontal .list-group-item:last-child::after
{
content: " ";
}
*/
.gidal .list-group {
  margin-bottom: 10px !important;
}
.gidal .list-group-horizontal .list-group-item a {
  font-size: 15px;
}
img.tag-image {
  height: 150px !important;
}
.tag-list a {
  cursor: pointer;
}
.tag-list ul li {
  display: inline-block;
}
.tag-list ul {
  padding: 0;
}
.tag-list ul li::after {
  content: " | ";
  margin: 0 5px;
}
.tag-list .row {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}

.page-taxonomy-term- .main-container.container-fluid {
  margin-top: 160px;
}

.page-taxonomy-term- .main-container.container-fluid h1.page-header {
  display: none;
}

/**/
@media screen and (min-width: 550px) {
  .gidal-page .chapters {
    width: 100%;
    height: 200px;
    text-align: center;
  }
  .gidal-page .chapters ul {
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .gidal-page .chapters ul li {
    width: 21.25%;
    height: 42.5%;
    display: inline-block;
    margin: 0;
    padding: 5% 0;
  }
  .gidal-page .chapters li + li {
    padding-left: 5%;
  }
}

@media screen and (min-width: 900px) {
  .gidal-page .chapters {
    width: 100%;
    height: 100px;
    text-align: center;
  }
  .gidal-page .chapters ul {
    list-style: none;
    width: 640px;
    height: 100%;
    padding: 0;
    margin: auto;
  }
  .gidal-page .chapters ul li {
    width: 10.75%;
    height: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  /*.i18n-en  .gidal-page  .chapters ul li:first-child{margin:0;float:left;}
  .i18n-he  .gidal-page  .chapters ul li:first-child{margin:0;float:right;}*/
  .gidal-page .chapters ul li:last-child {
    margin: 0;
  }
  /*.i18n-he .gidal-page   .chapters li + li{margin-left:2%; float:left;}
 .i18n-en .gidal-page   .chapters li + li{margin-left:2%; float:right;}*/
}
/**/
/******staff page**********/
#node-4944616 {
  margin: 0 150px;
}
#node-4944621 {
  margin: 0 50px;
}
.staff_list h4 {
  margin-top: 40px;
}

@media (max-width: 1025px) {
  .product__description .staff tr td:first-child {
    width: 50%;
  }
}
.product__description .staff tr td:nth-child(2) {
  width: 20%;
}
.product__description .staff tr td,
.product__description .staff tr td:first-child {
  font-size: 16px;
}
@media (max-width: 1025px) {
  .product__description .staff tr td,
  .product__description .staff tr td:first-child {
    font-size: 14px;
  }
}
/******arabic page for ׳₪׳¡׳˜׳™׳‘׳ ׳”׳¡׳•׳₪׳¨׳™׳**********/

.page-node-1463761 .product__title,
.page-node-1463761 h2,
.page-node-1463761 .product-list__item {
  text-align: right;
}

/******arabic landing page**********/

.page-node-3023401 h1.product__title,
.page-node-3220821 h1.product__title {
  display: none;
}

@media (max-width: 767px) {
  .product__description table.labels_and_images tr td.itemlabel {
    width: 50%;
  }
}

table.fit-cols tr td:first-child {
  width: auto;
}

table.fit-cols tr td,
table.fit-cols tr th {
  padding: 10px;
}

table.fit-cols tr th {
  font-weight: 500;
}

tr.odd {
  background-color: #a5abaf;
}

.h4-for-gallery-title {
  width: 550px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.h4-for-gallery-period {
  font-weight: 200;
}
h5,
.h5 {
  font-size: 12px;
  font-family: inherit;
  font-weight: 100;
  line-height: 1.3;
  color: inherit;
}

.visitor-info-page {
  font-size: 16px;
}

.visitor-info-page h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.moreeventdate::after {
  content: " | ";
}

.moreeventdate:last-child::after {
  content: " ";
}
.relatedeventsdates {
  font-size: 18px;
  line-height: 2.5;
}

.dates {
  padding: 0 10px;
}
#ticketsinfo {
  background: #ff0000;
  color: #ffffff;
}
#ticketsinfo:hover {
  background: #ffffff;
  color: #ff0000;
}
#ticketsinfotop {
  background: transparent;
  color: #ffffff;
}
#ticketsinfotop:hover {
  background: transparent;
  color: #ff0000;
}
#ticketsinfo:hover svg *,
#ticketsinfotop:hover svg * {
  fill: none;
  stroke: #ff0000;
}
/*
 aside.info .menu-social .menu-social__list .menu-social__list__item .menu-social__list__item__link:hover svg *,
aside.info .menu-social .menu-social__list .menu-social__list__item .menu-social__list__item__link.active svg * {
  fill: none;
  stroke: #fff;
}
*/

/*******webforms templates*********/

.node-webform .field {
  display: none;
} /*******webforms - remove embedded article fields so the banner image won't appear twice*********/
.webform-client-form .inner-page_small-header {
  padding-top: 0 !important;
}
@media only screen and (min-width: 1100px) {
  .webform-client-form .inner-page_small-header .product {
    padding: 20px 120px 114px;
  }
}
@media only screen and (max-width: 1099px) {
  .webform-client-form .inner-page_small-header .product {
    padding: 20px;
  }
}
.event_closed {
  color: red;
  font-weight: 300;
  margin-top: 10px;
}
.event_passed {
  display: none;
}

/********main-containers************/

.main-container {
  /*padding: 0;*/
  overflow: hidden;
  margin-top: 136px;
}

.node-type-webform h1.page-header,
.page-node-3701366 .header,
.page-node-3701366 h1.h1.museum-info__title_lg,
.page-node-3701526 .header,
.page-node-3701366 h1,
.page-node-3701706 .header,
.page-node-3701716 .header,
.page-node-3701716 h1,
.page-node-3701926 .header,
.page-node-3701926 h1,
.page-node-3701941 .header,
.page-node-3701941 h1,
.page-node-4766616 h1,
.page-node-4944396 h1,
.page-node-5696421 h1,
.page-node-5696621 h1,
.page-node-5696496 h1 {
  display: none;
}

@media screen and (min-width: 768px) {
  .node-type-webform.logged-in .main-container {
    /*padding: 0;*/
    overflow: hidden;
    margin-top: 200px;
  }
  .not-logged-in.node-type-collections .main-container,
  .page-node-3701366 .main-container,
  .page-node-3701716 .main-container,
  .page-node-3701926 .main-container,
  .page-node-3701941 .main-container,
  .page-node-4944396 .main-container,
  .page-node-5696421 .main-container,
  .page-node-5696621 .main-container,
  .page-node-5696496 .main-container {
    margin-top: 0 !important;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .not-logged-in.node-type-collections .main-container {
    margin-top: 50px;
  }
  .page-node-3701366 .main-container,
  .page-node-3701716 .main-container,
  .page-node-3701926 .main-container,
  .page-node-3701941 .main-container {
    margin-top: 0 !important;
    padding: 0;
  }
  .node-type-webform.logged-in .main-container {
    /*padding: 0;*/
    overflow: hidden;
    margin-top: 0 !important;
  }
}

@media (max-width: 1025px) {
  .webform-client-form .static-img .museum-info {
    position: absolute;
    bottom: 100px;
  }
  .webform-client-form .static-img {
    height: 100%;
  }
  .webform-client-form .static-img .museum-info .h1 {
    margin-bottom: 50px;
  }
}

.disabled,
option:disabled {
  color: #ccc !important;
}

/**remove gallery talk submission form**/
.page-node-3025586 .form-item-event label {
  display: block;
}
/*******webform  guided tours 2327536*******/
.striped-columns tbody td:nth-of-type(odd) {
  background: #999;
  color: #fff;
}
.striped-columns tbody td:nth-of-type(even) {
  background: #bbb;
  color: #333;
}

/*******webform  health announcement 2325906*******/
form.webform-client-form-2325906 .webform-submit {
  display: none;
} /****removing the form/button***/
form.webform-client-form-2325906 h2:first-child {
  display: none;
}
.view-health_confirmation {
  margin-top: 50px;
}
.health-submissions li {
  margin-bottom: 20px;
}
/***********webform Chaleb visitor feedback***********/
.webform-client-form-4317186 .form-item-submitted-rate-experience {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  float: right;
}

.webform-client-form-4317186
  .form-item-submitted-rate-experience
  input[type="radio"] {
  margin-right: -20px;
  margin-left: auto;
  margin-top: 8px;
}

/*******webform  tourguide museum entrance  2327411*******/
form.webform-client-form-2327411 h2:first-child {
  display: none;
}
@media screen and (min-width: 1026px) {
  .page-tg-entrances h1.page-header {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1025px) {
  .page-tg-entrances h1.page-header {
    margin-top: 100px;
  }
}
.tourguide-entrances {
  font-size: 14px;
}

/*******webforms  friends*******/
/**
webform-client-form-2325496: Hebrew friends form
webform-client-form-2325556: Hebrew business friends form
webform-client-form-2325591: English friends form
**/
/*******remove gradiation*******/

.page-node-2325496 .static-img:before,
.page-node-2325556 .static-img:before,
.page-node-2325591 .static-img:before {
  background: transparent;
}
/* #webform-client-form-2325496 .static-img,
#webform-client-form-2325556 .static-img,
#webform-client-form-2325591 .static-img
 {
    height: 250px;
} */
#webform-client-form-2325496 h2,
#webform-client-form-2325496 h3,
#webform-client-form-2325556 h2,
#webform-client-form-2325556 h3,
#webform-client-form-2325591 h2,
#webform-client-form-2325591 h3 {
  color: #000;
}
@media (max-width: 1025px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin-top: 0;
  }

  #webform-client-form-2325496 .static-img,
  #webform-client-form-2325556 .static-img,
  #webform-client-form-2325591 .static-img {
    height: 100px;
  }
}

.webform-client-form-2325496 .hide-label > .control-label,
.webform-client-form-2325591 .hide-label > .control-label {
  display: none;
}

.webform-client-form-2325496 h2,
.webform-client-form-2325556 h2,
.webform-client-form-2325496 h3,
.webform-client-form-2325556 h3,
.webform-client-form-2325591 h2,
.webform-client-form-2325591 h3 {
  color: #fff;
}

.webform-client-form-2325496 p,
.webform-client-form-2325556 p,
.webform-client-form-2325591 p {
  font-weight: 400;
}
.webform-client-form-2325496 .help-block,
.webform-client-form-2325591 .help-block {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
  color: #000;
}
.webform-client-form-2325591 .help-block {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  color: #000;
}
.webform-client-form-2325496 .checkbox,
.webform-client-form-2325496 .radio {
  margin-bottom: 0;
}

.webform-client-form-2325591 .checkbox,
.webform-client-form-2325591 .radio {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.2;
}

.webform-client-form-2325496 .hide-label,
.webform-client-form-2325591 .hide-label {
  padding: 5px 10px;
  margin: 0;
}
.webform-client-form-2325496 .hide-label:nth-child(even),
.webform-client-form-2325591 .hide-label:nth-child(even) {
  background: #efefef;
}
.webform-client-form-2325496 .hide-label:nth-child(odd),
.webform-client-form-2325591 .hide-label:nth-child(odd) {
  background: #ddd;
}
.webform-client-form-2325496 .panel-default > .panel-heading,
.webform-client-form-2325591 .panel-default > .panel-heading {
  background-color: #fff;
  border: 0;
}
.webform-client-form-2325556 .form-actions {
  clear: both;
} /*business form*/
@media only screen and (min-width: 1100px) {
  .left-side-form {
    width: 48%;
    float: left;
  }
  .right-side-form {
    width: 48%;
    float: right;
  }
  .clear-sides {
    clear: both;
  }
}
.webform-client-form-2325496 .form-actions,
.webform-client-form-2325556 .form-actions {
  float: left;
}
.webform-client-form-2325591 .form-actions {
  float: right;
}

@media (max-width: 1025px) {
  .webform-client-form-2325496 .form-actions,
  .webform-client-form-2325556 .form-actions,
  .webform-client-form-2325591 .form-actions {
    float: none;
  }
}
@media only screen and (min-width: 1000px) {
  .webform-client-form-2325496 .static-img .museum-info,
  .webform-client-form-2325591 .static-img .museum-info {
    bottom: 50px;
  }
}
@media (max-width: 1025px) {
  .static-img .museum-info .h1.museum-info__title_lg {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
  }
  /**remove for ׳§׳™׳™׳˜׳ ׳•׳× page on mobile**/
  .page-node-2509501 .static-img .museum-info .h1.museum-info__title_lg {
    display: none;
  }
}

/*******webform node-709716 ׳—׳•׳’׳™׳*********/
#node-709716 .field-item p {
  font-size: 48px;
  margin-right: 5vw;
}
.form-actions .webform-submit {
  color: #fff;
  font-weight: 700;
}
#node-709716 .workshop {
  background: #ff0000;
  color: #fff;
  padding: 10px 40px 20px;
  margin-bottom: 20px;
}

/*******webform node-892241 ׳×׳›׳ ׳™׳× ׳©׳¢׳¨׳™׳ - ׳™׳¦׳™׳¨׳× ׳§׳©׳¨*********/
#node-892241 .field-name-field-form-title {
  display: none;
}
#node-892241 h2 {
  font-family: "simplerregular";
  margin-bottom: 20px;
}
#node-892241 .form-submit {
  background-color: red;
  color: #ffffff;
}

/*******webform node-1464206 ׳—׳™ ׳‘׳—׳׳*********/

form.webform-client-form-1464206 h2:first-child {
  display: none;
}
form.webform-client-form-1464206 .left {
  float: left;
}
form.webform-client-form-1464206 .right {
  float: right;
}
form.webform-client-form-1464206 .text-label {
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  #node-1464206 table.mobile {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  #node-1464206 table.desktop {
    display: none;
  }
  #node-1464206 table.mobile td {
    text-align: center;
  }
}
/*******webform node-899271 ׳׳¨׳˜׳™׳©׳•׳§*********/
@media only screen and (min-width: 1000px) {
  .input-length {
    width: 60%;
  }
}
#edit-submitted-tickets,
#edit-submitted-contribute-tickets {
  width: 150px;
}
.webform899271 .checkbox label {
  width: 100%;
}
#node-899271 .field-name-field-form-title {
  display: none;
}

.webform-client-form-899271 label {
  font-weight: 200;
}

/**************/

.form-actions .webform-submit {
  background-color: #ff0000;
}
.form-actions .webform-submit:hover {
  background-color: #d10000;
}
.form-actions .webform-submit:hover:after {
  margin-left: 0;
  margin-right: 10px;
  opacity: 1;
  margin-left: 10px;
}

.form-actions .webform-submit:after {
  background: url(/sites/all/themes/museum/img/icons/arrow-right_white-he.svg)
    no-repeat;
  background-size: 100%;
}
/*******webform pesach feedback*******/
.page-node-4083626 .checkbox,
.page-node-4083626 .radio {
  display: inline;
  margin-left: 20px;
}
/*******collections*******/

.i18n-en .view-collection-departments .views-field-title {
  margin-top: 20px;
  margin-left: 30px;
}

.i18n-en .view-collection-departments .masonry-item__descr {
  margin-left: 30px;
}
.floatright {
  float: right;
}
.floatleft {
  float: left;
}
.node-type-collections h1.page-header {
  display: none;
}

.node-type-collections .js-inner-page {
  margin: 100px 20px;
}
/*add h6 tag to credite field for solr field bias search boost*/
.node-type-collections.i18n-he h6 {
  font-size: 17px;
}
.node-type-collections.i18n-en h6 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}
.page-sort-by-department h1.page-header {
  margin: 30px;
}
.page-sort-by-department p {
  margin: 30px 0;
}
#edit-submit-collections-by-department {
  font-size: 18px !important;
  background: red !important;
  width: 100px;
  height: 46px;
  color: #ffffff !important;
  cursor: default;
  background-color: none;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 0px;
  border-style: none;
  border-color: none;
  border-image: initial;
}

.sort-by-dept table {
  margin: 20px 0;
}
.sort-by-dept table td {
  width: 33%;
}
.col-departments {
  border-right: 1px solid #ccc;
}
.small {
  font-size: 12px;
  line-height: 1.3;
}
.field-bibe {
  margin: 0 0 10px;
  line-height: 1.2;
}
#notice {
  margin: 20px;
  background-color: red;
  font-size: xx-large;
}
/****identify chug rows as one link - views-view-fields--course--block.tpl.php***/
tr.chugrow.hover,
tr.chugrow a:hover,
tr.chugrow.hover a {
  cursor: pointer;
  color: red;
}

.collections-thumb img.img-responsive {
  width: 120px !important;
  height: auto;
}
/**********collections dropdown*****/
.panel-title-straight-link {
  font-size: 15px;
  margin-top: 0px;
  color: #000;
}

/*******************sorting collections page*************/

.page-browse-collection h1.page-header {
  padding: 40px 0;
}

table.views-table td.views-field {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

#edit-submit-collections-by-department {
  font-size: 16px;
  background: red !important;
  width: 180px;
  color: #ffffff !important;
}

.view-display-id-page_2 .view-filters {
  margin: 30px 0;
}

#views-exposed-form-collections-by-department-page-2 .description {
  font-size: 14px;
}

.sort-by-dept td a {
  font-size: 16px;
}

/*********** iframe game on i-to-eye exhibition***********/
@media (min-width: 768px) {
  #iframe_wrapper {
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .hidelogo {
    position: absolute;
    width: 730px;
    height: 50px;
    background: #fff;
    right: 0px;
    top: 0px;
    z-index: 999;
    display: block;
    color: #fff;
  }
}
@media (max-width: 767px) {
  #iframe_wrapper,
  #iframe_wrapper iframe {
    display: none;
  }
}
/***********************************/

/*************gallery maps***********/
.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align 
   text-align:left;*/
  /* inline-block space fix */
  margin-right: -4px;
  text-align: center;
}
.explore-gallery {
  overflow-x: hidden;
  padding: 20px;
}
.gallery-heading,
.gallery-bottom {
  margin-left: 9.5%;
}
.gallery-heading h2 {
  font-weight: 200;
}

@media (max-width: 1199px) {
  .gallery-heading,
  .gallery-bottom {
    margin-left: 0;
  }
}
.gallery-map .container-fluid {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gallery-map h4 {
  font-size: 16px;
}
.distribution-map {
  position: relative;
  padding: 0px;
  box-sizing: border-box;
  /*margin: 0 auto;*/
}
.distribution-map > img {
  position: relative;
  margin: 0;
  padding: 0;
}
.distribution-map .map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  position: absolute;
}
@media (min-width: 993px) {
  .distribution-map {
    width: 100%;
  }
  .distribution-map > img {
    width: 100%;
  }
  .distribution-map .map-point {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
  }
}

@media (max-width: 992px) {
  .distribution-map {
    width: 100%;
  }
  .distribution-map > img {
    width: 100%;
  }

  .distribution-map .map-point {
    color: #000;
    font-size: 11px;
  }
}

/***********audio guide**********/
/*
audio:hover, audio:focus, audio:active
{

-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
box-shadow: 15px 15px 20px rgba(0,0, 0, 0.0);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);

}
*/
.hideme {
  display: none;
  position: fixed;
  bottom: 160px;
  z-index: 1;
}
.i18n-en .hideme {
  left: 10px;
}
.i18n-he .hideme {
  right: 10px;
}
.i18n-en .enlarge_icon {
  position: relative;
  left: 20px;
  bottom: 50px;
  z-index: 9;
}
.i18n-he .enlarge_icon {
  position: relative;
  right: 20px;
  bottom: 50px;
  z-index: 9;
}
@media screen and (max-width: 1025px) {
  .audioguide-row {
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    display: flex;
    flex-direction: column-reverse;
  }
  .audioguide-row .product__actions.affix-top {
    max-width: 100%;
    text-align: right;
  }
  .audioguide-row .product-navigation {
    border-right: 0 solid red;
  }
  .audioguide-row .product-scrollspy {
    margin-top: 10px;
  }
}
.audioguide-row h5,
.audioguide-row h5 p {
  font-size: 14px;
}
audio {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-box-shadow: 0px 0px 0px 0px #fff;
  -webkit-box-shadow: 0px 0px 0px 0px #fff;
  box-shadow: 0px 0px 0px 0px #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #eee;
  width: 100%;
}

#slideshow {
  margin: 50px auto;
  position: relative;
  width: 800px;
  height: 240px;
  padding: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/**remove the slideout until the iphone problems can be solved**/
#info {
  display: none;
  margin: 0 auto;
  position: absolute;
  padding: 0px;
}
/*************/
#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.fadein {
  position: relative;
  height: 332px;
  width: 500px;
  outline: 1px solid blue;
}
.fadein img {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  animation-name: fade;
  animation-duration: 9s;
  animation-iteration-count: infinite;
}
.fadein img:nth-child(1) {
  animation-delay: 0s;
}
.fadein img:nth-child(2) {
  animation-delay: 3s;
}
.fadein img:nth-child(3) {
  animation-delay: 6s;
}

/**dropdown menu for responsive audioguide**/

@media screen and (min-width: 1000px) {
  .wrapper2 {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .btn.btn-danger {
    display: block;
  }
  .audio-desktop {
    display: none;
  }
  .wrapper2 {
    margin: 10px auto;
    width: auto;
    display: block;

    transition: 0.15s ease;
  }

  .wrapper2 ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
  }
  .wrapper2 ul li a:after {
    list-style: none;
    display: inline-block;
  }
  .wrapper2 .panel-group_collapse {
    background: transparent;
    padding: 10px 0;
  }
  .wrapper2 .panel-group_collapse .panel .panel-title {
    list-style: none;
  }
}
/**********hours block**********/
#block-block-5 p {
  /*padding: 0 0 1px;*/
  line-height: 1;
}
#block-block-5 h2 {
  margin-top: 0;
}

.dropdown a:hover {
  background-color: #fff;
  background: transparent;
  text-decoration: none;
  font-size: initial;
  font-weight: 200 !important;
}

/****visitor information page-remove side menu on desktop and put at the top*****/
@media screen and (min-width: 1000px) {
  .hidden-on-desktop {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .hidden-on-desktop ul {
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .hidden-on-desktop ul li {
    display: inline-block;
  }

  .hidden-on-desktop ul li a {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 16px;
  }
}

/********collections************/
.node-type-collections .tabs--primary {
  position: absolute;
  top: 0;
  z-index: 999;
}
.nav-tabs {
  border-bottom: 0px solid #ddd;
}
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #fff;
  border-radius: 0;
  border: 0;
}
.nav-tabs > li.active > a:focus {
  color: #ff0000;
}
@media screen and (max-width: 1025px) {
  .col-departments {
    border-right: 0px;
  }
}

.breadcrumbs-wrapper__link {
  font-size: 14px;
}

/********donate page member level dropdowns**************/

.level {
  margin: 20px 0;
}
.level .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 1px 0;
}

.level .active,
.accordion:hover {
  background-color: #ccc;
}

.level .list {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.level ul {
  padding: 10px;
  list-style-type: disc;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.toolbar-menu {
  padding: 10px 20px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.i18n-he .toolbar-menu {
  text-align: left;
}
.i18n-en .toolbar-menu {
  text-align: right;
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .visible-md-menu {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .hidden-md-menu {
    display: none !important;
  }
}

/***********visitors-info page*******/
.hr {
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  margin-bottom: 20px;
}
#field-tickets-calendar-add-more-wrapper .description {
  color: #ff0000;
}
.visitors-info {
  width: 100% !important;
}
.visitors__title {
  margin-top: -8px;
  color: #000;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "simplerbold", "Roboto", sans-serif;
  margin-bottom: 0;
}
table.opening-hours {
  border: 0;
}
table.opening-hours tr td {
  padding: 5px 0 5px 10px;
  font-size: 15px;
  width: 50%;
}

@media screen and (min-width: 1026px) {
  .tablediv {
    float: right;
    width: 45%;
  }
  .tablediv-en {
    float: left;
    width: 45%;
  }
  .tablediv table {
    border: 0;
    width: 100%;
  }
  .tablediv-en table {
    border: 0;
    width: 100%;
  }
  .tablediv table tr td {
    padding: 5px 0 5px 10px;
    font-size: 16px;
    width: 50% !important; /*override .product__description tr td:first-child*/
    border: 0;
  }
  .tablediv-en table tr td {
    padding: 5px 0 5px 10px;
    font-size: 15px;
    width: 50% !important; /*override .product__description tr td:first-child*/
    border: 0;
  }
  .calendar-div {
    float: left;
    padding: 10px;
    width: 55%;
  }
  .calendar-div-en {
    float: right;
    padding: 10px;
    width: 55%;
  }
}
@media screen and (max-width: 1025px) {
  .tablediv,
  .tablediv-en {
    float: none;
  }
  .tablediv table,
  .tablediv-en table {
    border: 0;
    width: 100%;
  }

  .calendar-div {
    float: none;
    padding: 10px;
    width: 100%;
  }
  .calendar-div-en {
    float: none;
    padding: 10px;
    width: 100%;
  }
  .page-node-898861 .social-share,
  .page-node-898866 .social-share {
    float: none;
  }
}
.node-type-visitor-information .product__description tr td:first-child {
  width: auto !important;
}
.node-type-visitor-information.i18n-he .product__description tr td:first-child {
  font-size: 18px;
}
.node-type-visitor-information .product__description table {
  width: 100%;
}

@media screen and (min-width: 1026px) {
  #node-2326166,
  #node-2326171 {
    padding: 50px 300px;
  }
}

@media screen and (max-width: 1025px) {
  #node-2326166,
  #node-2326171 {
    padding: 20px 10px;
  }
}
/*********iac pages***************/

.display_none {
  display: none;
}
.display_block {
  display: block;
}

.captcha {
  text-align: left;
  direction: ltr;
  font-size: 15px;
}

/*********recycling select list***************/
.recycle {
  margin: 30px 0;
}

.workshop {
  width: 250px;
  padding: 10px;
}
.workshop {
  background-color: #ff0000;
}

@media screen and (min-width: 769px) {
  .custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 250px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  border-top: 0px;
  border-bottom: 0;
}
.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  height: 50px;
  line-height: 1;
  border-bottom: 1px solid #666;
  background-color: #ff0000;
  cursor: pointer;
}
.i18n-he .custom-select__trigger {
  padding: 0 52px;
}
.i18n-en .custom-select__trigger {
  padding: 0 22px;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.custom-select.open,
.custom-options-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-select.open a {
  text-decoration: none;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 16px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.5s;
}

.custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.custom-option.selected {
  color: #ffffff;
  background-color: #ff4545;
  border-bottom: 1px solid #fff;
}
.arrow {
  position: relative;
  height: 10px;
  width: 10px;
}
.i18n-en .arrow {
  left: 5px;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  /*transition: all 0.5s;*/
}
.arrow::before {
  left: -3px;
  transform: rotate(130deg);
  background-color: #fff;
}
.arrow::after {
  left: 3px;
  transform: rotate(-130deg);
  background-color: #fff;
}
.open .arrow::before {
  left: -3px;
  transform: rotate(-130deg);
}
.open .arrow::after {
  left: 3px;
  transform: rotate(130deg);
}
/*********׳”׳¨׳©׳ ׳” ׳׳§׳™׳™׳˜׳ ׳”***************
@media screen and (max-width: 1025px) {
.page-node-2949621 .inner-page{
	padding-top: 20px;
}
.museum-img .museum-info .h1{
	line-height: 25;
    margin-right: 50px;
	width:100%;	
}
}
@media screen and (min-width: 1026px) {
.page-node-2949621 .inner-page{
	padding-top: 110px;
}
.museum-img .museum-info .h1{
	line-height: 10;
    margin-right: 50px;	
}
}
*/
/*******spinner**************/
.i18n-he .lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  right: 50%;
  margin-right: -40px;
  top: 200px;
}
.i18n-en .lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  top: 200px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #a15f0e;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.34s;
}
.lds-facebook div:nth-child(2) {
  left: 28px;
  animation-delay: -0.22s;
}
.lds-facebook div:nth-child(3) {
  left: 48px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(4) {
  left: 68px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}
/***********loader for chaleb**************/
.load-hours {
  border: 3px solid #ddd;
  border-radius: 50%;
  border-top: 3px solid #333;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/********׳¢׳׳•׳“ ׳”׳˜׳‘׳•׳× ׳׳׳ ׳•׳™׳™׳***********/
.page-node-2949616 table.members_benefits,
.page-node-2974626 table.members_benefits {
  width: 100%;
  border: 0;
}

.page-node-2949616 table.members_benefits tr,
.page-node-2974626 table.members_benefits tr {
  border: 0;
}

.page-node-2949616 table.members_benefits td,
.page-node-2949616 .product__description tr td:first-child,
.page-node-2974626 table.members_benefits td,
.page-node-2974626 .product__description tr td:first-child {
  width: 25%;
  padding: 0 15px 15px;
  font-size: 16px !important;
  line-height: 1.2 !important;
}
.page-node-2949616 table.members_benefits td p,
.page-node-2949616 .product__description tr td:first-child p,
.page-node-2974626 table.members_benefits td p,
.page-node-2974626 .product__description tr td:first-child p {
  font-size: 16px !important;
}
.page-node-2949616 table.bottomtable td,
.page-node-2949616 .product__description table.bottomtable tr td:first-child,
.page-node-2974626 table.bottomtable td,
.page-node-2974626 .product__description table.bottomtable tr td:first-child {
  width: 50%;
}

/********arabic landing page-The Israel Museum: fun and culture for the whole family**********/
@media screen and (min-width: 769px) {
  .page-node-2974626 .parallax-container div {
    background: url(https://www.imj.org.il/sites/default/files/fe-arabic33.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 500px;
  }
  .page-node-2974626 .inner-page_small-header {
    padding-top: 125px;
  }
  .page-node-2974626 .parallax img {
    display: none !important;
    transform: none !important;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-node-2974626 .inner-page {
    padding-top: 25px;
  }

  .page-node-2974626 .parallax-container div {
    background: url(https://www.imj.org.il/sites/default/files/fe-arabic33.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 350px;
  }
  .page-node-2974626 .parallax img {
    display: none !important;
  }
  .page-node-2974626 .parallax-container {
    height: 350px !important;
  }
}

.display_none {
  display: none;
}
.display {
  display: block;
}
/***************collection artists************/
.page-collection-artists .main-container {
  padding: 30px;
}

.page-collection-artists .breadcrumb {
  padding: 118px 15px 0 0;
  background-color: #fff;
}
.page-collection-artists .view-collection-artists-list.view-display-id-block {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

/***********************׳©׳™׳© ׳‘׳׳•׳–׳™׳׳•׳ ׳¨׳©׳™׳׳× ׳§׳•׳¨׳¡׳™׳**********************/

.views-field-field-learning-sessions a:after,
.views-field-field-learning-subj-he a:after,
.views-field-field-learning-type-he a:after {
  content: url("/sites/all/themes/museum/img/icons/sort12x15.png");
}

.views-field-field-learning-sessions a:active::after,
.views-field-field-learning-sessions a:hover::after,
.views-field-field-learning-sessions a:focus::after,
.views-field-field-learning-subj-he a:active::after,
.views-field-field-learning-subj-he a:hover::after,
.views-field-field-learning-subj-he a:focus::after,
.views-field-field-learning-type-he a:active::after,
.views-field-field-learning-type-he a:hover::after,
.views-field-field-learning-type-he a:focus::after {
  content: url("/sites/all/themes/museum/img/icons/sort-red.png");
}

.views-field-field-learning-sessions a span.icon-after,
.views-field-field-learning-subj-he a span.icon-after,
.views-field-field-learning-type-he a span.icon-after {
  display: none;
}
.page-fridays-course-list .breadcrumb {
  display: none;
}

@media screen and (max-width: 768px) {
  .page-fridays-course-list .main-container {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .page-fridays-course-list .main-container {
    margin-top: 150px;
  }
}

.bx-wrapper {
  -moz-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: 0px solid #fff !important;
  background: #fff;
}
/****upcoming exhibitions with display of artworks and labels*********/
.node-type-artwork p,
table.artwork td p {
  font-weight: 200;
  font-size: 16px;
  line-height: 1.2;
  margin: 5px 0;
}
table.artwork td img {
  width: 200px;
  margin: 20px 0;
}
/****minisite TEMPLATE*********/
@media screen and (max-width: 1025px) {
  .content-row {
    /*reverse columns for mobile*/
    display: flex;
    flex-direction: column-reverse;
  }
}
/*
@media screen and (max-width: 1025px) {
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 42%!important;
    margin-top: -16px;
    outline: 0;
    width: 41px!important;
    height: 80px!important;
    text-indent: -9999px;
    z-index: 99!important;
}
.i18n-he .bx-wrapper .bx-next {
    left: 10px;
    background: url(/sites/all/themes/museum/img/icons/right-sm.png) no-repeat!important;
}
.i18n-en .bx-wrapper .bx-next {
    right: 10px!important;	
    left: auto!important;
    background: url(/sites/all/themes/museum/img/icons/right-sm.png) no-repeat!important;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/sites/all/themes/museum/img/icons/left-sm.png) no-repeat!important;
}
/*
.i18n-he .bx-wrapper .bx-next:hover {
    left: 10px;
    background: url(/sites/all/themes/museum/img/icons/right-hover-sm.png) no-repeat!important;
}
.i18n-en .bx-wrapper .bx-next:hover {
    right: 10px!important;	
    left: auto!important;
    background: url(/sites/all/themes/museum/img/icons/right-hover-sm.png) no-repeat!important;
}
.bx-wrapper .bx-prev:hover {
    left: 10px;
    background: url(/sites/all/themes/museum/img/icons/left-hover-sm.png) no-repeat!important;
}
*
}



@media screen and (min-width: 1026px) {
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 37%!important;
    margin-top: -16px;
    outline: 0;
    width: 60px!important;
    height: 117px!important;
    text-indent: -9999px;
    z-index: 99!important;
}
.i18n-he .bx-wrapper .bx-next {
    left: 10px;
    background: url(/sites/all/themes/museum/img/icons/right.png) no-repeat!important;
}
.i18n-en .bx-wrapper .bx-next {
    right: 10px!important;	
    left: auto!important;
    background: url(/sites/all/themes/museum/img/icons/right.png) no-repeat!important;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/sites/all/themes/museum/img/icons/left.png) no-repeat!important;
}
.i18n-he .bx-wrapper .bx-next:hover {
    left: 10px;
    background: url(/sites/all/themes/museum/img/icons/right-hover.png) no-repeat!important;
}
.i18n-en .bx-wrapper .bx-next:hover {
    right: 10px!important;	
    left: auto!important;
    background: url(/sites/all/themes/museum/img/icons/right-hover.png) no-repeat!important;
}
.bx-wrapper .bx-prev:hover {
    left: 10px;
    background: url(/sites/all/themes/museum/img/icons/left-hover.png) no-repeat!important;
}	
/* sigalit landau hebrew *
.page-node-4317131 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 73%!important;
    margin-top: -16px;
    outline: 0;
    width: 60px!important;
    height: 117px!important;
    text-indent: -9999px;
    z-index: 99!important;
}	
.page-node-4317131 .bx-wrapper .bx-next {
    left: 10px;
    background: url(/sites/all/themes/museum/img/icons/left.png) no-repeat!important;
}
.page-node-4317131 .bx-wrapper .bx-next {
    right: 10px;
    background: url(/sites/all/themes/museum/img/icons/right.png) no-repeat!important;
}
/* sigalit landau english *	
.page-node-4766546  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 75%!important;
    margin-top: -16px;
    outline: 0;
    width: 60px!important;
    height: 117px!important;
    text-indent: -9999px;
    z-index: 99!important;
}

******************
}
*/
.node-type-members section.js-first-section img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .node-type-members .container-wrapper .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.text_between_buttons {
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .text_between_buttons {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .text_between_buttons {
    width: 245px;
  }
}
table.borderless tr,
table.borderless td,
table.borderless th {
  border: none !important;
}

@media screen and (max-width: 1025px) {
  .shop-icon {
    display: inline-block;
    padding: 0 25px;
    top: -3px;
    position: relative;
  }
}
@media screen and (min-width: 1026px) {
  .shop-icon {
    display: inline-block;
    padding: 0 20px;
    top: -8px;
    position: relative;
  }
}

/****search view********/
.view-search-collection table.views-view-grid td[class*="col-"] {
  padding: 10px;
  width: 20%;
}

/***********halab**************/

a.haleb {
  margin: 5px;
}
#times .btn[disabled] {
  opacity: 0.55;
  background-color: #eee;
}

/***********temp styles***************/

/*******webform gallery talks  3702126  ׳ ׳˜׳¢ ׳ ׳‘׳•׳ ׳”׳¨׳¨׳™*******/
.page-node-3702126 h1.product__title,
.page-node-3702126 h2 {
  color: red;
}
.page-node-3702126 h2 {
  color: red;
  font-weight: 700;
}
/*****private events button on events dropdown***/
form#views-exposed-form-all-events-on-event-page-block,
form#views-exposed-form-all-events-on-event-page-today-block,
form#views-exposed-form-all-events-on-event-page-tour-block,
form#views-exposed-form-all-events-on-event-page-date-block {
  float: right;
}
.no-button {
  font-weight: 200;
  float: right;
  margin-bottom: 3px;
}
label.no-button:before {
  border: 0;
}
.events-details {
  margin-top: 70px;
}
.events-details div {
  font-size: 18px;
  margin-bottom: 2px;
  padding-right: 0;
  padding-left: 0;
  border-left: 0;
  border-right: 0;
}
.events-details div a {
  color: initial;
}
.events-details__icon {
  vertical-align: middle;
  margin-right: 3px;
  margin-top: 1px;
  min-width: 20px;
  display: inline-block;
}
.node-unpublished {
  background-color: #fff;
}
/***********guided tours languages radio buttons**********/

.radio-field-language-event-tid {
  float: right;
  margin: 10px 25px;
}
.radio-field-language-event-tid label {
  color: #000;
  font-size: 15px;
}
.i18n-he .radio-field-language-event-tid input[type="radio"] {
  margin: 5px 0 0 5px;
}
.i18n-en .radio-field-language-event-tid input[type="radio"] {
  margin: 5px 5px 0 0;
}

@media screen and (max-width: 1025px) {
  .radio-field-language-event-tid input[type="radio"]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    background-color: none;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 0px solid #ff0000;
  }
  .i18n-he .radio-field-language-event-tid input[type="radio"]:after {
    top: 0;
    right: 0;
  }
  .i18n-en .radio-field-language-event-tid input[type="radio"]:after {
    top: 0;
    left: 0;
  }
  .radio-field-language-event-tid input[type="radio"]:checked:after {
    background-color: none;
  }
}
@media screen and (min-width: 1026px) {
  .radio-field-language-event-tid input[type="radio"]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    background-color: #fff;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 1px solid #ff0000;
  }
  .radio-field-language-event-tid input[type="radio"]:checked:after {
    background-color: #ff0000;
  }
  .i18n-he .radio-field-language-event-tid input[type="radio"]:after {
    top: -2px;
    right: -1px;
  }
  .i18n-en .radio-field-language-event-tid input[type="radio"]:after {
    top: -1px;
    left: -1px;
  }
}
.radio-field-language-event-tid.radio + .radio-field-language-event-tid.radio {
  margin-top: auto;
}

@media screen and (max-width: 1025px) {
  .inner-page_filter {
    padding-top: 146px !important;
  }
  .i18n-en .special-events {
    font-size: 15px;
    margin: 20px 0 20px 30px;
  }
  .i18n-he .special-events {
    font-size: 15px;
    margin: 20px 20px 0 30px;
  }
}
@media screen and (min-width: 1026px) {
  .inner-page {
    padding-top: 180px;
  }
  .node-type-exhibitons .inner-page {
    padding-top: 0;
  }
  .inner-page_filter {
    padding-top: 250px !important;
  }
  .i18n-en .special-events {
    font-size: 15px;
    margin-left: 30px;
  }
  .i18n-he .special-events {
    font-size: 15px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 1026px) {
  .page-node-4944236 .inner-page {
    overflow: hidden;
  }
}

.page-node-4944236 .nosidepadding {
  padding-right: 0;
  padding-left: 0;
}
h1.exhibitions {
  /*page-node-4944236*/
  padding: 20px 0 0 20px;
}
/*
.page-node-4944236 .museum-img.square .museum-info, .museum-img.rectangle .museum-info {
    bottom: 0;
    left: 5px;
    right: 0;
    position: absolute;
}

*/
.page-node-4944236 .museum-img.square .museum-info .h1 {
  /* all exhibitions pages, family page*/
  bottom: 20px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  line-height: 1.2 !important;
  margin-left: 10px;
}
.page-node-4944236 .museum-img.square .custom-modal .custom-modal__wrapper {
  padding: 0;
  left: 5px;
  right: 5px;
}
/*
.page-node-4944236 .custom-modal .custom-modal__wrapper .custom-modal__content {
    margin: 20px auto;
}
*/
.page-node-4944236 .museum-img.square .museum-info .h1 {
  bottom: 5px;
  font-weight: 700;
}
.page-node-4944236 h1.custom-modal__title {
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}
.page-node-4944236 h2.custom-modal__title {
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 300 !important;
}
.page-node-4944236 .dept {
  position: absolute;
  top: 0;
  margin: 10px;
  text-shadow: 1px 2px 7px #333;
}
.page-node-4944236
  .custom-modal
  .custom-modal__wrapper
  .custom-modal__actions
  .btn {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 5px;
  height: 40px;
}

.page-node-4944236 .btn.btn-danger {
  background: #ff0000;
  color: #fff;
  position: relative;
  min-width: 150px;
  border: 0;
  font-size: 14px;
}
.page-node-4944236 .museum-img.square .custom-modal .custom-modal__date {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .page-node-4944236 .btn {
    width: 150px;
  }
}
.grid-container {
  display: grid;
  gap: 0px;
  background-color: #fff;
  padding: 0px;
}

@media (min-width: 1026px) {
  .grid-container {
    grid-auto-flow: column;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1025px) {
  .grid-container {
    grid-template-columns: auto auto;
  }
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0px solid black;
}

/* WhatsApp Button */
.whatsappme {
  bottom: 6em !important;
  top: 292px;
}
.whatsappme__button__flag div {
  font-family: "simplerregular" !important;
  margin-right: 0 !important;
  margin-left: 20px !important;
}
.newhover_text {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 48px;
  cursor: pointer;
  font-family: "simplerregular" !important;
}
/* on small screens */
@media (max-width: 488px) {
  .whatsappme__button {
      top: 418px;
      right: 306px !important;
      left: unset !important;
  
    /* bottom: unset !important;
    right: unset !important;
    left: -450px; */
    /* top: -634px; */
  }
  .whatsappme {
    top: 133px;
    right: auto !important;
        left: auto;
  }
}



.whatsappme__button__flag .hoverflag_text {
  display: none;
}
.i18n-en .whatsappme.whatsappme--left.whatsappme--show {
  right: unset;
  display: none !important;
}
.i18n-en .whatsappme__button {
  left: 8px;
  right: unset;
  display: none;
}
.i18n-en .whatsappme__button__flag {
  left: 31px;
  right: 0;
  display: none;
}

.i18n-en .whatsappme.whatsappme--left.whatsappme--show {
  right: unset !important;
  left: 20px;
  display: none;
}
.i18n-en .hoverflag_text {
  margin-left: 20px;
  margin-right: unset;
  display: none;
}
/* End whatsapp button style */

/* Carousel Fatfish */
.bx-prev {
  transform: rotate(180deg);
  background: url(/sites/all/themes/museum/img/black-right-arrow.svg) no-repeat
    center !important;
  width: 50px !important;
  height: 50px !important;
}
.bx-next {
  background: url(/sites/all/themes/museum/img/black-right-arrow.svg) no-repeat
    center !important;
  width: 50px !important;
  height: 50px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 10px !important;
  width: 13px !important;
  height: 13px !important;
}
.bxslider img {
  margin: 0 auto !important;
  overflow: hidden;
  height: 100%;
  object-fit: contain;
}
.gallery_image_container {
  height: 500px;
  overflow: hidden;
}
.bx-wrapper .bx-controls-direction a {
  margin-top: -100px !important;
  filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, 0.6));
}
@media (max-width: 522px) {
  .bx-wrapper .bx-viewport {
    height: 398px !important;
  }
}

@media (max-width: 522px) {
  .gallery_image_container {
    height: 35vh;
  }
}

a.btn.product__button:empty {
  display: none;
}
/* .bx-wrapper .bx-pager.bx-default-pager a {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  margin-top: 25px !important;
  background: white !important;
  border-style: solid !important;
  border-width: 2px !important;
  background-color: rgba(0,0,0,0) !important;
  opacity: unset !important;
} */

/******show parallax banners on desktop, disable parallax on mobile****
@media (max-width: 767px){
.parallax-container {
    height: 250px;
}
}
@media screen and (min-width: 1120px){
.parallax img {
	display: block; 
	transform: translate3d(-50%, 574px, 0px);
	}
}

@media screen and (max-width: 1199px){
.parallax img {
    display: block;
    transform: unset;
    position: absolute;
    left: auto;
    bottom: auto;
}
}
*/

.gallery-museum {
  padding-top: 0;
}

.alert.alert-block.alert-dismissible.alert-warning.messages.warning {
  display: none;
}

.product-wrapper video {
  width: 100%;
}

.donation-only-in-english::before {
  content: "";
  display: block;
  width: 100%;
  height: 39px;
  background-image: url(/sites/all/themes/museum/img/israel-flag.png) !important;
  background-size: contain;
  background-position: left top;
  position: absolute;
  top: -15px;
  left: -8px;
  z-index: 1;
  background-repeat: no-repeat;
}
/* .nav-menu.visible-lg.visible-md-menu ul.list-inline {
  position: relative;
} */

.nav-menu.visible-lg.visible-md-menu ul.list-inline a.btn-donate {
  right: 20px;
  float: inline-end;
  width: auto;
  /* width: 170px;
  left: 88px; */
}
[dir="rtl"] .nav-menu.visible-lg.visible-md-menu ul.list-inline a.btn-donate {
  right: unset;
  left: 20px;
}

.nav-menu.visible-lg.visible-md-menu ul.list-inline a.btn-donate:hover {
  color: white !important;
}

/* @media screen and (max-width: 1500px) {
  .nav-menu.visible-lg.visible-md-menu ul.list-inline a.btn-donate {
    left: 8px;
  }
  [dir="rtl"] .nav-menu.visible-lg.visible-md-menu ul.list-inline a.btn-donate {
    right: 8px;
    left: unset;
  }
} */
@media screen and (max-width: 1250px) {
  /* .nav-menu.visible-lg.visible-md-menu ul.list-inline a.btn-donate.desktop {
    display: none !important;
  } */
  a.btn-donate.mobile {
    display: none;
    /* top: 1.5em;
   left: 2em; */
  }
}
@media screen and (max-width: 1024px) {
  a.btn-donate.mobile {
    top: 0.5em;
    display: block;
    left: 17em;
    position: absolute;
    width: auto;
  }
  [dir="rtl"] a.btn-donate.mobile {
    left: unset;
    right: 17em;
  }
}

@media screen and (max-width: 765px) {
  a.btn-donate.mobile {
    left: 15.4em;
  }
  [dir="rtl"] a.btn-donate.mobile {
    right: 18.4em;
    left: unset;
  }
}

@media screen and (max-width: 600px) {
  a.btn-donate.mobile {
    left: 0;
    font-size: 13px;
    width: 100%;
    /* min-width: fit-content; */
    top: 5em;
  }
  [dir="rtl"] a.btn-donate.mobile {
    left: unset;
    right: 0;
    /* right: 23.6em; */
  }
}
@media screen and (min-width: 1250px) {
  a.btn-donate.mobile {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .header-bottom {
    margin-top: 2em;
  }

  .inner-page {
    padding-top: 59px;
  }

  .museum-img.square .museum-info .h1,
  .node-type-family h2.h2,
  .node-type-members h2.h2 {
    /* all exhibitions pages, family page*/
    padding-right: 34px !important;
    padding-left: 24px !important;
  }
  .museum-img.square .museum-info .h1 {
    font-size: 18px !important;
    margin: 0;
    margin-top: 10px;
  }
}

/* @media screen and (max-width: 765px) {
  a.btn-donate.mobile {
   left: 7em;
   width: 50%;
  }
  [dir="rtl"]  a.btn-donate.mobile {
    right: 7em;
    width: 50%;
    left: unset;
   }
} */

@media screen and (max-width: 488px) {
  a.btn-donate.mobile {
    left: 7.4em;
    width: auto;
    display: none;
  }
  [dir="rtl"] a.btn-donate.mobile {
    right: 7.4em;
    left: unset;
    display: none;
  }

  .inner-page {
    padding-top: 0;
  }
}
.page-node-5696496 .header,
.page-node-5696621 .header,
.page-node-5696421 .header {
  display: none !important;
}

.hapoalim-banner {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.hapoalim-logo.desktop img {
  object-fit: cover;
  width: 100%;
  max-width: 500px;
  display: none !important;
  /* float: inline-start; */
}
.hapoalim-logo.desktop {
  object-fit: cover;
  width: 100%;
  max-width: 500px;
}
.i18n-en .hapoalim-logo.desktop {
  content: url("/sites/all/themes/museum/img/hapolim-en-banner-english-black-desktop.png");
}
.i18n-he .hapoalim-logo.desktop {
  content: url("/sites/all/themes/museum/img/hapolim-he-banner-hebrew-black-desktop.png");
}

.hapoalim-logo.mobile img {
  display: none;
}
a.hapoalim-logo.laptop {
  display: none;
}

@media (max-width: 1200px) {
  .hapoalim-logo.desktop img {
    display: none;
  }
  .hapoalim-logo.laptop img {
    display: none;
  }

  a.hapoalim-logo.laptop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 1em; */
    width: 53%;
  }

  .i18n-en a.hapoalim-logo.laptop {
    content: url("/sites/all/themes/museum/img/hapolim-en-banner-english-black-desktop.png");
  }
  .i18n-he a.hapoalim-logo.laptop {
    content: url("/sites/all/themes/museum/img/hapolim-he-banner-hebrew-black-desktop.png");
  }

  .hapoalim-banner {
    display: none !important;
  }
}
@media (max-width: 1025px) {
  a.hapoalim-logo.laptop {
    display: none;
  }
  .hapoalim-logo.desktop img {
    display: none;
  }
  .hapoalim-logo.mobile img {
    display: block;
    width: 100%;
    max-width: 500px;
  }
  .header-icons-red {
    float: inline-end;
  }
}

@media (max-width: 768px) {
  .hapoalim-logo.mobile img {
    /* max-width: 704px; */
    width: 52%;
    margin: 0 auto;
    padding-top: 5px;
  }
}

@media (max-width: 750px) {
  .hapoalim-logo.mobile img {
    /* max-width: 704px; */
    width: 43%;
    padding-top: 18px;
    padding-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .hapoalim-logo.mobile img {
    /* max-width: 704px; */
    width: 90%;
    padding-top: 0;
  }
}

.hide-hapoalim-banner {
  display: none !important;
}

@media (max-width: 768px) {
  .view-all-events-on-one-list-page .past-exhibitions__container {
    /* max-width: 1300px; */
    flex-direction: column;
  }
  .view-all-events-on-one-list-page
    .events-labels
    .past-exhibitions__container
    .thumb {
    width: 100%;
  }
  .view-all-events-on-one-list-page
    .events-labels
    .past-exhibitions__container
    .museum-item__date {
    margin: 0;
    height: auto !important;
  }
  .view-all-events-on-one-list-page
    .museum-item__info.museum-item_info_buttons {
    height: auto !important;
  }
  .view-all-events-on-one-list-page .col-md-6.col-xs-6 {
    width: 100%;
  }
  .view-all-events-on-one-list-page .col-md-4 {
    width: 100%;
  }
}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border-radius: 60%;
  cursor: none;
  box-shadow: 2px 3px 8px #0668b84d;
  /*Set the size of the magnifier glass:*/
  width: 160px;
  height: 160px;
  z-index: 2;
}
/* make october 7 page balck and white  */
.page-node-6170461 section.product,
.page-node-6170506 section.product {
  background: black;
  color: white;
}
/* october 7th event */

.page-node-6170461 .product__current,
.page-node-6170461 h1.product__title {
  color: white;
  background: black;
}

.page-node-6170506 section.product .product__current,
.page-node-6170506 h1.product__title {
  color: white;
  background: black;
}


/* Achwarz Archive */

body.node-type-schwarz-archive #lightbox2-overlay{
  height:2564px !important; 
}
body.node-type-schwarz-archive h1.page-header {
  display: none;
}
body.node-type-schwarz-archive main.content .event {
  padding: 0 4vw;
}
body.node-type-schwarz-archive main.content .row{
  padding: 0;
}
body.node-type-schwarz-archive main.content.container-fluid{
  padding: 0;
}
body.node-type-schwarz-archive .event__image.hidden-xs {
  margin-bottom: 0;
}
body.node-type-schwarz-archive main.content .col-md-3 .event__image {
  display: none;
}
body.node-type-schwarz-archive .event__characteristic {
  border-top: none;
}
body.node-type-schwarz-archive .event__characteristic p:last-child {
  margin: 0 0;
}

body.node-type-schwarz-archive span.enlarge {
  transition: all 0.25s ease;
  cursor: pointer;
  margin: 0 0 10px;
  display: block;
}
body.node-type-schwarz-archive span.enlarge:hover {
  color: red;
}

body.node-type-schwarz-archive .product-wrapper{
  margin-bottom: 200px;
  max-width: 100%;
}
@media (max-width: 1025px) {
  body.node-type-schwarz-archive .product-wrapper{
    margin-bottom: 32px;

  }
}
@media (max-width: 768px) {
  body.node-type-schwarz-archive .product-wrapper{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;


  }
}
body.node-type-schwarz-archive .product-wrapper .event__characteristic:last-child {
  border-top: 1px solid #cccccc;
}

        /* Optional styles */
        .magnifier-container {
          position: relative;
          cursor: zoom-in;
      }
      .magnifier {
          display: none;
          position: absolute;
          border: 2px solid #000;
          border-radius: 50%;
          pointer-events: none;
          z-index: 1000;
      }



/* ipadPro */

@media (max-width: 1025px) {
  body.node-type-schwarz-archive .main-container {
    margin-top: 68px;

  }
  body.node-type-schwarz-archive main.content{
    padding: 0 ;
  }
  body.node-type-schwarz-archive main.content .product-wrapper
  body.node-type-schwarz-archive main.content .event__sidebar{
        padding: 0 4vw;
  }
}
/* ipad */
@media (max-width: 768px) {
  body.node-type-schwarz-archive main.content .col-md-3 .event__image {
    display: block;
  }
  body.node-type-schwarz-archive main.content .enlarge{
    display: none;
  }
}



body.page-node-4944584 .masonry-item__info a {
  transition: all 0.25s ease;
}
body.page-node-4944584 .masonry-item__info a :hover {
  color: red;
}

body.page-node-4944584 .masonry-item__info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000;
}

div#imageContainer {
position: relative;
}
.col-md-3.col-lg-4.pull-left.col-xs-12.end-column{

  padding-left: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1025px) {
  .col-md-3.col-lg-4.pull-left.col-xs-12.end-column{

    padding-left: 15px;
    padding-bottom: 15px;
  }
}
.magnify{
  border-radius: 50%;
  border: 2px solid black;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
  display: none;
  cursor: none;
}



/* 08.01.2025 */

@font-face {
  font-family: 'Nimrod';
  src: url('Nimrod-October24-V4-Nimrod.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

main.international-2025{

  /* General Styling */
    font-family: 'Nimrod';
    color: #fff;
    background-color: #000;
    padding: 0 4vw;

}

main.international-2025 section.section.js-first-section{
  margin: 0  -4vw;
}

main.international-2025 section.section.js-first-section .image{
  width: 100%;
  object-fit: cover;
  cursor: default;
}

main.international-2025 header{
  text-align: center;
  max-width: 860px;
  margin: 60px auto;
}

main.international-2025 header p {
  line-height: 1.6;

}

main.international-2025 .top-section{
  max-width: 860px;
  margin: 0 auto;
}


main.international-2025 .line{
  border-top: 2px solid #fff;
}

/* Main Headings */
main.international-2025 h1,
main.international-2025 h2 {
  color: #fff; /* Black */
  font-family: 'Nimrod';
}

/* Subheadings/Section Titles */
main.international-2025 h3 {
  color: #0088FF; /* Blue */
  font-family: 'Nimrod';
}

/* Important Dates */
main.international-2025 .date {
  color: #fff; 
  font-family: 'Nimrod';
  width: 100px;
  margin-top: 0;

}

main.international-2025 .button-section {
  display: flex;
  justify-content: center;
  margin: 60px auto;
  gap: 1.5rem;
}

/* Highlights (e.g., calls to action) */
main.international-2025 .highlight {
  color: #fff; /* Purple */
  font-family: 'Nimrod';
  border-radius: 5px;
  width: fit-content;
  display: block;
  margin: 0;
  text-align: center;

  padding: 8px 16px;
  width: 232px;
  transition: all 0.25s ease;
  text-decoration: none;
  background-color: #0086ff !important;

}
main.international-2025 .highlight:hover {

  text-decoration: none;
  background-color: #0161b7 !important;
}

main.international-2025 .register-afar {
  font-family: 'Nimrod';
  border-radius: 5px;
  width: fit-content;
  display: block;
  padding: 8px 16px;
  width: 232px;
  transition: all 0.25s ease;
  text-decoration: none;

  color: #0086ff; 
  border: 1px solid #0086ff;
  background-color: transparent !important;
}
main.international-2025 .register-afar:hover {
  text-decoration: none;
  color: #fff; 
  background-color: #0086ff !important;
}



/* Decorative or Supporting Details */
main.international-2025 .supporting-text {
  color: #00CC99; /* Green */
  font-style: italic;
  font-family: 'Nimrod';
}


/* Links */
main.international-2025 a {
  color: #0088FF; /* Blue */
  text-decoration: none;
  font-family: 'Nimrod';
}

main.international-2025 a:hover {
  text-decoration: underline;
}

/* Miscellaneous */
main.international-2025 p {
  margin: 0;

  font-family: 'Nimrod';
  /* line-height: 14px; */
  line-height: 1.6;
}

main.international-2025 p.day-part {
  line-height: 1.4;
  margin-left: -6px;
  margin-top: -10px;

}

/* Tmeline */
main.international-2025 section.timeline {
      display: flex;
      align-items: baseline;
      gap: 4rem;
      margin: 40px 0 40px 6rem;
}
   

@media (max-width: 768px) {
  main.international-2025 section.timeline {
   margin: 40px 0 40px 2rem;
 }
}
@media (max-width: 501px) {
  main.international-2025 section.timeline {
   margin: 40px 0 40px 0rem;
 }
}
main.international-2025 section.timeline .end{
  position: relative;
}

main.international-2025 section.timeline .end .day-part-wrapper {
  margin-bottom: 1.5rem;
}

main.international-2025 section.timeline .end:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #FFD900;
    position: absolute;
    left: -1rem;
}

main.international-2025 section.timeline p.day-part:before {
  content: '';
  display: inline-block;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 7.5px;
  background-color: #FFD900 ;
  position: relative;
  top: 0px;
  right: 14px;

}

main.international-2025 section.timeline .day-part-wrapper:last-child p.day-part:after{
  content:'';
  background:#000;
  position:absolute;
  right:calc(100% + 0.8rem);
  height:100%;
  width:10px;
  top:16px;
}
main.international-2025  .day-part-wrapper li {
  font-family: 'Nimrod';
}

.day-part-wrapper{
  position:relative;
}

main.international-2025 section.timeline .end .day-part-wrapper{
  margin:0;
  padding-bottom:1.5rem;
}

/* Yellow */
main.international-2025 section.yellow h3.date {
  color: #FFD900; 
  
}
main.international-2025 section.yellow p.day-part {
  color: #FFD900; 
}

.i18n-en main.international-2025 section.yellow  .day-part-wrapper p:not(:first-child) {
padding-left: 1.3rem;
font-size: 18px;
}
.i18n-he main.international-2025 section.yellow  .day-part-wrapper p:not(:first-child) {
  padding-right: 1.3rem;
  font-size: 18px;
  }

main.international-2025 section.yellow  .day-part-wrapper li {
  white-space: nowrap;
  }
  @media (max-width: 1500px) {
    main.international-2025 section.yellow  .day-part-wrapper li {
      white-space: normal;
   }
  }
  
/* Purple */
main.international-2025 section.purple h3.date {
  color: #8F5EFF; 
}
main.international-2025 section.purple p.day-part {
  color: #8F5EFF; 
}
.i18n-en main.international-2025 section.purple  .day-part-wrapper p:not(:first-child) {
  padding-left: 1.3rem;
  font-size: 18px;
  }

.i18n-he main.international-2025 section.purple  .day-part-wrapper p:not(:first-child) {
    padding-right: 1.3rem;
    font-size: 18px;
    }
main.international-2025 section.purple .end:before{
  background: #8F5EFF;
}

main.international-2025 section.purple p.day-part:before {
  background-color: #8F5EFF ;
}

/* Orange */
main.international-2025 section.orange h3.date {
  color: #D45900; 
}
main.international-2025 section.orange p.day-part {
  color: #D45900; 
}
main.international-2025 section.orange .end:before{
  background: #D45900;
}
.i18n-en main.international-2025 section.orange  .day-part-wrapper p:not(:first-child) {
  padding-left: 1.3rem;
  font-size: 18px;
  }
  .i18n-he main.international-2025 section.orange  .day-part-wrapper p:not(:first-child) {
    padding-right: 1.3rem;
    font-size: 18px;
    }
  main.international-2025 section.orange  .day-part-wrapper li {
    white-space: nowrap;
    }
    @media (max-width: 1500px) {
      main.international-2025 section.orange  .day-part-wrapper li {
        white-space: normal;
     }
    }
  
main.international-2025 section.orange p.day-part:before {
  background-color: #D45900 ;
}

/* Green */
main.international-2025 section.green h3.date {
  color: #00CC99; 
}
main.international-2025 section.green p.day-part {
  color: #00CC99; 
}
main.international-2025 section.green .end:before{
  background: #00CC99;
}

main.international-2025 section.green p.day-part:before {
  background-color: #00CC99 ;
}
.i18n-en main.international-2025 section.green  .day-part-wrapper p:not(:first-child) {
  padding-left: 1.3rem;
  font-size: 18px;
  }
  .i18n-he main.international-2025 section.green  .day-part-wrapper p:not(:first-child) {
    padding-right: 1.3rem;
    font-size: 18px;
    }
main.international-2025 .container-signature{
  margin: 30px -4vw 0;
}

main.international-2025 .container-signature .container-fluid {
  background-color: #0086ff !important;

}  

main.international-2025 .container-signature .container-fluid td{
  font-family: 'Nimrod';
  text-transform: lowercase;

}
main.international-2025 .container-signature .container-fluid img{
  max-width: 160px;
}

main.international-2025 .container-signature .container-fluid td.title-line {
  padding-bottom: 40px;
}


main.international-2025 + footer p,
main.international-2025 + footer h5{
  font-family: 'Nimrod';
  text-transform: lowercase;
}


body.page-node-6355716 footer,
body.page-node-4944595 footer,
body.page-node-4944596 footer,
body.page-node-4944597 footer,
body.page-node-6355711 footer,
body.page-node-6355656 footer{
  background-color: #d45900 !important;
}

body.page-node-6355716 footer img,
body.page-node-4944595 footer img,
body.page-node-4944596 footer img,
body.page-node-4944597 footer img,
body.page-node-6355656 footer img{
  max-width: 250px;
}



/* Hebrew version 4944597   */



body.page-node-4944597 main.international-2025 section.timeline .end:before {
  right: -1rem;
  left: auto;
} 
body.page-node-6355711 main.international-2025 section.timeline .end:before {
  right: -1rem;
  left: auto;
} 
body.page-node-4944597 main.international-2025 p.day-part,
body.page-node-6355711 main.international-2025 p.day-part {
  margin-right: -6px;
}
body.page-node-4944597 main.international-2025 p.day-part:before {
  top: -2px;
  left: 15px;
  right: auto;
  width: 7px;
}

body.page-node-6355711 main.international-2025 p.day-part:before {
  top: -2px;
  left: 15px;
  right: auto;
  width: 7px;
}

body.page-node-4944597 main.international-2025 section.timeline .day-part-wrapper:last-child p.day-part:after {
  top: 17px;
  left: calc(100% + 0.8rem);
  right: auto;
}

body.page-node-6355711 main.international-2025 section.timeline .day-part-wrapper:last-child p.day-part:after{
  top: 17px;
  left: calc(100% + 0.8rem);
  right: auto;
}

/* webform hebrew ic 2025 */

body.page-node-6355826 {
  text-transform: lowercase !important;
  font-family: 'Nimrod' !important;  
}

form#webform-client-form-6355661,
form#webform-client-form-6355826 {
  background-color: #000;
  color: white;
  font-family: 'Nimrod';
  text-transform: lowercase !important;
  font-family: 'Nimrod' !important;

}
form#webform-client-form-6355661 .help-block,
form#webform-client-form-6355826 .help-block {
  font-family: 'Nimrod';
}

form#webform-client-form-6355661 .museum-info .h1.museum-info__title_lg,
form#webform-client-form-6355826 .museum-info .h1.museum-info__title_lg {
  display: none;
}
form#webform-client-form-6355661 label,
form#webform-client-form-6355826 label {
  font-family: 'Nimrod';
}
form#webform-client-form-6355661 h2,
form#webform-client-form-6355826 h2 {
  font-family: 'Nimrod';
}
form#webform-client-form-6355661 p,
form#webform-client-form-6355826 p {
  font-family: 'Nimrod';
}

form#webform-client-form-6355661 .form-actions p a,
form#webform-client-form-6355826 .form-actions p a {
  font-family: 'Nimrod';
  color: #0086ff !important;
}

form#webform-client-form-6355661 .form-actions .webform-submit,
form#webform-client-form-6355826 .form-actions .webform-submit {
  font-family: 'Nimrod';
  background-color: #0086ff !important;
}

/*Thank You page 2025 */
.page-node-6355871 p,
.page-node-6355866 p,
.page-node-6355831 p {
  font-family: 'Nimrod';
  color: white;
}
.page-node-6355871 .ic-banner,
.page-node-6355866 .ic-banner,
.page-node-6355831 .ic-banner {
  background: #000 url(/sites/all/themes/museum/img/IMJ_International-Council-2025_Landing-Page-Banner_2.gif) !important;
      /* background: #F71C75 url(/sites/default/files/ic-2023-he.jpg); */
      width: 100% !important;
      height: 600px !important;
      background-size: auto !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
}

body.page-node-6355871,
body.page-node-6355866,
body.page-node-6355831 {
 background-color: #000;
}

.page-node-6355871 h3,
.page-node-6355866 h3,
.page-node-6355831 h3 {
  font-family: 'Nimrod';
  color: white;
}
.page-node-6355871 a,
.page-node-6355866 a,
.page-node-6355831 a {
  font-family: 'Nimrod';
  color: white;
}
.page-node-6355871 .first-pay-option a {
  font-family: 'Nimrod' !important;
}

.view.view-searchnew .views-row {
    display: flex;
    padding: 0 15px 15px;
}
.view.view-searchnew .views-row .views-field.views-field-search-api-excerpt{
   padding-inline-start:30px;
   flex:1 1 auto;
}
.view.view-searchnew .views-row .views-field.views-field-field-thumbnail-image-events,
.view.view-searchnew .views-row .views-field.views-field-field-image-path {
  flex:0 0 auto;
}
.view.view-searchnew .views-row .views-field.views-field-field-thumbnail-image-events img,
.view.view-searchnew .views-row .views-field.views-field-field-image-path img{
  width:220px;
  max-height:200px;
  object-fit:contain;
}

.view.view-searchnew .view-filters{
    position:relative;
    max-width:66.666%;
    margin:0 auto 70px;
    width:100%;
}

.view.view-searchnew .view-filters .views-widget-filter-type {
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    gap: 30px;

}

.i18n-en .view.view-searchnew .view-filters .views-widget-filter-type {
  left: 0;
}
.view.view-searchnew .view-filters .views-submit-button button[type="submit"] {

  text-transform: unset !important;

}
.i18n-he .view.view-searchnew .view-filters .views-widget-filter-type {
  right: 0;
}

.i18n-ar .view.view-searchnew .view-filters .views-widget-filter-type {
  right: 0;
}

.view.view-searchnew .view-filters .views-widget-filter-type .form-radios {
    /* position: absolute; */
    display: flex;
    align-items: center;
    gap: 30px;
}

.view.view-searchnew .view-filters .views-widget-filter-type .form-radios .form-item.radio {
    margin-top: 0;
}

.view.view-searchnew .view-filters .views-exposed-widgets {
    display: flex;
    align-items: flex-end;
}

.view.view-searchnew .view-filters .views-widget-filter-search_api_views_fulltext {
    float: none;
    width: 100%;
}
.view.view-searchnew .view-filters .views-widget-filter-search_api_views_fulltext input {
    width: 100%;
}

.view.view-searchnew .view-filters .views-submit-button {
    padding-right: 0;
    padding-left:15px;
}

.i18n-en .view.view-searchnew .view-filters .views-submit-button {
  padding-left: 0;
  padding-right:15px;
}


.view.view-searchnew .view-filters .views-submit-button button[type="submit"] {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 0, 0);
    border-color: rgb(255, 0, 0);
    border-radius: 0px !important;
}
@media (max-width:992px){
  .view.view-searchnew .views-row .views-field.views-field-field-thumbnail-image-events img,
  .view.view-searchnew .views-row .views-field.views-field-field-image-path img {
    max-width: 25vw;
  }
  .view.view-searchnew .view-filters{
    max-width:100%;
  }
  .view.view-searchnew .view-filters .views-widget-filter-type>label{
    position:absolute;
    left:0;
    pointer-events:none;
    opacity:0;
  }
}

.page-node-2325591.node-type-webform.i18n-en .static-img {
  background-image: url('../img/generic-fe_399.jpg') !important;
background-position: center;
background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1025px) {
  .i18n-en #webform-client-form-2325591 .static-img {
      height: 100%;
  }
}

.i18n-en main.international-2025 .day-part-wrapper:last-child li:last-child {
  font-family: 'Nimrod';
  white-space: nowrap;
}

@media (max-width: 768px) {
  .i18n-en main.international-2025 .day-part-wrapper:last-child li:last-child {
    white-space: unset;
  }
}

.i18n-en .col-md-3.col-departments:nth-child(10) {
  display: none;
}

.i18n-he .col-md-3.col-departments:nth-child(9) {
  display: none;
}