/*
Theme Name: wiki
Theme URI: http://underscores.me/
Author: wiki
Author URI: http://wiki
Description: wiki
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wiki
Tags:

*/

body, html{
	direction:rtl;
}
body{
	font-family: 'Open Sans Hebrew', sans-serif;

}
body.overflow-hidden{
	overflow:hidden;
}
@font-face{
	font-family: OpenSansHebrew;
	src:url(font/OpenSansHebrew-Bold.ttf);
}
.title{
	margin:0;
}
.color-blue{
	color:#403391;
}
.bg-red{
	background:#D9716E;
}
.bg-green{
	background-color:#00A254;
}
.bg-blue{
	background:#403391;
	color:#FFF;
}
.bg-dark{
	background-color:#202020;
}
.title-stroked{
	color:#403391;
	font-size:26px;
	margin:0;
	padding:0;
	line-height:1em;
	padding-bottom:10px;
	margin-bottom:16px;
	border-bottom:1px solid #403391;
	margin-bottom:15px;
	font-weight:700;
}
.title-stroked-md{
	color:#403391;
	font-size:21px;
	margin:0;
	padding:0;
	line-height:1em;
	padding-bottom:10px;
	margin-bottom:16px;
	border-bottom:1px solid #403391;
	margin-bottom:10px;
	font-weight:400;
}
.font-sm{
	font-size:12px;
}
.font-sx{
	font-size:13px;
}
.font-md{
	font-size:17px;
}
.font-lg{
	font-size:20px;
}
.font-hg{
	font-size:32px;
}
.title2{
	color:#403391;
	font-size:23px;
}
.title3{
	color:#403391;
	font-size:18px;
	font-weight:700;
}
.title4{
	font-size:15px;
	font-weight:700;
}
/*spacers*/
.spacer-bottom-null { margin-bottom: 0; }
.spacer-top-null { margin-top: 0; }
.spacer-left-null { margin-left: 0; }
.spacer-right-null { margin-right: 0; }
.spacer-bottom-xs { margin-bottom: 5px; }
.spacer-bottom-sm { margin-bottom: 10px; }
.spacer-bottom { margin-bottom: 20px; }
.spacer-bottom-md { margin-bottom: 30px; }
.spacer-bottom-lg { margin-bottom: 40px; }
.spacer-bottom-xl { margin-bottom: 50px; }
.valign-middle, .table>tbody>tr>th.valign-middle { vertical-align: middle; }
.spacer-top-xs { margin-top: 5px; }
.spacer-top-sm { margin-top: 10px; }
.spacer-top { margin-top: 20px; }
.spacer-top-md { margin-top: 30px; }
.spacer-top-lg { margin-top: 40px; }
.spacer-top-xl { margin-top: 50px; }
.spacer-left-xs { margin-left: 5px; }
.spacer-left-sm { margin-left: 10px; }
.spacer-left { margin-left: 20px; }
.spacer-left-md { margin-left: 30px; }
.spacer-left-lg { margin-left: 40px; }
.spacer-left-xl { margin-left: 50px; }
.spacer-right-xs { margin-right: 5px; }
.spacer-right-sm { margin-right: 10px; }
.spacer-right { margin-right: 20px; }
.spacer-right-md { margin-right: 30px; }
.spacer-right-lg { margin-right: 40px; }
.spacer-right-xl { margin-right: 50px; }
.pad-header { padding: 5px 10px 5px 10px; }
.pad10 { padding: 10px; }
.pad10-bot { padding-bottom: 10px; }
.pad20 { padding: 20px; }
.pad30 { padding: 30px; }
.pad40 { padding: 40px; }
.pad50 { padding: 50px; }
.wt-bold{
	font-weight:700;
}
.wt-color-black:hover a{
	color: #167DAC;
	text-decoration: none;
}
.wt-color-black a{
	color: #423C3C;
}

.wt-color-black-bc a{
	color: #423C3C;
}

.wt-color-black-bc a:last-child{
	color: #167DAC;
}

.wt-color-black-bc a:hover{
	text-decoration: none;
}

.black-menu-title li a{
	color: #423C3C;
}

.black-menu-title li a:hover{
	color: #167DAC;
	text-decoration: none;
}
.wt-light{
	font-weight:100;
}

.wt-normal{
	font-weight:400;
}
.wt-semi{
	font-weight:600;
}
.container{
	width:970px;
}
header#mobile{
height: 83px;
}
body.fixed #header-mobile{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
 #header-mobile{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999;
	background: #fff;
}
.header__burger {
	display: block;
	position: relative;
	width: 20px;
	height: 18px;
	position: relative;
	z-index: 3;
}
.header__burger span{
	position: absolute;
	background-color: #403391;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	top: 7px;
	transition: all 0.3s ease 0s;
}

.header__burger:before,
.header__burger:after{
	content: '';
	background-color: #403391;
	position: absolute;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	left: 0;
	transition: all 0.3s ease 0s;
}
.header__burger:before{
	top: 0;
}
.header__burger:after{
	bottom: 0;
}

.header__burger.active span{
	transform: scale(0);
}

