* {
	font-family: 'Assistant', arial, sans-serif;
}

a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.table-light {
	color: inherit !important;
}

.btn {
	white-space: wrap;
}
div#bthn svg{
    width:153px;
    height:22px;
    border:none;
}
figure {
	margin: 0;
}
.event-item-pic{
    min-height:54vh;
}
@media (min-width: 992px) {
	.table-responsive {
		display: table;
	}
}

.table {
	border: 1px solid #ddd;
}

legend {
	font-size: 1rem;
}

@media (min-width: 1700px) {
	.container {
		max-width: 1700px;
	}
}

.btn-primary, .btn-primary.btn-outline-primary {
	color: #fff;
	background-color: #328f78;
	border-color: #328f78;
}
.btn-primary.btn-outline-primary {
	color: #fff!important;
}
.btn-primary:hover, .btn-primary:focus {
	color: #328f78;
	background-color: #fff;
	border-color: #328f78;
	box-shadow: 0 0 30px rgb(46 143 120 / 20%);
}

.table thead th {
	    background: #d1ebe9;
    color: #003f3b;
}

.text-primary {
	color: #2a8f78 !important;
}

/* Template * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	margin: 0;
	padding: 0;
}

/* Header */

.header {

	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	    z-index: 99;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.header.offset {
	/* background: rgba(0, 63, 124, .95);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	padding-bottom: 15px; */
}

.header .first-row {
	height: 63px;
}

@media (max-width: 991px) {
	.header .first-row {
		height: 75px;
	}
}

.header .second-row {
	background: rgba(255, 255, 255, 0.5);
}

.header a {
	color: inherit;
}

/* Logo */

.toshav-center-mobile-button {
	display: none;
}

@media (max-width:991px) {
	.toshav-center-mobile-button {
		display: block;
		position: absolute;
		top: 18px;
		left: 115px;
	}
}

.header .logo img {
	height: 70px;
}


@media (max-width:991px) {
	.header .logo img {
		height: 50px;
	}
}
@media (min-width:1463px) {
	.header .logo {
		position: absolute;
		top: 70px;
		right: 15px;
	}
}



@media (max-width:1462px) and (min-width:992px) {
	.header .logo {
		position: absolute;
		top: 69px;
		right: 34px;
	}

	.header .logo img {
		width: 193px;
	}
}

@media (max-width:991px) and (min-width:577px) {
	.header .logo {
		position: absolute;
		top: 16px;
		right: 20px;
	}

	.header .logo img {
		width: 220px;
	}

	.header .logo img {
		width: 193px;
	}
}

@media (max-width:576px) and (min-width:361px) {
	.header .logo {
		position: absolute;
		top: 9px;
		right: 10px;
		height: 100px;
		width: 200px;
	}
/*
	.header .logo img {
		width: 193px;
	}*/
}

@media (max-width:360px) {
	.header .logo {
		position: absolute;
		top: 16px;
		right: 20px;
		height: 100px;
		width: 200px;
	}

	.header .logo img {
		width: 100px;
	}
}




.header .logo img {
	display: block;
}



@media(min-width:991px) {
	.header .hot-subjects {
		padding: 0.7rem;
		position: absolute;
		top: 10px;
		/* width: 28%; */
		right: 144px;
		/* background: #dba2f3; */
		border-radius: 50px 0px 0px 50px;
		margin-top: block;
		display: block;
		font-weight: 600;
	}
}

@media (max-width:1462px) {
	.header .hot-subjects {
		right: 15px;
	}
}

@media(max-width:991px) {
	.header .hot-subjects {
		display: none;
	}

}



@media (max-width: 991px) {
	.hot-subjects-close {
		display: block;
		border: 0;
		color: #fff;
		background: rgba(0, 0, 0, 0.2);
		padding: 0 .5rem;
		border-radius: 1rem;
		margin-top: 2rem;
	}



	.header .toggle-hot-subjects {
		display: block;
		border: 0;
		color: #fff;
		background: rgba(0, 0, 0, 0.2);
		padding: 0 .5rem;
		border-radius: 1rem;
	}
}

.header .hot-subjects ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header .hot-subjects ul>li {
	display: inline;
}

.header .hot-subjects a {
	color: #2d252d;
}

.header .hot-subjects a:after {
	content: '|';
	margin: 0 10px;
}

.header .hot-subjects li:last-child a:after {
	content: none;
}




/* Fast Nav */

.toggle-fast-navigation,
.smart-nav-close {
	display: none;
}



.smart-nav-submit,
.toggle-fast-navigation {
	background: #2b8f78;
	color: white;
	padding: 0.25rem 1.5rem;
	border: none;
	border-radius: 50px;
}

.smart-nav-close {
	background: #ff5a00;
	color: white;
	padding: 0.25rem 1.5rem;
	border: none;
	border-radius: 50px;
	margin: 0 10px;
}

.toggle-fast-content select {
	border-radius: 50px;
	padding: 0.25rem 1.5rem;
	margin: 0 10px;
}

@media (max-width:700px) {
	.toggle-fast-content {
		display: none;
		position: fixed;
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
		background: #8c75ae;
		color: #fff;
		padding: 20vh 14vw;
		text-align: center;

	}

	.toggle-fast-navigation,
	.smart-nav-close {
		display: block;
	}

	.smart-nav-close {
		display: block;
		margin: 15px auto;
	}

	.toggle-fast-navigation {
		margin: auto;
	}

	.select-holder {}

	.smart_nav_select {
		width: 100%;
	}

	.smart-nav-sub {
		display: block;
	}

	.toggle-fast-content select {
		border-radius: 50px;
		padding: 0.25rem 1.5rem;
		width: 100%;
		margin-bottom: 1rem;
	}

	.toggle-fast-content>span,
	.toggle-fast-content>label {
		display: block;
	}



}


@media (min-width:992px) {
	.fast-navigation {
		padding: 1.5rem 0;
		text-align: center;
	}

}

@media (max-width:991px) {
	.fast-navigation {
		padding: 1rem 0rem;
		text-align: center;
	}
}

@media (max-width:576px) {

	.toggle-fast-navigation,
	.smart-nav-close {
		display: block;
	}
}









/**/

.header .icons {
	top: 18px;
	left: 41px;
	position: absolute;
}

.header .icons>a {
	display: block;
	float: right;
	margin-left: 15px;
	height: 30px;
	width: fit-content;
}

.header .icons>a[href="./search/"] {
	transform: scale(.925) translateY(0px);
}


/**/

.lang-link {
	position: absolute;
	top: 40px;
	left: 160px;
}

/* Search */

.search {
	position: absolute;
	top: 27px;
	left: 90px;
	width: 48px;
	height: 48px;
	background: #996bac;
}

.search>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.search em {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #000;
}

@media (max-width: 991px) {
	.search {
		font-size: 30px;
	}
}

.search:hover {
	background: #e0dd00;
}

/* Header Search */

.header-search {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	width: 100%;
	background: rgba(131, 52, 139, .95);
	background: #2f8f78;
	background: rgb(47 143 120 / 80%);
	    backdrop-filter: blur(3px);
	height: 100vh;
	padding: 3rem;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	display: none;
}

.header-search .content {
	position: absolute;
	top: 20%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
}

.header-search .content>div {
	position: relative;
}

@media (min-width: 992px) {
	.header-search .content>div {
		width: 800px;
	}
}

.header-search input {
	border: 0;
	background: #fff;
	width: 100%;
	font-size: 1.5em;
	padding: 30px;
	height: 100%;
	outline: none;
	border-radius: 3rem;
}

.header-search button {
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	border: 0;
	cursor: pointer;
}

.header-search button.submit {
	width: 100px;
	height: 100%;
	font-size: 30px;
	color: #803886;
	padding-top: 8px;
}

.header-search button.close {
	top: 3rem;
	left: 3rem;
	color: #fff;
	font-size: 50px;
}

.header-search button.submit:hover {
	color: #754c29;
}

.ui-front {
	z-index: 999999;
}

.ui-widget.ui-widget-content {
	border-radius: 3rem;
	border: 0;
}

.ui-widget-content {
	background: none;
}

.ui-menu-item {
	padding-top: .2rem;
}

.ui-menu .ui-menu-item-wrapper {
	padding: .75rem;
	border-radius: 3rem;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 1.3rem;
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
	background: #25bce6;
	color: rgba(18, 78, 143, 1);
}

/* Toggle Navigation Button */

.toggle-nav {
	display: none;
}

/* Footer */

.footer {
	padding: 1.5rem 0;
	background: #fff;
	color: #000;
}

.footer a {
	color: #996bac;
}

.footer p {
	margin: 0;
}

@media (max-width: 991px) {
	.footer {
		text-align: center;
	}
}

/* Breadcrumbs */


.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs ul>li {
	display: inline-block;
}

.breadcrumbs ul>li:after {
	font-family: 'FontAwesome';
	content: '\f104';
	padding: 0 5px;
	display: inline-block;
}

.breadcrumbs ul>li:last-child:after {
	content: '';
	padding: 0;
}

@media (max-width: 991px) {
	.breadcrumbs {
		white-space: nowrap;
		overflow-x: auto;
	}
}

/* bNagish */

.bNagish {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

.bNagish-toggle {
	position: fixed;
	bottom: auto;
	top: 23px;
    left: 30px;
	width: 32px;
	height: 32px;
	background: url(images/2025/wheelchair.png);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: cover;
}


@media (max-width: 1199px) {
	.bNagish-toggle {
		left: 20px;
		top: auto;
		bottom: 20px;
	}
}

.bNagish-toggle em {
	color: transparent;
}

.bNagish-toggle:hover,
.bNagish-toggle:focus {
	background: url(images/2025/wheelchair.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
	display: fixed;
	top: -99px;
}

/* Skip Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.skip-ad {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;

}

.skip-ad .skip-ad-container {
	max-width: 600px;
	margin: 0 auto;
	padding: 15px;
}

.skip-ad .skip-ad-content {
	margin-top: 80px;
}

.skip-ad .skip-ad-content .msg {
	background: #fff;
	padding: 30px;
}

.skip-ad img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.skip-ad .skip-ad-close {
	position: fixed;
	top: 30px;
	width: 100%;
	text-align: left;
}

.skip-ad #close-skip-ad {
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	border-radius: 5px;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
	background: #2b8f78;
	color: #000;
	border:2px solid black;
}

/**/

/* InPage Navigation */

.sub-pages-nav.outside {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.sub-pages-nav .fa-file-pdf-o {
	display: none;
}

.sub-pages-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 -1rem;
}

.sub-pages-nav ul ul {
	display: none;
}

.sub-pages-nav a {
	display: table;
    width: 100%;
    color: inherit;
    font-size: 1.3rem;
    border-radius: 10px;
    overflow: hidden;
}

.sub-pages-nav a:hover, .sub-pages-nav a:focus {
	border: 1px solid #ddd;
	box-shadow: 0 0 30px rgb(46 143 120 / 20%);
	text-decoration: none;
}

.sub-pages-nav a>span {
	display: table-cell;
	vertical-align: middle;
	padding: .75rem;
}

.sub-pages-nav a>.icon {
	width: 0;
    position: relative;
    border-radius: 0 8px 8px 0;
    padding: 0;
    width: 10px;
}

.sub-pages-nav a>.icon img {
	max-width: 60px;
	max-height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	display: none;
}

.sub-pages-nav li:nth-child(5n+1) a>.icon {
	background: #ee3738;
	background: #c91b5d;
}

.sub-pages-nav li:nth-child(5n+2) a>.icon {
	background: #f68c1e;
	background: #91c15a;
}

.sub-pages-nav li:nth-child(5n+3) a>.icon {
	background: #ffc40d;
	background: #ee574b;
}

.sub-pages-nav li:nth-child(5n+4) a>.icon {
	background: #34b44a;
	background: #063271;
}

.sub-pages-nav li:nth-child(5n+5) a>.icon {
	background: #0abaae;
	background: #2f8f78;
}
/*
.sub-pages-nav li:nth-child(7n+6) a>.icon {
	background: #1d8bcc;
}

.sub-pages-nav li:nth-child(7n+7) a>.icon {
	background: #762263;
}*/

.sub-pages-nav.outside a {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav .arrow {
	font-family: 'FontAwesome';
	font-style: normal;
	color: #657177;
}

.sub-pages-nav .arrow:before {
	content: '\f104';
}

.sub-pages-nav li a {
	position: relative;
}
.sub-pages-nav li a .fa-external-link {
	position: absolute;
	top: 2.8rem;
	left: 2.8rem;
	display: none;
}


/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.mobile-navigation {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #f1f1f1;
	z-index: 9999999;

	transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;

	visibility: hidden;

	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.mobile-navigation.open {
	left: 0;
	visibility: visible;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.mobile-navigation .content {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
}

.mobile-navigation .content .head {
	text-align: left;
}

.mobile-navigation .content .head .button {
	padding: 10px 15px;
    background: #333;
    color: #fff;
    border: 0;
    font-size: 20px;
    margin: 1rem;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.mobile-navigation nav {
	margin: 1rem;
}

.mobile-navigation nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-navigation nav a {
	color: inherit;
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on>span>a {
	font-weight: bold;
}

.mobile-navigation nav button {
	display: none;
}

.mobile-navigation nav ul ul {
	display: none;
}

.mobile-navigation nav li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.mobile-navigation nav li>span {
	display: block;
	position: relative;
}

.mobile-navigation nav ul ul {
	background: rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    border-radius: 20px 0 20px 20px;
}

.mobile-navigation nav button {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.mobile-navigation nav a {
	display: block;
	padding: 10px 0;
	margin-left: 48px;
	
	font-size: 1.5rem;
}

.mobile-navigation nav ul ul a {
	font-size: 1.2rem;
}

.mobile-navigation nav .toggle-sub-menu {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    overflow: hidden;
    background: none;
    border: 0;
    background: rgba(0, 0, 0, 0.02);
    color: inherit;
    font-family: 'FontAwesome';
    font-style: normal;
}

.mobile-navigation nav .toggle-sub-menu:after {
	content: '\f053';
}

.mobile-navigation nav .toggle-sub-menu:after {
	content: '\f053';
}

.mobile-navigation nav .toggle-sub-menu.opened:after {
	content: '\f078';
}

.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
	content: '\f111';
	font-size: 80%;
	color: transparent;
}

.mobile-navigation nav .toggle-sub-menu.external-link:after {
	content: '\f08e';
}

.mobile-navigation-search {
	position: relative;
	margin: 0 1rem;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation-search input {
	display: block;
	width: 100%;
	padding: 1rem;
	background: #fff;
	border: 0;
	border-radius: 10px;
}

.mobile-navigation-search button {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: none;
	border: 0;
	padding: 0 1rem;
}

.mobile-navigation {
	background: rgb(58 148 126 / 90%);
	color: #fff;
    backdrop-filter: blur(4px);
}

.mobile-navigation .content .head .button {
	background: none;
    color: #fff;
}

/* Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Page Header */

.page-header {
	aspect-ratio: 16 / 3;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: center;
    margin: 0 15px;
    border-radius: 30px;
    margin-top: 80px;
	display: flex;
	align-items: end;
	padding: 30px;

}

.page-header .page-header-title {
	width: 100%;
	border-radius: 20px;
	padding: 30px;
	background: #2E8F78;
	background: linear-gradient(270deg, rgb(46 143 120 / 80%) 0%, rgb(46 143 120 / 60%) 100%);
	color: #fff;
}

.page-header .page-header-title h1 {
	margin: 0;
	font-weight: bold;
	font-size: 3.5rem;
}

@media (max-width: 991px) {
	.page-header .page-header-title h1 {
		font-size: 2rem;
	}
	.page-header {
		aspect-ratio: inherit;
		padding: 0;
        aspect-ratio: inherit;
        margin-left: 0;
        margin-right: 0;
		border-radius: 0;
	}
	.page-header .page-header-title {
		padding: 35px 15px;
        border-radius: 0;
	}
}

.page-header .page-header-title a {
	color: inherit;
}

/* Page Content */

.page-content {
	background: #fff;
	margin-bottom: 3rem;
}

@media (max-width: 991px) {
	.page-content {
		margin: 0 -15px;
	}
}

.page-content-head {
	background: #08baae;
	background: #2f8f78;
	color: #fff;
	padding: 1.5rem;
	position: relative;
}

@media (max-width: 991px) {
	.page-content-head {
		padding: 1rem;
	}
}

.page-content-head h1 {
	margin: 0;
}

.page-content-head a {
	color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
	display: none;
}

@media (max-width: 991px) {
	.page-content-head button {
		display: block;
		background: none;
		border: 0;
		padding: 0;
		position: absolute;
		left: 15px;
		bottom: 1rem;
		color: #fff;
		font-size: 2rem;
	}

	.page-content-head button em:before {
		content: "\f13a";
	}

	.page-content-head button.opened em:before {
		content: "\f139";
	}
}

.page-content-body {
	padding: 1.5rem;
	min-height: 20rem;
}

@media (max-width: 991px) {
	.page-content-body {
		padding: 1rem;
	}
}

.page-content-nav {
	display: none;
}

.page-content-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-content-nav ul>li {
	border-bottom: 1px solid #ddd;
}

.page-content-nav ul>li a {
	padding: 1rem;
	display: block;
}

/* Social Sharing Buttons */

.social-share {
	text-align: center;
	
}
.social-share h2 {
	font-size: 1.3rem !important;
}

.social-share a {
	min-width: 40px;
	text-align: center;
	display: inline-block;
}

/* InPage Navigation */

.sub-pages-nav.outside {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.sub-pages-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 -1rem;
	
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.sub-pages-nav ul ul {
	display: none;
}

.sub-pages-nav ul>li {
	position: relative;
	padding: 1rem;
}

.with-sidebar .sub-pages-nav ul {
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1199px) {
	.sub-pages-nav ul,
	.with-sidebar .sub-pages-nav ul {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 991px) {
	.sub-pages-nav ul,
	.with-sidebar .sub-pages-nav ul {
		grid-template-columns: repeat(1, 1fr);
	}
}

.sub-pages-nav a {
	display: block;
    color: inherit;
    font-size: 1.3rem;
    border: 1px solid #ddd;
    padding: 2px;
}

.sub-pages-nav.outside a {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav .arrow {
	font-family: 'FontAwesome';
    font-style: normal;
    color: #657177;
    float: left;
    margin-right: 10px;
    color: #b6b6b6;
    position: absolute;
    left: 20px;
}

.sub-pages-nav .arrow:before {
	content: '\f104';
}

/* Mode Table Of Contents */

.toc-container {
	border: 1px solid #ddd;
	background: #f1f1f1;
	display: inline-block;
	padding: .5rem;
}

.toc-toggle a span {
	display: none;
}

.toc-toggle a:before {
	content: 'הצג';
}

.toc-container.active .toc-toggle a:before {
	content: 'הסתר';
}

.toc-expendable {
	display: none;
}

.toc-expendable ol {
	margin: 0;
	margin-top: 1rem;
}

/* InPage Style - Rich Content */

.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
	margin-bottom: 1rem;
}

.rich-content h2 {
	color: #318f78;
    font-weight: bold;
}

.rich-content h3 {
	color: #318f78;
}


.rich-content .contact-man {
	display: block;
	color: inherit;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 1.5rem;
	position: relative;
	padding-right: 40px;
}

.rich-content .contact-man:before {
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	width: 10px;
	height: calc(100% - 4px);
	border-radius: 0 8px 8px 0;
	background: #348f78;
}

.rich-content .contact-man .contact-name {
	font-size: 1.5rem;
	font-weight: bold;
	color: #348f78;
}

.rich-content .contact-man em {
	color: #348f78;
}

.rich-content .contact-man a {
	color: inherit;
	text-decoration: underline;
}

.rich-content .contact-man a:hover {
	color: #348f78;
	text-decoration: none;
}


/* Media Prints * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Media Print */

@media print {
	.page-content {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.header,
	.blocks-skip,
	#bNagish,
	.sticky-content,
	aside,
	.mobile-navigation-container,
	.page-header,
	.social-share,
	.footer,
	.feedback,
	.skip {
		display: none;
	}
	
	body {
		background: #fff;
	}
	
	.page-content-head {
		background: #fff;
		color: #000;
	}
	
	.page-content-head a {
		color: inherit;
	}
	
}

/* Card * */

.card {
	margin-top: 2rem;
	border: 1px solid rgb(49 143 120);
}

.card-header {
    background: rgb(49 143 120);
    color: #fff;
}
.card-header h2, .card-header h3, .card-header a {
    color: #fff;
}

.card-body {
	background: #eaefee;
}

/**/


.form-category-group {
	position: relative;
    background: #f1f1f1;
    padding: 30px;
    border-radius: 20px;
    border-right: 4px solid #348f78;
}

.form-category-group a {
	color: inherit;
}

.form-category-group .tofes-link {
	display: inline-block;
	padding: .1rem .6rem;
	border-radius: 10px;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: .5rem;
	margin-bottom: .8rem;
}




.root-page-2644 .page-content-head{
    background-color: #002d93;
}
.faq.opened h2.faq-h2 {
    display: none;
}



.event-promo .pic {
	padding-bottom: 100% !important;
}

.btn-outline-primary {
    color: #2f8f78 !important;
    border-color: #2f8f78 !important;
}

.event-promo .read-more-btn {
    background-color: #2f8f78 !important;
}

.btn-outline-primary:hover {
    background-color: #1e705c !important;
    border-color: #1e705c !important;
	color: #fff !important;
}



.rich-content {
	font-size: 1.2rem;
}


.smart-form .form-group > label {
    font-size: 1rem !important;
}

.category-link-all {
	display: none !important;
}

.categories-links {
    background: #ddeee9;
}

.categories-links .category-link {
    border: 1px solid #328f78 !important;
    background: #fff;
    border-radius: 10px;
}
.categories-links .name {
    min-height: 39px;
}

.categories-links-slick {
	padding: 0 10px;
    margin: 10px;
}



.gezer-header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-items: center;
	height: 78px;
	z-index: 99;
	gap: 20px;
	padding: 0 30px;
}

@media (max-width: 1199px) {
	.gezer-header {
		padding: 0 15px;
		gap: 10px;
	}
}


.gezer-header.scrolled {
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}


.gezer-header > div {
	flex: 0 0 auto;
}

@media (min-width: 1200px) {
	.gezer-header > div.flex-grow {
		flex: 1;
	}
}
@media (max-width: 1199px) {
	.gezer-header > div.social {
		flex-grow: 1;
	}
}
@media (max-width: 991px) {
	.gezer-header > div.social a {
		display: none;
	}
	.gezer-header > div.social a:first-child {
		display: block;
	}
}

/*
.gezer-header .navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-items: center;
}

.gezer-header .navigation a {
	color: #000;
	font-size: 1.2rem;
}

.gezer-header .navigation a:after {
	content: "\2022";
	color: #2a8f78;
	padding: 0 5px 0 8px;
}

.gezer-header .navigation ul > li:last-child a:after {
	content: none;
}
*/

.gezer-header .logo img {
	height: 62px;
}

.gezer-header .social {
	text-align: left;
	padding-left: 42px;
}

@media (max-width: 1199px) {
	.gezer-header .social {
		padding-left: 0;
	}
}

.gezer-header .social a {
	margin-right: 5px;
	display: inline-block;
}

.gezer-header .social a:hover, .gezer-header .social a:focus {
	transform: scale(1.1);
}

.gezer-header .social img {
	height: 32px;
}

@media (max-width: 991px) {
	.gezer-header .social img {
		height: 24px;
	}
}

.gezer-header .mobile-nav-btn {
	display: none;
}

@media (max-width: 1199px) {
	.gezer-header .mobile-nav-btn {
		display: block;
	}
}

.gezer-header .toggle-nav {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #328f78;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.btn {
	border-radius: 10px;
	padding: .275rem .75rem;
}

.gezer-footer {
	margin-top: 100px;
	margin-bottom: 40px;
	margin-right: 15px;
	margin-left: 15px;
}

@media (max-width: 991px) {
	.gezer-footer {
		margin: 0;
		margin-top: 100px;
	}
}


.gezer-footer .footer-content {
	background: #085139;
	background: linear-gradient(0deg, rgba(8, 81, 57, 1) 0%, rgba(42, 142, 119, 1) 100%);
	border-radius: 30px;
	padding: 50px;
	color: #fff;
	position: relative;
}

@media (max-width: 991px) {
	.gezer-footer .footer-content {
		padding: 30px;
	}
}

.gezer-footer .footer-ai {
	position: absolute;
    top: -70px;
    left: 10%;
    z-index: 9;
	display: flex;
	color: #2e8f78;
	line-height: 18px;
    font-size: 18px;
}

.gezer-footer .footer-ai img {
	width: 130px;
}

.gezer-footer .footer-ai span {
	padding-top: 12px;
}

.gezer-footer a {
	color: #fff;
}

.gezer-footer hr {
	background: #b9cd4d;
	height: 1px;
	border: 0;
	margin: 20px 0;
}
.gezer-footer .footer-sections-grid h2 {
	font-size: 1.5rem;
}

@media (min-width: 992px) {
	.gezer-footer .footer-logo {
		position: relative;
		display: flex;
		height: 90%;
		width: 515px;
		align-items: end;
		text-align: left;
		font-size: 16px;
	}
	.gezer-footer .footer-logo > div {
		flex-grow: 1;
	}
	.gezer-footer .footer-logo .opacity {
		opacity: .6;
	}

	.gezer-footer .footer-logo:before {
		position: absolute;
		right: -18px;
		bottom: 12px;
		content: '';
		display: block;
		background-image: url(images/2025/footer-logo.png);
		background-size: auto 100%;
		background-repeat: no-repeat;
		height: 100px;
		width: 300px;
		text-align: left;
		display: flex;
		align-items: flex-end;
	}
}

.footer-logo .social a {
	display: inline-flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	color: #fff;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}

.footer-sections-grid ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

@media (min-width: 992px) {
	.footer-sections-grid ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
		width: fit-content;
	}
}

.footer-sections-grid ul li {
	padding-left: 20px;
}


aside {
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 30px 30px;
	padding: 30px;
}
aside h2 {
	color: #2e8f78;
	font-weight: bold;
}

.department-side {
    border: 0;
    
	padding-top: 50px;
}

.department-box {
	border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

/*
.department-box:before {
	position: absolute;
    top: 2px;
    right: 2px;
    width: 10px;
    height: calc(100% - 4px);
    background: #328f78;
    content: '';
    display: block;
    border-radius: 0 8px 8px 0;
}
*/

.department-box h2 {
	color: #328f78;
    position: relative;
    padding-right: 5px;
    margin-bottom: 20px;
    font-size: 1.75rem;
    font-weight: bold;
}

.department-box h2 .icon {
	position: absolute;
    top: 0;
    right: -39px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.department-box h2 .icon .fa-envelope-o {
    font-size: 24px;
}

.department-box .box-content {
	padding-right: 8px;
}



/* Navigation */

.gezer-header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gezer-header nav a.on,
.gezer-header nav li.on > span > a {
	font-weight: bold;
}

.gezer-header nav button {
	display: none;
}

@media (min-width: 1200px) {

	.gezer-header nav > ul {
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	
	.gezer-header nav li:hover > ul {
		display: block;
	}

	.gezer-header nav > ul > li {
		display: inline-block;
	}
	
	.gezer-header nav > ul > li > span > a {
		display: block;
		padding: 1rem 0;
		font-size: 1.2rem;
		color: inherit;
	}
	
	.gezer-header nav > ul > li > span > a:after {
		content: "\2022";
		color: #2a8f78;
		padding: 0 5px 0 8px;
	}
	
	.gezer-header nav > ul > li:last-child > span > a:after {
		content: none;
	}
	
	.gezer-header nav > ul > li > span > a:hover,
	.gezer-header nav > ul > li:hover > span > a {
		
	}
	
	.gezer-header nav > ul > li.on > span > a,
	.gezer-header nav > ul > li > span > a.on {
		
	}

	.gezer-header nav > ul > li > ul {
		display: none;
		text-align: right;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 9999;
        width: 100%;
        background: #ffffff;
        color: #000000;
        padding: 1rem;
        border-radius: 30px 0 30px 30px;
        backface-visibility: hidden;
        transform: translateZ(0);
        -webkit-font-smoothing: subpixel-antialiased;
        column-count: 2;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        border-right: 4px solid #2e8f78;
	}
	
	.gezer-header nav > ul > li > ul > li {
		margin-bottom: 5px;
		break-inside: avoid;
	}
	
	.gezer-header nav > ul > li > ul > li:after {
		content: '';
		display: block;
		width: 20%;
		height: 1px;
		background: #c7d64e;
		margin-top: 5px;
	}

	.gezer-header nav > ul > li > ul > li > span > a {
		font-size: 1.1rem;
		color: #000;
	}
	
	.gezer-header nav > ul > li > ul > li > span > a > span > em.arrow {
		content: '';
		font-family: 'FontAwesome';
		font-style: normal;
		color: #2e8f78;
	}
	
	.gezer-header nav > ul > li > ul > li > span > a > span > em.arrow:before {
		content: '\f104';
	}
}

@media (max-width: 1199px) {
	.gezer-header .navigation {
		display: none;
	}
}



.department-contact-man {
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	padding: 20px;
}

.department-contact-man .contact-name {
	font-size: 1.75rem;
	font-weight: bold;
}

.department-contact-man hr {
	display: block;
	width: 100%;
	height: 0;
	background: #ee8164;
	margin: 10px 0;
}

.department-contact-man em {
	color: #92c255;
	min-width: 22px;
}

.department-contact-man a {
	color: #000;
}

h2.department-section-title {
	font-size: 2.75rem;
	font-weight: bold;
	color: #2a8f78;
	margin-bottom: 30px;
}

h2.department-section-title:after {
	content: '';
    display: block;
    width: 10%;
    height: 1px;
    background: #c7d64e;
    margin-top: 5px;
}

h3.department-section-title {
	font-size: 2rem;
	font-weight: bold;
	color: #2a8f78;
	margin-bottom: 30px;
}

h3.department-section-title:after {
	content: '';
    display: block;
    width: 10%;
    height: 1px;
    background: #c7d64e;
    margin-top: 5px;
}


.smart-form {
    position: relative;
    background: #f1f1f1;
    padding: 30px;
    border-radius: 20px;
    border-right: 4px solid #348f78;
}



.igezer-logged-btn {
	background: #05057e;
	display: inline-block;
	border-radius: 30px;
    padding: 3px 10px;
	padding-left: 35px;
    color: #fff;
	position: relative;
}

.igezer-logged-btn:before {
	background-image: url(images/2025/gc-iGezer.png);
	background-position: left;
	border-radius: 50%;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	
}

.igezer-logged-btn:hover, .igezer-logged-btn:focus {
    color: #fff;
}


#cookie-banner {
    background: rgb(46 143 120 / 90%) !important;
}

.cookie-banner-close {
    background: #fff !important;
    color: #2e8f78 !important;
    font-weight: bold !important;
	border-radius: 15px !important;
}
/*slick*/

.page-gallery-slick {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 50px; 
}

.page-gallery-slick a {
    display: block;
    margin: 15px;
    border-radius: 12px; 
    overflow: hidden; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease; 
    position: relative;
    text-decoration: none;
}


.page-gallery-slick a:hover {
    transform: translateY(-5px); 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); 
}

.page-gallery-slick img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.page-gallery-slick a:hover img {
    transform: scale(1.3);
}

.magnify-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 24px;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.page-gallery-slick a:hover .magnify-icon {
    opacity: 1;
}

.slick-prev, .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
}

.slick-prev:before, .slick-next:before {
    color: #333 !important;
    font-size: 20px;
    opacity: 1;
}

.slick-prev { left: 5px; }
.slick-next { right: 5px; }

/* התאמה לנייד */
@media (max-width: 768px) {
    .page-gallery-slick {
        padding: 0 10px;
    }
    .page-gallery-slick a {
        margin: 5px;
    }
}