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

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

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

figure {
	margin: 0;
}

@media (min-width: 992px) {
	.table-responsive {
		display: table;
	}
}

.table {
	border: 1px solid #00aeef;
}

.table td, .table th {
    border-top: 1px solid #00aeef;
}

.table thead th {
	background: #d7f4ff;
}

legend {
	font-size: 1rem;
}

.text-right {
	text-align: right!important;
}
.text-left {
	text-align: left!important;
}

.float-right {
	float: right!important;
}
.float-left {
	float: left!important;
}

@media (min-width: 1600px){
	.container {
		min-width: 1540px;
	}
}

caption {
	position: fixed;
	top: -999px;
}

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

body {
	margin: 0;
	padding: 0;
	margin-top: 200px;
	
	font-size: 1.2rem;
}

/* Header */

.header {
	/*background: rgba(255, 255, 255, .8);*/
	background: #f1f1f1;
	color: #000;
	height: 121px;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.header.offset {
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.header a {
	color: inherit;
}


/* Logo */

.header .logo {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 3;
    background: #fafafa;
    padding: 20px 25px;
    
	
	box-shadow: 0px 0 10px rgb(0 0 0 / 15%);
    border-radius: 0 0 0 3rem;
}

.header .logo img {
	display: block;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.header.offset .logo img {
	height: 81px;
}

/* Navigation */

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

.header nav a {
	color: inherit;
}

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

.header nav button {
	display: none;
}

@media (min-width: 1200px) {
	.header .navigation {
		margin-right: 280px;
		margin-top: 32px;
	}
	
	.header nav > ul {
		position: relative;
		display: flex;
		flex-wrap:wrap;
		max-width:56%;
	}
	
	
	.header nav li:hover > ul {
		display: block;
	}

	.header nav > ul > li {
		display: inline-block;
		margin-left: 20px;
		position:relative;
	}
	.header nav > ul > 2024_elections_li:last-of-type::after{
	    content:"";
	    position:absolute;
	    width:25px;
	    height:25px;
	    inset: 0;
    margin: auto;
    margin-left: -30px;
    background-image:url(./images/kalpi.png);
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
	}
	
	.header nav > ul > li > span > a {
		display: block;
		padding: .5rem 0;
		font-size: 1.2rem;
		font-weight: bold;
		position: relative;
	}
	
	.header nav > ul > li > span > a:before {
		content: '';
		background: #111;
		height: 2px;
		width: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	.header nav > ul > li:nth-child(1) > span > a:before {
		background: #00549a;
	}
	.header nav > ul > li:nth-child(2) > span > a:before {
		background: #00aeef;
	}
	.header nav > ul > li:nth-child(3) > span > a:before {
		background: #71bf44;
	}
	.header nav > ul > li:nth-child(4) > span > a:before {
		background: #ef4023;
	}
	
	/*
	.header nav > ul > li > span > a:after {
		content: ' ';
		color: rgb(29 153 217);
		padding: 15px 20px;
	}
	
	.header nav > ul > li:last-child > span > a:after {
		content: none;
	}
	*/
	
	.header nav > ul > li > span > a:hover,
	.header nav > ul > li:hover > span > a,
	.header nav > ul > li.on > span > a,
	.header nav > ul > li > span > a.on {
		text-decoration: none;
		color: #000;
	}
	
	.header nav > ul > li:nth-child(1) > span > a:hover,
	.header nav > ul > li:nth-child(1):hover > span > a,
	.header nav > ul > li:nth-child(1).on > span > a,
	.header nav > ul > li:nth-child(1) > span > a.on {
		text-decoration: none;
		color: #00549a;
	}
	.header nav > ul > li:nth-child(2) > span > a:hover,
	.header nav > ul > li:nth-child(2):hover > span > a,
	.header nav > ul > li:nth-child(2).on > span > a,
	.header nav > ul > li:nth-child(2) > span > a.on {
		text-decoration: none;
		color: #00aeef;
	}
	.header nav > ul > li:nth-child(3) > span > a:hover,
	.header nav > ul > li:nth-child(3):hover > span > a,
	.header nav > ul > li:nth-child(3).on > span > a,
	.header nav > ul > li:nth-child(3) > span > a.on {
		text-decoration: none;
		color: #71bf44;
	}
	.header nav > ul > li:nth-child(4) > span > a:hover,
	.header nav > ul > li:nth-child(4):hover > span > a,
	.header nav > ul > li:nth-child(4).on > span > a,
	.header nav > ul > li:nth-child(4) > span > a.on {
		text-decoration: none;
		color: #ef4023;
	}
	
	.header nav > ul > li > ul {
		display: none;
		
		text-align: right;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 9999;
		width: 100%;
		background: #111;
		color: #fff;
		padding: 1rem;
		width:500px;
		
		backface-visibility: hidden;
		transform: translateZ(0);
		-webkit-font-smoothing: subpixel-antialiased;
		
		column-count: 2;
	}
	
	.header nav > ul > li:nth-child(1) > ul {
		background: #00549a;
	}
	.header nav > ul > li:nth-child(2) > ul {
		background: #00aeef;
	}
	.header nav > ul > li:nth-child(3) > ul {
		background: #71bf44;
	}
	.header nav > ul > li:nth-child(4) > ul {
		background: #ef4023;
	}

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

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

/* Header Icons */

.header-side {
	position: absolute;
    top: 1.7rem;
    left: 3.9rem;
}

.header-side a {
	display: block;
    text-align: center;
	padding: 3px;
	line-height: 1rem;
}

/**/

.header-side {
	position: absolute;
	top: 34px;
	left: 202px;
	z-index: 9;
}

@media (max-width: 1199px) {
	.header-side {
		top: 38px;
	}
}

.header-side > div {
	float: right;
	margin-right: 20px;
}

/**/

.toshav-center-btn {
	display: inline-block;
	text-align: center;
	line-height: 1rem;
	padding: 3px;
}

/* Header Search */

.header-search {
	width: 300px;
}
@media (max-width: 1500px) {
	.header-search {
	    width:245px;
	}
}
@media (max-width: 1419px) {
	.header-search {
		display: none
	}
}

.header-search .content {
	position: relative;
	height: 100%;
}

.header-search input {
	border: 2px solid #ddd;
	background: #fff;
	width: 100%;
	font-size: 1.2em;
	border-radius: 2rem;
	padding: 10px;
	outline: none;
}

.header-search input:focus {
	border: 2px solid #00aeef;
}

.header-search button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: none;
	border: 0;
	cursor: pointer;
	color: #00aeef;
	padding: 0 15px;
	font-size: 1.4rem;
}

@media (max-width: 991px) {
	.header-search input {
		font-size: 1.2rem;
		padding: .5rem 1rem;
	}
	.header-search button {
		width: 50px;
		padding: .5rem 1rem;
	}
	.header-search button.submit {
		left: 51px;
		font-size: 18px;
	}
}

/* Toggle Navigation Button */

.toggle-search-btn-div {
	display: none;
}
.toggle-nav-btn-div {
	display: none;
}

@media (max-width: 1419px) {
	.toggle-search-btn-div {
		display: block;
	}
}

@media (max-width: 1199px) {
	.toggle-nav-btn-div {
		display: block;
	}
}

@media (max-width: 991px) {
	.header-side > div:nth-child(1), .header-side > div:nth-child(2), .header-side > div:nth-child(4) {
		display: none;
	}
	.header-side > div.toggle-nav-btn-div {
		display: block;
	}
}

/**/

.footer .bg {
	background: #00549a;
	color: #fff;
}

.footer .bg a {
	color: #fff;
}

.footer h2 {
	font-size: 1.3rem;
	font-weight: bold;
}

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

.footer ul li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid rgba(255,255,255,0.2);
}

/* Breadcrumbs */

.breadcrumbs {
	
}

.breadcrumbs a {
	
}

.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;
}

/* bNagish */

.bNagish-toggle {
	bottom: auto;
	top: 29px;
	left: 20px;
	width: 40px;
	height: 40px;
	background: #000;
	color: #fff;
	border-radius: 50%;
	
	display: none;
}

.bNagish-toggle em {
	font-size: 18px;
}

/* 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: red;
	color: #000;
}

/* 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 {
	width: 100%;
	text-align: left;
	margin-bottom: -1rem;
}

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

.mobile-navigation nav {
	margin: 1rem;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.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 #ddd;
}
.mobile-navigation nav li > span {
	display: block;
	position: relative;
}
.mobile-navigation nav ul ul {
	background: rgba(0,0,0,0.02);
}
.mobile-navigation nav button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.mobile-navigation nav a {
	display: block;
	padding: 15px;
	margin-right: 48px;
}
.mobile-navigation nav .toggle-sub-menu {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	overflow: hidden;
	
	padding: 0 15px;
	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%;
}
.mobile-navigation nav .toggle-sub-menu.external-link:after {
	content: '\f08e';
}

.mobile-navigation-search {
	position: relative;
	margin: 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;
}

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

.mobile-navigation {
	background: #00549a;
}

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

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


/* Page Header */

.page-header {
	padding-bottom: 20%;
	background-color: #ddd;
	
	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;
	
	margin-bottom: 1.5rem;
}


@media (max-width: 9921px) {
	.page-header {
		margin: 15px -15px;
	}
}

/* Page Content */

.page-content {
	background: #fff;
	max-width: 1200px;
	margin-bottom: 3rem;
	}

@media (min-width: 992px) {
	.page-content {
		
	}
}

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

.page-content-head {
	color: #00aeef;
	position: relative;
}

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

.page-content-head a {
	color: rgba(0,0,0,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 {
	min-height: 20rem;
}

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

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

@media (max-width: 991px) {
	.page-content-nav {
		display: block;
	}
}

.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 {
	font-size: 16px;
	text-align: center;
}

.social-share .h6 {
	font-size: 1.3rem;
}

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



/* InPage Navigation */




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

@media (min-width: 992px) {
	.sub-pages-nav {
		margin: 0 auto;
	}
}

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

@media (max-width: 768px) {
	.sub-pages-nav ul {
		margin: 0;
	}
}

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

.sub-pages-nav ul>li {
	width: 25%;
	float: right;
	position: relative;
	padding: 1rem;
}

.page-279 .sub-pages-nav ul>li {
	width: 25%;
}

@media (max-width: 768px) {
	.sub-pages-nav ul>li {
		width: 50%;
	}
}

.sub-pages-nav a {
	display: block;
	color: inherit;
	background: #fff;
	border: 1px solid #00aeef;
	border-radius: 30px;
	color: #0056b3;
	padding: 1rem;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.1rem;
	height: 160px;
	position: relative;
	box-shadow: 0 0 26px rgb(0 0 0 / 13%);
}

@media (max-width: 991px) {
	.sub-pages-nav a {
		height: 200px;
	}
}

.sub-pages-nav .fa-external-link {
	position: absolute;
	top: .5rem;
	left: .5rem;
}

.sub-pages-nav a:hover {
	background: #54b6e7;
	color: #fff;
	transform: scale(1.1);
}

.html-root-page-138 .sub-pages-nav a {
	background: #2a7d40;
}

.html-root-page-138 .sub-pages-nav a:hover {
	background: #72be44;
}

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

.sub-pages-nav a span:nth-child(2) {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
    padding: .75rem .5rem;
    /* max-height: 4rem; */
    overflow: hidden;
    font-size: 1rem;
	font-weight: bold;
    /* font-weight: bold;*/
}

.sub-pages-nav a .icon {
	height: 90px;
	margin-bottom: .5rem;
	display: block;
	position: relative;
}

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

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

.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: #00aeef;
}

.rich-content h3 {
	color: #00aeef;
}

.rich-content h4 {
	color: #00aeef;
}

/**/


/**/

.rich-content .contact-man {
	display: block;
	color: inherit;
	background: #e9f1ff;
	color: #0c2450;
	border: 1px solid #ddd;
	margin-bottom: 1.5rem;
	padding: 1rem;
	border-radius: 1rem;
	font-size: 1.2rem;
}
.rich-content .contact-man .fa {
    margin-left: 3px;
}
.rich-content .contact-man .h3 {
	font-weight: bold;
}

.rich-content .contact-man .h4 {
	font-weight: bold;
}

.rich-content .contact-man .contact-name {
	font-size: 1.5rem;
}

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

.rich-content .contact-man .contact-name {
	font-weight: normal;
}

.rich-content .contact-man .contact-link {
	font-weight: normal;
}

.rich-content .contact-man .email {
	background-image: url(images/contact/email.png);
}

.rich-content .contact-man .phone {
	background-image: url(images/contact/phone.png);
}

.rich-content .contact-man .cell {
	background-image: url(images/contact/phone.png);
}

.rich-content .contact-man .fax {
	background-image: url(images/contact/print.png);
}

.rich-content .contact-man .row>div:nth-child(3) {
	font-size: 1.2rem;
	padding: 1rem;
}

.rich-content .contact-man .row>div:nth-child(3)>div {
	min-height: 45px;
	background-position: right top;
	background-repeat: no-repeat;
	padding: .5rem 3.5rem;
	background-image: url(images/contact/clock.png);
}

.rich-content .contacts {
	color: #333;
	display: none;
}

.rich-content .contact-man .toggle-contacts {
	display: inline-block;
    padding: .25rem .75rem;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    position: relative;
    padding-left: 2rem;
    float: left;
}

.rich-content .contact-man .toggle-link {
	display: block;
	padding: .5rem .75rem;
	background: rgba(255, 255, 255, 0.1);
	margin-top: 1rem;
	margin-bottom: 1rem;
	position: relative;
}

.rich-content .contact-man .toggle-contacts:after,
.rich-content .contact-man .toggle-link:after {
	font-family: 'FontAwesome';
	content: '\f104';
	position: absolute;
	top: .3rem;
	left: .8rem;
}

.rich-content .contact-man table {
	background: #fff;
}


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

/* Media Print */

@media print {
	.page-content {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}
	.header,
	.blocks-skip,
	#bNagish,
	.mobile-navigation-container,
	.page-header,
	.social-share,
	.footer,
	.skip
	{
		display: none;
	}
}

/* Card * */

.card {
}
.card-header {
	background: #1d99d9;
	color: #fff;
}
.card-header h2 {
	color: inherit;
	margin: 0;
	font-size: 1.3rem;
}
.card-body {
	background: #f1f1f1;
}


/**/


/**/

.form-category-group {
	margin-bottom: 1.5rem;
}

.form-category-group > div > span {
	display: block;
}

@media (min-width: 1200px) {
	.form-category-group > div > span {
		float: right;
		width: 33.33%;
	}
	.form-category-group > div:after {
		content: '';
		display: block;
		clear: both;
	}
}

.form-category-group .form-category-group {
	background: #fff;
}

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

.form-category-group .tofes-link {
	display: block;
	padding: .1rem .6rem;
	border-radius: 2rem;
	border: 1px solid #00aeef;
	background: #fff;
	margin: 1rem;
    box-shadow: 0 0 26px rgb(0 0 0 / 13%);
}

.form-category-group .tofes-link:hover {
    background: #54b6e7;
    color: #fff;
    transform: scale(1.1);
}

@media (min-width: 1200px) {
	.form-category-group .tofes-link {
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}



/**/

a.services-btn {
	position: absolute;
	top: 27px;
	left: 0;
	background: #00549a;
	color: #fff;
	border: 2px solid #fff;
	border-left: 0;
	border-radius: 0 2rem 2rem 0;
	padding: .75rem 1.3rem .8rem 1.3rem;
	font-size: 1.5rem;
	font-weight: bold;
	z-index: 9;
}

@media (max-width: 991px) {
	a.services-btn {
		display: none;
	}
	
	.header-side {
		left: 15px;
	}
	
	.header .logo img {
		height: 81px;
	}
}



/**/

.style1 {
	list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #00aeef;
    box-shadow: 0 0 15px rgb(0 0 0 / 13%);
    border-radius: 2rem;
    overflow: hidden;
    padding: 1.5rem;
}

.style1 > li {
	border-bottom: 1px solid #ddd;
}
.style1 > li:last-child {
	border-bottom: 0;
}

.style1 > li > a {
	display: block;
	padding: .5rem 0;
	color: #333;
}

.style1 > li > a:before {
    font-family: 'FontAwesome';
    content: '\f104';
    padding: 0 5px;
    display: inline-block;
	color: #54b6e7;
}

.style1 > li > a:hover, .style1 > li > a:focus {
	background: #54b6e7;
	color: #fff;
	padding-right: 15px;
	border-radius: 2rem;
}




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


.lang-nav {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	font-size: .9rem;
}











/* ---- grid ---- */

.gallery-grid {
  position: relative;
  margin-bottom: 20px;
}
.page-content-body:has(.gallery-grid) {
  box-shadow: none;
  position: relative;
  height: auto;
  min-height: 100vh;
}
.grid {
  border: #ddd 1px solid;
  width: 100%;
  position: relative;
  z-index: 3;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 45%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
  padding: 10px;
}
/*.grid-item a {*/
/*  min-height: 500px;*/
/*}*/
.fixed-btn{
      position: fixed;
            top: 34%;
            right: 24px;
            z-index:47;
}
.js-hide-button .fixed-btn {
    display: none !important;
}
.fixed-btn .exit{
    background-color: #fff;
    border-radius: 100vw;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    z-index: 2;
    position: absolute;
    cursor:pointer;
    
    &:hover{
        background-color: #15aaeb;
    }
    
}
        .floating-btn {
          
            CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;

            width: 170px;
            height: 170px;
            border-radius: 50%;
            cursor: pointer;
            border: none;
            
            background-color: rgb(255 255 255 / 90%);
            background-image: url(https://www.rehovot.muni.il/content/images/meidale.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;

            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
			z-index: 99999;
        }

     
        .floating-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        }


        @media (max-width: 600px) {
            .floating-btn {
                width: 150px;
                height: 150px;
                bottom: 20px;
                right: 20px;
                z-index: 999;
            }
        }