.header__burger.active:before{
	transform:rotate(45deg);
	top: 7px;
}
.header__burger.active:after{
	transform:rotate(-45deg);
	bottom: 7px;
}
#mobile-header-logos .header-mid-bar-alt-logo img{
	width: 123px;
}
#mobile-header-logos .logo-text{
	font-size: 10px;
	font-weight: 700;
	line-height: 12px;
	color:#403391;
}
.header-top-bar{
	background-color:#F1F1ED;
    padding-top:9px;
	color:#403391;
	font-size:14px;
	font-weight: 700;
}
.header-top-bar-right a{
	color:inherit;
}
.header-top-bar-right a img{
	vertical-align:middle;
}
#header:after{
	display: none;
}
.toggle-menu{
	display:none;
	position: fixed;
	background: rgba(0, 0, 0, 0.66);
	top: 60px;
	height: calc(100vh - 60px);
	border-bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.toggle-menu .toggle-menu-buttons{
	background: #fff;
	padding: 20px 14px;
	font-size: 14px;
	font-weight: 700;
}
.toggle-menu .toggle-menu-buttons a{
	color: #403391;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
}
.toggle-menu .toggle-menu-buttons .user-login{
	border-radius: 23px;
	background: #403391;
	display: block;
	padding: 10px 0 8px;
	position: relative;
	text-align: center;
	color: #fff;
	margin-bottom: 14px;
}
.toggle-menu .toggle-menu-buttons .user-login img{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.toggle-menu .toggle-menu-buttons .request-account{
	border-radius: 23px;
	background: #fff;
	display: block;
	padding: 10px 0 8px;
	position: relative;
	text-align: center;
	background: #D8D8D8;
}
.toggle-menu .toggle-menu-buttons hr{
	border-top: 0.5px solid #403391;
	margin: 23px 0 17px;
}
.mobile-header-search-button-icon{
	width: 28px;
	height: 28px;
	background: url(img/search-line.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	display: none;
}
.mobile-header-search-button-icon.active{
	background-image: url(img/close-line.png);
}
.mobile-header-search-button-icon.hide{
	display: none;
}
body.fixed .mobile-header-search-button-icon{
	display: block;
}
#mobile-search-holder{
	padding-bottom: 21px;
}
body.fixed #mobile-search-holder{
	display: none;
}
.right-topbar-text{
	padding-top:4px;
}
.btn-grey{
	background-color:#DEDEE0;
	color:#403391;
}
.btn-grey:hover{
	background-color:#0072B9;
	color:#FFF;
	text-decoration:none;
}
.btn-black{
	display:inline-block;
	color:#403391;
	background-color:#D8D8D8;
	padding:6px 20px;
	border: 1px solid #FFF;
	border-radius: 16px;
}
a.btn-black{
	color:#403391;
}
a.btn-black:hover{
	opacity:0.9;
	text-decoration:none;
}
.btn-reg{
	padding:10px;
}
.logo-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
	min-width: max-content;
}
.logo-circle img{
	width:59px;
	height:59px;
}
.logo-circle .logo-text{
	font-size:14px;
	line-height:17px;
	color:#403391;
}
.header-mid-bar{
	background-color:#FFF;
}
.header-mid-bar-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 21px;
	padding: 49px 0 43px;
}
.header-mid-bar-alt{
	background: #FFF;

	/*margin-bottom:25px;*/
	padding: 16px 0 19px;
}
.header-mid-bar-alt-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 21px;
	color: #403391;
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
}
.header-mid-bar-alt-logo-circle{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	min-width: max-content;
}
.header-mid-bar-alt-logo-circle img{
	width: 43px;
	height: 43px;
}
.header-mid-bar-alt-search{
	-webkit-box-flex: 0;
	-ms-flex: 0 1 560px;
	flex: 0 1 560px;
	margin-right: auto;
}
.header-mid-bar-alt h1{
	float:right;
	margin-top:10px;
}
.header-mid-bar-alt h1 img{
	width:117px;
	height:auto;
}
.header-quote{
	font-size:13px;
	line-height:18px;
	color:#666666;
	font-style:italic;
	margin:0;
	padding:0 28px 0 0;
	background:transparent url(img/quote.png) no-repeat 100% 5px scroll;
}
.qauthor{
	font-size:13px;
	padding-right:28px;
	line-height:18px;
	color:#403391;
}
.search-bar{
	-webkit-box-flex: 0;
	-ms-flex: 0 1 537px;
	flex: 0 1 537px;
}
.search-bar-menu-page{
	margin-bottom:0;
}
.search-text{
	font-size:21px;
	padding:14px 22px 16px 45px;
	border:none;
	width:100%;
	background: #F1F1ED;
}
.search-text:focus{
	outline:none;
}
.search-text::placeholder{
	color: #B1AFAF;
	text-align: right;
	font-size: 21px;
	font-style: italic;
	font-weight: 400;
}
.ui-menu{
    z-index: 10000;
	overflow: auto !important;
	width:940px !important;
    font-size:12px;

}
.position-relative {
	position: relative !important;
}
.position-static{
	position: static !important;
}
.button-search{
	position: absolute !important;
    left: 13px;
	top: 10px;
}

