@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;
}
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;
}
.svg {
  margin-right: 5px;
}
.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;
}

.btn.btn-danger,.btn.btn-audio {
  background: #ff0000;
  color: #fff;
  position: relative;
  min-width: 150px;
}
.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;
}
.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;
}
.header .left-menu .menu a,
.header .left-menu .visitors a {
  color: #000;
}
@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;
}


/**********new top menu horizontal spacing*************/
.i18n-he .header .nav-menu > .list-inline > li:nth-child(5) > a, .i18n-he .header .nav-menu > .list-inline > li:nth-child(5)> 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: 25px;
    background-color: red;
    color: #fff;
    padding: 10px 15px;
	
}
@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: 25px;
    background-color: red;
    color: #fff;
    padding: 6px 15px;
    margin-right: 0;
}
}
.i18n-en .header .nav-menu > .list-inline > li:nth-child(5) > a, .i18n-he .header .nav-menu > .list-inline > li:nth-child(5)> 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: 25px;
    background-color: red;
    color: #fff;
    padding: 10px 15px;
	
}
@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: 25px;
    background-color: red;
    color: #fff;
    padding: 6px 10px;
    margin-right: 0;
}
}
a.clickticket, #topticket{display:none;}
@media (min-width: 1154px) {
.i18n-he .header .nav-menu > .list-inline > li {
  padding: 0 5px;
}
.i18n-en .header .nav-menu > .list-inline > li {
  padding: 0 3px;
}

.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 5px;
}
.i18n-en .header .nav-menu > .list-inline > li {
  padding: 0 3px;
}

.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;
}

.header .nav-menu a {
    letter-spacing: .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) and (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: 24px;
  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.4;
}
.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%;
}
@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;
}
.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) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.65) 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) 10%, rgba(0, 0, 0, 0.55) 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: 37px;
  line-height: 40px;
  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: 32px;
}
@media (max-width: 1025px) {
  .museum-img.small .museum-info .h1 .date,
  .museum-img.half .museum-info .h1 .date {
    font-size: 30px;
    line-height: 30px;
  }
}
@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;
}
*/
.museum-img .museum-info, .slider-img .museum-info {
  position: absolute;
  bottom: 60px;
  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;
}
.museum-img .museum-info .category .count {
  top: 100%;
  left: -1px;
}
.museum-img .museum-info .category a {
  color: white;
}
.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-bottom: 0px;
  margin-top: 20px;
}
.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;
}
.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;
  }
  .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;
}
.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: 16px;
    line-height: 18px;
    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;
}
*/
.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;
  }
}
.footer {
  /*height: 280px;*/
  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;
}
.footer .footer-link {
  font-size: 20px;
  font-weight: 700;
  font-family: 'simplerbold', 'Roboto', sans-serif;
  margin-bottom: 0;
  padding:0;
}
.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;
}
.footer .footer-buttons .btn {
  font-weight: bold;
  min-width: 0;
  padding: 9px;
  background: transparent;
  border: 1px solid #ccc;
  color: white;
}
.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;
    margin-top: 0px;
  }
  .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;
    padding: 0 15px;
    text-align: center;
    margin-top: 5px;
  }
  .footer .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: 65px;
  right: 65px;
  top: 0;
  min-height: 100%;
  animation-duration: 0.5s;
}
.custom-modal .custom-modal__wrapper .custom-modal__content {
  margin: auto;
  width: 100%;
}
.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;
  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: 37px;
  line-height: 40px;
  max-width: 100%;
  margin-bottom: 25px;
}
.custom-modal .custom-modal__wrapper .custom-modal__title.custom-modal__title__xs {
  font-size: 36px;
  line-height: 40px;
  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: 32px;
}
.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: 28px;
  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: 22px;
  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: 22px;
  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;
      padding: 10px 20px;
}
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: 40px 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;
}
.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;
}
.pp-section {
  table-layout: fixed;
}
.pp-section.pp-table {
  padding-top: 59px;
}
.pp-section.pp-table:first-child {
  padding-top: 0;
}
.inner-page {
  padding-top: 110px;
}
.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: 60px;
}
.year-carousel {
  background: #efefef;
  padding: 18px 29px 6px;
  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: 1px 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 {
	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);
  }
	.gallery-talk .product .product-right {
		width: calc(100% - 820px);
	}
}
.product-wrapper {
  max-width: 730px;
  word-wrap: break-word;
}
.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: 55px;
  line-height: 61px;
  font-weight: 500;
  font-family: 'simplerbold', 'Roboto', sans-serif;
  margin-bottom: 0;
}
.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: 14px;
  font-weight: 300;
  font-family: 'simplerregular', 'Roboto', sans-serif;
  color: #5f5f5f;
  margin-top: 5px;
}
.video__credit p {
    font-size: 15px;
    font-weight: 300;
    font-family: 'simplerregular', 'Roboto', sans-serif;
    color: #5f5f5f;
    margin-top: 5px;
    line-height: 1.5;
}
.product__image {
  margin-bottom: 30px;
  margin-top: 15px;
}
.product-list {
  margin-top: 20px;
  margin-bottom: 22px;
}
@media (max-width: 1025px) {
  .product-list {
    width: 80%;
  }
}
.product-h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.product-list__item {
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
}
.product-list__item  li{
list-style-type: none;
}
.product__actions.affix,
.department__actions.affix {
  position: fixed !important;
  top: 75px;
  width: 220px;
  z-index: 9;
}
.node-type-default-page .product__actions.affix {
  top: 125px;
}
.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;
}

