הבדלים בין גרסאות בדף "מדיה ויקי:Common.css"

מאגר הידע של דואלוג: מאגר הידע המקיף בעברית בתחומי האסטרטגיה והחשיבה המערכתית
קפיצה לניווט קפיצה לחיפוש
שורה 3,980: שורה 3,980:
 
     transition: all ease .2s;
 
     transition: all ease .2s;
 
}
 
}
 
+
.ns-110 .doalogue-quote {
 +
    float: none;
 +
}
 
.doalogue-quote:hover {
 
.doalogue-quote:hover {
 
     background: #686868;
 
     background: #686868;

גרסה מ־16:57, 8 באפריל 2019

.hide, .mw-editsection, #nav #p-personal, div#p-lang, div#mw-panel .portal {
display:none;
}


.mw-body-content center > p {text-align: center;}


center iframe {
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
}

#content iframe {
max-width: 100% !important;
}
.row {
	overflow:hidden;	
}
.col-6, .col-4, .col-3 {
    width: 50%;
    float: right;
    padding: 5px;
    box-sizing: border-box;
}
.col-4 {
    width: 33%;
}

.col-3 {
    width: 25%;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

@media only screen and (max-width: 767px) {
	.col-6, .col-4, .col-3 {
    width: 100%;
	}
}


/* anchor-text */

.anchor-text:target {
    display: inline-block;
    padding-top: 60px;
    margin-top: -60px;
}

.anchor-text:target:before {
    content: "";
    display: block;
    width: 1em;
    height: 1.5em;
    position: absolute;
    border: solid 2px #2aaddc;
    z-index: -1;
    right: 0;
    width: 100%;
    margin-top: -1px;
}
/* סינון במונחון */
input#filter-input {
    width: 90%;
    padding: 7px 5px;
    margin: 1em 5% 5px;
    font-size: 1.2rem;
}
mark {
  background: orange;
  color: inherit;
}

/* Accessibility */
#md-accessibility {
    position: fixed;
    right: 0;
    float: right;
    top: 50%;
}
#md-accessibility a.mfb-component__button--main {
    background-color: #2aaddc !important;
}
#md-accessibility .mfb-component__wrap {
    padding: 0;
    margin-right: -54px;
}

#md-accessibility .mfb-component__button--main {
    width: 104px;
    padding-right: 1em;
    border-radius: 56px 0 0 56px;
}

#md-accessibility .mfb-component__list > li {
    right: -5px;
	
}
    
#md-accessibility .mfb-component__button--main:after {
    right: 106px;
}

#md-accessibility .mfb-component--tl {
    animation: fromTop 1s 1;
    -webkit-animation: fromTop 1s 1;
}

#md-accessibility .mfb-component--tr {
    animation: fromTop 1.3s 1;
    -webkit-animation: fromTop 1.3s 1;
}


@keyframes fromTop {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fromTop {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Addthis popup*/
.lightboxField #at-cv-lightbox-submit {
    width: inherit !important;
    margin: 6px !important;
    padding: 4px 26px !important;
    background: rgb(2, 72, 129) !important;
}

.lightboxField .at-cv-input {
    width: inherit !important;
    margin: 0 0 20px !important;
    padding-left: 8px;
}

div#at-cv-lightbox-message span {
    font-size: 38px;
    line-height: 1.3;
}
div#at-cv-lightbox-message span:first-line {
    font-weight: bold;
    font-size: 50px;
    text-shadow: black 2px 2px 8px;
}

/* קישורי קבצים */
*:not(.floatleft):not(.fullImageLink):not(.thumb) a[href$=".pdf"]:not(.image):after {
    display: inline-block;
    position: relative;
    content: "";
    top: 4px;
    height: 1.2em;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5em;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/5/5f/Document-pdf.svg);
}
.thumb a[href$=".pdf"]:after, .thumb a[href$=".doc"]:after, .thumb a[href$=".docx"]:after, .thumb a[href$=".ppt"]:after, .thumb a[href$=".pptx"]:after {
    display: none !important;
}
a[href$=".doc"]:not(.image):after, a[href$=".docx"]:not(.image):after {
    display: inline-block;
    position: relative;
    content: "";
    top: 4px;
    height: 1.2em;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5em;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4f/Microsoft_Word_2013_logo.svg
);
}

a[href^="mailto"]:after {
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
    margin-right: 4px;
}
a[href$=".ppt"]:not(.image):after, a[href$=".pptx"]:not(.image):after, a[href$=".pps"]:after:not(.image), a[href$=".ppsx"]:after:not(.image){
    display: inline-block;
    position: relative;
    content: "";
    top: 4px;
    height: 1.2em;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5em;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/b0/Microsoft_PowerPoint_2013_logo.svg
);
}

a[href$=".ppt"].image  > img, a[href$=".pptx"].image  >img, a[href$=".pps"].image > img,  a[href$=".ppsx"].image >img,  a[href$=".doc"].image > img, a[href$=".docx"].image  >img {opacity:0;}

a[href$=".ppt"].image,  a[href$=".pptx"].image,  a[href$=".pps"].image, a[href$=".ppsx"].image ,  a[href$=".doc"].image, a[href$=".docx"].image {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/b0/Microsoft_PowerPoint_2013_logo.svg);
    margin: 4px;
    width: 60px;
}

a[href$=".doc"] .image, a[href$=".docx"].image  {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4f/Microsoft_Word_2013_logo.svg);}


.filehistory td > a[href$=".pdf"]:after {
    background: none !important;
    display: none  !important;
}
a.internal {display: none;}
p a.internal, li > a.internal {display:inline;}
/* תיקון לינקים*/ 
span.mw-headline {padding-top: 3em; margin-top: -3em; transition: all .1s ;
-moz-transition: all .1s;
-webkit-transition: all .1s ;
-ms-transition: all .1s ;
-o-transition: all .1s ;} 
span.mw-headline:target {color: rgb(96, 158, 250);
font-size: 140%;}
 
a.new {
color:#000;
text-decoration:none;
}

/* Popups */
/* popup */
body.page-עמוד_ראשי h1.firstHeading { display:none; }
.mwe-popups-timestamp-older, mwe-popups-timestamp-recent {display:none;}
.mwe-popups.mwe-popups-is-not-tall .mwe-popups-extract {
z-index: 999999;
}

.mwe-popups.flipped.mwe-popups-no-image-tri:after {top: -6px;}

.mwe-popups-is-not-tall svg {
width: 300px !important;
}


.mwe-popups footer {display: none;}

.mwe-popups.mwe-popups-is-not-tall .mwe-popups-extract {
    max-height: 117px !important;
    margin-bottom: 12px !important;
    padding-top: 3px !important;
}

.mwe-popups.flipped_x_y:after {
border-top: 9px solid #fff;}

.ve-ui-toolbar-floating > .oo-ui-toolbar-bar, .ve-init-mw-viewPageTarget-toolbar {
width: 752px;}

.ve-activated #header, .ve-activated #Lheader {
position: absolute;}

/* gallery */
ul.gallery {
text-align:center;
}

.gallerytext p {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

/*********************************************************************************/
/* ניווט                                                                       */
/*********************************************************************************/

	#header, #Lheader {
		position: fixed;
		z-index: 999;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		background: rgba(75,75,75,0.9);
		height: 3em;
		line-height: 3em;
		box-shadow: 0 0 0.15em 0 rgba(0,0,0,0.1);
	}
	
	
	#nav {
		position: absolute;
		right: 0.5em;
		top: 0;
		height: 3em;
		line-height: 3em;
width:100%;
	}

		#nav ul {
			margin: 0;
		}
#nav .fa {
font-size: 1.1em;
text-shadow: black 1px 1px 1px;
margin-left: 5px;
margin-right: 5px;
}

			#nav ul li {
				display: inline-block;
				font-size: 1em;
				float: right;
				margin:0;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
transition:all 0.3s ease;
			}
#nav ul li.nav-left {
float:left;
height:3em;
margin-left: 6px;
}
#nav ul li.nav-left ul {
left: 1PX;
}

#nav ul li.nav-left ul {
	    top: 48px;
}
.nav-left > ul {
top: 3em;
}
#nav ul li.nav-left ul li {
padding: 12px 9px;
	min-height: 1em;
}

#nav ul li.nav-left i.fa.fa-arrows {
    display: inherit;
    padding: 2px 0 0 1px;
}
#nav ul li.nav-left ul li ul {
    margin-left: 44px;
    margin-top: -48px;
	box-shadow: none;
}
#nav #p-personal {
margin-top:-5px;
}

#p-cactions-label {display: none;}
div.vectorTabs span, div.vectorTabs, a.feedlink {
	background-image:none;
	height: initial;
}

div.vectorTabs span {
	height: initial;
}
div.vectorTabs li a {
    font-size: inherit;
}
div.vectorTabs ul li {
    height: 3em;
}
#nav #p-personal ul {
    padding-right: 0;
    left: 30px;
}
#nav ul li.nav-left ul li ul li {
padding:0;
}
			#nav ul li:hover {
				background:rgba(249, 98, 98, 0.82);/*rgb(98, 139, 249)*/
			}
			
				#nav ul li a,#nav ul li p {
					display: block;
					color: inherit;
					text-decoration: none;
					height: 3em;
					line-height: 3em;
					padding: 0 0.5em 0 0.5em;
					outline: 0;
 color:#fff;
				}

#nav ul li p {
margin: 1px 0;}

#nav ul li i {color:#fff;}

#nav ul li ul {
position:absolute;
display:none;
box-shadow: black -4px 4px 7px -1px;
}

#nav ul li ul li {
	float:none;
	margin:0;
	padding-right:5px;
	padding-left:8px;
	color:#fff;
	display:block;
	background: rgba(75,75,75,0.9);
	height: initial;
}

#right-navigation:before {
    content: "\f013";
    position: absolute;
    font: normal normal normal 20px/1 FontAwesome;
	left: 16px;
}

#nav ul li ul li:hover {
background:rgba(58, 111, 255, 0.9);
}
body.page-עמוד_ראשי #nav ul li ul li:hover {
background: rgba(71, 121, 255, 0.95);
}
#nav ul li:hover ul, #nav ul li ul:hover {
display:block;
}

#nav ul li ul li ul {
display:none !important;
margin-top: -3em;
margin-right: 12em;
width: 15em;
}
#nav > ul > li:nth-child(3) > ul {width: 12.3em;}

#nav ul li ul li:hover ul, #nav ul li ul li ul:hover {
display:block !important;}

#nav #social-bar-icon a {
float:right;
width: 100%;
margin: 0;
padding-right: 12px;
}
#social-bar-icon a:hover {
background:rgba(58, 111, 255, 0.9);
}
#nav #social-bar-icon {
display:flex;
margin:0;
padding:0;
}
#nav #social-bar-icon:hover {
background: rgba(75,75,75,0.9);
}
#mw-page-base {
display:none;}

div.suggestions {
z-index: 99999;}

#nav #p-variants, #nav #p-namespaces, #nav #left-navigation, #nav #p-cactions-label a, #nav ul li.nav-left ul li p, #nav #mw-navigation, #p-tb-label, .mwe-popups-timestamp-recent, .hiddenpic {display:none;}

#nav #ca-watch > span > a, #ca-unwatch.icon a {
background-repeat: no-repeat;
float:left;
margin: -5px 6px;
}
#p-logo {
padding: 9px;
width: 147px;
top: -153px;
overflow: hidden;
height: 111px;
}
/* פירורי לחם */
#mw-head-base {
    margin: 0;
}

.ns-100 #breadcrumbs2 {
    display: none;
}

#breadcrumbs2 {
    background: #f2f2f2;
    padding: 5px 10px;
    margin: 0;
    font-size: 1em;
    text-align: center;
}
/* קטגוריות */
#mw-subcategories,  #mw-pages
{
padding: 1em;
background: rgb(241, 241, 241);
margin: 1em 0 2em;
box-shadow: black 4px 6px 13px -4px;
}

#mw-subcategories h2, #mw-pages h2   {
font-size:1.5em;
text-align:center;
}
#mw-subcategories h3, #mw-pages h3 {
font-size:1.3em;
}

#mw-subcategories li, #mw-pages li, .mw-special-Categories #bodyContent li {
list-style: none;}
#mw-subcategories li:before, #mw-pages li:before, .mw-special-Categories #bodyContent li:before  {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f07b";
position: absolute;
margin: 6px -25px;
color: gray;
}
#mw-pages li:before {
content:"\f15b"
}
#mw-pages li:hover:before {
content:"\f1c2"
}
#mw-subcategories li:hover:before,  .mw-special-Categories #bodyContent li:hover:before  {
margin-right: -28px;
content:"\f07c"
}

#mw-pages > div > table > tbody > tr > td {
padding: 0 13px;
}
#content #mw-content-text .hebrewQuotation > tbody >tr > td > p, #content #mw-content-text .hebrewQuotation b, #content #mw-content-text .engQuotation b,  #content #mw-content-text .engQuotation p
{
font-size: larger;
text-align: justify;
}

/* דפי מדיה */
#mw-imagepage-reupload-link, #filehistory, .mw-search-createlink, li#mw-imagepage-upload-disallowed, .mediaWarning,  span.fileInfo, #filetoc, #mw-imagepage-section-filehistory > p, #mw-imagepage-section-filehistory > table > tbody > tr, #mw-imagepage-section-filehistory > table > tbody > tr:nth-child(2) > td, h2#filehistory, .mw-imagepage-section-metadata, h2#metadata {
display: none;
}
#mw-imagepage-section-filehistory > table > tbody > tr:nth-child(2) {display:block;}
#mw-imagepage-section-filehistory > table > tbody > tr:nth-child(2) > td:nth-child(2) {
    display: inline-block;
    border: none;
    vertical-align: middle;
}

.filehistory-selected a {
    font-size: 2em;
}
/* תוכן עניינים */
.mw-content-rtl .toc ul ul, .mw-content-rtl #toc ul ul, .mw-content-ltr .mw-content-rtl .toc ul ul, .mw-content-ltr .mw-content-rtl #toc ul ul {margin: 0 1em 0 0;
}


#toc {
-webkit-transition:right 0.5s ease;
-moz-transition:right 0.5s ease;
-o-transition:right 0.5s ease;
-ms-transition:right 0.5s ease;
transition:right 0.5s ease;
}
#toc li.active a {
background: gray;
border-radius: 4px;
padding: 4px;
color: #fff;
}
#tocmeta, #toctitle > h2, span.toctoggle {
    display: none;
}

#toc h1.firstHeading {
    margin-top: 0;
    text-align: right;
    border-bottom: #c1c1c1 solid;
}

#toc li {
text-align: right;
font-size: 16px;
margin-bottom: 3px;
}
li.toclevel-2 {
font-weight: normal;
}
li.toclevel-1 {
font-weight: bold;
}
.toctoggle {transition: all 0.4s ease;}
.tocnumber { display: none; }


@media only screen and (max-width: 1200px) {
#toc, .toc {
position: relative !important;
	}
#p-tb {display: none;}
}


@media only screen and (min-width: 1200px) {
#toc li a {
color: rgb(106, 106, 106);
}

a#togglelink {
color: #808080;
}

span.toctoggle {
margin: 0px 1em 0 -2em;
}

#toc, .toc {
background: #f2f2f2;
position: absolute;
right:-261px;
top: 15em;
    padding: 1em 2em;
    z-index: 0;
width: 190px;
border: none;
/* box-shadow: black -1px 1px 10px -4px, black 0px 13px 17px -12px;
 -webkit-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1);
-webkit-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285); 
   -moz-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285); 
     -o-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285); 
        transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285);

-webkit-transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1);
-webkit-transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1.285); 
   -moz-transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1.285); 
     -o-transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1.285); 
        transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1.285);
-webkit-transition-delay: 300ms; 
   -moz-transition-delay: 300ms; 
     -o-transition-delay: 300ms; 
        transition-delay: 300ms; */
}

#tocmeta {display:block;}
#tocmeta #firstHeading {font-size: 1.2em;
text-align: center;
font-weight:bold;}

.tochidden {
visibility: hidden;
}
.tochidden .toctoggle {
visibility: visible;
margin-left: 8em;
}

.tochidden #togglelink {
opacity: 0;
}
/*.tochidden .toctoggle:before {
content:"+";
font-size: 3em;
font-family:cursive;
position: absolute;
margin-top: -22px;
color: rgb(10, 152, 244);
margin-right: 10px;
}*/
.tochidden .toctoggle:before:hover {
}
a.scrollFixIt {
-webkit-transform: rotate(23deg);
-moz-transform: rotate(23deg);
-ms-transform: rotate(23deg);
-o-transform: rotate(23deg);
transform: rotate(23deg);
color: #656565;
}
}
@media only screen and (min-width: 1444px) {
#toc, .toc {
right:-353px;
width: 255px;
}
.mw-content-rtl .toc ul ul, .mw-content-rtl #toc ul ul, .mw-content-ltr .mw-content-rtl .toc ul ul, .mw-content-ltr .mw-content-rtl #toc ul ul {margin: 0 2em 0 0;
}
}

