@media screen and (min-width: 992px) and (max-width: 1599px) {
	#site-header .menu > li > a {
		font-size: 16px;
		padding: 0 10px 10px;
	}
	#site-header .menu > li.menu-item-has-children > a {
		padding: 0 10px 10px 30px;
	}
	.site-navigation {
		display: block !important;
	}
	#site-header .main-header {
		height: 100%;
		display: flex;
	}
	.site-logo {
		align-items: end;
		padding-bottom: 20px;
	}
	.top-header ul.top-links li {
		font-size: 18px;
	}
	.top-header ul.top-links li i {
		font-size: 18px;
	}
	.departments-index .department .wrap {
		height: 240px;
	}
	.footer-blocks img, .footer-blocks ul li {
		font-size: 16px;
	}
	#site-header ul.menu > li {
		min-width: unset;
	}
	.content {
		font-size: 20px;
	}
	.staff-member .row.email {
		font-size: 20px;
	}
	.staff-member .row.name {
		font-size: 30px;
	}
	.questions .panel h4 a {
		font-size: 24px;
	}
	.questions .panel-body {
		font-size: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
	#site-header .main-header {
		width: 180px;
	}
	#site-header .nav-header {
		width: calc(100% - 180px);
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#site-header .menu > li > a {
		font-size: 13px;
	}
}
@media screen and (max-width: 991px) {
	#site-header .container {
		padding: 0 15px;
	}
	.top-header ul.top-links li:not(.search) i {
		margin: 0;
	}
	.top-header ul.top-links li .text {
		display: none;
	}
	#site-header .menu li.menu-item-has-children.open > a::after {
		transform: rotate(180deg);
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.scrollup {
		
	}
	#site-header {
		height: 60px;
	}
	#site-header .main-header {
		height: 60px;
		width: 100%;
	}
	#site-header .nav-header {
		width: 100%;
	}
	#site-header .nav-header .top-header {
		display: none;
	}
	#site-header .main-header .top-header {
		display: inline-block;
		float: right;
		width: calc(60% - 60px);
		padding: 15px 0;
	}
	#site-header ul.top-links {
		width: 100%;
	}
	.top-header ul.top-links li {
		display: inline-block;
		float: left;
		font-size: 16px;
		max-width: 50px;
		width: calc(100% / 3);
		height: 30px;
		margin: 0;
		text-align: center;
	}
	.top-header ul.top-links li a {
		font-size: 14px;
		width: 90%;
		height: 30px;
		padding: 0;
		display: inline-block;
		line-height: 30px;
	}
	.top-header ul.top-links li i {
		font-size: 14px;
	}
	ul.top-links li a#open-search, 
	.slim .top-header ul.top-links li a {
		width: 30px;
		margin: auto;
	}
	.site-logo {
		float: right;
		width: 40%;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.site-logo a {
		align-items: center;
	}
	.navbar-header {
		float: left;
		width: 60px;
		text-align: left;
	}
	.navbar {
		width: 100%;
		text-align: left;
		float: left;
		display: block;
		position: absolute;
		top: 60px;
		background: #fff;
		left: 0;
		right: 0;
		padding: 0;
		box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
	}
	.hamburger { 
		margin: 0;
		text-align: center;
		margin-left: 0;
		margin-right: auto;
		float: none;
		clear: both;
		padding-left: 0;
	}
	html[lang="en-US"] .hamburger { 
		padding-left: 15px;
		padding-right: 0;
	}
	button.hamburger:focus { 
		outline: unset;
	}
	.top-header ul.top-links li a {
		font-size: 14px;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		width: 40px;
		background-color: var(--green);
	}
	.hamburger-inner:before {
		top: -8px;
	}
	.hamburger--collapse .hamburger-inner:after {
		top: -16px;
	}
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
		background-color: #96c11f;
	}
	
	.site-navigation {
		padding: 0;
		border-top: 1px solid #96c11f;
	}
	.site-navigation li {
		border-bottom: 1px solid #ddd;
	}
	.site-navigation li a {
		font-size: 18px;
		display: block;
		line-height: 40px;
		position: relative;
		color: var(--green);
		padding: 0 15px 0 30px;
	}
	.site-navigation .sub-menu > li {
		padding-right: 20px;
		background: #fff;
	}
	.site-navigation li.current_page_ancestor > a {
		color: #96c11f;
	}
	.site-navigation li.current-menu-item {
		background: var(--green);
	}
	.site-navigation li.current-menu-item > a {
		color: #fff;
	}
	#site-header ul {
		list-style: none;
		text-align: right;
	}
	html[lang="en-US"] #site-header ul.menu > li {
		text-align: left;
	}
	.site-navigation .menu {
		height: 100vh;
		overflow-y: auto;
		padding: 40px 0;
	}
	.sub-menu {
		display: none;
	}
	section.row.page-header {
		margin-top: 60px;
	}
	
	.row.breadcrumbs {
		margin: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 11px;
	}
	.breadcrumbs .crumb {
		font-size: 11px;
	}
	.content {
		font-size: 20px;
	}
	section.page-content {
		margin: 0;
		padding: 30px 0;
		font-size: 20px;
	}
	.row.top-footer .container {
		max-width: 100%;
		padding: 0 30px;
	}
	#site-footer {
		background-position: 0px calc(100% - 100px);
		background-size: 260px;
	}
	#site-footer .copyrights {
		line-height: 23px;
		width: 100%;
		margin: 0;
		text-align: center;
		font-size: 13px;
	}
	.copyrights .cpd {
		text-align: center;
	}
	.footer-blocks ul li {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.footer-blocks ul li.current-menu-item a {
		color: var(--green);
	}
	.footer-blocks img {
		margin-bottom: 30px;
	}
	.shared-col {
		width: 100%;
	}
	.social-col {
		padding: 0;
		width: 100%;
		height: auto;
		margin-top: 60px;
	}
	.social-col ul {
		direction: ltr;
		height: 100%;
		display: flex;
		justify-content: end;
		align-items: center;
	}
	#site-footer .top-footer {
		margin: 0;
		width: 100%;
		padding: 40px 0;
	}
	.footer-blocks {
		margin: 0;
		padding: 0;
	}
	.footer-blocks .widget {
		padding: 0;
	}
	.footer-blocks .block {
		margin-bottom: 30px;
		padding: 0;
	}
	.footer-blocks .block.f2 {
		width: 50%;
	}
	.footer-blocks h4 {
		margin-bottom: 10px;
	}
	section.row h1 {
		font-size: 32px;
	}
	.main-banner {
		height: 160px;
		overflow: hidden;
	}
	.main-banner img {
		min-height: 100%;
		min-width: 100%;
		max-width: unset;
		height: 100%;
	}
	.admin-bar #site-header {
		top: 46px;
	}
	
	/* Pages */
	section.row.page-header.banner {
		height: 180px;
	}
	section.row.page-header.banner a.smoothscroll {
		bottom: 20px;
		width: 50px;
		height: 50px;
		background-size: 100%;
		left: calc(50% - (50px / 2));
	}
	.home section.page-content {
		padding-bottom: 120px;
	}
	.main-banner-gallery .slide .content {
		font-size: 22px;
	}
	.departments-index .department .title-wrap h2 {
		font-size: 22px;
	}
	.departments-index .department .wrap img {
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		max-width: unset;
		object-fit: none;
	}
	.row.dept-categories {
		padding: 30px 0;
	}
	.row.department-contact {
		padding: 30px 0;
	}
	.row.department-contact .title {
		font-size: 20px;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		line-height: initial;
	}
	.parteners-logos .logo {
		margin-bottom: 30px;
		width: 50%;
	}
	
	.dept-category .wrap {
		padding: 0;
	}
	.dept-category .title-wrap h2 {
		font-size: 22px;
	}
	
	.products-index .product {
		width: 100%;
	}
	.products-index .product h2 {
		font-size: 18px;
	}
	.products-index .product .image-wrap img {
		width: auto;
		height: auto;
		object-fit: contain;
	}
	.image-gallery .image {
		width: 100%;
	}
	
	.departments-details h2 {
		font-size: 28px;
		text-align: center;
	}
	.departments-details .staff-member {
		padding: 0;
	}
	.departments-details .staff-member .row.name {
		font-size: 22px;
	}
	.departments-details .staff-member {
		font-size: 20px;
	}
	.row.department-contact .staff-member .wrap {
		font-size: 20px;
	}
	.staff-member .row.email {
		font-size: 20px;
	}
	.row.department-contact .row.staff {
		margin: 0;
	}
	.row.department-contact .department-details {
		margin-bottom: 30px;
	}
	.staff-member .wrap .row {
		margin-bottom: 0;
	}
	.contact-method {
		margin-bottom: 10px;
	}
	
	html[lang="he-IL"] .questions .panel h4 {
		padding-left: 50px;
	}
	html[lang="en-US"] .questions .panel h4 {
		padding-right: 50px;
	}
	.questions .panel h4 a {
		font-size: 20px;
	}
	.questions .panel a {
		font-size: 20px;
	}
	.questions .panel-body {
		font-size: 18px;
	}
	.apply-to-career-form-wrapper {
		width: 100%;
		height: 100%;
		margin: 0;
		left: 0;
		right: 0;
		border-radius: 0;
	}
	.apply-to-career-form-wrapper .wrapper {
		padding: 30px;
	}
	.apply-to-career-form-wrapper .form-title {
		font-size: 20px;
	}
	.file-notice {
		font-size: 12px;
	}
	#branches-list {
		margin-bottom: 30px;
	}
	.search-float .wrap .search-pane {
		width: 90%;
		height: 160px;
	}
	#site-header .menu li.menu-item-has-children > a::after {
		bottom: 0;
		top: 0;
		left: 15px;
	}
	html[lang="en-US"] #site-header .menu li.menu-item-has-children > a::after {
		left: auto;
		right: 15px;
	}
	li.menu-item-has-children .sub-menu {
		display: none!important;
	}
	li.menu-item-has-children.open .sub-menu {
		display: block!important;
	}
	.side-form {
		padding: 0;
		border: 0;
	}
	.departments-details .row.staff {
		margin: 0;
	}
	.row.department-infobox {
		flex-flow: wrap;
	}
	.row.department-infobox .department-info {
		margin: 0;
		padding: 0 5px;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.develops-gallery-popup .wrapper {
		height: calc(100% - 60px);
		width: 100%;
		transform: unset;
		margin-top: 60px;
	}
	.develops-gallery-popup .swiper-wrapper {
		height: calc(100% - 60px);
	}
	.develops-gallery-popup .topbar {
		height: 60px;
		width: 100%;
		margin-top: -60px;
	}
	.develops-gallery-popup .popGalleryTitle {
		font-size: 20px;
		line-height: 60px;
		padding: 0 15px;
	}
	.develops-gallery-popup .swiper-container {
		height: calc(100% + 120px);
	}
	.develops-gallery-popup .swiper-container .slide .imgTitle {
		height: 60px;
		width: 100%;
		font-size: 24px;
		line-height: 50px;
		padding: 0 15px;
	}
	.develops-gallery-popup .swiper-container .slide .wrap .inner {
		height: calc(100% - 120px);
		margin-top: -60px;
	}
	.popGallery-button-next {
		background-size: 40px auto;
		left: 15px;
	}
	.popGallery-button-prev {
		background-size: 40px auto;
		right: 15px;
	}
	.develops-gallery-popup .close-x {
		left: 15px;
		right: auto;
		top: 7px;
	}
	
	.home section.page-content h1 {
		font-size: 40px;
	}
	.main-banner-gallery .slide .content {
		text-align: center;
		font-size: 18px;
	}
	.main-banner-gallery .slide {
		background-position: 50% 50%;
		background-size: 250%;
	}
	.galleries .gallery .title-wrap h2 {
		font-size: 18px;
	}
	.galleries .gallery .wrap a {
		display: flex;
		height: 100%;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.galleries .gallery .wrap a img {
		max-width: unset;
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}