#related-exhibitions .carousel-more__header {
  padding: 14px 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;
}
.carousel-more__image {
  margin-bottom: 15px;
}
.carousel-more__title,
.carousel-more__name {
  font-size: 24px;
  line-height: 28px;
  padding: 0 10px;
}
#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: 880px;
  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;
}
@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;
}
.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: 15px 20px;
}
.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: 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 {
  float: left;
  margin-top: 11px;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.header-filters__date {
  float: right;
}
.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;
}
.inner-page_filter {
  padding-top: 176px;
}
.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;
}
.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;
}
#related-exhibitions{ /*.section__title*/
  padding: 14px 25px 0;
  text-transform: initial;
}

#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;
}
.department__actions .btn {
  width: 220px;
  font-size: 14px;
}
.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;
}

@media screen and (min-width: 1000px) {
.product-navigation {
  border-right: none;
  border-left: 2px solid red;
}
}
@media screen and (max-width: 1025px) {
.product-navigation {
  border-left: 0 solid #ff0000;
}
}
.product-navigation__item {
  position: relative;
  margin-bottom: 20px;
  font-weight: 200;
}

.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: .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;
}
.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-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 {
  position: absolute;
  bottom: -80px;
  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;
}
#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;
}
/*add this for new changes*/
/*.node-type-event-landing-page .inner-page_filter {
  padding-top: 0;
}*/
@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;
  }
  .inner-page {
    padding-top: 45px;
  }
  .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%);
}
.panel-heading__link.collapsed {
  background: transparent;
  color: #000 !important;
}
.panel-heading__link.collapsed:before {
  content: '+';
}
@media (min-width: 900px) {
  .header-bottom__list .owl-item,
  .header-bottom__list .owl-item.active {
    display: block!important;
  }
}
@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;
  }
  .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;
  }
  .inner-page_filter {
    padding-top: 89px;
  }
  .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;
  }
  .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-left: 0;
    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;
  }

@media screen and(min-width: 1000px) {  
  .department__actions {
    margin-top: 15px;
    text-align: center;
  }
}
  .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: 38px;
    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: -2em;
    padding-left: 2em;
  }
  .carousel-more__title,
  .carousel-more__name {
    font-size: 18px;
    line-height: 20px;
    padding: 0 10px;
  }
  .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;
  }
  .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;
  }
  .museum-item__info {
    padding: 15px 10px;
    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 {
    float: right;
  }
  .header-filters__date .svg-icon {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -5px;
  }
  .header-filters {
    padding: 0;
  }
  .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;
  }*/
  .department .social-share {
    float: right;
    margin-top: -29px;
  }
  /*.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: 24px;
  }
  .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;
  }
}
@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: 50px;
}
@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;
}
.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: 30px;
}
.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;
}
@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;
  /*background: red;*/
  width: 220px;
}
.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;
}
.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 */
.page-search .block-facetapi {
  background-color: #F1F1F1;
  padding: 0px 30px 30px 30px;
}
.page-search .block-facetapi h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
.page-search .search-form {
  background-color: #F1F1F1;
  padding: 30px 30px 30px 30px;
  margin-bottom: 0;
}
.page-search #edit-basic {
  margin-bottom: 0;
  border: 1px solid #ccc;
  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 {
  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: 0;
}
.page-search #edit-keys,
.page-search #edit-submit {
  height: 45px;
}
.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;
  }
}



/*******avi's additions*******/

/********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%;}
}
/*******************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***************/