/* RTL adjustments */
.dropdown-menu {
right: 0;
left: inherit;}

#userbar .nav {
cursor: pointer;
padding: 0;
}

.nav-pills .dropdown-menu {
text-align: right;
}
#innerbodycontent {
max-width: 750px;
margin-left: auto;
margin-right: auto;
}

#catlinks {
margin: 1em auto 1em auto;
max-width: 750px;
}
#mw-normal-catlinks {
color: transparent;
margin-top: 2em;
}
#mw-normal-catlinks > a {
display: none;
}

/* קטגוריות */
.catlinks li:first-child {
margin-right: -2px; 
}

.catlinks li {
background: rgb(98, 129, 205);
border-radius: 3px;
border-right: none;
padding: 0.1em 0.5em 0.2em;
margin-right:6px;
}
.catlinks li > a:hover {
text-decoration:none;
}
.catlinks a {
color: #fff;
}
.catlinks li:hover {
background: rgb(48, 98, 219);
}

.catlinks {
border: none;
background-color: transparent; }


#page1 {
margin-top:-4em;
}

/* פופאפ */
.CoverPop-open,
.CoverPop-open body {
    overflow: hidden;
}
 
#CoverPop-cover {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-animation: fade-in .25s ease-in;
    -moz-animation-name: fade-in .25s ease-in;
    -ms-animation-name: fade-in .25s ease-in;
    -o-animation-name: fade-in .25s ease-in;
    animation-name: fade-in .25s ease-in;
background: rgba(0,0,0,0.8);
}
 
    .CoverPop-open #CoverPop-cover {
        display: block;
    }
 
 
@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}

 
.coverpopwrapper {
width: 622px;
height: 296px;
margin: 30vh auto;
border: none;
display: block;}
 
.coverpopwrapper iframe {
width: 100%;
height: 100%;
border: none;
border-radius:26px;
box-shadow: 0 12px 56px 10px rgba(0,0,0,0.5);
}
 
.coverpopwrapper a {
display: block;
position: absolute;
background-color: #D9D9D9;
border-radius: 100%;
border: solid #A9A9A9 4px;
text-decoration: none;
box-shadow: rgba(0,0,0,0.5) -2px 2px 3px 0px;
transition: all 0.2s ease;
-webkit-transition: all 10ms ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
color: transparent;
padding: 14px;
font-size: 1px;
margin-right: 7px;
margin-top: -7px;
background-image: url("//doalogue.co.il/css/images/X.png");
background-size: 16px;
background-repeat: no-repeat;
background-position: 6px 6px;
}
.coverpopwrapper a:hover {
margin-top:-6px;
display: block;
position: absolute;
background-color: #fff;
border-radius: 100%;
box-shadow: rgba(0,0,0, 0.5) -1px 1px 2px 2px;
}
/* קופסאת אור */


.fancybox-overlay-fixed {
direction: ltr;
z-index: 10000  !important;}
.fancybox-opened {
z-index: 10001 !important;
}
.fancybox-title-float-wrap .child {
direction: rtl;
}
.fancybox-close, .mlb-close, .mlb-fullscreen {
left: inherit;
right: 3em;
top: 4em;
background-image: url(/images/icons/X.svg);
height: 23px;
width: 23px;
position: fixed;
background-repeat: no-repeat;
transition: opacity 0.25s;
opacity: 0.8;
}

.mlb-fullscreen {
top: 7em;
background-image: url(/images/icons/FS.svg);
}

.fancybox-close:hover, .mlb-close:hover, .mlb-fullscreen:hover {
opacity: 1;
}
/* mediaviewer */

.mlb-wrapper {
position: fixed;
    -webkit-animation: fade-in .25s ease-in;
    -moz-animation-name: fade-in .25s ease-in;
    -ms-animation-name: fade-in .25s ease-in;
    -o-animation-name: fade-in .25s ease-in;
    animation-name: fade-in .25s ease-in;}

.mw-mlb-file-title {
text-align: center;
margin: 0 auto;
display: block;
font-weight: bold;
color:#fff;
}

.mlb-overlay {
background: url( //doalogue.co.il/wiki/extensions/FancyBoxThumbs/modules/fancyBox/source/fancybox_overlay.png?2014-10-01T11:05:00Z);
/*background-color: rgba(0,0,0,0.5);*/
    -webkit-animation: fade-in .25s ease-in;
    -moz-animation-name: fade-in .25s ease-in;
    -ms-animation-name: fade-in .25s ease-in;
    -o-animation-name: fade-in .25s ease-in;
    animation-name: fade-in .25s ease-in;
}
.mlb-main {
color: #000;
margin-top: 51px;
}

.mlb-fullscreen, .mlb-close, .mlb-controls {
/*border-bottom: 1px solid #000;*/
border:none;
}
.mlb-controls {
width:60%;
margin-bottom: 4px;}

.mlb-fullscreen {
/*border-right: 1px solid #000;*/
border:none;
}

/*.mlb-close {
border-left: 1px solid #000;
border:none;
background-image: url( //doalogue.co.il/wiki/extensions/FancyBoxThumbs/modules/fancyBox/source/fancybox_sprite.png);
}*/

.mlb-image img {
padding:15px;
background:#fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
box-shadow: 0 10px 25px rgba(0,0,0,0.5);}

.blured {
-webkit-filter: blur(6px);
-moz-filter: blur(6px);
-ms-filter: blur(6px);
}
/* share */
div#at4-whatsnext {
    background-image: url(https://doalogue.co.il/wiki/images/7/75/LOGO_NS.png);
    background-size: 42%;
    background-repeat: no-repeat;
    background-position: 0% 34%;
    background-color: #fff;
}

.at-whatsnext-nophoto .at-whatsnext-content-inner {
    left: inherit !important;
    right: 3em !important;
}

.slideInRight {
-webkit-animation-name: slideInLeft !important;
animation-name: slideInLeft !important;
}
#at4-whatsnext {
left: 0;
right: auto;
width: 290px;
}

small#at-whatsnext-dom {
bottom: 0px;
}
#at4-share, #at4-soc {
top: 190px !important;}


#at-whatsnext-link {
    text-align: right;
    max-width: 9.5em;
}
.atss.atss-right {
float: left;
left: 0;
right:auto;
}
.atss-right .at-share-close-control .at4-arrow {
float: right !important;
background-position: 0px 0;
}
.atss.atss-right a {
float: left !important;
}

#at4-soc {
left: 0;
right: auto;
}

div.at4-arrow, .at4m-menu .at4m-menu-content ul li a span.at4-arrow, .at4m-menu .at4m-menu-inner .at4m-menu-header .at4m-menu-header-inner a.at4m-menu-cancel, .at4m-menu-content ul li a span.at4-arrow {COLOR: TRANSPARENT;}
.at4m-menu .at4m-menu-content ul li a {
width: auto !important;}
#at-whatsnext-dom {
left: 0;
}
.addthis_32x32_style .dummy .at300bs, .addthis_32x32_style .at300bs, .addthis_32x32_style .at15t {height: 31px !important;}
.at4-share-title {
height: 31px;
width: 32px;
padding: 5px 11px 11px 5px;
color: transparent;
}
.at4-whatsnext .at-whatsnext-content a.at4-logo {
right: -10em !important;}

.at4-whatsnext .at-whatsnext-content-inner small {
position: relative !important;}
#at4-share > div.at4-share-title:before {
position: absolute;
content: "\f1e0";
font-family: FontAwesome,'Helvetica Neue',Helvetica,Arial,sans-serif;
color: #000;
opacity: 0.24;
font-size: 2em;
font-weight: 100;
}
#at4-share > div.at4-share-title:before:hover {
opacity:1;
}

.atss {
z-index: 998 !important;}
/* תבנית ניווט */
.navbox, .navbox a, .navbox a.extiw {
color:rgba(85, 143, 255, 0.8);
}  
.navbox a:visited, .navbox a.extiw:visited{
color:#05C328;
}
.group a, .group a:visited {
color: #fff;
}

table {
background-color: transparent;
}



.menu {
margin: 1em auto 1em auto;
max-width: 752px;}

.navigaion {margin-top: 2em;}
/* old css */
body {
/*background-image: url(images/net3.png);
background-repeat: no-repeat;
background-position: -72px 5px;
background-attachment: fixed;*/
background: #fff;
font-family: sans-serif;
}
/* קורסים והכשרות 
.page-קורסים_והכשרות div#content {
padding: 4em 6em 2em 10em;
max-width: 700px;}* / 

/* flip */
.panel, .nopanel {
    margin: 0 auto;
    width: 130px;
    height: 130px;  
    position: relative;
    font-size: .8em;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}
.front {
background: #000;
}
.panel .front, .nopanel .front {
    position: absolute;
    top: 0;
    z-index: 900;
    width: inherit;
    height: inherit;
    text-align: center;
}
.panel .back {
    position: absolute;
    top: 0;
    z-index: 800;
    width: inherit;
    height: inherit;
}

