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

:root {
	--blue: #175990;
}

/**/

figure {
	margin: 0;
}

@media (min-width: 1200px) {
	.container {
		width: 1060px;
		max-width: 100%;
	}
}

/**/

body {
	margin: 0;
	padding: 0;
}

@media (max-width: 991px) {
	body {
		background-image: url(images/bg.jpg);
		background-size: cover;
	}
}

/**/

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

/* Header */

.header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}

@media (max-width: 991px) {
	.header {
		position: absolute;
	}
}

.header .ps {
	height: 4px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.header .ps > span {
	float: right;
	height: 4px;
	display: block;
	width: 25%;
}

.header .ps > span:nth-child(1) {
	background: #13a146;
}

.header .ps > span:nth-child(2) {
	background: #00aeef;
}

.header .ps > span:nth-child(3) {
	background: #ec008c;
}

.header .ps > span:nth-child(4) {
	background: #f1592a;
}

.header .bar {
	position: relative;
	background-image: url('images/header.png');
	margin: 0 auto;
	margin-top: 80px;
}

@media (min-width: 1370px) {
	.header .bar {
		width: 1307px;
		height: 80px;
	}
}


.header a {
	color: inherit;
}

/* Logo */

.header .logo2 {
	position: absolute;
	bottom: 7px;
	right: -25px;
	display: block;
	z-index: 3;
}

.header .logo2 img {
	display: block;
}

@media (max-width: 1369px) {
	.header .bar {
		width: 94%;
		height: 80px;
		background-size: 100% 100%;
	}

	.header .logo2 {
		transform: scale(0.7);
		right: -50px;
		bottom: 0;
	}
}

@media (max-width: 991px) {
	.header .logo2 img {
		height: 100px;
		margin-bottom: 6px;
	}
}

/* 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: 992px) {
	.header .navigation {}

	.header nav > ul {
		text-align: center;
	}

	.header nav li:hover > ul {
		display: block;
	}

	.header nav > ul > li {
		display: inline-block;
		margin-right: 1rem;
		padding-right: 1rem;
		background-size: 10px !important;
	}

	.header nav > ul > li:nth-child(1) {
		background: url(images/menu1.png) no-repeat right center;
	}

	.header nav > ul > li:nth-child(2) {
		background: url(images/menu2.png) no-repeat right center;
	}

	.header nav > ul > li:nth-child(3) {
		background: url(images/menu3.png) no-repeat right center;
	}

	.header nav > ul > li:nth-child(4) {
		background: url(images/menu4.png) no-repeat right center;
	}

	.header nav > ul > li:nth-child(5) {
		background: url(images/menu1.png) no-repeat right center;
	}

	.header nav > ul > li:nth-child(6) {
		background: url(images/menu2.png) no-repeat right center;
	}

	.header nav > ul > li > span > a {
		display: block;
		padding: 1.62rem 0rem;
		font-size: 1.2rem;
		color: #000;
	}

	@media (max-width: 1199px) {
		.header nav > ul {
			margin-right: 350px;
		}

		.header nav > ul > li > span > a {
			padding: 1.3rem 1rem;
		}
	}

	.header nav > ul > li > span > a:hover,
	.header nav > ul > li:hover > span > a {
		text-decoration: none;
		color: #000;
	}

	.header nav > ul > li.on > span > a,
	.header nav > ul > li > span > a.on {}

	.header nav > ul > li > ul {
		display: none;

		text-align: right;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: -1;
		width: 1272px;
		margin-right: 35px;
		background: #fff;
		color: #000;
		padding: 2rem;

		backface-visibility: hidden;
		transform: translateZ(0);
		-webkit-font-smoothing: subpixel-antialiased;

		box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	}

	.header nav > ul > li:nth-child(1) > ul {
		background: #13a146;
		color: #fff;
	}

	.header nav > ul > li:nth-child(2) > ul {
		background: #00aeef;
		color: #fff;
	}

	.header nav > ul > li:nth-child(3) > ul {
		background: #ec008c;
		color: #fff;
	}

	.header nav > ul > li:nth-child(4) > ul {
		background: #f1592a;
		color: #fff;
	}

	.header nav > ul > li:hover > ul {
		-webkit-columns: 3;
		/* Chrome, Safari, Opera */
		-moz-columns: 3;
		/* Firefox */
		columns: 3;
	}

	.header nav > ul > li > ul > li {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
		padding: .75rem;
	}

	.header nav > ul > li > ul > li > span > a {
		font-size: 1.2rem;
	}

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