.page-node-1821331 h1 {
	margin-left: 10px;
}
.gidal-page ul {
    margin-top: unset;
}
.gidal-page .masonry-grid {margin-top: 100px;}
.gidal {
	margin-bottom: unset;
}
.list-group-horizontal .list-group-item
{
	display: inline-block;
}
.list-group-horizontal .list-group-item
{
border: 0;
margin: 0px;
padding: 10px 5px;
}
.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-item h2.item__title {margin-bottom: 30px;}
.gidal .list-group-horizontal .list-group-item a
{
font-size: 14px;
}
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;
}

/******staff page**********/
.staff_list h4 {margin-top: 40px;}
.product__description .staff tr td:first-child{
	 width: 65%;
	 }
@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;
}


@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: " ";
}

.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;
}
*/
/*****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-size: 15px;
  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;
}
/*******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;
}
}

.node-type-webform .main-container{
padding: 0;
overflow: hidden;
margin-top: 100px;
}
.node-type-webform  h1.page-header{
	display:none;
}
@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;
}
}
/*******webforms  friends*******/
/**
webform-client-form-2325496: Hebrew friends form
webform-client-form-2325556: Hebrew business friends form
webform-client-form-2325591: English friends form
**/

.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 {
    bottom: 50px;
}
}
@media (max-width: 1025px){
.static-img .museum-info .h1.museum-info__title_lg {
    font-size: 62px;
    line-height: 1;
	margin-bottom:0;
}
}


/*******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%;
}

/*******collections*******/
.floatright{float:right;}
.floatleft{float:left;}
.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;}
/****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 {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: 200px;

    z-index: 1;
}
.enlarge_icon {position:relative;}
@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;
}
}

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.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************/

.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;
}
}
@media (max-width: 1199px){
.collections-home-crumbs .breadcrumbs-wrapper__link {
    font-size: 14px;
}
}
/************museum closing changes********/

body.front {
overflow-y:scroll;
overflow-x:hidden;
}
.footer {position: relative;}
.footer .row {padding-bottom: 20px;}
/*hide ticketing button in footer*/
@media (max-width: 1025px){ 
#block-block-17 .product__button {
display: none;
}
}
/* Style the video: 100% width and height to cover the entire window */
#museumVideo {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.fullscreen-bg {
 	/*
    position:absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
   z-index: -100;*/
}
@media screen and (min-width: 601px){
.fullscreen-bg {
    margin-top: 120px;
}	
}
@media screen and (max-width: 600px){
.fullscreen-bg {
        margin-top: 0;
}
}

.fullscreen-bg__video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
section.homepage {
	background-color:#000;
	color:#eee;
	}

section.homepage .ux-ui{
float:none;
text-align:center;
font-size:14px;
} 
.closed-image {
	background-image: url(/sites/default/files/art-wing2.jpg);
}
*/
@media screen and (min-width: 601px){
	.closed-image-he {
		background-image: url(https://www.imj.org.il/sites/default/files/exhibitions/homepage/fe-close-he240320.jpg); 
	}
	.closed-image-en {
		background-image: url(https://www.imj.org.il/sites/default/files/exhibitions/homepage/fe-closed-en_0.jpg); 
	}
}

@media screen and (max-width: 600px){
	.closed-image-he {
		background-image: url(https://www.imj.org.il/sites/default/files/fe-closed-340-he.jpg); 
		background-repeat: no-repeat; 
		background-size:contain!important;
	}
	.closed-image-en {
		background-image: url(https://www.imj.org.il/sites/default/files/fe-closed-340-en.jpg); 
		background-repeat: no-repeat; 
		background-size:contain!important;
	}
}


/*
@media screen and (max-width: 768px){
.closed-image {
	background-image: url(/sites/default/files/fe-mclosed-768-he.jpg); 
	background-repeat: no-repeat; 

}
}
@media screen and (max-width: 1200px){
.closed-image {
	background-image: url(/sites/default/files/fe-mclosed-1200-he.jpg); 
	background-repeat: no-repeat; 

}
}
@media screen and (min-width: 1201px){
.closed-image {
	background-image: url(/sites/default/files/fe-mclosed-1920-he.jpg); 
	background-repeat: no-repeat; 

}
}
*/
@media screen and (max-width: 1200px){
.inner-page_filter {
  padding-top: 0px!important;
}
}
@media screen and (min-width: 1201px){
.inner-page_filter {
  padding-top: 65px!important;
}
}
/*
  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;
		}
	}