/* -- make sure to declare a default for every property that you want animated -- */
/* -- general styles, including Y axis rotation -- */
.panel .front, .nopanel .front {
    position: absolute;
    top: 0;
    z-index: 900;
    width: inherit;
    text-align: center;
    transform: rotateX(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
height: 100%;
overflow:hidden;
}
.panel.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.panel .back {
    position: absolute;
    top: 0;
    z-index: 800;
    width: inherit;
    height: inherit;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
 
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    /* -- transition is the magic sauce for animation -- */
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .4s ease-in-out;
}
/* no flip for mw124 */ 
.panels .panel {
    margin: 0 auto;
    width: 100%;
    height: 100%;  
    font-size: 1em;;
}

.front {box-shadow: rgba(0,0,0, 0.6) 3px 4px 5px 0px, rgba(0,0,0, 0.3) 0px 0px 46px 50px inset;}
.front.three {background: url('../images/overlay.png'), url(../images/fulls/03.jpg) no-repeat 0 0 / 100%;}
.front.workshop {background:url('../images/overlay.png'), url( //doalogue.co.il/images/workshop.jpeg) no-repeat 0 0 / 100%;}
.front.o-one {background:url('../images/overlay.png'), url( //doalogue.co.il/images/fulls/01.jpg) no-repeat 0 0 / auto 100% !important;}
.front.o-five {background:url('../images/overlay.png'), url( //doalogue.co.il/images/fulls/05.jpg) no-repeat 0 0 / auto 100%;}
.front.t-one {background:url('../images/overlay.png'), url( //doalogue.co.il/images/thumbs/01.jpg) no-repeat 0 0 / auto 100%;}
.front.por-zero {background:url('../images/overlay.png'), url(https://lh4.googleusercontent.com/-cB8NvZ4hoes/Uhcq8DNnHgI/AAAAAAAAEBk/yCNjPoogisc/w1245-h701-no/SAM_2073.JPG
) no-repeat 0 0 / auto 100%;}
 
.front.por-one {background:url('../images/overlay.png'), url(https://lh3.googleusercontent.com/-vu1VcjBBcCs/U9Qt3XYRqVI/AAAAAAAAEJk/a9KoH_i09_Y/w987-h658-no/chicago-bean-329248.jpg) no-repeat 0 0 / auto 100%;}
 
.front.por-two {background:url('../images/overlay.png'), url(https://lh3.googleusercontent.com/-AB7MJTDDk7A/U_1lqgSaopI/AAAAAAAALEU/F9ruvMh3Dkg/w941-h701-no/IMG_20140824_184346.jpg) no-repeat 0 0 / cover;}
 
.front.por-three {background:url('../images/overlay.png'), url(/images/complex-bg.jpg) no-repeat 0 0 / auto 100%;}
 
.front.por-four {background:url('../images/overlay.png'), url(https://lh5.googleusercontent.com/-sw6vthg5ums/U9QrphUOPBI/AAAAAAAAEJw/I6FBaJx4pnY/w987-h658-no/Training_meeting_in_a_ecodesign_stainless_steel_company_in_brazil.jpg) no-repeat 0 0 / 100% 100%;}
.front.por-five {background:url('../images/overlay.png'), url(https://lh4.googleusercontent.com/-ah2CEvDlKvg/Uhd19SK-t5I/AAAAAAAAEBs/8AA6Gc6La1s/w1245-h701-no/SAM_1395.JPG) no-repeat 0 0 / auto 100%;}
.front.pardigm-rise {background:url('../images/overlay.png'), url( //doalogue.co.il/wiki/images/e/e8/%D7%94%D7%AA%D7%97%D7%9C%D7%A4%D7%95%D7%AA_%D7%A4%D7%A8%D7%93%D7%99%D7%92%D7%9E%D7%95%D7%AA.JPG) no-repeat 0 0 / auto 100%;}
 .front.paradigm-org {background:url('../images/overlay.png'), url( //upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Fugle%2C_%C3%B8rns%C3%B8_073.jpg/1024px-Fugle%2C_%C3%B8rns%C3%B8_073.jpg) no-repeat 0 0 / cover;}
.front.local1 {background:url('../images/overlay.png'), url(../images/fulls/03.jpg) no-repeat 0 0 / cover;}
.front.local2 {background:url('../images/overlay.png'), url( //doalogue.co.il/images/fulls/01.jpg) no-repeat 0 0 / cover;}
.front.local3 {background:url('../images/overlay.png'), url( //doalogue.co.il/images/thumbs/01.jpg) no-repeat 0 0 / cover;}

.front.TLV-view {background:url('../images/overlay.png'), url(https://lh4.googleusercontent.com/-U7wEC1BKBMk/U8Us2Z9SXCI/AAAAAAAACOo/bVOtnhZF3rg/w864-h701-no/IMG_20140715_162202.jpg) no-repeat 0 0 / cover !important;}

.front.light-house {background:url('../images/overlay.png'), url(https://lh5.googleusercontent.com/-kifGoYF7iEI/U9Q3x9XjaFI/AAAAAAAAELA/2B0Jjf3B0ew/w877-h658-no/lh4.jpg) no-repeat 0 0 / cover;}


.front.gatesea {background:url('../images/overlay.png'), url(https://lh5.googleusercontent.com/-D31aGljuqt4/U9Qt1qmSetI/AAAAAAAAEJ4/MoO90GLrigQ/w1041-h658-no/duluth-398714.jpg) no-repeat 0 0 / cover;}
.porback 
{position: absolute;
background: url( https://doalogue.co.il/wp-content/uploads/2019/01/intro-11.jpg) 0 0 / 100% 100% fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-size:cover;
opacity: 0.5;}
/* פורטלים שונים */
#leadership-portal > div > div.front > div.porback, #leadership-portal > div.nopanel > div.gridcell > div > div.porback {background-image: url(https://lh5.googleusercontent.com/-sw6vthg5ums/U9QrphUOPBI/AAAAAAAAEJw/I6FBaJx4pnY/w987-h658-no/Training_meeting_in_a_ecodesign_stainless_steel_company_in_brazil.jpg);}

#management-portal > div > div.front > div.porback, #management-portal > div.nopanel > div.gridcell > div > div.porback {
background-image: url(https://lh4.googleusercontent.com/-cB8NvZ4hoes/Uhcq8DNnHgI/AAAAAAAAEBk/yCNjPoogisc/w1245-h701-no/SAM_2073.JPG);
}
#knowledge-portal > div > div.front > div.porback, #knowledge-portal > div.nopanel > div.gridcell > div > div.porback {
background-image: url(/images/fulls/03.jpg);
}
#strategy-portal > div > div.front > div.porback, #strategy-portal > div.nopanel > div.gridcell > div > div.porback {
background-image: url(https://lh4.googleusercontent.com/-ah2CEvDlKvg/Uhd19SK-t5I/AAAAAAAAEBs/8AA6Gc6La1s/w1245-h701-no/SAM_1395.JPG);
background-position: 0 -42%;
}
#organization-portal > div > div.front > div.porback, #organization-portal > div.nopanel > div.gridcell > div > div.porback {
background-image: url(/images/complex-bg.jpg);
}
#innovation-portal > div > div.front > div.porback, #innovation-portal > div.nopanel > div.gridcell > div > div.porback {
background-image: url(https://lh5.googleusercontent.com/-kifGoYF7iEI/U9Q3x9XjaFI/AAAAAAAAELA/2B0Jjf3B0ew/w877-h658-no/lh4.jpg);
}
#try > div > div.front > div.porback, #try > div.nopanel > div.gridcell > div > div.porback {
background-image: url(https://lh3.googleusercontent.com/-vu1VcjBBcCs/U9Qt3XYRqVI/AAAAAAAAEJk/a9KoH_i09_Y/w987-h658-no/chicago-bean-329248.jpg);
}

.panel.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}

#artitle, #portitle {
    height: 150px;
    position: absolute;
    width: 150px;
display: flex;
justify-content: center;
align-items: center;
}
#portitle h3, #artitle h3 {
margin: 13px;
font-size: 2em;
padding: 0;
line-height:1.2;
color:#fff;}
#gridtext > p > a
{
color: #fff;
font-weight: bold;
}


#portitle {
border-radius: 1em;
box-shadow: black 4px 8px 10px;
} 

#portitle h3 {
font-size: 2em;
text-align:center;
}
#gridlink > .selflink, #p-search > h3 {display:none;}
#gridlink a {
position: absolute;
z-index: 10000;
opacity: 0;
width: 100%;
height: 100%;
display: block;
}
#artitle2 {
    background: #cecece;
    height: 150px;
    position: absolute;
    width: 150px;
display: flex;
justify-content: center;
align-items: center;
}
#artitle2 p
{
margin: 1em;
overflow: hidden;
text-align: justify;
font-size: 14px;
line-height: 1.4;
display: block;
}
.gridcell h3, #gridcell h3 {
margin: 0.5em;
text-align: center;
font-size: xx-large;
border: none;
font-weight: bold;
line-height:1.1;
position: relative;
z-index: 1;
color:#fff;
}
.gridcell p, #gridcell p {
margin: 0.4em 2em !important;
text-align: justify;
position: relative;
z-index: 1;
color:#fff;
}
#content svg {
  display: block;
  margin: auto;
max-width:100%;
  height: 100%;}

.ns-100 #firstHeading, .ns-102 #firstHeading {
margin-top: 0;
font-size: 3.6em;
border: none;
font-weight: bold;
text-shadow: lightgray 2px 3px 8px;
text-align: center;
padding: 2em 0 0.4em;
}

.ns-100 .mw-body p, .page-פורטלים .mw-body p, .page-קורסים_והכשרות .mw-body p, .ns-100 .mw-body .thumb, .page-פורטלים .mw-body thumb, .page-קורסים_והכשרות .mw-body thumb {
display: none;
}

.ns-100 #p-logo a, .ns-102 #p-logo a {
    z-index: 99;
    position: relative;
    height: 87px;
    top: 42px;
}

#p-logo a {
    background-size: contain;
width: inherit;
    transition: ALL Ease .5s;
-webkit-transition: all ease .5s; 
-moz-transition: all ease .5s; 
-ms-transition: all ease .5s; 
-o-transition: all ease .5s; 
}

.ns-100 #mw-page-base, .ns-102 #mw-page-base {
height: 0em;} 

#gridtext  {
overflow: hidden;
}
#gridtext p {
color: #fff;
display: block;}
/* תיקונים קוסמטיים*/
div#content a.external {
background-position: center left;
background-repeat: no-repeat;
background-image:none;
padding-left: 0; }

div.vectorMenu ul {
z-index: 9999;}

#cite_ref-1 {
line-height: 1;
}

/* slider*/

#wslider .thumb, #wslider table {display:none;}
.gallery .control-operator:target ~ .controls .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:first-of-type,
.items-2 .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.items-2 .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.items-3 .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.items-3 .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.items-3 .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.items-4 .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.items-4 .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.items-4 .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.items-4 .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
.items-5 .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.items-5 .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.items-5 .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.items-5 .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
.items-5 .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5) {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

.gallery .item:first-of-type {
  position: static;
  opacity: 1;
}

.gallery .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
margin: 0;
}

.gallery .control-operator {
  display: none;
}

.gallery .control-operator:target ~ .item {
  pointer-events: none;
  opacity: 0;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

.gallery .control-operator:target ~ .controls .control-button {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

@-webkit-keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;visibility:hidden;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;visibility: hidden;
  }
}

@-o-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;visibility: hidden;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;visibility: hidden;
  }
}

@keyframes galleryAnimation-5 {
  0% {
    opacity: 0; visibility: hidden;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0; visibility: hidden;
  }
}

.items-2.autoplay .control-button {
  -webkit-animation: controlAnimation-2 28s infinite;
  -o-animation: controlAnimation-2 28s infinite;
  animation: controlAnimation-2 28s infinite;
}

.items-2.autoplay .item {
  -webkit-animation: galleryAnimation-2 28s infinite;
  -o-animation: galleryAnimation-2 28s infinite;
  animation: galleryAnimation-2 28s infinite;
}

.items-2 .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.items-2 .control-button:nth-of-type(1),
.items-2 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-2 .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.items-2 .control-button:nth-of-type(2),
.items-2 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-3 {
  0% {
    opacity: 0; visibility: hidden;
  }
  3% {
    opacity: 0; visibility: visible;
  }

  5.5%, 33.3% {
    opacity: 1; visibility: visible;
  }

  42.9%, 45% {
    opacity: 0; visibility: visible;
  }
  45%, 100% {
    opacity: 0; visibility: hidden;
  }
}

@-o-keyframes galleryAnimation-3 {
   0% {
    opacity: 0; visibility: hidden;
  }
  3% {
    opacity: 0; visibility: visible;
  }

  5.5%, 33.3% {
    opacity: 1; visibility: visible;
  }

  42.9%, 45% {
    opacity: 0; visibility: visible;
  }
  45%, 100% {
    opacity: 0; visibility: hidden;
  }
}

@keyframes galleryAnimation-3 {
   0% {
    opacity: 0; visibility: hidden;
  }
  3% {
    opacity: 0; visibility: visible;
  }

  5.5%, 33.3% {
    opacity: 1; visibility: visible;
  }

  42.9%, 45% {
    opacity: 0; visibility: visible;
  }
  45%, 100% {
    opacity: 0; visibility: hidden;
  }
}

.items-3.autoplay .control-button {
  -webkit-animation: controlAnimation-3 28s infinite;
  -o-animation: controlAnimation-3 28s infinite;
  animation: controlAnimation-3 28s infinite;
}

.items-3.autoplay .item {
  -webkit-animation: galleryAnimation-3 28s infinite;
  -o-animation: galleryAnimation-3 28s infinite;
  animation: galleryAnimation-3 28s infinite;
}

.items-3 .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.items-3 .control-button:nth-of-type(1),
.items-3 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-3 .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.items-3 .control-button:nth-of-type(2),
.items-3 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-3 .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.items-3 .control-button:nth-of-type(3),
.items-3 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

@-webkit-keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }

  7.1%, 25% {
    opacity: 1;
  }

  32.1%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }

  7.1%, 25% {
    opacity: 1;
  }

  32.1%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }

  7.1%, 25% {
    opacity: 1;
  }

  32.1%, 100% {
    opacity: 0;
  }
}

.items-4.autoplay .control-button {
  -webkit-animation: controlAnimation-4 28s infinite;
  -o-animation: controlAnimation-4 28s infinite;
  animation: controlAnimation-4 28s infinite;
}

.items-4.autoplay .item {
  -webkit-animation: galleryAnimation-4 28s infinite;
  -o-animation: galleryAnimation-4 28s infinite;
  animation: galleryAnimation-4 28s infinite;
}

.items-4 .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.items-4 .control-button:nth-of-type(1),
.items-4 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-4 .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.items-4 .control-button:nth-of-type(2),
.items-4 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-4 .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.items-4 .control-button:nth-of-type(3),
.items-4 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-4 .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.items-4 .control-button:nth-of-type(4),
.items-4 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

@-webkit-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

.items-5.autoplay .control-button {
  -webkit-animation: controlAnimation-5 28s infinite;
  -o-animation: controlAnimation-5 28s infinite;
  animation: controlAnimation-5 28s infinite;
}

.items-5.autoplay .item {
  -webkit-animation: galleryAnimation-5 28s infinite;
  -o-animation: galleryAnimation-5 28s infinite;
  animation: galleryAnimation-5 28s infinite;
}

.items-5 .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-5 .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-5 .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-5 .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

.items-5 .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}

.gallery .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:hover {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

/*
	Theme controls how everything looks in Gallery CSS.
*/

.gallery {
  position: relative;
}

.gallery .item {
  height: 435px;
  overflow: hidden;
  text-align: center;
  background: #4d87e2;
}

.gallery .controls {
  position: absolute;
  bottom: -13px;
  width: 100%;
  text-align: center;
}

.gallery .control-button {
  display: inline-block;
margin: -1em .02em;
font-size: 7em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .1s;
  -o-transition: color .1s;
  transition: color .1s;
}


.gallery .control-operator:nth-of-type(2):target ~ .secondary-controls {
display: block;
}
.secondary-controls {
display: none;
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
pointer-events: none;
}

.superfluous {
display: table;
height: 100%;
width: 100%;
}

.secondary-controls nav {
display: table-cell;
vertical-align: middle;
}

.secondary-controls a:nth-child(1) {
margin-left: 1em;
}
.secondary-controls a:nth-child(1) {
float: left;
margin-left: .2em;
}
.secondary-controls a {
pointer-events: auto;
height: 60px;
width: 60px;
border-radius: 60px;
color: rgba(255, 255, 255, 0.6);
font-size: 3em;
font-weight: bold;
text-decoration: none;
text-align: center;
background: rgba(0, 0, 0, 0.1);
transition: all .25s;
}

.secondary-controls a:nth-child(1) img {
margin-right: .1em;
}
.secondary-controls a img {
margin-top: .1em;
}
/* ערכים מומלצים */
#mf-artihead{
font-size: 2em;
font-weight: bold;
text-indent: -14px;
text-align: right;
padding-bottom: 10px;
}
#mf-artihead a{
text-decoration: none;
color:black;
text-shadow: gray 2px 2px 2px;
}

#mf-white {
direction: rtl;
background: rgba(255,255,255,0.95);
padding: 1em 4em;
margin: 0.5em 10% 4em 10%;
}
#mf-white h2 {
  display: none;
}
#boxt {
position: relative;
z-index: 2;
}
#boxt h1 {
  font-style: italic;
color: rgb(80, 114, 205);
  font-size: 3em;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
line-height: 44px;
font-weight: 900;
text-align: center;
letter-spacing: 1px;
text-transform: capitalize;
border: none;
padding: 1em;
}

#quota {
background: rgba(255, 255, 255, 0.6);
margin: 0 1em 0 0; 
padding: 0 0 0 2em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#mf-artif {
text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 15em;
}

#mf-artif p {
font-size: 1.4em;
}
#mf-artif img {
    width: 110px; /* you can use % */
    height: auto;
margin-right: 0.5em;
}
div.gallerytext {
font-size: 69% !important;
padding: 2px 2px;}
/* תבנית תמונה */
div.floatleft, table.floatleft {
margin: 0 1.5em .5em 0;}
.thumbinner2 {
border: 1px solid #ccc;
padding: 3px !important;
background-color: #f9f9f9;
font-size: 94%;
text-align: center;
overflow: hidden;
position: relative;
}

.thumbinner2 a {
left: 3px;
right: 3px;
top: 8px;
bottom: 2.5em;
position: absolute;
opacity: 0;
}

.thumbinner2 img {
width: 100%; }

.thumbcaption a {
position: relative !important;
opacity: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.toccolours .mw-body h3 {
margin-top: 0.3em;
  margin-bottom: .3em;
}

#frontl h3 {
text-align: center;}

#mf-frontl:hover {
box-shadow: gray 3px 3px 5px 1px;
margin-top: -3px;
border-radius: 10px;
margin-bottom: 3px;
}

.thumb.strip > div > img {
margin-top: -13em;
}

/* מסך הבית */

.nav-links a:hover {
color: white;
overflow: hidden;
padding: 0 10px 0 10px;
background: rgba(59,164,204,0.88);
padding: 1em;}

.nav-links a {
position: relative;
margin-top: -9px;
padding-top: 9px;
padding-right: 30px;
padding-left: 30px;
box-shadow: none;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
font-family: Arial;
color: gray;
font-weight: 700;
text-align: left;
letter-spacing: 1px;
text-decoration: none;
font-size: 16px;
}

#mf-table {
background-color: rgba(20, 20, 20, .6); 
}

#mf-fronts {
border-top: 13px solid white;
border-bottom: 19px solid rgba(179,173,173,0.51);
background-color: rgba(20,20,20,.5);
color: #fff;
height: 100%;
position: relative;
text-align: justify;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
line-height: 1.3em;
margin-bottom: -6px !important;
text-align: center;
}
/*#mf-fronts:hover {
background-color: rgba(59, 164, 204, 0.88); 
} */
#mf-fronts a, .template-header a {
color:#fff !important;
font-weight:bold;}

#mf-fronts a:hover {
color:#FFF;
}

#mf-fronts ul{
position: relative;
padding-left: 0;
  display: inline-block;
  position: relative;
  max-width: 1189px;
  margin: 0.3em auto 0;
  padding-left: 0;
  list-style-image: none;
}
/* #mf-fronts ul:before {
	content: "\2022";
	position: absolute;
	right: -2em;
	color: white;
	margin-right: 5px;
font-size: 200%;
}*/

#mf-fronts h3 {
border: none;
text-align: center;
margin-top: 10px;
color: #fff;
font-weight: bold;
background: transparent;
line-height: 1.2; 
}
#sides {
display: none;
}
#sides:hover {
background: transparent;
}


#mf-wiki {
background-color: white;
text-align: center;
margin: 0 auto 4em;
max-width: 801px;
}

#page4 {
max-width: 1000px;
margin: 0 auto;
}

#mf-wiki h2 {
border:none; 
font-size: 33px;
font-weight: 300;
margin-top: 60px;
margin-bottom: 20px; 
line-height: normal;
}
#mf-wiki p {
font-size: 18px;
}
#fr-shadow, #frshadow {
width: 90%;
background-image: linear-gradient(to bottom,rgba(150,150,150,0.5),rgba(150,150,150,0));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80969696',endColorstr='#00969696',GradientType=0);
background-color: rgba(150,150,150,0.3);
background-image: -moz-linear-gradient(top,rgba(150,150,150,0.5),rgba(150,150,150,0));
background-image: -ms-linear-gradient(top,rgba(150,150,150,0.5),rgba(150,150,150,0));
background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(150,150,150,0.5)),to(rgba(150,150,150,0)));
background-image: -webkit-linear-gradient(top,rgba(150,150,150,0.5),rgba(150,150,150,0));
background-image: -o-linear-gradient(top,rgba(150,150,150,0.5),rgba(150,150,150,0));
background-image: linear-gradient(top,rgba(150,150,150,0.5),rgba(150,150,150,0));
background-repeat: repeat-x;
margin: auto;
height: 20px;
background-color: #FFF !important;
}

#fr-shadow:after, #frshadow:after {
content: '';
position: absolute;
height: 20px;
opacity: 1;
background: -moz-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,#ffffff 100%);
background: -webkit-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,#ffffff 100%);
background: -o-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,#ffffff 100%);
background: -ms-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,#ffffff 100%);
background: linear-gradient(to right,#ffffff 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,#ffffff 100%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0)";
}

#fr-shadow:after, #frshadow:after {
width: 70%;
left: 15%;
}

#fr-shadow:before, #frshadow:before {
display: table;
content: "";
}

body.page-פורטל:ויקי #fr-shadow {
width: 70%;}


#mf-frontl, #frontl {
padding:2em;
-webkit-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

#mf-frontl h3 {
text-align: center;}

#mf-frontl:hover {
box-shadow: gray 3px 3px 5px 1px;
margin-top: -3px;
border-radius: 10px;
margin-bottom: 3px;
}

.ns-100 div#mw-head, body.page-עמוד_ראשי div#mw-head, body.page-עמוד_ראשי .at4-whatsnext-outer-container.addthis-smartlayers-desktop.addthis-smartlayers {
position: relative;
display: none;}

body.page-עמוד_ראשי #p-logo {
display:none;
}
.ns-100 #catlinks, body.page-עמוד_ראשי #catlinks {
display: none;
}

.ns-100 div#footer ul, body.page-עמוד_ראשי div#footer ul {
margin: 0 0 0 9em;}

.ns-100 #footer-info-lastmod, body.page-עמוד_ראשי #footer-info-lastmod, #footer-info-viewcount
{
display: none;
}
.ns-100 div#content,.ns-102 div#content, body.page-עמוד_ראשי div#content {
border: none;
margin: 0;
padding: 0;
width: 100%;
max-width: 100%;
padding-bottom: 1em;
box-shadow: rgba(20,20,20,0.3) 0px 5px 6px 1px;
}


#mf{
	position: relative;
	overflow: hidden;
	color:#333;
}
#mf-banner {
background: url( https://doalogue.co.il/wp-content/uploads/2019/01/intro-11.jpg);
background-attachment: fixed;
margin-top: 20px;
background-position: 57% 100%;
overflow: hidden;
position: relative;
background-repeat: no-repeat;
background-size: cover;
}
mf-logo {
background-image: url(/doalogo.png);}
body.page-עמוד_ראשי h1.firstHeading { display:none; }
/* #mf-banner img {
	position: absolute;
	width: 100%;
        height: auto;
	bottom: -40%; 
}*/
#mf-banner-intro {
/*background: rgba(20,20,20,0.85); */
margin: 6em 30%;
padding: 20px; position: relative; 
max-width: 590px;
 z-index: 1; font-size: 200%;
 text-align: center; /*color: #0b0080*/; opacity: 0.9; -moz-border-radius: 10px; -webkit-border-radius:10px; border-radius:10px;