.search-width{
	margin: 0;
	border-radius: 116px;
	border: 1px solid #DEDEDE;
	background: #F1F1ED;
	overflow: hidden;
}

.left-signup-ban{
	padding: 20px 30px 0 30px;
	text-align: center;
	margin-left: 3%;
	display: inline-block;
	width: 36%;
	vertical-align: top;
	background-color: #403391;
	height: 1265px;
    /* background: -webkit-linear-gradient(#403391, #e3eaea);  For Safari 5.1 to 6.0
    background: -o-linear-gradient(#403391, #e3eaea);
    background: -moz-linear-gradient(#403391, #e3eaea);
    background: linear-gradient(#403391, #e3eaea);  Standard syntax */

	background: rgb(0,116,190);
	background: -moz-linear-gradient(top,  rgba(0,116,190,1) 60%, rgba(227,234,234,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,116,190,1) 60%,rgba(227,234,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,116,190,1) 60%,rgba(227,234,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#403391', endColorstr='#e3eaea',GradientType=0 );

}
.title-for-signup-ban{
	display: block;
	color: #fff;
	font-size: 26px;
	margin-bottom: 40px;
}
.num-for-signup-ban{
	font-size: 33px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #403391;
	width: 50px;
 	height: 50px;
 	background: #fff;
 	border-radius: 50px;
 	margin-bottom: 10px;
 	font-weight: 600;
}
.text-for-signup-ban{
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
}

.full-width{
	width: 100%;
}
.ui-menu .ui-menu-item{
	white-space: nowrap !important;
}
.status_login{
	text-align: center;
	color: red;
}

.search-button {
	height: 38px;
	min-width: 38px;
	width: 100%;
	border: none;
	background-image: url(img/search-line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.left-banner-block{
	display: inline-block;
	/*width: 295px;*/
        width: 315px;
	height: 430px;
	float: left;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
        margin-left: 25px;
}

.grid-box-block{
	display: inline-block;
	width: 630px;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-2.col-md-1{
	padding: 0;
}
.col-xs-10.col-md-11{
	padding: 0;
}
.search-text-alt{
	padding: 8px 18px 8px 45px;
	font-size: 17px;
}
.header-mid-bar-alt-search .button-search{
	top: 6px;
	left: 8px;
}
.header-mid-bar-alt-search .search-button{
	height: 28px;
	min-width: 28px;
	background-image: url(img/search-line.png);
}
#mobile .search-text-alt{
	padding: 8px 11px 8px 45px;
	font-size: 18px;
	max-width: 347px;
}
#mobile .header-mid-bar-alt-search .button-search{
	top: 6px;
	left: 8px;
}
#header-mobile{
	padding: 0 15px;
}
#mobile-header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 2px;
}
#mobile-header-logos{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.tab-menu{
	background-color:#F1F1ED;
	color:#403391;
	font-size:20px;
	margin:0;
	padding:0;
	list-style:none;
}
.tab-menu li{
	display:inline-block;
	float:right;
}
.tab-menu li a{
	display:block;
	padding:10px 15px;
	color:#403391;
	border-left:2px solid #FFF;
}
.tab-menu li a:hover, .tab-menu li a.selected{
	background-color:#403391;
	color:#FFF;
	text-decoration:none;
}
.tab-menu li a img{
	margin-right:5px;
	    -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(65%) saturate(2809%) hue-rotate(240deg) brightness(102%) contrast(88%);
            filter: brightness(0) saturate(100%) invert(14%) sepia(65%) saturate(2809%) hue-rotate(240deg) brightness(102%) contrast(88%);
}
.tab-menu li a.selected img, .tab-menu li a:hover img{
	-webkit-filter:saturate(0) brightness(100);
	filter:saturate(0) brightness(100);
}
.tab-body{
	padding:20px;
	background-color:#E9E6FB;
	margin-bottom:25px;
	color:#000;
}
.text-grey{
	color:#404040;
}
.block{
	display:block;
}
.thumb-img{
	margin-bottom:10px;
}
.blue-light{
	background-color:#CBE3F1;
}
.bg-grey{
	background-color:#E7E7E8;
}
.bg-grey-s2{
	background-color:#D1D2D4
}
.bg-cream{
	background-color:#F1F1ED;
}
.bg-white{
	background-color:#FFF;
}
.grey-placeholder{
	background-color:#E7E7E8;
	/*padding:40px;*/
	text-align:center;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.skyscraper.grey-placeholder{
	height:612px;
}
.media{
	border-bottom:1px solid #777;
	display:table;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
}
.media-img {
	display:table-cell;
	width:1%;
	vertical-align:middle;
}
.media-content{
	display:table-cell;
	padding-right:10px;
	vertical-align: middle;
}
.media-title{
	font-weight:700;
}
.padding-r{
	display: inline-block;
	padding-right: 52px;
}
.page-visits{
	display: inline-block;
}

.panel-header{
	padding:15px;
	font-size:20px;
	line-height:1;
	position:relative;
}
.panel-body{
	padding:0 10px 10px;

}
.panel-1 .panel-header{
	background-color:#DA9236;
	color: #fff;
}
.panel-1 .media{
	border-color:#DA9236;
}
.panel-1 .panel-body{
	background-color:#F6E9D8;
}


.panel-2 .panel-header{
	background-color:#00A254;
	color: #fff;
}
.panel-2 .media{
	border-color:#00A254;
}
.panel-2 .panel-body{
	background-color:#CDEADC;
}


.panel-3 .panel-header{
	background-color:#00A1A2;
	color: #fff;

}
.panel-3 .media{
	border-color:#00A1A2;
}
.panel-3 .panel-body{
	background-color:#CEEFEF;
}

.more-link{
	position:absolute;
	font-size:10px;
	left:10px;
	bottom:10px;
	font-weight:700;
	color:#000;
}
.more-link a{
	color:#FFF;
	visibility: hidden;
	width: 24px;
	height: 24px;
	overflow: hidden;
	display: block;
}
.more-link a:after{
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' viewBox='0 0 22 24' fill='none'%3e%3cg clip-path='url(%23clip0_1_125)'%3e%3cpath d='M9.52439 12L13.8412 16.95L12.6081 18.364L7.05811 12L12.6081 5.63599L13.8412 7.04999L9.52439 12Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1_125'%3e%3crect width='24' height='20.9302' fill='white' transform='translate(21.0116) rotate(90)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	display: block;
	visibility: visible;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}
.bg-blue-light{
	background-color:#E9E6FB
}
.bottom-section{
	padding:25px 0 30px;
        width: 940px;
        margin-right: 15px
}
.banner-1{
	height:426px;
	display:block;
	width:100%;
	vertical-align:middle;
	text-align:center;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.grid-box{
	background-color:#FFF;
}
.grid-box-title{
	text-align: right;
	background-color:#403391;
	color:#FFF;
	padding:10px;
	font-size:19px;
}
.grid-box-body{
	padding:10px;
}

.grid-box table{
	width:100%;

}
.grid-box table td{
	border:1px solid #BFDCEF;
	padding:12px;
}
.grid-box table tr:first-child td{
	border-top:none;
}
.grid-box table tr:last-child td{
	border-bottom:none;
}
.grid-box table td:first-child{
	border-right:none;
}
.grid-box table td:last-child{
	border-left:none;
}
.grid-box-title.light{
	background-color:#ADC6E7;
	color:#403391;
}

footer{
	border-top:1px solid #77B7DB;
	padding-top:35px;

}
.footer-menu ul{
	list-style:none;
	margin:0;
	padding:0 0 20px;
}
.horizontal-menu{
	list-style:none;
	margin:0;
	padding:0 ;
}
.footer-menu li, .horizontal-menu li{
	display:inline-block;
}
.footer-menu li:after, .horizontal-menu li:after{
	content:'|';
}
.footer-menu li:last-child:after, .horizontal-menu li:last-child:after{
	display:none;
}
.footer-menu li a, .horizontal-menu li a, #info-menu li span.footer-text {
	color:#333;
	display:inline-block;
	padding:0 10px;
}
.block-pnf{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 1.5;
}
.page404{
	font-size: 23px;
	font-weight: 600;
}
.butpnf{
	margin: 15px;
}
.pnf-button{
	width: 350px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 50px;
	}

.pnf-button:hover{
	text-decoration: none;
	color: #fff;
	outline: 2px solid #000;
	}

.header-link-menu ul{
	list-style:none;
	margin:0;
	padding:0 0 20px;
}
.horizontal-menu{
	list-style:none;
	margin:0;
	padding:0 ;
}
.header-link-menu li, .horizontal-menu li{
	display:inline-block;
}
.header-link-menu li:after, .horizontal-menu li:after{
	content:'|';
}
.header-link-menu li:last-child:after, .horizontal-menu li:last-child:after{
	display:none;
}
.header-link-menu li a, .horizontal-menu li a{
	color:#fff;
	display:inline-block;
	padding:0 10px;
}
.footer-bottom{
	background-color:#F1F1ED;
	padding:35px 0;
}

.editor-section{
	padding:34px 0 23px;
	background-color:#3B3B3B;
}
.btn-block{
	display:block;
	width:100%;
	text-align:center;
}
.btn-red{
	background-color:#D9716E;
	color:#FFF;
}
.btn-blue{
	background-color:#403391;
	color:#FFF;
}
.btn{
	padding:5px 10px;
	border-radius:4px;
	border:none;
}
.btn:hover{
	opacity:0.8;
}
.btn-lg{
	padding:10px 20px;
}
.btn-sm{
	font-size:12px;
	padding:2px 10px;
}
.radius-null{
	border-radius:0;
}
.editor-section .horizontal-menu li, .editor-section .horizontal-menu li a{
	color:#FFF;
}
.main-content{
	padding-top:30px;
	padding-bottom:120px;
}
.padding-bot-footer{
	padding-bottom: 20px;
}
.menu-plain{
	list-style:none;
	padding:0;
	margin:0;
}
.menu-plain li{
	margin:0.5em 0;
}
.list-bullet{
	list-style:disc;
	padding-right:1.5em;
}
.list-bullet li{
	margin:0.5em 0;
}
.menu-black a{
	color:#000;
}
.pop-title{
	background-color:#F1F1ED;
	padding:15px;
}
.pop-body{
	padding:25px;
}
.block-new-pass{
	display: block;
	width: 50%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}
.enter-pass{
	text-align: center;
}
.savePass{
	text-align: center;
	font-size: 25px;
	font-weight: 600;
}
.password{
	text-align: center;
}

.block-recover{
	padding:25px;
	display: none;
	height: 200px;
}
.status_recover{
	text-align: center;
}
#login-pop, #forgot-pop{
	background-color:#FFF;
	width:480px;
}
.form-control{
	background-color:#CBE3F1;
	width:100%;
	padding:7.5px;
	font-size:18px;
	border:none;
}
.form-group{
		margin-bottom:20px;
}
.error{
	color:#fd0303;
	margin:5px;
	font-size:12px;
}
.signup-container{
	padding:0 40px;
	display: inline-block;
	width: 60%;
}
.complete-signup-container{
	padding:0 40px;
	display: inline-block;
	width: 100%;
}
.form-wrap{
	max-width:480px;
	margin:0 auto;
}
.btn-submit{
	width:190px;
}
select.form-control{
	background:#CBE3F1 url(img/select.png) no-repeat 0 50% scroll;
	-webkit-appearance:none;
}