/* 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: #187abe;
	border-right: 2px solid #00aeef;
}

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

/* Search */

a.search-site-btn {
	position: absolute;
	top: 0;
	left: 40px;
	color: #0e76bc;
	font-size: 1.2rem;
	padding: 1.65rem 0;
}

@media (max-width: 1199px) {
	a.search-site-btn {
		left: 90px;
	}
}

@media (max-width: 991px) {
	a.search-site-btn {
		display: none;
	}
}

/* Header Search */

.header-search {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	background: #2581bc;
	color: #fff;
	display: none;
	padding: 3rem;
	padding-top: 10%;
	text-align: center;
}

@media (max-width: 1199px) {
	.header-search {
		padding-top: 50px;
	}

	.header-search h2 {
		font-size: 1.4rem;
		margin-top: 50px;
	}
}


.header-search .close {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #fff;
	font-size: 50px;
}

.header-search form .content {
	position: relative;
	max-width: 80%;
	margin: 0 auto;
	margin-top: 2.3rem;
}

@media (max-width: 1199px) {
	.header-search form .content {
		margin-top: 0;
	}
}

.header-search form input {
	width: 100%;
	background: #fff;
	border: 0;
	padding: .75rem;
	font-size: 1.2rem;
}

.header-search form button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0 1rem;
	background: none;
	border: 0;
}

.header-search button.submit {}

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

/* Toggle Navigation Button */

.toggle-nav {
	display: none;
}

@media (max-width: 1199px) {
	.toggle-nav {
		display: block;
		position: absolute;
		top: 0;
		left: 40px;
		font-size: 30px;
		margin-top: 3px;
		color: #2581bc !important;
		padding: 1rem 0;
	}
}

/* Footer */

.footer {
	padding: 2.5rem 0;
	background: #fff;
	border-top: 1px solid #ddd;
}

.footer p:last-child {
	margin: 0;
}

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

@media (min-width: 992px) {
	.footer .nagish-icon {
		float: left;
	}
}

/**/

.page-header {
	height: 227px;

	background-repeat: repeat-x;
	background-position: center center;

	background-size: cover;

	position: relative;

	z-index: -1;

	background-image: url(images/panorama.png);
}

.page-header .overlay {}

/**/


.page-content {
	background: #fff;
}

@media (min-width: 992px) {
	.page-content {
		margin-top: -7.55rem;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	}

	.page-header {
		height: 360px;
	}
}

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

.page-content-head {
	background: #2379b1;
	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: .1rem .6rem;
		position: absolute;
		left: 15px;
		bottom: 1rem;
		color: #fff;
		font-size: 1.5rem;
		cursor: pointer;
		border: 1px solid #fff;
		border-radius: 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;
}


/* Breadcrumbs */

.breadcrumbs {
	color: inherit;
}

.breadcrumbs a {
	color: inherit;
	display: inline-block;
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1rem;
	vertical-align: top;
}


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

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

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

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

/**/

/**/

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

/**/

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

/**/

@media (min-width: 768px) {
	.icon.whatsapp {
		display: none;
	}
}

/**/

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

.rich-content h2 {
	background: #2379b1;
	color: #fff;
	padding: .75rem;
	font-size: 1.3rem;
}

.rich-content h3 {
	color: #2379b1;
}

/**/