color: white;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

#mf-banner-intro h2{
font-size: 2.3em; text-align: center; line-height:100%; color:#FFF;
border-bottom: 1px solid #fff;
margin-bottom: -0.2em;
text-shadow: black 1px 8px 11px,black 0px 0px 7px;
overflow: visible;
text-indent: 0;
text-align: center;
}

#mf-banner-intro h3 {
font-size: 1.1em;
font-weight: 100;
line-height: 1.1;
color: white;
text-shadow: black 2px 2px 8px,black 1px 1px 2px;
}

#mf-banner-intro:hover h4 {opacity:0;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
font-size:medium;
}

#mf-banner-intro h4 {
   color: white;
   -webkit-text-fill-color: rgba(255, 255, 255, 0.00); /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: white;
line-height: 0.5;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
margin-bottom: -0.7EM;
margin-top: -0.2EM;
}

#mf-banner-intro p{
color:#FFF;
opacity: 0;
font-size: larger;
padding: 1em 1em 0 1em;
margin-bottom: -1em;
display: none;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
text-shadow: black 4px 4px 21px, black 1px 1px 3px;
margin-top: -1em;
margin-bottom: -1em;
}

/*#mf-banner-intro:hover p { 
opacity: 1;
overflow: visible;
display: block;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;}*/

div#simpleSearch #searchInput {
    padding: 8px 0.2em 0.2em 0;
    display: block;
}

body.page-עמוד_ראשי#simpleSearch
{
top: 18.5em;
left: 1em;
position: absolute;
width: 236px;
z-index: 11;
float: left;
font-size: 110%;
}

.highlight {
    background: #FF9696;
    border-radius: 3px;
    padding: 3px;
}

#mf-search-back{
	position: absolute;
	background: transparent;	
}

#mf-logo img {
vertical-align: middle;
position: absolute;
z-index: 2;
margin-right: 0em;
clip: rect(0px,100px,70px,0px);
width: 100px;
right: 1em;
margin-top: -5em;
}

body.page-עמוד_ראשי #mw-head-base {
margin-top: -4em;
margin-right: 10em;
height: 0em;}

#mf-wrap {
height: 46em;
overflow: hidden;
}

#main-bottom, #main-bottom p {
text-align:center;
clear: both;
}
#mf .column{
	float: left;
	width: 31%;
	margin-right: 3%;
}
#mf .column h2, #mf.column h3{
	margin-bottom: 5px;
	margin-top: 15px;
}
#homes .half{
	width: 50%;
	float: left;
}
#mf .last{
 margin-right:0;
}
#mf .left{
float:left;
}
#mf .first{
 clear:left;
}


#lowtable {
margin: 0 12%;
clear: both;
}

#rb-grid {
	list-style: none;
	text-align: center;
	margin: 0 auto;
}

#rb-grid li {
max-width: 146px;
  height: 9em;
  margin: -19px 0 -18px;
  background: transparent;
  color: #fff;
  display: block;
  padding: 1.6em 0;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  animation: mfronts1 25s infinite;
  float: right;
}


#rb-grid li:hover {
background-color: rgba(71, 121, 255, 0.8); 
}

.rb-grid li h3 {
	font-size: 1.5em;
	font-weight: 100;
}

/*.rb-grid li[class^="icon-"]:before,
.rb-grid li[class*=" icon-"]:before {
	font-size: 10em;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 3;
	opacity: 0.4;
	text-align: right;
	pointer-events: none;
} */

.rb-grid li:hover .rb-temp {
	opacity: 1;
}

.rb-overlay {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
	pointer-events: none;
	cursor: default;
}

.rb-close {
	position: absolute;
	top: 0.4em;
	right: 0.4em;
	width: 3em;
	height: 3em;
	text-indent: -9000px;
	cursor: pointer;
	z-index: 1000;
}

.rb-close::before {
	content: 'x';
	font-weight: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 3em;
	line-height: 0.6;
	text-align: center;
	text-indent: 0px;
}

.rg-close {
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
	cursor: pointer;
	z-index: 1000;
}

.rg-close::before {
	content: '';
	font-weight: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 3em;
	line-height: 0.6;
	text-align: center;
	text-indent: 0px;
}

.rb-week {
	width: 100%;
	height: 100%;
}

.rb-week > div {
	width: 10%;
	height: 100%;
	float: right;
	position: relative;
	padding: 3% 0;
}

.rb-week > div:first-child {
	width: 80%;
}

.rb-week span {
padding: 2% 6% 2% 6%;
	font-size: 3em !important;
	font-weight: 100;
	display: block;
	margin: auto 0;
/*	height: 30%;
	width: 100%; */
	line-height: 1;
}

.rb-week span:hover {
opacity: 1; 
font-size: 120%;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.rb-week span.rb-city {
	font-size: 60px !important;
	font-weight: 700;
	padding: 1% 10%;
	font-size: 1em;
	line-height: 1.2;
}

.rb-week [class^="icon-"]:before {
font-size: 40px !important;	
font-size: 2.5em;
	font-weight: normal;
}

.rb-week > div:first-child [class^="icon-"] {
	opacity: 0.1;
font-size: 50px !important;
}

/* Colors */

/* Grid 
.rb-grid li:nth-child(1) { background: #3399CC; }
.rb-grid li:nth-child(2) { background: #33CCCC; }
.rb-grid li:nth-child(3) { background: #996699; }
.rb-grid li:nth-child(4) { background: #C24747; }
.rb-grid li:nth-child(5) { background: #e2674a; }
.rb-grid li:nth-child(6) { background: #FFCC66; }
.rb-grid li:nth-child(7) { background: #99CC99; }
.rb-grid li:nth-child(8) { background: #669999; }
.rb-grid li:nth-child(9) { background: #CC6699; }
.rb-grid li:nth-child(10) { background: #339966; }
.rb-grid li:nth-child(11) { background: #666699; } */

/* Overlay Columns */
.rb-grid li:nth-child(1) .rb-week > div:nth-child(1) { background: #3399CC; /*background-image: url(/images/0/07/Oploud.png); background-repeat: no-repeat; background-position: 40% 30%;*/}
.rb-grid li:nth-child(1) .rb-week > div:nth-child(2) { background: #2D87B4; opacity: 0.9; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(3) { background: #297AA3; opacity: 0.8; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(4) { background: #256E93; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(5) { background: #216283; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(6) { background: #1D5672; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(7) { background: #184962; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(8) { background: #143D52; }

.rb-grid li:nth-child(2) .rb-week > div:nth-child(1) { background: #669999; /*background-image: url(/images/9/92/Compass.png); background-repeat: no-repeat; background-position: 40% 30%;*/}
.rb-grid li:nth-child(2) .rb-week > div:nth-child(2) { background: #629393; opacity: 0.9;}
.rb-grid li:nth-child(2) .rb-week > div:nth-child(3) { background: #5A8787; opacity: 0.8;}
.rb-grid li:nth-child(2) .rb-week > div:nth-child(4) { background: #259393; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(5) { background: #218383; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(6) { background: #1D7272; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(7) { background: #186262; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(8) { background: #145252; }

.rb-grid li:nth-child(3) .rb-week > div:nth-child(1) { background: #996699; /*background-image: url(/images/7/76/Flag.png); background-repeat: no-repeat; background-position: 40% 30%;*/}
.rb-grid li:nth-child(3) .rb-week > div:nth-child(2) { background: #936293; opacity: 0.9;}
.rb-grid li:nth-child(3) .rb-week > div:nth-child(3) { background: #875A87; opacity: 0.8;}
.rb-grid li:nth-child(3) .rb-week > div:nth-child(4) { background: #7A527A; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(5) { background: #6E496E; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(6) { background: #624162; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(7) { background: #563956; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(8) { background: #493149; }

.rb-grid li:nth-child(4) .rb-week > div:nth-child(1) { background: #339966 /*background-image: url(/images/1/15/Glass.png); background-repeat: no-repeat; background-position: 40% 30%;*/}
.rb-grid li:nth-child(4) .rb-week > div:nth-child(2) { background: #2E8A5C; opacity: 0.9;}
.rb-grid li:nth-child(4) .rb-week > div:nth-child(3) { background: #297A52; opacity: 0.8;}
.rb-grid li:nth-child(4) .rb-week > div:nth-child(4) { background: #993333; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(5) { background: #8A2E2E; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(6) { background: #7A2929; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(7) { background: #6B2424; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(8) { background: #5C1F1F; }



@media screen and (max-width: 63.125em) {
	


	.rb-grid li[class^="icon-"]:before,
	.rb-grid li[class*=" icon-"]:before {
		font-size: 6em;
		left: auto;
		right: 0;
		line-height: 2.5;
	}

	.rb-grid li > div {
		text-align: center;
	}
}
.backicon span:before  {
   text-decoration: inherit;
  width: 1em;
  text-align: center;
  line-height: 1em;
  margin-left: 0.2em;
background-image: url("/images/0/07/Oploud.png");
opacity: 0.3;
}

figure { 
	display: inline-block; 
}

.sread {
	position: absolute;
	left:-9999px;
}
.cursive {
	font-family: 'Mr Dafoe', cursive;
}
.center {
	text-align: center;
}


#close
{
position: absolute;
display:block;
float:right;
margin-top: 1em;}
#close a {
  text-decoration: none;
font-weight: bold;
    color: #fff;
    display: block;
font-size: 1.5em;
padding: 0 0 0.6em 0.6em;
}
.lightbox2 {
position: fixed;
z-index: 1;
  width: 100%;
  height: 100% !important;  
    bottom: 0;
left: 0;
       transition: all 500ms ease;
}
#mcenter{
 background: #3399CC;
/* height: 450px;
 width: 60%; */
 margin: 6em 20% 20% 20%;
 z-index: 9999;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;padding: 1em 2em 1em 2em;
text-align: right;
border-radius: 2em;
position: absolute;
}

#mcenter p {
margin: 0em 2EM 2em 2EM;
font-size: 1.3EM;
line-height: 2;
text-shadow: -2px 2px 2px rgba(0,0,0,0.5);
}

#mcenter h2 {
padding-bottom: 0;
margin-bottom: 0;
text-shadow: 1px 4px 6px rgba(0,0,0,0.8);
border-bottom: transparent;
text-align: center;
font-size: 3.5em;
line-height: 1.1;}

#mcenter h3 {
margin-bottom: 0;
text-shadow: -2px 2px 2px rgba(0,0,0,0.5);
text-align: center;
font-size: 2em;
line-height: 1;}

#mcenter a {
text-decoration: none;
display: inline;
position: relative;}

/* quote lightbox */
#readmre-wrapper {
overflow: hidden;
width: 100%;
padding: 0 0 0 2em;
border-radius: 2em;
transition: .4s all ease;
-moz-transition: .4s all ease;
-ms-transition: .4s all ease;
-o-transition: .4s all ease;
-webkit-transition: .4s all ease;
}

#readmre-wrapper.english-quote {
    direction: ltr;
}
div#readmre-wrapper:hover {
box-shadow: black 2px 2px 7px -3px;}

div.readmore-div {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
/* margin: 0em auto 5em; */
}
 span.source {
   float: left;
 }
 span.source:before{
   content:"–";
   padding: 0 0 0 9px;
 }
.readmore-qoute p:nth-child(1) {
  font-size: 1.2em;
    height:7em;
  overflow: hidden;
  text-align:justify;
  position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
.readmore-qoute p:after {
content: "";
text-align: right;
position: absolute;
bottom: 0px;
left: 0;
width: 70%;
height: 1.3em;
transition: .4s all ease;
-moz-transition: .4s all ease;
-ms-transition: .4s all ease;
-o-transition: .4s all ease;
-webkit-transition: .4s all ease;
background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
blockquote.readmore-qoute {
  max-width:600px;
  display:block;
  position: relative;
}
.quote-contain {
  border-radius:7px;
max-width:700px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;}
.merhaot:before, .merhaot:after {
content: "\201D";
font-size: 4.4em;
position: relative;
margin: -15px 0 0 10px;
opacity: .5;
float: right;
padding: 0 0 0 5px;
}
#closeit{
display:block;
padding-top:1.5em;
}
.merhaot:after{
  content:"\201C";
 margin: -50px;
  float: left;
  }
.readmore-qoute a:hover {
opacity:1;
}

a.readmore-trigger {
color: transparent;
display: block;
position: absolute;
bottom: -14px;
left: 0;
width: 33px;
height: 24px;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAtAAAALQB65csewAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAJHSURBVEiJrZU9aFRBEMd/M3ukMH40B6IEQgwBiyvuMGAjRAtBUUEwQSsVUlhqaWWjnRjEShBFkODJNSYRtRJEC8EiQbBQFE8QFa6xsEhi7o3Fe3p7+/Y+8FyYYvfNzm/27X9mxcwIh4jsBD2mUDGkDDYO8l6wlQRZhuaCmTVyG2PDzNoM3FlBfwhqXawBbibcGzMvMEVBlnoEbjNFHwDb+gII8jgSZE1wrxWdF3RZ0F8RyHxPAOi5YGNT0WvApvbfxxZFb4YQcCc6AoAxQX/6wcEd/uOg6GXBvQJ30runU/k7oRgDKOhxYPivguCq2cYTTwcTYHvBdrSEsVEVuOP5FMEdjIlIFcrefDUhudSP+hKSi22BsHLMr2BQaU3lrZmtO3FXDCtla5PZyWZVdD+AoUtmdlvFfQZG0zWrEBkFYMzL61PqLPuAqcC3BFLKsq2nS/YBZDRLZLwDQN6B7cmcJlIAc0A1zVxmwSYFagk8S78nbzL/3d7pv8YAKHrL1z0w3K4CraZS1AuB/EaCergbVVECKx5vSNG5aCbBEOSGP0+QR518twvaCArnjKf504peB6Zaa3o+qIM64LpUspuOtQBgJPgtuwR5mG8p7gUw1LUXZf0m1tS+C+5leMq8yUIM4me3Objwf7A8JNKcCocE/dIjWF1wz/uBSIcXbSu4A4pVDCun9WHfBPmYIE+huQiIIPdBpvO6sUXDZsxsveeL1LXXQ0GQWreTDAToA1IbGNAFsgbu6H8BRCCr4I5EVTQoRNF7/ov4G7N5JtcDKeecAAAAAElFTkSuQmCC88ba86b1786453b254c8475923921c1d');
background-position: center;
cursor: pointer;
background-repeat: no-repeat;
opacity: 0.8;
zoom: 1;
border: none;
z-index: 1003;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
transition: .4s all ease;
-moz-transition: .4s all ease;
-ms-transition: .4s all ease;
-o-transition: .4s all ease;
-webkit-transition: .4s all ease;
border-radius: 108%;
padding: 12px;
transition-delay: .1s;
}

a.readmore-trigger:after, a.readmore-trigger:before {
opacity: 0;
visibility: hidden;
-webkit-transition-delay: 300ms; 
   -moz-transition-delay: 300ms; 
     -o-transition-delay: 300ms; 
        transition-delay: 300ms;
 -webkit-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1);
-webkit-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285); 
   -moz-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285); 
     -o-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285); 
        transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285);

-webkit-transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1);
-webkit-transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1.285); 
   -moz-transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1.285); 
     -o-transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1.285); 
        transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1.285);
}

a.readmore-trigger:after {
  content: "";
  display: block;
  position: absolute;
  right: -33px;
  text-align: center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 29px 19px 0;
  border-color: transparent #00B2FF transparent #00B2FF;
  bottom: 5px;
}

a.readmore-trigger:before {
content: "לחץ להרחבה";
background: #00B2FF;
color: #fff;
width: 120px;
height: 25px;
display: block;
position: absolute;
right: -153px;
text-align: center;
}

div#readmre-wrapper:hover a.readmore-trigger:after, div#readmre-wrapper:hover a.readmore-trigger:before {
  opacity: 1;
  visibility: visible;
}
div#readmre-wrapper:hover a.readmore-trigger:after{right: -18px;}
div#readmre-wrapper:hover a.readmore-trigger:before {right: -138px;}

/* light box mechanism*/
div.readmore-div:target {
  position:fixed;
  width:100%;
  height:100%;
top: 0;
right: 0;
z-index: 10000000;
margin:0;
  display: flex;
}
.readmore-div:target .readmore-qoute p {
  overflow: visible;
  height: inherit;
}
.readmore-div > p > a {
position: fixed;
opacity: 0;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
transition: all 0.8s ease;
width: 100%;
height: 100%;
visibility: hidden;
z-index: -1;
top: 0;
right: 0;
background-position: 98% 3em;
background-color: rgba(0,0,0,0.8);
}