ol { counter-reset: item ; padding:0;}
ol ol{ }
ol li { display: block ; position:relative;}
ol li:before { content: counters(item, ".") ". "; counter-increment: item ;}

.table-bordered{
	width:100%
}
.table-bordered td{
	vertical-align:top;
	padding:8px 0 8px 8px;
	border-bottom:1px solid #C6C6C6;
	line-height:1.2;
}
.table-bordered tr:last-child td{
	border:none;
}

.ltr-layout{
	unicode-bidi:bidi-override;
	direction:ltr;
}

.ltr-layout li { display: block ; padding-left:1.2em; position:relative; padding-right:0}
.ltr-layout li li{padding-left:1.8em;padding-right:0}
.ltr-layout li:before { content: counters(item, ".") " "; counter-increment: item ; position:absolute; left:0; top:0; right:auto}

.bottom-link-tree{
	padding:5px 10px;
}

.icon-list{
	list-style:none;
	margin:0;
	padding:0;
}
.icon-list li{
	position:relative;
	padding-right:20px;

}
.icon-list li+li{
	margin-top:1em;
}
.icon-list li i{
	width:16px;
	height:16px;
	position:absolute;
	right:0;
	top:2px;
}
.icon-list li a{
	color:#000;
}
.icon-file{
	background:transparent url(img/doc.png) no-repeat 100% 0 scroll;
}
.icon-print{
	background:transparent url(img/print.png) no-repeat 100% 0 scroll;
}
.login-label{
	display: inline-block;
	width: 100%;
}
.login-label label{
	display: inline-block;
	width: 49%;
	text-align: center;
}
.mid-font{
	font-size: 12px;
}
.alpha-title{
	background-color:#0061AE;
	color:#FFF;
	font-size:20px;
	width:38px;
	height:38px;
	border-radius:38px;
	line-height:38px;
	text-align:center;
	font-weight:700;
	margin-bottom:10px;
}
.alpha-title a{
	color: white;
	text-decoration: none;
}
.category-list {
	padding-right:1.7em;
	margin-bottom:20px;
}
.category-list li{
	margin-bottom:10px;
}
.category-list li a{
	color:#000;
	display:block;
}
.category-list li a:hover{
	text-decoration:none;
	color:#0061AE;
}
.category-list li small{
	display:block;
	color:#666666;
}
.grid{
	margin-left:-15px;
	margin-right:-15px;
}
.grid-sizer,
.grid-item { width: 33.333%; padding:0 15px 15px; }