.rich-content .contact-man {
	display: block;
	color: inherit;
	border-right: 3px solid #2379b1;
	background: #f1f1f1;
	padding: 1.5rem;
}

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

/**/

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

/**/

.bNagish-toggle {
	bottom: auto;
	top: 20px;
	left: 20px;
	background: url(images/wheel.png) no-repeat center;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	box-shadow: 0 0 0;
	background-size: 33px;
}

.bNagish-toggle em {
	display: none;
}

.bNagish-toggle:hover,
.bNagish-toggle:focus {
	background: url(images/wheel.png);
	color: #000;
}

.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
	top: -999px;
}

/**/

.social {
	position: absolute;
	top: 20px;
	left: 59px;
}

.social a {
	/*display: block;
	float: right;
	margin-right: 20px;*/
	float: right;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0.5rem;
	background-size: 25px;
	transition: all 0.3s ease-in;
	border-radius: 5px;

	/*filter: invert(100%) sepia(100%) saturate(1000%) hue-rotate(180deg);*/
}

.social a:hover {
	background-size: 27px;
}

/**/

.table-responsive {
	display: table;
}

@media (max-width: 991px) {
	.table-responsive {
		display: block;
	}
}

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

.table td,
.table th {
	padding: .5rem;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 0;
	font-weight: normal;
}

.table thead th {
	background: #287aaf;
	color: #fff;
}

.table caption {
	padding: .75rem;
	color: #000;
	caption-side: top;
	font-size: 1.3rem;
}

.root-page-29 .table caption {
	background: #82cfca;
	color: #000;
}

.root-page-137 .table caption {
	background: #c47593;
	color: #000;
}

.root-page-47 .table caption {
	background: #b6cee6;
	color: #000;
}

.root-page-138 .table caption {
	background: #e48140;
	color: #000;
}

/*
.root-page-29 .table thead th {
    background: #82cfca;
    color: #000;
}

.root-page-137 .table thead th {
    background: #c47593;
    color: #000;
}

.root-page-47 .table thead th {
    background: #b6cee6;
    color: #000;
}

.root-page-138 .table thead th {
    background: #e48140;
    color: #000;
}*/

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px;
	background: #287aaf;
	color: #fff;
}

.table-bordered td,
.table-bordered th {
	border: 2px solid #fff;
	background: #f1f1f1;
}

/**/

.fast-navigation {
	font-size: 1.2rem;
	max-width: 80%;
	margin: 0 auto;
}

.fast-navigation select {
	width: 100%;
	padding: .75rem;
	border: 0;
	background: #fff;
	margin-bottom: 1rem;
}

.fast-navigation button {
	padding: .5rem 1.5rem;
	background: #c57593;
	color: #fff;
	border: 0;
}

/**/

.root-page-225 .page-content-head {
	background: #c47593;
}

.root-page-226 .page-content-head {
	background: #6e9dce;
	color: #000;
}

/**/

.download-app-message {
	display: none;
}

/*
@media (max-width: 768px) {
	body {
		margin-bottom: 100px;
	}
	
	.download-app-message {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
		text-align: center;
		display: block;
		padding: .75rem;
	}
}
*/

/**/




/* Social Sharing Buttons */

.social-share {
	font-size: 16px;
	text-align: center;
	margin: 1.5rem;
}

.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;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

@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;*/
	display: inline;
	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: flex;
	flex-direction: column;
	margin-bottom: 30px;
	color: inherit;
	background: #00aeef;
	color: #fff;
	padding: 1rem;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.1rem;
	width: 160px;
	height: 190px;
	position: relative;
}

.sub-pages-nav a:hover {
	background: #0094cc;
}

.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 {
	position: relative;
	bottom: 0;
	right: 0;
	width: 100%;
	display: block;
	padding: .5rem;
	overflow: hidden;
	font-size: 1.1rem;
}

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

.sub-pages-nav a .icon img {
	max-width: 100%;
	max-height: 90px;
}

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

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



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


legend {
	font-size: 1rem;
}