.readmore-div:target > p > a {

opacity: 1;
visibility: visible;
}

.readmore-div:target > .quote-contain {
    background:#fff;
padding: 2em 1em 3em;
  box-shadow: black 0 5px 45px 0px;
  margin: auto;
  
}
.readmore-div:target a.readmore-trigger {
  opacity:0;
}

.readmore-div:target .readmore-qoute p:after {opacity:0;
}


.readmore-trigger:hover:before {
opacity: 1;
visibility: visible; }

.english-quote .readmore-qoute p {
  direction: ltr;
}

.english-quote a.readmore-trigger {
  right: 0;
   left: inherit;}

.english-quote .readmore-qoute p:after {
  right: 0;
   left: inherit;
  width: 70%;
  background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1) 50%);
}
.english-quote .readmore-trigger:after {
left: -18px;
border-width: 19px 0 19px 29px !important; }

.english-quote .readmore-trigger:before {
  left: -138px;}

/* quote lightbox end */
.lightbox {
  /** Hide the lightbox */
   opacity:0;
  /** Apply basic lightbox styling */
  position: fixed;
  z-index: 9999;
   text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; }


.lightbox:target {
  position: fixed;
  clip: auto; 
  height: 100%;
      width: 100%;
  margin: 0; padding: 0; border: 0; 
  /** Show lightbox when it is target */
  display: block;
  /** Remove default browser outline style */
  outline: none;
   opacity:1;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}


.icon-clima-1 a {
width: 100%;
height: 100%;
display: block;
opacity: 0;
position: absolute;
top: 0;
bottom: 0;
}
.wikitable td {
vertical-align: top;
padding: 0.2em 7px !important;}

.toccolours {
padding: 1px 20px !important;
overflow: hidden;}

.sharedaddy {display:none;}

/* בית חדש */

#mf-search {
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
-ms-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
#mf-search .searchboxInput  {
height: 4em;
border-radius: 8px;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
-ms-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
background-color: #fff;
border: 0;
}

#mf-search > div:nth-child(2) {
display: inline-block;
width: 100%;
margin: 0 auto;
}

div#mf-search {
max-width: 700px;
margin: 0 auto;
position: relative;
}

#mf-search #searchInput {
position: relative;
color: #E4E4E4;
 -webkit-transition:all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
outline: none;
border: none;
height: 3em;
width: 100%;
font-size: 1.6em;
color: #777777;
border-radius: 9px;
text-indent: 1em;
box-shadow: 0 4px 12px -2px rgba(0,0,0,1);
opacity: .7;
width: 100%;
margin: 3em 0 1em;
	}

#mf-search .searchboxGoButton {
font-family: FontAwesome,'Helvetica Neue',Helvetica,Arial,sans-serif;
width: 30px;
border: 0;
-moz-border-radius: 2px;
padding: 0;
position: absolute;
left: 0;
cursor: pointer;
top: 0;
height: 4em;
background: transparent;
font-size: 20px;
font-weight: initial;
display: block;
padding: 0 0 1em 0.3em;
}
#searchButtonCenter {
opacity: 1;
color: #9A9A9A;
font-size: 1.3em;
z-index: 1;
position: absolute;
left: 0em;
padding: 0;
margin: 0;
height: 4em;
width: 3em;
border: 0;
-moz-border-radius: 2px;
cursor: pointer;
background: transparent;
top: 3.7em;
 -webkit-transition:all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
-ms-transition: all 500ms ease;
}
#mf-search .searchboxSearchButton {
display:none;
}

.stats {
display:flex;
text-shadow: black 1px 3px 3px;
}

.stats > div {
float: right;
margin: 0 auto;
color: #fff;
font-weight: normal;
text-align: center;
font-size: 2em;
}

.stats a {
color: #fff;
text-decoration: none;
font-size: 1.6em;
line-height: 2.1;
letter-spacing: 0.4px;
}

.stats p {
margin: 0;
}

.stats h3 {
margin-top: 0;
text-align:center;
color:#fff;
font-weight:normal;
line-height: 1;
}

#mf-banner-intro {
margin: 3em auto 0;}

#mf-search #searchInput:focus {
margin: -1em auto 13em;
opacity:1;
}
#mf-search #searchInput:focus + #searchButtonCenter, #mf-search #searchInput:focus ~ #searchButtonCenter {
top: -1.3em;
}

body.page-עמוד_ראשי div.suggestions {
z-index: 99999;
border-radius: 9px;
-webkit-transform: translatey(3px);
-o-transform: translatey(3px);
-moz-transform: translatey(3px);
-ms-transform: translatey(3px);
transform: translatey(3px);
opacity: .9;
}

body.page-עמוד_ראשי .suggestions a.mw-searchSuggest-link, body.page-עמוד_ראשי .suggestions a.mw-searchSuggest-link:hover, body.page-עמוד_ראשי .suggestions a.mw-searchSuggest-link:active, body.page-עמוד_ראשי .suggestions a.mw-searchSuggest-link:focus {
border-radius: 9px; }
.suggestions-special {
border: none;
padding: 0.25em 1em;
line-height: 1.1em;
}

/* עבודה על החיפוש */
.mw-search-result-data {
display:none;
}

div#simpleSearch #searchInput {
    padding: 1px 7px;
    display: block;
    font-size:1.1em;
}
#p-search {
    transition: margin-left 250ms ease 0s;
 /* width: 100%;*/}


div#simpleSearch button#searchButton > img {
display:none;
}

::-webkit-input-placeholder {
  position: relative;
  right: 2px;
}

:-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  position: relative;
  right: 2px;
}

div#simpleSearch #searchButton, div#simpleSearch #mw-searchButton {
  height: 105%;
  background-size: 75%;
left: 3px;}

/* חיפוש מתקדם */
fieldset#mw-searchoptions table, fieldset#mw-searchoptions tbody, fieldset#mw-searchoptions tr {
    display: block;
    margin: 0;
    float: right;
    background: transparent;
    border: none;
    width: auto;
}

td[class*="mw-search-ns"], #mw-searchoptions h4, #mw-search-togglebox, #mw-searchoptions .divider {
    display: none;
}
.mw-search-ns0, .mw-search-ns4, .mw-search-ns6, .mw-search-ns14, .mw-search-ns100, .mw-search-ns102, .mw-search-ns110 {
    display: block !important;
    float: left;
    font-size: 1.6em;
}
/* navigation for mobile ++ */


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 890px) {
.skin-vector > div#content {
  padding: 11px
}
#mf-banner {);
  background-size: cover;
background-position: 71%;}

#mf-fronts h3 {
  font-size: 40px;}

#main-bottom, #main-bottom p,#mf-wiki p {
  font-size: 22px;
}
#mf-banner-intro {
margin: 5em auto 2em !important;}
span.mw-headline {
  max-width: none;
}

#nav ul {
  background: rgba(0,0,0,0.8);
}
#mf-banner-intro h2 {
  font-size: 1.3em;
}

#mf-banner-intro h3 {
  font-size: .9em;}

#mf-wrap {
  height: inherit;}

#search-block, #sides, #boxt, #page4 {display:none !important;}

#content div.tleft { margin: .5em 1.4em 1.3em 0;}

/*#rb-grid li {
  vertical-align: top;
  display: inline-block;
  width: 249px;
margin: 1em auto 2.5em;
  height: inherit;
}*/

#rb-grid li {
  vertical-align: top;
  display: inline-block;
max-width: 249px;
  width: 249px;
margin: 1em auto 0;
  float: none;
  height: inherit;
}

#rb-grid {
margin: inherit;
width:100%;
}



#mf-fronts h3 {
  max-width: 9em;
  margin: 1em auto;
}

 #header, #Lheader {background: transparent; 
 padding: none;
		height: 5em;
		line-height: 5em;}

#nav {right: 0;}
  #nav ul li ul {display: none !important;
  }
    #nav ul {
background: rgba(75,75,75,0.9);}
  #nav ul li {display:none;}

 #nav ul.active > li {
display:block;
}  

div#simpleSearch {
  width: inherit;}

  #nav ul:before {
    margin-right: 8px;
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: relative;
        color: #fff;
    display: block;
    height: 3em;
    line-height: 3em;
    outline: 0 none;
    padding: 0 0.5em;
    text-decoration: none;
  }

  #nav ul li {float: none;
  width:100%}

#nav li:nth-child(8) {position: fixed;
top:0;
left: 3px;
width: 80%;
display:block;}
#nav .nav-left:hover {background: transparent;}

#nav li:nth-child(7) i {
display:none;
}




#mf-banner-intro {
margin: 2em auto 0;
}


.rb-grid li {
width: 100%;}

}

/* copied from  //codepen.io/claarman/pen/XJxqmG עננים */
div#cloud {
  position: absolute;
  bottom: 79px;
  width: 250px;
  height: 200px;
  background: -webkit-linear-gradient(#ffffff, #808080);
  background: -o-linear-gradient(#ffffff, #808080);
  background: -moz-linear-gradient(#ffffff, #808080);
  background: linear-gradient(#ffffff, #808080);
  border-radius: 100%;
  opacity: 0;
  filter: blur(20px);
  -webkit-filter: blur(20px);
z-index:-1;
}
div#cloud::before,
div#cloud::after {
  position: relative;
  width: 150px;
  height: 100px;
  content: " ";
  display: block;
  left: -80px;
  bottom: 110px;
  border-radius: 100%;
  background: -webkit-linear-gradient(#ffffff, #808080);
  background: -o-linear-gradient(#ffffff, #808080);
  background: -moz-linear-gradient(#ffffff, #808080);
  background: linear-gradient(#ffffff, #808080);
}
div#cloud::after {
  left: 200px;
  height: 80px;
  bottom: 50px;
}
div#cloud:nth-child(1) {
  animation: moving 31s;
  animation-iteration-coint: infinite;
  animation-timing-function: linear;
  -webkit-animation: moving 31s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  left: 175px;
  bottom: 20px;
}
div#cloud:nth-child(2) {
  animation: moving 25s;
  animation-iteration-coint: infinite;
  animation-timing-function: linear;
  -webkit-animation: moving 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  left: 100px;
  bottom: 20px;
}
div#cloud:nth-child(3) {
  animation: moving 28s;
  animation-iteration-coint: infinite;
  animation-timing-function: linear;
  -webkit-animation: moving 28s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  left: 150px;
  bottom: 30px;
}
div#cloud:nth-child(4) {
  animation: moving 20s;
  animation-iteration-coint: infinite;
  animation-timing-function: linear;
  -webkit-animation: moving 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  left: 200px;
  bottom: 10px;
}
div#cloud:nth-child(5) {
  animation: moving 27s;
  animation-iteration-coint: infinite;
  animation-timing-function: linear;
  -webkit-animation: moving 27s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  left: 125px;
  bottom: 10px;
}
div#cloud:nth-child(6) {
  animation: moving 22s;
  animation-iteration-coint: infinite;
  animation-timing-function: linear;
  -webkit-animation: moving 22s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  left: 150px;
  bottom: 50px;
}
div#cloud:nth-child(7) {
  animation: moving 28s;
  animation-iteration-coint: infinite;
  animation-timing-function: linear;
  -webkit-animation: moving 28s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  left: 225px;
  bottom: 75px;
}
div#cloud:nth-child(8) {
  animation: moving 30s;
  animation-iteration-coint: infinite;
  animation-timing-function: linear;
  -webkit-animation: moving 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  left: 505px;
  bottom: 60px;
}
div#cloud:nth-child(9) {
  animation: moving 25s;
  animation-iteration-coint: infinite;
  animation-timing-function: linear;
  -webkit-animation: moving 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  left: 375px;
  bottom: 140px;
}
div#cloud:nth-child(10) {
  animation: moving 23s;
  animation-iteration-coint: infinite;
  animation-timing-function: linear;
  -webkit-animation: moving 23s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  left: 525px;
  bottom: 70px;
}
div#cloud:nth-child(11) {
  animation: moving 22s;
  animation-iteration-coint: infinite;
  animation-timing-function: linear;
  -webkit-animation: moving 22s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  left: 375px;
  bottom: 50px;
}
div#cloud:nth-child(12) {
  animation: moving 25s;
  animation-iteration-coint: infinite;
  animation-timing-function: linear;
  -webkit-animation: moving 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  left: 275px;
  bottom: 60px;
}
@-webkit-keyframes moving {
  0% {
    margin-left: 0%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes moving {
  0% {
    margin-left: 0%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    margin-left: 100%;
  }
}

/*  סוף עננים */

/* css לדפים ספציפיים */
.page-צבי_לניר #mw-content-text > ul:nth-child(21) {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
/* באנר תמונה */
#newHeading .firstHeading {
  color: #fff;
  border: none;
  font-size: 4em;
  text-shadow: black 3px 3px 4px;
  padding-top: 34vh;
  max-width: 776px;
margin:auto;
}

#heroButton {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
color: #fff;
font-size: 3em;
opacity:0.7;
-moz-transition: all .5s;
-webkit-transition: all .5s ;
-ms-transition: all .5s ;
-o-transition: all .5s ;
}
#heroButton:hover {
opacity:1;
}

   #image-banner {
    width:100%;
    display:block;
    background-attachment:fixed;
    background-size: cover;
background-position: center;
  background-repeat: no-repeat;
height: 80vh;
transition: all ease 1s;
-moz-transition: all ease 1s;
-webkit-transition: all ease 1s;
-ms-transition: all ease 1s;
opacity: 0;
}

#content #image-banner {
  display: none;
}
#p-logo.banner {
width: 212px;
    top: -153px;
    overflow: hidden;
    height: 173px;
}
#p-logo.banner > a {
    -webkit-filter: brightness(1) contrast(2.5) saturate(105%) hue-rotate(20deg);
    -moz-filter: brightness(1) contrast(2.5) saturate(105%) hue-rotate(20deg);
    -ms-filter: brightness(1) contrast(2.5) saturate(105%) hue-rotate(20deg);
    -o-filter: brightness(1) contrast(2.5) saturate(105%) hue-rotate(20deg);
    filter: brightness(1) contrast(2.5) saturate(105%) hue-rotate(20deg);
}