.grid-editor .category-list li a{
	color:#0061ae;
}
.grid-editor .category-list{
	list-style:none;
	padding-right:0;
}
.grid-editor .category-list li small{
color:#000;
}

.clear-4>.col-sm-3:nth-child(4n+1){
	clear:both;
	float:right !important;

}
.book-item{
	margin-bottom:40px;
}

ol.list-number{
	list-style:decimal;
	padding-right:2em;
}
ol.list-number li{
	display:list-item;
	padding-right:0;
	margin-bottom:0.2em;
	margin-top:0.2em;
}
ol.list-number li a{
	color:#000;
}
ol.list-number li a:hover{
	color:#403391;
}
ol.list-number ul li{
	list-style:disc;

}
ol.list-number ul {
	font-size:0.85em;
	margin-bottom:0.7em;
}
ol.list-number li:before {
    content: '';
    counter-increment: item;
    position: absolute;
    right: 0;
    top: 0;
}

.icon-btn{
	display:table;
	width:100%;
}
.icon-btn i{
	display:table-cell;
	width:44px;
	height:47px;
	text-align:center;
	vertical-align:middle;
	background-color:#FFF;
	padding:10px 13px;
}
.icon-btn span{
	border:1px solid #FFF;
	display:table-cell;
	vertical-align:middle;
	width:100%;
	padding:2px 8px;
	color:#333333;
	font-size:16px;
	line-height:1.1;
}
.icon-btn  strong{
	display:block;
	text-align:center;
	width:30px;
}
.icon-btn:hover{
	text-decoration:none;
}
.icon-btn:hover i{
	background-color:#403391;
}
.icon-btn:hover span{
	border-color:#403391;
	color:#403391;
}
.icon-btn i img{
	    -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(65%) saturate(2809%) hue-rotate(240deg) brightness(102%) contrast(88%);
            filter: brightness(0) saturate(100%) invert(14%) sepia(65%) saturate(2809%) hue-rotate(240deg) brightness(102%) contrast(88%);
}
.icon-btn:hover i img{
	-webkit-filter:saturate(0) brightness(100);
	filter:saturate(0) brightness(100);
}
.fancybox-wrap .fancybox-close{
	background-image: url(img/close.png) !important;
	width:22px !important;
	height:22px !important;
	    top: 0;
    right: 0;
}
.fancybox-skin{
	border-radius:0;
}