.art__hero__txt {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%
}
.art__hero .art__head {
    font-weight: 300;
}
.art__hero .art__head {
    font-size: 96px;
    font-size: 6rem;
    line-height: 1.0625em;
}
.t-kilo, .art__hero .art__head {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.125em;
}
.mag-max, .pic--e .pic__caption {
    max-width: 1280px;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.fullScreen {
  bottom: 23vh;
  height: 24px;
  width: 24px;
  left: 3vw;
  right: auto;
  transition: opacity 0.25s;
  background-position: center;
  /* margin-bottom: 5vh; */
  margin-left: 14px;
  cursor: pointer;
  position: absolute;
  background-repeat: no-repeat;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
  border: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB2ZXJzaW9uPSIxLjEiCiAgIHdpZHRoPSIyMi44NjEyNCIKICAgaGVpZ2h0PSIyMi44Mzc0NSIKICAgaWQ9InN2ZzIiPgogIDxkZWZzCiAgICAgaWQ9ImRlZnM0IiAvPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTciPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgICAgPGRjOnRpdGxlPjwvZGM6dGl0bGU+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxnCiAgICAgdHJhbnNmb3JtPSJtYXRyaXgoLTAuOTc5MTM0MjMsMCwwLDAuOTc5MTM0MjMsMjIuNjIyNzMyLDAuMjM4MjYwNDkpIgogICAgIGlkPSJnMjk5NyI+CiAgICA8cGF0aAogICAgICAgZD0ibSAxNi4xNTYyNSwxLjM0Mzc1IGEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIC0wLjA5Mzc1LDAuMDYyNSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgLTAuMjUsMC4xNTYyNSBjIDAuMDA0LC0wLjAwMzYgLTAuMDM1MDUsMC4wMDM4IC0wLjAzMTI1LDAgMC4wMDM4LC0wLjAwMzggLTAuMDAzNiwwLjAzNTIzNCAwLDAuMDMxMjUgMC4wMDM2LC0wLjAwMzk4IC0wLjAzNDY0LDAuMDM1NDEzIC0wLjAzMTI1LDAuMDMxMjUgYSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMCwwLjAzMTI1IDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAtMC4wMzEyNSwwIGMgMC4wMDI1LC0wLjAwMzQ1IC0wLjAwMjMsMC4wMzQ3OTYgMCwwLjAzMTI1IDAuMDAyMywtMC4wMDM1NSAtMC4wMzM0NiwwLjAzNDg4OSAtMC4wMzEyNSwwLjAzMTI1IDAuMDAyMSwtMC4wMDM3MiAtMC4wMzMxNSwwLjAzNTA1NSAtMC4wMzEyNSwwLjAzMTI1IDAuMDAxOSwtMC4wMDM4MSAtMC4wMDE3LDAuMDM1MTI5IDAsMC4wMzEyNSAwLjAwMTcsLTAuMDAzODggLTAuMDMyODQsMC4wMzUxOTcgLTAuMDMxMjUsMC4wMzEyNSAwLjAwMTYsLTAuMDAzOTUgLTAuMDAxNCwwLjAzNTI1OCAwLDAuMDMxMjUgMC4wMDE0LC0wLjAwNDAxIC0wLjAwMTMsMC4wMzUzMTMgMCwwLjAzMTI1IEEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIDE1LjU5Mzc1LDIgYyAyLjc0ZS00LC0wLjAwMzc4IDUuNTZlLTQsMC4wMTU4NjEgMCwwLjAzMTI1IDUuNDhlLTQsLTAuMDA3NTYgMCwwLjAzODgzNCAwLDAuMDMxMjUgMCwtMC4wMDc1OCA1LjQ4ZS00LDAuMDM4ODE0IDAsMC4wMzEyNSA1LjU2ZS00LDAuMDE1Mzg5IDIuNzRlLTQsMC4wMzUwMzIgMCwwLjAzMTI1IGwgMCwyLjI4MTI1IGMgLTQuMjQ0NjMsMC4yODMwMDI0IC02LjYzODM3OTIsMi40NDgxMTAzIC03Ljc1LDQuNjg3NSAtMS4xNjUzNTc5LDIuMzQ3NjQ1IC0xLjEyNjExMTUsNC42Mzg3NjEgLTEuMTI1LDQuNjg3NSAxLjE5ZS01LDUuMmUtNCAwLDAuMDMxMjUgMCwwLjAzMTI1IDAsLTAuMDA3NiA1LjQ3NmUtNCwwLjA3MDA2IDAsMC4wNjI1IDAsLTAuMDA3NiA1LjQ3NmUtNCwwLjAzODgxIDAsMC4wMzEyNSBhIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAwLjA2MjUsMC4xODc1IDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAwLDAuMDMxMjUgYyAtMC4wMDE1OSwtMC4wMDM5IDAuMDMyOTk3LDAuMDM1MTMgMC4wMzEyNSwwLjAzMTI1IC0wLjAwMTc1LC0wLjAwMzkgMC4wMDE5LDAuMDM1MDUgMCwwLjAzMTI1IGEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIDAuMDMxMjUsMC4wMzEyNSBjIC0wLjAwMzM5LC0wLjAwNDIgMC4wMzQ4NDYsMC4wMzUyMyAwLjAzMTI1LDAuMDMxMjUgLTAuMDAyMzUsLTAuMDAzNSAwLjAwMjQ5LDAuMDM0NyAwLDAuMDMxMjUgYSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMC4wMzEyNSwwLjAzMTI1IGMgLTAuMDAxNjksLTAuMDAyMSAwLjAyNDE1NiwtMC4wMDgzIDAuMDMxMjUsMCAwLjAwNzA5LDAuMDA4MyAwLjAwMTgsMC4wMzMyNCAwLDAuMDMxMjUgLTAuMDAzNiwtMC4wMDQgMC4wMDM4LDAuMDM1MDUgMCwwLjAzMTI1IC0wLjAwMzgsLTAuMDAzOCAwLjAzNTIzNCwwLjAwMzYgMC4wMzEyNSwwIC0wLjAwMzk4LC0wLjAwMzYgMC4wMzU0MTMsMC4wMzQ2NCAwLjAzMTI1LDAuMDMxMjUgYSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMC4wMzEyNSwwLjAzMTI1IGMgLTAuMDAzNDUsLTAuMDAyNSAwLjAzNDc5NiwwLjAwMjMgMC4wMzEyNSwwIC0wLjAwMzU1LC0wLjAwMjMgMC4wMzQ4ODksMC4wMzM0NiAwLjAzMTI1LDAuMDMxMjUgLTAuMDAzNzMsLTAuMDAyMSAwLjAzNTA1NSwwLjAzMzE1IDAuMDMxMjUsMC4wMzEyNSAtMC4wMDM4MSwtMC4wMDE5IDAuMDM1MTI5LDAuMDAxNyAwLjAzMTI1LDAgLTAuMDAzODgsLTAuMDAxNyAwLjAzNTE5NywwLjAzMjg0IDAuMDMxMjUsMC4wMzEyNSAtMC4wMDM5NSwtMC4wMDE2IDAuMDM1MjU4LDAuMDAxNCAwLjAzMTI1LDAgLTAuMDA0MDEsLTAuMDAxNCAwLjAzNTMxMiwwLjAwMTMgMC4wMzEyNSwwIGEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIDAuMTI1LDAuMDMxMjUgYyAtMC4wMDM3OCwtMi43NGUtNCAwLjAxNTg2MSwtNS41NmUtNCAwLjAzMTI1LDAgMC4wMTUzODksNS41NmUtNCAwLjAzNTA0MiwwIDAuMDMxMjUsMCAtMC4wMDM3OSwwIDAuMDE1ODYxLDUuNTZlLTQgMC4wMzEyNSwwIDAuMDE1Mzg5LC01LjU2ZS00IDAuMDM1MDMyLC0yLjc0ZS00IDAuMDMxMjUsMCAtMC4wMDc1OCwwIDAuMDM4ODE0LC01LjQ4ZS00IDAuMDMxMjUsMCAwLjAxNTM4OSwtNS41NmUtNCAwLjAzNTAzMiwtMi43NGUtNCAwLjAzMTI1LDAgYSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMC4xMjUsLTAuMDMxMjUgYyAtMC4wMDQwNiwwLjAwMTMgMC4wMzUyNTgsLTAuMDAxNCAwLjAzMTI1LDAgLTAuMDA0MDEsMC4wMDE0IDAuMDM1MTk3LC0wLjAwMTYgMC4wMzEyNSwwIC0wLjAwMzk1LDAuMDAxNiAwLjAzNTEyOSwtMC4wMzMgMC4wMzEyNSwtMC4wMzEyNSAtMC4wMDM4OCwwLjAwMTcgMC4wMzUwNTUsLTAuMDAxOSAwLjAzMTI1LDAgLTAuMDAzODEsMC4wMDE5IDAuMDM0OTc1LC0wLjAzMzMxIDAuMDMxMjUsLTAuMDMxMjUgLTAuMDAzNjQsMC4wMDIyIDAuMDM0Nzk2LC0wLjAzMzYgMC4wMzEyNSwtMC4wMzEyNSAtMC4wMDM1NSwwLjAwMjMgMC4wMzQ2OTgsLTAuMDAyNSAwLjAzMTI1LDAgQSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgNy45Mzc1LDE0LjQwNjI1IGMgLTAuMDA0MTYsMC4wMDM0IDAuMDM1MjM0LC0wLjAzNDg1IDAuMDMxMjUsLTAuMDMxMjUgLTAuMDAzOTgsMC4wMDM2IDAuMDM1MDQ1LC0wLjAwMzggMC4wMzEyNSwwIDAuMDA4MjgsLTAuMDA3MSAwLjAwMTk5LC0wLjAzMzA1IDAsLTAuMDMxMjUgLTAuMDAzNiwwLjAwNCAwLjAzNDYzOCwtMC4wMzU0MSAwLjAzMTI1LC0wLjAzMTI1IC0wLjAwMzYsMC4wMDQgMC4wMzQ2MzgsLTAuMDM1NDEgMC4wMzEyNSwtMC4wMzEyNSBBIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCA4LjA5Mzc1LDE0LjI1IGMgMCwwIDIuNjg4NTQ0LC0zLjY2MzUxMiA3LjUsLTMuMjgxMjUgbCAwLDIuODEyNSAwLDAuMDMxMjUgYyAwLC0wLjAwNzYgNS40OGUtNCwwLjA3MDA2IDAsMC4wNjI1IEEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIDE1LjYyNSwxNCBjIC0wLjAwMTMsLTAuMDA0MSAwLjAwMTQsMC4wMzUyNiAwLDAuMDMxMjUgLTAuMDAxNCwtMC4wMDQgMC4wMDE2LDAuMDM1MiAwLDAuMDMxMjUgLTAuMDAxNiwtMC4wMDM5IDAuMDMzLDAuMDM1MTMgMC4wMzEyNSwwLjAzMTI1IC0wLjAwMTcsLTAuMDAzOSAwLjAwMTksMC4wMzUwNSAwLDAuMDMxMjUgLTAuMDAxOSwtMC4wMDM4IDAuMDMzMzEsMC4wMzQ5NyAwLjAzMTI1LDAuMDMxMjUgLTAuMDAxOSwtMC4wMDM2IDAuMDAyLDAuMDM0ODEgMCwwLjAzMTI1IDAuMDA0NiwwLjAwNzMgMC4wMzI0MiwwLjAwMTggMC4wMzEyNSwwIC0wLjAwMjEsLTAuMDAzNSAwLjAwMjMsMC4wMzQ2NCAwLDAuMDMxMjUgLTAuMDAyMywtMC4wMDM0IDAuMDMzNjUsMC4wMzQ1NSAwLjAzMTI1LDAuMDMxMjUgLTAuMDAyNCwtMC4wMDMzIDAuMDAyNSwwLjAzNDQ1IDAsMC4wMzEyNSAtMC4wMDI1LC0wLjAwMzIgMC4wMzM5MSwwLjAwMzEgMC4wMzEyNSwwIC0wLjAwMjcsLTAuMDAzMSAwLjAzNDAyLDAuMDM0MjUgMC4wMzEyNSwwLjAzMTI1IC0wLjAwMjgsLTAuMDAzIDAuMDAyOSwwLjAzNDE0IDAsMC4wMzEyNSAtMC4wMDI5LC0wLjAwMjkgMC4wMzQyNSwwLjAwMjggMC4wMzEyNSwwIC0wLjAwMywtMC4wMDI4IDAuMDM0MzUsMC4wMzM5MSAwLjAzMTI1LDAuMDMxMjUgLTAuMDAzMSwtMC4wMDI3IDAuMDAzMiwwLjAzMzc4IDAsMC4wMzEyNSAtMC4wMDMyLC0wLjAwMjUgMC4wMzQ1NSwwLjAwMjQgMC4wMzEyNSwwIC0wLjAwMzMsLTAuMDAyNCAwLjAzNDY0LDAuMDMzNTIgMC4wMzEyNSwwLjAzMTI1IC0wLjAwMzQsLTAuMDAyMyAwLjAzNDczLDAuMDAyMSAwLjAzMTI1LDAgLTAuMDAzNSwtMC4wMDIxIDAuMDAzNiwwLjAzMzI1IDAsMC4wMzEyNSAwLjAxMDYzLDAuMDA2MSAwLjAzMzkxLDAuMDAxNCAwLjAzMTI1LDAgLTAuMDA1MywtMC4wMDI5IDAuMDY3OTgsMC4wMzM4MSAwLjA2MjUsMC4wMzEyNSAtMC4wMDU1LC0wLjAwMjYgMC4wMzY4NiwwLjAwMjIgMC4wMzEyNSwwIC0wLjAwNTYsLTAuMDAyMiAwLjAzNjk4LDAuMDMzMTYgMC4wMzEyNSwwLjAzMTI1IC0wLjAwNTcsLTAuMDAxOSAwLjAzNzA4LDAuMDAxNiAwLjAzMTI1LDAgLTAuMDA1OCwtMC4wMDE2IDAuMDY4NDIsMC4wMzI0OSAwLjA2MjUsMC4wMzEyNSAtMC4wMDU5LC0wLjAwMTIgMC4wMzcyMyw4Ljk3ZS00IDAuMDMxMjUsMCAtMC4wMDYsLTguOTdlLTQgMC4wMzcyNyw1LjUyZS00IDAuMDMxMjUsMCBhIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAwLjAzMTI1LDAgYyAtMC4wMDM4LC0yLjc0ZS00IDAuMDE1ODYsLTUuNTZlLTQgMC4wMzEyNSwwIDAuMDE1MzksNS41NmUtNCAwLjAzNTA0LDAgMC4wMzEyNSwwIC0wLjAwNzYsMCAwLjAzODgxLC01LjQ4ZS00IDAuMDMxMjUsMCAwLjAxNTM5LC01LjU2ZS00IDAuMDM1MDMsLTIuNzRlLTQgMC4wMzEyNSwwIEEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIDE2LjYyNSwxNC41IGMgLTAuMDA0LDAuMDAxNCAwLjAzNTIsLTAuMDAxNiAwLjAzMTI1LDAgLTAuMDAzOSwwLjAwMTYgMC4wMzUxMywtMC4wMzMgMC4wMzEyNSwtMC4wMzEyNSBBIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAxNi43NSwxNC40Mzc1IGMgLTAuMDA0MiwwLjAwMzQgMC4wMzUyMywtMC4wMzQ4NSAwLjAzMTI1LC0wLjAzMTI1IC0wLjAwNCwwLjAwMzYgMC4wMzUwNSwtMC4wMDM4IDAuMDMxMjUsMCAtMC4wMDM4LDAuMDAzOCAwLjAwMzYsLTAuMDM1MjMgMCwtMC4wMzEyNSAtMC4wMDM2LDAuMDA0IDAuMDM0NjQsLTAuMDM1NDEgMC4wMzEyNSwtMC4wMzEyNSBhIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAwLjAzMTI1LDAgTCAyMi44MTI1LDguNSBBIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAyMi44NzUsOC40Mzc1IGMgLTAuMDAyNSwwLjAwMzQ1IDAuMDAyMywtMC4wMzQ3OTYgMCwtMC4wMzEyNSAtMC4wMDIzLDAuMDAzNTUgMC4wMzM0NiwtMC4wMzQ4ODkgMC4wMzEyNSwtMC4wMzEyNSAtMC4wMDI1LDAuMDAzNDUgMC4wMDIzLC0wLjAzNDc5NiAwLC0wLjAzMTI1IC0wLjAwMjMsMC4wMDM1NSAwLjAzMzQ2LC0wLjAzNDg4OSAwLjAzMTI1LC0wLjAzMTI1IC0wLjAwMTcsMC4wMDM4OCAwLjAzMjg0LC0wLjAzNTE5NyAwLjAzMTI1LC0wLjAzMTI1IC0wLjAwMTYsMC4wMDM5NSAwLjAwMTQsLTAuMDM1MjU4IDAsLTAuMDMxMjUgLTguNzNlLTQsMC4wMDE5NCAtMC4wMDM0LC0wLjAyMzMwMSAwLC0wLjAzMTI1IDAuMDAzNCwtMC4wMDc5NSAwLjAzMjA0LC0wLjAwMTk3IDAuMDMxMjUsMCAtMC4wMDE2LDAuMDAzOTUgMC4wMDE0LC0wLjAzNTI1OCAwLC0wLjAzMTI1IC0wLjAwMTQsMC4wMDQwMSAwLjAwMTMsLTAuMDM1MzEyIDAsLTAuMDMxMjUgYSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMC4wMzEyNSwtMC4xMjUgYyAtNS40OGUtNCwwLjAwNzU2IDAsLTAuMDM4ODM0IDAsLTAuMDMxMjUgMCwwLjAwNzU4IC01LjQ4ZS00LC0wLjA3MDA2NCAwLC0wLjA2MjUgMCwwLjAwNzU4IC01LjQ4ZS00LC0wLjAzODgxNCAwLC0wLjAzMTI1IEEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIDIzLDcuNzgxMjUgYyAwLjAwMTMsMC4wMDQwNiAtMC4wMDE0LC0wLjAzNTI1OCAwLC0wLjAzMTI1IDAuMDAxNCwwLjAwNDAxIC0wLjAwMTYsLTAuMDM1MTk3IDAsLTAuMDMxMjUgNy45NGUtNCwwLjAwMTk3IC0wLjAyNzg2LDAuMDA3OTUgLTAuMDMxMjUsMCAwLjAwMTMsMC4wMDQwNiAtMC4wMDE0LC0wLjAzNTI1OCAwLC0wLjAzMTI1IDAuMDAxNCwwLjAwNDAxIC0wLjAwMTYsLTAuMDM1MTk3IDAsLTAuMDMxMjUgMC4wMDE2LDAuMDAzOTUgLTAuMDMzLC0wLjAzNTEyOSAtMC4wMzEyNSwtMC4wMzEyNSAwLjAwMTEsMC4wMDE4MiAwLjAwNDYsLTAuMDIzOTUzIDAsLTAuMDMxMjUgOS41MWUtNCwwLjAwMTkgLTAuMDI3MjMsMC4wMDc2NSAtMC4wMzEyNSwwIDAuMDAyMywwLjAwMzU1IC0wLjAwMjUsLTAuMDM0Njk4IDAsLTAuMDMxMjUgMC4wMDIyLDAuMDAzNjQgLTAuMDMzNiwtMC4wMzQ3OTYgLTAuMDMxMjUsLTAuMDMxMjUgMC4wMDIzLDAuMDAzNTUgLTAuMDAyNSwtMC4wMzQ2OTggMCwtMC4wMzEyNSBBIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAyMi44MTI1LDcuNDM3NSBMIDE2Ljg3NSwxLjU2MjUgQSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMTYuODEyNSwxLjUgYyAwLjAwMzQsMC4wMDI0OSAtMC4wMzQ4LC0wLjAwMjM1IC0wLjAzMTI1LDAgMC4wMDM1LDAuMDAyMzUgLTAuMDM0ODksLTAuMDMzNDU1IC0wLjAzMTI1LC0wLjAzMTI1IDAuMDAxOSwwLjAwMTAzIC0wLjAyMzYsMC4wMDQwMiAtMC4wMzEyNSwwIDAuMDAzNSwwLjAwMjM1IC0wLjAzNDg5LC0wLjAzMzQ1NSAtMC4wMzEyNSwtMC4wMzEyNSAwLjAwMzcsMC4wMDIwNiAtMC4wMzUwNSwtMC4wMzMxNTMgLTAuMDMxMjUsLTAuMDMxMjUgMC4wMDM4LDAuMDAxOSAtMC4wMzUxMywtMC4wMDE3NSAtMC4wMzEyNSwwIDAuMDAxOSw4LjczNGUtNCAtMC4wMjMzLDAuMDAzMzkgLTAuMDMxMjUsMCAtMC4wMDc5LC0wLjAwMzM5IC0wLjAwMiwtMC4wMzIwNDQgMCwtMC4wMzEyNSAwLjAwMzksMC4wMDE1OSAtMC4wMzUyNiwtMC4wMDE0MyAtMC4wMzEyNSwwIDAuMDA0LDAuMDAxNDMgLTAuMDM1MzEsLTAuMDAxMjYgLTAuMDMxMjUsMCBhIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAtMC4xMjUsLTAuMDMxMjUgYyAwLjAwNzYsNS40NzZlLTQgLTAuMDM4ODMsMCAtMC4wMzEyNSwwIDAuMDA3NiwwIC0wLjA3MDA2LDUuNDc2ZS00IC0wLjA2MjUsMCAwLjAwNzYsMCAtMC4wNzAwOCw1LjUwNWUtNCAtMC4wNjI1LDAgMC4wMDc2LC01LjUwNWUtNCAtMC4wMzg3NywwLjAwMTEgLTAuMDMxMjUsMCBhIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAtMC4wNjI1LDAgeiBtIC0xNS43NSwxLjU2MjUgQSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMC4yNSwzIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAwLjA2MjUsMy4xMjUgYyAwLjAwMjg4NzksLTAuMDAyODkgLTAuMDAyNzczMywwLjAzNDI0OCAwLDAuMDMxMjUgQSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMC4wMzEyNSwzLjE4NzUgYyAwLjAwMjY1NDYsLTAuMDAzMSAtMC4wMzM3ODE4MywwLjAwMzIgLTAuMDMxMjUsMCBhIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAwLDAuMDMxMjUgYyAwLjAwMjQwNTIzLC0wLjAwMzMgLTAuMDMzNTI0OTksMC4wMzQ2NDIgLTAuMDMxMjUsMC4wMzEyNSAwLjAwMjI3NSwtMC4wMDMzOSAtMC4wMDIxNDEzLDAuMDM0NzI4IDAsMC4wMzEyNSAwLjAwMjE0MTMsLTAuMDAzNDggLTAuMDMzMjU0MzcsMC4wMDM1NiAtMC4wMzEyNSwwIC0wLjAwNjEzMzQsMC4wMTA2MyAtMC4wMDE0MzQyLDAuMDMzOTEgMCwwLjAzMTI1IDAuMDAyODY4NCwtMC4wMDUzMiAtMC4wMzM4MDc0MiwwLjA2Nzk3NiAtMC4wMzEyNSwwLjA2MjUgMC4wMDI1NTc0LC0wLjAwNTQ4IC0wLjAwMjIzOCwwLjAzNjg2NCAwLDAuMDMxMjUgMC4wMDIyMzgsLTAuMDA1NjEgLTAuMDMzMTYxMTcsMC4wMzY5ODMgLTAuMDMxMjUsMC4wMzEyNSAwLjAwMTkxMSwtMC4wMDU3MyAtMC4wMDE1NzgsMC4wMzcwODQgMCwwLjAzMTI1IDAuMDAxNTc4LC0wLjAwNTgzIC0wLjAzMjQ4OTYsMC4wNjg0MTUgLTAuMDMxMjUsMC4wNjI1IDAuMDAxMjQsLTAuMDA1OTIgLTguOTcwN2UtNCwwLjAzNzIyNyAwLDAuMDMxMjUgOC45NzA3ZS00LC0wLjAwNTk4IC01LjUxNTdlLTQsMC4wMzcyNjggMCwwLjAzMTI1IGEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIDAsMC4wNjI1IGwgMCwxNy4wNjI1IDAsMC4wMzEyNSBjIDAsLTAuMDA3NiA1LjQ3NThlLTQsMC4wNzAwNiAwLDAuMDYyNSBhIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAwLjAzMTI1LDAuMTI1IGMgLTAuMDAxMjYzLC0wLjAwNDEgMC4wMDE0MjcsMC4wMzUyNiAwLDAuMDMxMjUgLTAuMDAxNDI3LC0wLjAwNCAwLjAwMTU4OCwwLjAzNTIgMCwwLjAzMTI1IC0wLjAwMTU4OCwtMC4wMDM5IDAuMDMyOTk2ODUsMC4wMzUxMyAwLjAzMTI1LDAuMDMxMjUgLTAuMDAxNzQ2OCwtMC4wMDM5IDAuMDAxOTAyNiwwLjAzNTA1IDAsMC4wMzEyNSAtMC4wMDE5MDI2LC0wLjAwMzggMC4wMzMzMDUzLDAuMDM0OTcgMC4wMzEyNSwwLjAzMTI1IC0wLjAwMTg2NDQsLTAuMDAzNiAwLjAwMjAwNDQsMC4wMzQ4MSAwLDAuMDMxMjUgMC4wMDQ2MjYxLDAuMDA3MyAwLjAzMjQyNTEyLDAuMDAxOCAwLjAzMTI1LDAgLTAuMDAyMzUwMiwtMC4wMDM1IDAuMDAyNDkyLDAuMDM0NyAwLDAuMDMxMjUgLTAuMDAyMjc1LC0wLjAwMzQgMC4wMzM2NTUyMywwLjAzNDU1IDAuMDMxMjUsMC4wMzEyNSAtMC4wMDI0MDUyMywtMC4wMDMzIDAuMDAyNTMxODMsMC4wMzQ0NiAwLDAuMDMxMjUgLTAuMDAyNTMxODMsLTAuMDAzMiAwLjAzMzkwNDYsMC4wMDMxIDAuMDMxMjUsMCAtMC4wMDI2NTQ2LC0wLjAwMzEgMC4wMzQwMjMzNCwwLjAzNDI1IDAuMDMxMjUsMC4wMzEyNSAtMC4wMDI3NzMzLC0wLjAwMyAwLjAwMjg4NzksMC4wMzQxNCAwLDAuMDMxMjUgLTAuMDAyODg3OSwtMC4wMDI5IDAuMDM0MjQ4MDYsMC4wMDI4IDAuMDMxMjUsMCAtMC4wMDI5OTgxLC0wLjAwMjggMC4wMzQzNTM3LDAuMDMzOTEgMC4wMzEyNSwwLjAzMTI1IC0wLjAwMzEwNCwtMC4wMDI3IDAuMDAzMjA1LDAuMDMzNzggMCwwLjAzMTI1IC0wLjAwMzIwNSwtMC4wMDI1IDAuMDM0NTUwNywwLjAwMjQgMC4wMzEyNSwwIC0wLjAwMzMwMSwtMC4wMDI0IDAuMDM0NjQxOCwwLjAzMzUzIDAuMDMxMjUsMC4wMzEyNSAtMC4wMDMzOTIsLTAuMDAyMyAwLjAzNDcyNzcsMC4wMDIxIDAuMDMxMjUsMCAtMC4wMDM0NzgsLTAuMDAyMSAwLjAwMzU1OCwwLjAzMzI1IDAsMC4wMzEyNSAwLjAxMDYzMDMsMC4wMDYxIDAuMDMzOTA5OCwwLjAwMTQgMC4wMzEyNSwwIC0wLjAwNTMyLC0wLjAwMjkgMC4wNjc5NzU5LDAuMDMzODEgMC4wNjI1LDAuMDMxMjUgLTAuMDA1NDc2LC0wLjAwMjYgMC4wMzY4NjQsMC4wMDIyIDAuMDMxMjUsMCAtMC4wMDU2MTQsLTAuMDAyMiAwLjAzNjk4MzUsMC4wMzMxNiAwLjAzMTI1LDAuMDMxMjUgLTAuMDA1NzM0LC0wLjAwMTkgMC4wMzcwODQsMC4wMDE2IDAuMDMxMjUsMCAtMC4wMDU4MzQsLTAuMDAxNiAwLjA2ODQxNTEsMC4wMzI0OSAwLjA2MjUsMC4wMzEyNSAtMC4wMDU5MTUsLTAuMDAxMiAwLjAzNzIyNjcsOC45N2UtNCAwLjAzMTI1LDAgLTAuMDA1OTc3LC04Ljk3ZS00IDAuMDM3MjY4NCw1LjUyZS00IDAuMDMxMjUsMCBhIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAwLjA2MjUsMCBsIDE4LjQ2ODc1LDAgMC4wMzEyNSwwIGMgMC4wMTUzOSw1LjU2ZS00IDAuMDM1MDQsMCAwLjAzMTI1LDAgLTAuMDA3NiwwIDAuMDM4ODEsLTUuNDhlLTQgMC4wMzEyNSwwIGEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIDAuMTI1LC0wLjAzMTI1IGMgLTAuMDA0MSwwLjAwMTMgMC4wMzUyNiwtMC4wMDE0IDAuMDMxMjUsMCAtMC4wMDQsMC4wMDE0IDAuMDM1MiwtMC4wMDE2IDAuMDMxMjUsMCAtMC4wMDM5LDAuMDAxNiAwLjAzNTEzLC0wLjAzMyAwLjAzMTI1LC0wLjAzMTI1IC0wLjAwMzksMC4wMDE3IDAuMDM1MDUsLTAuMDAxOSAwLjAzMTI1LDAgLTAuMDAzOCwwLjAwMTkgMC4wMzQ5NywtMC4wMzMzIDAuMDMxMjUsLTAuMDMxMjUgLTAuMDAzNiwwLjAwMjIgMC4wMzQ4LC0wLjAzMzYgMC4wMzEyNSwtMC4wMzEyNSAtMC4wMDM1LDAuMDAyMyAwLjAzNDcsLTAuMDAyNSAwLjAzMTI1LDAgLTAuMDAzNCwwLjAwMjMgMC4wMzQ1NSwtMC4wMzM2NSAwLjAzMTI1LC0wLjAzMTI1IC0wLjAwMzMsMC4wMDI0IDAuMDM0NDYsLTAuMDAyNSAwLjAzMTI1LDAgLTAuMDAzMiwwLjAwMjUgMC4wMDMxLC0wLjAzMzkxIDAsLTAuMDMxMjUgLTAuMDAzMSwwLjAwMjcgMC4wMzQyNSwtMC4wMzQwMiAwLjAzMTI1LC0wLjAzMTI1IC0wLjAwMywwLjAwMjggMC4wMzQxNCwtMC4wMDI5IDAuMDMxMjUsMCAtMC4wMDI5LDAuMDAyOSAwLjAwMjgsLTAuMDM0MjUgMCwtMC4wMzEyNSAtMC4wMDI4LDAuMDAzIDAuMDMzOTEsLTAuMDM0MzUgMC4wMzEyNSwtMC4wMzEyNSAtMC4wMDI3LDAuMDAzMSAwLjAzMzc4LC0wLjAwMzIgMC4wMzEyNSwwIC0wLjAwMjUsMC4wMDMyIDAuMDAyNCwtMC4wMzQ1NSAwLC0wLjAzMTI1IC0wLjAwMjQsMC4wMDMzIDAuMDMzNTMsLTAuMDM0NjQgMC4wMzEyNSwtMC4wMzEyNSAtMC4wMDIzLDAuMDAzNCAwLjAwMjEsLTAuMDM0NzMgMCwtMC4wMzEyNSAtMC4wMDMyLDAuMDA1MSAwLjAzNDEyLC0wLjAzNjU3IDAuMDMxMjUsLTAuMDMxMjUgLTAuMDAyOSwwLjAwNTMgMC4wMzM4MSwtMC4wNjc5OCAwLjAzMTI1LC0wLjA2MjUgLTAuMDAyNiwwLjAwNTUgMC4wMDIyLC0wLjAzNjg2IDAsLTAuMDMxMjUgLTAuMDAyMiwwLjAwNTYgMC4wMzMxNiwtMC4wMzY5OCAwLjAzMTI1LC0wLjAzMTI1IC0wLjAwMTksMC4wMDU3IDAuMDAxNiwtMC4wMzcwOCAwLC0wLjAzMTI1IC0wLjAwMTYsMC4wMDU4IDAuMDMyNDksLTAuMDY4NDIgMC4wMzEyNSwtMC4wNjI1IC0wLjAwMTIsMC4wMDU5IDguOTdlLTQsLTAuMDM3MjMgMCwtMC4wMzEyNSAtOC45N2UtNCwwLjAwNiA1LjUyZS00LC0wLjAzNzI3IDAsLTAuMDMxMjUgYSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMCwtMC4wNjI1IGwgMCwtNy4zNDM3NSAwLC0wLjAzMTI1IGMgMCwwLjAwNzYgLTUuNDhlLTQsLTAuMDcwMDYgMCwtMC4wNjI1IGEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIC0wLjAzMTI1LC0wLjEyNSBjIDAuMDAxMywwLjAwNDEgLTAuMDAxNCwtMC4wMzUyNiAwLC0wLjAzMTI1IDAuMDAxNCwwLjAwNCAtMC4wMDE2LC0wLjAzNTIgMCwtMC4wMzEyNSAwLjAwMTYsMC4wMDM5IC0wLjAzMywtMC4wMzUxMyAtMC4wMzEyNSwtMC4wMzEyNSAwLjAwMTcsMC4wMDM5IC0wLjAwMTksLTAuMDM1MDUgMCwtMC4wMzEyNSAwLjAwMTksMC4wMDM4IC0wLjAzMzMsLTAuMDM0OTcgLTAuMDMxMjUsLTAuMDMxMjUgMC4wMDExLDAuMDAxOCAwLjAwNDYsLTAuMDIzOTUgMCwtMC4wMzEyNSAwLjAwMiwwLjAwMzYgLTAuMDMzMzksLTAuMDAzNSAtMC4wMzEyNSwwIDAuMDAyMSwwLjAwMzUgLTAuMDAyMywtMC4wMzQ2NCAwLC0wLjAzMTI1IDAuMDAyMywwLjAwMzQgLTAuMDMzNjUsLTAuMDM0NTUgLTAuMDMxMjUsLTAuMDMxMjUgMC4wMDI0LDAuMDAzMyAtMC4wMDI1LC0wLjAzNDQ1IDAsLTAuMDMxMjUgMC4wMDI1LDAuMDAzMiAtMC4wMzM5MSwtMC4wMDMxIC0wLjAzMTI1LDAgMC4wMDI3LDAuMDAzMSAtMC4wMzQwMiwtMC4wMzQyNSAtMC4wMzEyNSwtMC4wMzEyNSAwLjAwMjgsMC4wMDMgLTAuMDAyOSwtMC4wMzQxNCAwLC0wLjAzMTI1IDAuMDAyOSwwLjAwMjkgLTAuMDM0MjUsLTAuMDAyOCAtMC4wMzEyNSwwIDAuMDAzLDAuMDAyOCAtMC4wMzQzNSwtMC4wMzM5MSAtMC4wMzEyNSwtMC4wMzEyNSAwLjAwMzEsMC4wMDI3IC0wLjAwMzIsLTAuMDMzNzggMCwtMC4wMzEyNSAwLjAwMzIsMC4wMDI1IC0wLjAzNDU1LC0wLjAwMjQgLTAuMDMxMjUsMCAwLjAwMzMsMC4wMDI0IC0wLjAzNDY0LC0wLjAzMzUyIC0wLjAzMTI1LC0wLjAzMTI1IDAuMDAzNCwwLjAwMjMgLTAuMDM0NzMsLTAuMDAyMSAtMC4wMzEyNSwwIDAuMDAzNSwwLjAwMjEgLTAuMDAzNiwtMC4wMzMyNSAwLC0wLjAzMTI1IC0wLjAxMDYzLC0wLjAwNjEgLTAuMDMzOTEsLTAuMDAxNCAtMC4wMzEyNSwwIDAuMDA1MywwLjAwMjkgLTAuMDY3OTgsLTAuMDMzODEgLTAuMDYyNSwtMC4wMzEyNSAwLjAwNTUsMC4wMDI2IC0wLjAzNjg2LC0wLjAwMjIgLTAuMDMxMjUsMCAwLjAwNTYsMC4wMDIyIC0wLjAzNjk4LC0wLjAzMzE2IC0wLjAzMTI1LC0wLjAzMTI1IDAuMDA1NywwLjAwMTkgLTAuMDM3MDgsLTAuMDAxNiAtMC4wMzEyNSwwIDAuMDA1OCwwLjAwMTYgLTAuMDY4NDIsLTAuMDMyNDkgLTAuMDYyNSwtMC4wMzEyNSAwLjAwNTksMC4wMDEyIC0wLjAzNzIzLC04Ljk3ZS00IC0wLjAzMTI1LDAgMC4wMDYsOC45N2UtNCAtMC4wMzcyNywtNS41MmUtNCAtMC4wMzEyNSwwIGEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIC0wLjAzMTI1LDAgYyAwLjAwMzgsMi43NGUtNCAtMC4wMTU4Niw1LjU2ZS00IC0wLjAzMTI1LDAgMC4wMDc2LDUuNDhlLTQgLTAuMDM4ODMsMCAtMC4wMzEyNSwwIDAuMDAzOCwwIC0wLjAxNTg2LC01LjU2ZS00IC0wLjAzMTI1LDAgLTAuMDE1MzksNS41NmUtNCAtMC4wMzUwMywyLjc0ZS00IC0wLjAzMTI1LDAgQSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMTguODQzNzUsMTIuNjg3NSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMTguNzUsMTIuNzE4NzUgYyAwLjAwMzksLTAuMDAxNyAtMC4wMzUwNSwwLjAwMTkgLTAuMDMxMjUsMCAwLjAwMzgsLTAuMDAxOSAtMC4wMzQ5NywwLjAzMzMxIC0wLjAzMTI1LDAuMDMxMjUgMC4wMDM2LC0wLjAwMjIgLTAuMDM0OCwwLjAzMzYgLTAuMDMxMjUsMC4wMzEyNSAwLjAwMzUsLTAuMDAyMyAtMC4wMzQ3LDAuMDAyNSAtMC4wMzEyNSwwIGEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIC0wLjAzMTI1LDAuMDYyNSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgLTAuMDMxMjUsMCBMIDE1Ljg0Mzc1LDE1LjUgYSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgLTAuMDYyNSwwLjA2MjUgYyAwLjAwMjUsLTAuMDAzNCAtMC4wMDIzLDAuMDM0OCAwLDAuMDMxMjUgMC4wMDIzLC0wLjAwMzUgLTAuMDMzNDYsMC4wMzQ4OSAtMC4wMzEyNSwwLjAzMTI1IDAuMDAyMSwtMC4wMDM3IC0wLjAzMzE1LDAuMDM1MDUgLTAuMDMxMjUsMC4wMzEyNSAwLjAwMTksLTAuMDAzOCAtMC4wMDE3LDAuMDM1MTMgMCwwLjAzMTI1IDAuMDAxNywtMC4wMDM5IC0wLjAzMjg0LDAuMDM1MiAtMC4wMzEyNSwwLjAzMTI1IDAuMDAxNiwtMC4wMDM5IC0wLjAwMTQsMC4wMzUyNiAwLDAuMDMxMjUgOC43M2UtNCwtMC4wMDE5IDAuMDAzNCwwLjAyMzMgMCwwLjAzMTI1IC0wLjAwMzQsMC4wMDc5IC0wLjAzMjA0LDAuMDAyIC0wLjAzMTI1LDAgMC4wMDE2LC0wLjAwMzkgLTAuMDAxNCwwLjAzNTI2IDAsMC4wMzEyNSAwLjAwMTQsLTAuMDA0IC0wLjAwMTMsMC4wMzUzMSAwLDAuMDMxMjUgYSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgLTAuMDMxMjUsMC4xMjUgYyA1LjQ4ZS00LC0wLjAwNzYgMCwwLjAzODgzIDAsMC4wMzEyNSAwLC0wLjAwMzggLTUuNTZlLTQsMC4wMTU4NiAwLDAuMDMxMjUgNS41NmUtNCwwLjAxNTM5IDIuNzRlLTQsMC4wMzUwMyAwLDAuMDMxMjUgbCAwLDEuMjE4NzUgLTExLjUzMTI1LDAgMCwtMTAuMjE4NzUgNC4wNjI1LDAgMC4wMzEyNSwwIGMgLTAuMDA3NTgsMCAwLjA3MDA2NCwtNS40NzZlLTQgMC4wNjI1LDAgQSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgOC4zNDM3NSw3LjAzMTI1IDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCA4LjUsNyBjIC0wLjAwMzgxLDAuMDAxOSAwLjAzNDk3NSwtMC4wMzMzMDUgMC4wMzEyNSwtMC4wMzEyNSAtMC4wMDM2NCwwLjAwMjIgMC4wMzQ3OTYsLTAuMDMzNiAwLjAzMTI1LC0wLjAzMTI1IC0wLjAwMzU1LDAuMDAyMzUgMC4wMzQ2OTgsLTAuMDAyNDkgMC4wMzEyNSwwIEwgMTIuNjI1LDQuMjgxMjUgQSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMTIuNjg3NSw0LjI1IGMgLTAuMDA1MiwwLjAwNDU1IDAuMDM2MTQsLTAuMDM2MTM1IDAuMDMxMjUsLTAuMDMxMjUgLTAuMDA0OSwwLjAwNDg5IDAuMDM1OCwtMC4wMzY0NDYgMC4wMzEyNSwtMC4wMzEyNSAtMC4wMDQ2LDAuMDA1MiAwLjAzNTQ1LC0wLjA2Nzk4NCAwLjAzMTI1LC0wLjA2MjUgLTAuMDA0MiwwLjAwNTQ4IDAuMDM1MDgsLTAuMDM2OTk5IDAuMDMxMjUsLTAuMDMxMjUgLTAuMDAzOCwwLjAwNTc1IDAuMDM0NywtMC4wMzcyMzkgMC4wMzEyNSwtMC4wMzEyNSAtMC4wMDE0LDAuMDAyNCAtMC4wMDUsLTAuMDIxODI3IDAsLTAuMDMxMjUgLTAuMDAyMywwLjAwMzU1IDAuMDMzNDYsLTAuMDM0ODg5IDAuMDMxMjUsLTAuMDMxMjUgLTAuMDAzLDAuMDA2MiAwLjAzMzg4LC0wLjAzNzY0IDAuMDMxMjUsLTAuMDMxMjUgLTAuMDAxMywwLjAwMzE5IC0wLjAwNDksLTAuMDE4MTA3IDAsLTAuMDMxMjUgLTguNzNlLTQsMC4wMDE5NCAtMC4wMDM0LC0wLjAyMzMwMSAwLC0wLjAzMTI1IDAuMDAzNCwtMC4wMDc5NSAwLjAzMjA0LC0wLjAwMTk3IDAuMDMxMjUsMCAtMC4wMDE2LDAuMDAzOTUgMC4wMDE0LC0wLjAzNTI1OCAwLC0wLjAzMTI1IC0wLjAwMTQsMC4wMDQwMSAwLjAwMTMsLTAuMDM1MzEyIDAsLTAuMDMxMjUgYSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgMC4wMzEyNSwtMC4xMjUgYyAtNS40OGUtNCwwLjAwNzU2IDAsLTAuMDM4ODM0IDAsLTAuMDMxMjUgMCwwLjAwNzU4IC01LjQ4ZS00LC0wLjA3MDA2NCAwLC0wLjA2MjUgMCwwLjAwNzU4IC01LjQ4ZS00LC0wLjAzODgxNCAwLC0wLjAzMTI1IGEgMC41MzEyODY0MywwLjUzMTI4NjQzIDAgMCAwIC0wLjAzMTI1LC0wLjEyNSBjIDAuMDAxMywwLjAwNDA2IC0wLjAwMTQsLTAuMDM1MjU4IDAsLTAuMDMxMjUgMC4wMDE0LDAuMDA0MDEgLTAuMDAxNiwtMC4wMzUxOTcgMCwtMC4wMzEyNSA3Ljk0ZS00LDAuMDAxOTcgLTAuMDI3ODYsMC4wMDc5NSAtMC4wMzEyNSwwIDAuMDAxMywwLjAwNDA2IC0wLjAwMTQsLTAuMDM1MjU4IDAsLTAuMDMxMjUgMC4wMDE0LDAuMDA0MDEgLTAuMDAxNiwtMC4wMzUxOTcgMCwtMC4wMzEyNSAwLjAwMTYsMC4wMDM5NSAtMC4wMzMsLTAuMDM1MTI5IC0wLjAzMTI1LC0wLjAzMTI1IDAuMDAxNywwLjAwMzg4IC0wLjAwMTksLTAuMDM1MDU1IDAsLTAuMDMxMjUgOS41MWUtNCwwLjAwMTkgLTAuMDI3MjMsMC4wMDc2NSAtMC4wMzEyNSwwIDAuMDAyMywwLjAwMzU1IC0wLjAwMjUsLTAuMDM0Njk4IDAsLTAuMDMxMjUgMC4wMDIyLDAuMDAzNjQgLTAuMDMzNiwtMC4wMzQ3OTYgLTAuMDMxMjUsLTAuMDMxMjUgMC4wMDIzLDAuMDAzNTUgLTAuMDAyNSwtMC4wMzQ2OTggMCwtMC4wMzEyNSBBIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAxMi43NSwzLjEyNSBjIDAuMDAzLDAuMDAzMDcgLTAuMDM0NCwtMC4wMzQxOTQgLTAuMDMxMjUsLTAuMDMxMjUgMC4wMDMzLDAuMDAyODEgLTAuMDM0NjMsLTAuMDMzOTI2IC0wLjAzMTI1LC0wLjAzMTI1IDAuMDAzNCwwLjAwMjY4IC0wLjAzNDc0LC0wLjAwMjUzIC0wLjAzMTI1LDAgMC4wMDM1LDAuMDAyNTMgLTAuMDM0ODQsLTAuMDMzNjM5IC0wLjAzMTI1LC0wLjAzMTI1IDAuMDAzNiwwLjAwMjM5IC0wLjAzNDk0LC0wLjAzMzQ4OSAtMC4wMzEyNSwtMC4wMzEyNSAwLjAwMzgsMC4wMDIwOSAtMC4wMzUxMSwtMC4wMzMxNzkgLTAuMDMxMjUsLTAuMDMxMjUgMC4wMDM5LDAuMDAxOTMgLTAuMDM1MTgsLTAuMDAxNzcgLTAuMDMxMjUsMCAwLjAwMzksMC4wMDE3NyAtMC4wMzUyNSwtMC4wMDE2MSAtMC4wMzEyNSwwIDAuMDA0LDAuMDAxNjEgLTAuMDM1MzIsLTAuMDMyNjkgLTAuMDMxMjUsLTAuMDMxMjUgMC4wMDQxLDAuMDAxNDQgLTAuMDM1MzcsLTAuMDAxMjcgLTAuMDMxMjUsMCAwLjAwNDEsMC4wMDEyNyAtMC4wMzU0MiwtMC4wMDExIC0wLjAzMTI1LDAgMC4wMDQyLDAuMDAxMSAtMC4wMzU0NiwtMC4wMzIxNzkgLTAuMDMxMjUsLTAuMDMxMjUgMC4wMDQyLDkuMjg4ZS00IC0wLjAzNTUsLTcuNTVlLTQgLTAuMDMxMjUsMCAwLjAwNDIsNy41NWUtNCAtMC4wMzU1MiwtNS43OTllLTQgLTAuMDMxMjUsMCBhIDAuNTMxMjg2NDMsMC41MzEyODY0MyAwIDAgMCAtMC4wMzEyNSwwIGMgMC4wMDc2LDUuNDc2ZS00IC0wLjAzODgzLDAgLTAuMDMxMjUsMCAwLjAwMzgsMCAtMC4wMTU4NiwtNS41NjNlLTQgLTAuMDMxMjUsMCBsIC0wLjAzMTI1LDAgLTExLjU2MjUsMCBjIDAuMDAzNzgyLDIuNzM4ZS00IC0wLjAxNTg2MTEsNS41NjNlLTQgLTAuMDMxMjUsMCAwLjAwMzc4MiwyLjczOGUtNCAtMC4wMTU4NjExLDUuNTYzZS00IC0wLjAzMTI1LDAgMC4wMDM3ODIsMi43MzhlLTQgLTAuMDE1ODYxMSw1LjU2M2UtNCAtMC4wMzEyNSwwIC0wLjAxNTM4ODksLTUuNTYzZS00IC0wLjAzNTA0MTksMCAtMC4wMzEyNSwwIDAuMDA3NTg0LDAgLTAuMDM4ODE0LDUuNDc2ZS00IC0wLjAzMTI1LDAgYSAwLjUzMTI4NjQzLDAuNTMxMjg2NDMgMCAwIDAgLTAuMDYyNSwwIHoiCiAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMDY0MTk4OCwtMC4wMDMxNDk5OSkiCiAgICAgICBpZD0icGF0aDI5OTUiCiAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjUzMzMzMjg1IiAvPgogICAgPHBhdGgKICAgICAgIGQ9Im0gMTYuMTYxNTIsMS45OTE5OTkxIDAsMi45MzM0ODIgYyAtOS4wNjExODg0LDAuMDU4NjYgLTguODg1MTY4NCw4Ljc4OTg1NzkgLTguODg1MTY4NCw4Ljc4OTg1NzkgMCwwIDMuMjI5OTEzNCwtNC4zODgyMzI5IDguODg1MTY4NCwtMy41MTU5NDMgbCAwLDMuNTE1OTQzIDUuOTE5OTE2LC01Ljg1NjM3NDkgLTUuOTE5OTE2LC01Ljg2Njk2NSB6IG0gLTE1Ljc2ODc5MTQyLDEuNTY3MzQ4IDAsMTcuMDkyNTY1OSAxOC41MTE2NTA0MiwwIDAsLTcuMzgxMzYyIC0yLjcxMTA4OSwyLjY1ODEzNyAwLDIuMDEyMTM2IC0xMy4wMzY1MjI0LDAgMCwtMTEuNzEyNzQ4OSA0Ljg1MDMwNywwIDQuMDI0MjcxNCwtMi42Njg3MjggLTExLjYzODYxNzQyLDAgeiIKICAgICAgIGlkPSJwYXRoNSIKICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjEiIC8+CiAgPC9nPgo8L3N2Zz4K);background-image:url( //doalogue.co.il/wiki/extensions/MultimediaViewer/resources/mmv/ui/img/use-rtl.svg?2014-11-23T22:10:00Z)!ie;
}

.fullScreen :hover {
opacity: 1;
}

#fullScreen a.image {
  width: 100%;
  height: 100%;
  display: block;
opacity:0;
}

#fullScreen img {display:none;}

/* סטטיסטיקות */
.mw-special-Statistics #mw-content-text > table > tbody > tr:nth-child(n+8):nth-child(-n+15) {
    display: none;
}

/* תבנית קישור לציטוט דואלוג-ציטוט*/
.doalogue-quote {
    background: #f2f2f2;
    overflow: hidden;
    float: left;
    padding: .5rem .5rem 0 1rem;
    position:relative;
    transition: all ease .2s;
}
.ns-110 .doalogue-quote {
    float: none;
}
.doalogue-quote:hover {
    background: #686868;
    color: #fff;
}
.ns-110 .doalogue-quote:hover {
    background: #f2f2f2;
    color: inherit;
}
.doalogue-quote h3 {
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: inherit;
    line-height: 1;
}

.doalogue-quote h3 span.mw-headline {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.doalogue-quote i {
    padding: 7px;
    color: #2aaddc;
	}
	
.doalogue-quote-link a {
    color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
}
/* דף ציטוט */
.doalogue-blockqoute {
    padding: 0 40px;
    margin: 1em 0;
    overflow: hidden;
}

.doalogue-blockqoute i.fa-quote-left, .doalogue-blockqoute i.fa-quote-right {
    position: relative;
    color: #686868;
}
.doalogue-blockqoute i.fa-quote-left {
    left: -38px;
}

.doalogue-blockqoute i.fa-quote-right {
	right: -24px;
}

הודפס מתוך מאגר הידע של דואלוג בכתובת: "https://doalogue.co.il/wiki/index.php?title=מדיה_ויקי:Common.css&oldid=8815"

משותף תחת רישיון CC-BY 4.0. ניתן להפיץ באופן חופשי תוך מתן קרדיט לדואלוג וקישור למקור.