table.toc{
	background-color: #F1F1ED;
    font-size:14px;
}

table.toc tr td ul{
	list-style: none;
	padding-right: 10px;
	padding-left: 20px;
}

table.toc tr td ul li ul{
	list-style: none;
	padding-right: 25px;
}

#toctitle h2{
	font-weight: 700;
	margin-bottom: 5px;
	color: #403391;
	font-size: 14px;
	padding-right: 10px;
}

h2 > .mw-headline{
    font-size: 21px;
    margin: 0;
    padding: 0;
    line-height: 1em;
    padding-bottom: 10px;
    margin-bottom: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #403391;
}

ol li{
	content: counters(item, ".") ".";
}

table.vevent{
	width:293px;
	font-size: 13px;
	border: 1px solid #aaaaaa;
	text-align: center;
	float: left;
	clear: left;
	margin: 0 1em 1em 0;
}
table.vevent tr {
	background-color: #F1F1ED;
}
table.vevent td {
text-align:right;
vertical-align: top;
}
table.vevent ul {
	background-color: #F1F1ED;
}
.sticker{
	position:fixed;
	left:0;
	right:0;
	top:-200px;
	transition:300ms top ease-in-out;
-moz-transition:300ms top ease-in-out;
-webkit-transition:300ms top ease-in-out;
z-index: 2;
}

body.fixed .sticker{
	top:0;
	box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
body.fixed .ui-menu{
	top:135px !important;
	width: 535px !important;
	position: fixed;
}

body.searchRes .ui-menu{
	top:294px !important;
}


body.fixed.admin-bar .sticker{
	top:32px;
}

td, th{
	padding: 5px;
}

/*header{
	position:relative;
	z-index:500;
}*/

.alphabet-english{
	display:inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.litera-english{
	display:inline-block;
	width: 3.2%;
	height:30px;
	margin-left: 0.45%;
	margin-right: 0.45%;
	vertical-align: middle;
}

.litera-english a{
	font-size: 18px;
	text-decoration: none;
	color: black;

}

.alphabet-hebrew{
	display:inline-block;
	width: 100%;
	text-align: center;
}

.litera-hebrew{
	display:inline-block;
	width: 3.2%;
	margin-left: 0.09%;
	margin-right: 0.09%;
	height:30px;
	vertical-align: middle;
}

.litera-hebrew a{
	font-size: 18px;
	text-decoration: none;
	color: black;

}

.litera-hebrew:hover{
	background-color:#0061AE;
	width: 30px;
	height:30px;
	border-radius:30px;
	text-align:center;
	font-weight:700;
}
.litera-hebrew:hover a{
	color: #FFF;
}

.litera-english:hover{
	background-color:#0061AE;
	width: 30px;
	height:30px;
	border-radius:30px;
	text-align:center;
	font-weight:700;
}
.litera-english:hover a{
	color: #FFF;
}

.litera-category{
	display: inline-block;
}

.no-margin{
	margin: 0;
}
.category-name li{
	margin: 5px 0 5px 0;
}
.category-name li a{
	color: #000;
	font-size: 18px;
}
.litera-click{
	background-color:#0061AE;
	width: 30px;
	height:30px;
	border-radius:30px;
	text-align:center;
	font-weight:700;
}
.litera-click-color{
	color: #fff !important;
}

.middle-title{
	vertical-align: middle;
}

.grey-font{
	color: #6E6868;
}

.circle {
	width: 60px;
	height: 60px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.qoute-block{
	max-width: 300px;
	padding-right: 15px;
}

.quote-text{
	display: inline-block;
	width: 89%;
}
.quote-hooks{
	display: inline-block;
	width: 9%;
	vertical-align: top;
}
.quote-text-post{
	color: #666666;
	font-size: 13px;
	font-style: italic;
}

.qoute-light-blue{
	font-size: 12px;
	color: #403391;
}
.quote-blue a{
	font-weight: 600;
	color: #403391;
}

.footer-font{
	font-size: 12px;
}

.footer-black-area{
	height: 130px;
	background-color: #282828;
}

.height-panel-block{
	height: 100px;
}

.text-right{
	text-align: right;
}

.pagination{
	display: inline-block;
	text-align: center;
	height: 25px;
	font-size:16px;
}

.pagination ul {
direction: rtl;
	margin-right: 10px;
}

.pagination ul li {
float:left;
list-style:none;
color:black;
margin-left:10px;
}
.pagination ul li a{
color: #423C3C;
}
.pagination ul li a:hover{
color: #403391;
}
.current{
	color: #403391 !important;
}

.pagin-block{
	margin-top: 20px;
	width: 100%;
	height: 25px;
	background-color: #F0F0F0;
}

.ltr_direction{
	direction: ltr !important;
	text-align: right;
}

.pagination ul li a:hover {
text-decoration:none;
}

.middle_banner{
	height: 130px;
}

.left_bottom_banner{
	width: 295px;
	height: 430px;
}

.img-circle-block img{
	border-radius:50%
}
.open-sans-hebrew{
	font-family: OpenSansHebrew;
}

.select-registration{
	text-align-last:center;
}

.option-registration{
	text-indent: 50px;
}

.entry-title{
	border-bottom: 1px solid #403391;
        color: #403391;
    font-weight: bold;
}

.block-complete-reg{
	height: 250px;
	font-size: 30px;
	font-family: 'Open Sans Hebrew', sans-serif;
	font-weight: 600;
	color: #423C3C;
}
.img-reg-block{
	padding-top: 40px;
	padding-bottom: 20px;
}

.img-reg{
	height: 70px;
	width: 70px;
}

.margtop30{
	margin-top: 30px;
}
.margtop50{
	margin-top: 50px !important;
}
.mwm-aal-title{
	color: #403391;
	font-size: 18px;
	font-weight: 600;
}
.mwm-aal-container ol li{
        /*color: #403391;*/
        color : #020202;
	font-size: 15px;
	width: auto;
}
.mwm-aal-container ol li a{

    color: #020202;
}
.mwm-aal-item{
	position: absolute;
    margin-top: -180px;
}
.mwm-aal-container{
    background-color: #F1F1ED;
    min-width: 300px;
    max-width: 535px;
    width: 100%;
    display: table-cell;
    padding: 10px;
}

.entry-content h2{
    color: #403391;
	font-size:30px;
}
.entry-content h3{
	font-size:28px;
}

.vertical-mid{
	vertical-align: middle;
}
.list-book{
	text-align: center;
}

.book-block{
	padding: 20px 0;
	vertical-align: top;
	display: inline-block;
	width: 24.5%;
	height: 260px;
}

.block-provider{
	padding: 20px 0;
	vertical-align: top;
	display: inline-block;
	width: 33%;
}
.div-book-img{
	display: block;
	padding-bottom: 10px;
}
.div-provider-img{
	display: block;
	line-height: 100px;

}
.div-provider-img img{
	vertical-align: middle;
}
.div-book-link{
	display: block;
}

.div-book-author{
	display: block;
}

.header-menu{
	display: inline-block;
	width: 100%;
	background-color:#423C3C;
	text-align: center;
}

.header-link-menu span a{
	text-decoration: none;
	color: white;
	font-size: 16px;
}
.margin-top30{
	margin-top: 30px;
}

.button-block{
	width: 100%;
	margin: auto;
}

.style-button{
	display: inline-block;
	padding: 0 5px;
	font-size: 22px;
	width: 25%;
	height: 40px;
	border-radius: 3px;
	margin: 10px;
}
.style-button a{
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
}
.style-button:hover {
	color: #fff;
	outline: 2px solid #fff;
}
.buttom-right{
	background-color: #403391;
}
.buttom-left{
	background-color: #D66B6B;
}


.post-top-ban{
	display: block;
	width: 950px;
	height: 120px;
	margin: 30px auto 0 auto;
	background-color: #E7E7E8;
}

.container-post{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.post-right-panel{
	display: inline-block;
	vertical-align: top;
	width: 150px;
}

.post-print-menu{
	vertical-align: top;
	width: 150px;
	height: 120px;
	background-color: #E7E7E8;
	margin: 30px 0 10px 0;
}
.post-right-ban{
	vertical-align: top;
	width: 150px;
	height: 650px;
	background-color: #E7E7E8;
}

.post-body{
	width: 950px;
	margin: auto;
}

.banner-post-top-size{
	width: 970px;
	height: 120px;
}
.banner{
	border: none !important;
}
.margtop{
	margin-top: 20px;
}

.banner-post-right-size{
	width: 150px;
	height: 650px;
}

.search-text-color{
	color: #423C3C;
}
.header-top-bar-left{
	text-align: left;
	padding: 5px;
}
.header-top-bar-left strong{
	font-size: 19px;
}
.top-right{
	text-align: right;
	width: 100%;
	display: inline-block;
}
.header-top-bar-right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	width: max-content;
}
.top-left{
	position: absolute;
	top: 0;
	left: 20px;
}

.position-rel{
	position: relative;
	padding-bottom: 9px;
}
.site-content{
	max-width: 970px;
	margin: 0 auto;
}
.book-img-block{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 115px;
}
.vertical-center{
	display: table;
	height: 115px;
}
.vertical-center h1{
	display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.color-white{
	color:#FFF !important;
}

@media (max-width: 1000px) {
	.row{
	text-align: center;
	}
	.qoute-block{
		width: 300px;
		display: inline-block;
		text-align: right;
	}
	.block-response{
		display: inline-block;
		/*width: 300px;*/
		vertical-align: middle;
	}
	.block-response a{
		/*padding-left: 20px;*/
	}
	.container{
		width: 100%;
	}

	.sticker{
		top:-100%;
	}
	body.fixed.admin-bar .sticker {
    top: 0;
}

.header-top-bar{
	padding-bottom:5px;
}

.header-mid-bar-alt h1 img {
    width: 110px;
    height: auto;
	    margin-top: 20px;
}

	.button-block{
		/*display: none;*/
		width: 100%;
	}
	.style-button{
		width: 350px;
	}
	.pull-right{
		float: none !important;
	}

	.tab-menu li{
		display: inline-block;
		text-align: center;
		width: 49.5%;
	}

	.post-body{
		width: 95% !important;
		margin-left: auto;
		margin-right: auto;
	}
	.post-top-ban{
		width: 95% !important;
		margin-left: auto;
		margin-right: auto;
	}
}
.mw-parser-output .bottom-section {
	display: none;
}

@media (max-width: 767px) {
	.panel{
		width: 70%;
		margin-left:auto;
		margin-right: auto;
	}
	.category-alpha-block{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.book-block{
		width: 200px;
	}

	.position-rel{
		position: static;
	}
	.top-left{
		position: static;
		width: 100%;
	}
	.top-left div{
		text-align: center;
	}
	.top-right{
		width: 100%;
		text-align: center;
	}
	.fancybox-inner{

	}
	.popup{
		width: 100% !important;
	}
	.infobox{
		width: 95%;
	}
	.header-top-bar-right .btn-black{
		width:100%;
		display:block;
		text-align:center;
	}
	.top-right{
		padding-right:0;
	}
	img{
		max-width:100%;
		height:auto;
	}


.tab-menu li a {
    font-size: 13px;
    display: block;
    padding: 10px 10px;
    color: #403391;
	border:none;
    border-bottom: 1px solid #FFF;
}
.bottom-section, .grid-box-block{
	width:100%;
	margin-left:0;
	margin-right:0;
}
.left-banner-block{
	width:100%;
	margin-left:0;
	margin-right:0;
	height:auto;
}
.logo-circle img {
    width: 40px;
}
.logo-circle .logo-text {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    line-height: 15px;
}
.text-logo{
	margin:0;
}
.quote-hooks{
	display:none;
}
.quote-text{
	text-align:center;
}
.style-button {
    width: 100%;
    margin: 0 0 10px;
}
.button-block{
	padding:10px;
}
.content-area{
	padding:20px;
}
.signup-container{
	width:100%;
	padding:0 10px;
}
.left-signup-ban{
	width:auto;
	margin:20px -20px -20px;
	height:auto;
}
.tab-menu{
	margin:0 -1px;
}
.tab-menu li{
	width:50%;
	border:1px solid #FFF;
	margin:0 ;
}
ul.ui-autocomplete {
    margin-top: 17px;
    width: auto !important;
    left: 15px !important;
    right: 15px !important;
}
.media-img {
    width: 25%;
}
.panel-body{
	margin-bottom:30px;
}
} /*(max-width: 767px)*/

.easy-footnotes-wrapper {
    direction: ltr;
}
.white{
  color: white;
}

@media (max-width: 500px) {
	.panel{
		width: 100%;
	}

}
/* PRINT FRIENDLY */
.printfriendly {
    width: 100%;
    height: 50px;
    background: #cee4f2;
    padding: 15px 5px;
    margin:15px 0 !important;
}
div.printfriendly a, div.printfriendly a:link, div.printfriendly a:visited {
    color :black !important;
}
.printfriendly a img {
    padding-left: 10px !important;
}

.post-edit-link{display:none;}

body.page-עמוד_ראשי.action-view h1.firstHeading, body.page-עמוד_ראשי.action-submit h1.firstHeading { display: none; }
body.page-ויקירפואה_כתיבת_ערך_חדש.action-view h1.firstHeading, body.page-ויקירפואה_כתיבת_ערך_חדש.action-submit h1.firstHeading { display: none; }

@media (min-width: 751px) {
	header#mobile { display: none; }
}

#mw-content-text ol li {
	position: unset;
}

#idTab1 a>img{
	display:block;
	float:none;
	margin:0 auto;
}
.book-category-list ul {
	margin: 0;
	list-style: none;
}