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

מאגר הידע של דואלוג: מאגר הידע המקיף בעברית בתחומי האסטרטגיה והחשיבה המערכתית
קפיצה לניווט קפיצה לחיפוש
 
(192 גרסאות ביניים של 3 משתמשים אינן מוצגות)
שורה 1: שורה 1:
.hide, .mw-editsection, #nav #p-personal, div#p-lang, div#mw-panel .portal {
+
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;700&display=swap');
display:none;
+
:root {
 +
--doalogue-azure: #2fafdd;
 +
--doalogue-blue: #0082b1;
 +
--doalogue-gray: #6b6b6b;
 +
}
 +
body:not(.cat-Noscroll) {
 +
scroll-behavior: smooth;
 +
}
 +
 
 +
body  {
 +
font-family: 'Assistant', sans-serif;
 +
background: #fff;
 +
}
 +
h2 {
 +
    border-bottom: 2px solid #2aaddc;
 +
}
 +
.mw-body h1:lang(he), .mw-body-content h1:lang(he), .mw-body-content h2:lang(he) {
 +
    font-family: 'Assistant';
 +
}
 +
.hide, .mw-editsection, .show-only-users, #nav #p-personal, div#p-lang, div#mw-panel .portal {
 +
display:none !important;
 
}
 
}
  
 +
.mw-body-content center > p, .mw-body-content .center p {text-align: center;}
  
.mw-body-content center > p {text-align: center;}
 
  
  
center iframe {
+
::-webkit-scrollbar {
    margin: auto;
+
  width: 10px;
    text-align: center;
 
    display: block;
 
    width: 100%;
 
 
}
 
}
  
#content iframe {
+
::-webkit-scrollbar-track {
max-width: 100% !important;
+
  background: #fcfeff;
 
}
 
}
.row {
+
 
overflow:hidden;
+
/* Handle */
 +
::-webkit-scrollbar-thumb {
 +
  background: #2aaddc;
 
}
 
}
.col-6, .col-4, .col-3 {
+
 
    width: 50%;
+
/* Handle on hover */
    float: right;
+
::-webkit-scrollbar-thumb:hover {
    padding: 5px;
+
  background: #4b4b4b;
    box-sizing: border-box;
 
 
}
 
}
.col-4 {
+
 
     width: 33%;
+
/* Font Awesome corrections */
 +
.fad {
 +
--fa-primary-color: #4a708f;
 +
     --fa-secondary-color: #b1c6d7;
 
}
 
}
  
.col-3 {
+
.fa-rotate-45 {
     width: 25%;
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5)";
 +
    -webkit-transform: rotate(45deg);
 +
     transform: rotate(45deg);
 
}
 
}
  
.float-left {
+
.fa-rotate-min-45 {
float:left;
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.5)";
 +
    -webkit-transform: rotate(-45deg);
 +
    transform: rotate(-45deg);
 
}
 
}
  
.float-right {
+
/* utility Classes */
float:right;
+
figure {  
 +
display: inline-block;  
 
}
 
}
  
@media only screen and (max-width: 767px) {
+
.sread {
.col-6, .col-4, .col-3 {
+
position: absolute;
    width: 100%;
+
left:-9999px;
}
+
}
 +
 
 +
.center {
 +
text-align: center;
 +
}
 +
 
 +
.padding-1 {
 +
padding: 1rem;
 +
}
 +
 
 +
.padding-t-1 {
 +
padding-top: 1rem;
 
}
 
}
  
 +
.padding-r-1 {
 +
padding-right: 1rem;
 +
}
  
/* anchor-text */
+
.padding-b-1 {
 +
padding-bottom: 1rem;
 +
}
  
.anchor-text:target {
+
.padding-l-1 {
    display: inline-block;
+
padding-left: 1rem;
    padding-top: 60px;
+
}
    margin-top: -60px;
+
.float-left .padding-1 {
 +
padding-left: 0;
 
}
 
}
  
.anchor-text:target:before {
+
.text-horizontal {
     content: "";
+
writing-mode: vertical-rl;
 +
    text-orientation: mixed;
 +
    transform: rotate(180deg);
 +
}
 +
center iframe {
 +
     margin: auto;
 +
    text-align: center;
 
     display: block;
 
     display: block;
    width: 1em;
 
    height: 1.5em;
 
    position: absolute;
 
    border: solid 2px #2aaddc;
 
    z-index: -1;
 
    right: 0;
 
 
     width: 100%;
 
     width: 100%;
    margin-top: -1px;
 
 
}
 
}
/* סינון במונחון */
+
 
input#filter-input {
+
#content iframe {
    width: 90%;
+
max-width: 100% !important;
     padding: 7px 5px;
+
     border:none;
    margin: 1em 5% 5px;
+
}
     font-size: 1.2rem;
+
.bigger-iframe .embedWrapper {
 +
     padding-top: 150px;
 
}
 
}
mark {
+
.row {
  background: orange;
+
overflow:hidden;
  color: inherit;
 
 
}
 
}
 
+
.col-6, .col-4, .col-3 {
/* Accessibility */
+
     width: 50%;
#md-accessibility {
 
     position: fixed;
 
    right: 0;
 
 
     float: right;
 
     float: right;
     top: 50%;
+
     padding: 5px;
 +
    box-sizing: border-box;
 
}
 
}
#md-accessibility a.mfb-component__button--main {
+
.col-4 {
     background-color: #2aaddc !important;
+
     width: 33%;
 
}
 
}
#md-accessibility .mfb-component__wrap {
+
 
     padding: 0;
+
.col-3 {
    margin-right: -54px;
+
     width: 25%;
 
}
 
}
 
+
@media only screen and (max-width: 767px) {
#md-accessibility .mfb-component__button--main {
+
.col-6, .col-4, .col-3 {
     width: 104px;
+
     width: 100%;
    padding-right: 1em;
+
}
    border-radius: 56px 0 0 56px;
 
 
}
 
}
  
#md-accessibility .mfb-component__list > li {
+
.float-left {
    right: -5px;
+
float:left;
 
}
 
   
 
#md-accessibility .mfb-component__button--main:after {
 
    right: 106px;
 
 
}
 
}
  
#md-accessibility .mfb-component--tl {
+
.float-right {
    animation: fromTop 1s 1;
+
float:right;
    -webkit-animation: fromTop 1s 1;
 
 
}
 
}
 
+
/* tooltips */
#md-accessibility .mfb-component--tr {
+
.tooltip:after {
     animation: fromTop 1.3s 1;
+
    content: attr(title);
     -webkit-animation: fromTop 1.3s 1;
+
    opacity: 0;
 +
    transition: .3s;
 +
    position: absolute;
 +
    display: block;
 +
    background: var(--doalogue-gray);
 +
    color: #fff;
 +
    padding: 4px 6px;
 +
     font-size: 12px;
 +
     border-radius: 3px;
 +
    max-width: 0;
 +
    height: 1em;
 
}
 
}
  
 
+
.tooltip:hover:after {
@keyframes fromTop {
+
     margin-top: 3px;
     0% {
+
    opacity: .8;
        -webkit-transform: translateX(100px);
+
     max-width: 100%;
        transform: translateX(100px);
 
     }
 
    100% {
 
        -webkit-transform: translateX(0);
 
        transform: translateX(0);
 
    }
 
 
}
 
}
 
+
/* multi media viewer */
@-webkit-keyframes fromTop {
+
/* SVG preview */
     0% {
+
.mw-mmv-image img.svg {
        -webkit-transform: translateX(100px);
+
     background: #f8f9fa;
        transform: translateX(100px);
+
    max-height: 100%;
    }
+
max-width: 90%;
    100% {
 
        -webkit-transform: translateX(0);
 
        transform: translateX(0);
 
    }
 
 
}
 
}
  
@-webkit-keyframes fadeIn {
+
/* anchor-text */
    0% {
 
        opacity: 0;
 
    }
 
    100% {
 
        opacity: 1;
 
    }
 
}
 
  
@keyframes fadeIn {
+
.anchor-text:target {
     0% {
+
     display: inline-block;
        opacity: 0;
+
     padding-top: 60px;
     }
+
     margin-top: -60px;
     100% {
 
        opacity: 1;
 
    }
 
 
}
 
}
/* Addthis popup*/
+
#context li {
.lightboxField #at-cv-lightbox-submit {
+
position: relative;
    width: inherit !important;
 
    margin: 6px !important;
 
    padding: 4px 26px !important;
 
    background: rgb(2, 72, 129) !important;
 
 
}
 
}
 
+
.anchor-text:target:before {
.lightboxField .at-cv-input {
+
    content: "";
     width: inherit !important;
+
    display: block;
     margin: 0 0 20px !important;
+
    width: 1em;
     padding-left: 8px;
+
    height: 1.5em;
 +
    position: absolute;
 +
    border: solid 2px #2aaddc;
 +
    z-index: -1;
 +
    right: -21px;
 +
     width: calc(100% + 29px);
 +
     top: -3px;
 +
     height: calc(100% + 8px);
 +
    box-shadow: #2aaddc1f 0px 5px 11px 4px;
 +
    border-radius: 4px;
 
}
 
}
 
+
/* סינון במונחון */
div#at-cv-lightbox-message span {
+
input#filter-input {
     font-size: 38px;
+
     width: 90%;
     line-height: 1.3;
+
    padding: 7px 5px;
 +
    margin: 1em 5% 5px;
 +
     font-size: 1.2rem;
 
}
 
}
div#at-cv-lightbox-message span:first-line {
+
mark {
    font-weight: bold;
+
  background: orange;
    font-size: 50px;
+
  color: inherit;
    text-shadow: black 2px 2px 8px;
 
 
}
 
}
  
/* קישורי קבצים */
+
/* Accessibility */
*:not(.floatleft):not(.fullImageLink):not(.thumb) a[href$=".pdf"]:not(.image):after {
+
#md-accessibility {
     display: inline-block;
+
     position: fixed;
     position: relative;
+
     right: 0;
     content: "";
+
     float: right;
     top: 4px;
+
     top: 50%;
    height: 1.2em;
+
}
    background-repeat: no-repeat;
+
#md-accessibility a.mfb-component__button--main {
    background-size: contain;
+
     background-color: #2aaddc !important;
    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 {
+
#md-accessibility .mfb-component__wrap {
     display: none !important;
+
    padding: 0;
 +
     margin-right: -54px;
 
}
 
}
a[href$=".doc"]:not(.image):after, a[href$=".docx"]:not(.image):after {
+
 
    display: inline-block;
+
#md-accessibility .mfb-component__button--main {
    position: relative;
+
     width: 104px;
    content: "";
+
     padding-right: 1em;
    top: 4px;
+
     border-radius: 56px 0 0 56px;
    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 {
+
#md-accessibility .mfb-component__list > li {
display: inline-block;
+
     right: -5px;
    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;
+
#md-accessibility .mfb-component__button--main:after {
    position: relative;
+
     right: 106px;
    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;}
+
#md-accessibility .mfb-component--tl {
 
+
     animation: fromTop 1s 1;
a[href$=".ppt"].image,  a[href$=".pptx"].image,  a[href$=".pps"].image, a[href$=".ppsx"].image ,  a[href$=".doc"].image, a[href$=".docx"].image {
+
     -webkit-animation: fromTop 1s 1;
    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  {
+
#md-accessibility .mfb-component--tr {
     background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4f/Microsoft_Word_2013_logo.svg);}
+
    animation: fromTop 1.3s 1;
 +
     -webkit-animation: fromTop 1.3s 1;
 +
}
  
 +
/* Addthis popup*/
 +
.lightboxField #at-cv-lightbox-submit {
 +
    width: inherit !important;
 +
    margin: 6px !important;
 +
    padding: 4px 26px !important;
 +
    background: rgb(2, 72, 129) !important;
 +
}
  
.filehistory td > a[href$=".pdf"]:after {
+
.lightboxField .at-cv-input {
     background: none !important;
+
     width: inherit !important;
     display: none  !important;
+
     margin: 0 0 20px !important;
}
+
    padding-left: 8px;
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 */
+
div#at-cv-lightbox-message span {
/* popup */
+
    font-size: 38px;
body.page-עמוד_ראשי h1.firstHeading { display:none; }
+
    line-height: 1.3;
.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;}
+
/* קישורי קבצים */
 
+
img[srce=".svg"] {
.mwe-popups-is-not-tall svg {
+
max-width:100%;
width: 300px !important;
+
}
 +
*: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;
.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;
 
 
}
 
}
 
+
a[href$=".doc"]:not(.image):after, a[href$=".docx"]:not(.image):after {
.mwe-popups.flipped_x_y:after {
+
    display: inline-block;
border-top: 9px solid #fff;}
+
    position: relative;
 
+
    content: "";
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar, .ve-init-mw-viewPageTarget-toolbar {
+
    top: 4px;
width: 752px;}
+
    height: 1.2em;
 
+
    background-repeat: no-repeat;
.ve-activated #header, .ve-activated #Lheader {
+
    background-size: contain;
position: absolute;}
+
    width: 1.5em;
 
+
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/fd/Microsoft_Office_Word_%282019%E2%80%93present%29.svg);
/* gallery */
 
ul.gallery {
 
text-align:center;
 
 
}
 
}
  
.gallerytext p {
+
#content a[href^="mailto"]:after {
     font-size: 14px;
+
display: inline-block;
     text-align: center;
+
    font: "Font Awesome 5 Pro";
     font-weight: bold;
+
     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/f/fd/Microsoft_Office_Word_%282019%E2%80%93present%29.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;}
/* ניווט                                                                      */
 
/*********************************************************************************/
 
  
#header, #Lheader {
+
a[href$=".ppt"].image,  a[href$=".pptx"].image,  a[href$=".pps"].image, a[href$=".ppsx"].image , a[href$=".doc"].image, a[href$=".docx"].image {
position: fixed;
+
    display: inline-block;
z-index: 999;
+
    background-repeat: no-repeat;
left: 0;
+
    background-size: contain;
top: 0;
+
    background-position: center;
width: 100%;
+
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/0/0d/Microsoft_Office_PowerPoint_%282019%E2%80%93present%29.svg);
background: #fff;
+
    margin: 4px;
background: rgba(75,75,75,0.9);
+
    width: 60px;
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 {
+
a[href$=".doc"] .image, a[href$=".docx"].image  {
margin: 0;
+
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/fd/Microsoft_Office_Word_%282019%E2%80%93present%29.svg);}
}
 
#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 {
+
.filehistory td > a[href$=".pdf"]:after {
    top: 48px;
+
    background: none !important;
 +
    display: none  !important;
 
}
 
}
.nav-left > ul {
+
a.internal {display: none;}
top: 3em;
+
p a.internal, li > a.internal {display:inline;}
 +
 +
a.new {
 +
color:#000;
 +
text-decoration:none;
 +
    cursor: text;
 
}
 
}
#nav ul li.nav-left ul li {
+
 
padding: 12px 9px;
+
/* Popups */
min-height: 1em;
+
/* 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;
 
}
 
}
  
#nav ul li.nav-left i.fa.fa-arrows {
+
.mwe-popups.flipped.mwe-popups-no-image-tri:after {top: -6px;}
    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;}
+
.mwe-popups footer {display: none;}
div.vectorTabs span, div.vectorTabs, a.feedlink {
 
background-image:none;
 
height: initial;
 
}
 
  
div.vectorTabs span {
+
.mwe-popups.mwe-popups-is-not-tall .mwe-popups-extract {
height: initial;
+
     max-height: 117px !important;
}
+
     margin-bottom: 12px !important;
div.vectorTabs li a {
+
     padding-top: 3px !important;
    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 {
+
.mwe-popups.flipped_x_y:after {
margin: 1px 0;}
+
border-top: 9px solid #fff;}
  
#nav ul li i {color:#fff;}
+
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar, .ve-init-mw-viewPageTarget-toolbar {
 +
width: 752px;}
  
#nav ul li ul {
+
.ve-activated #header, .ve-activated #Lheader {
position:absolute;
+
position: absolute;}
display:none;
 
box-shadow: black -4px 4px 7px -1px;
 
}
 
  
#nav ul li ul li {
+
/* gallery */
float:none;
+
ul.gallery {
margin:0;
+
text-align:center;
padding-right:5px;
 
padding-left:8px;
 
color:#fff;
 
display:block;
 
background: rgba(75,75,75,0.9);
 
height: initial;
 
 
}
 
}
  
#right-navigation:before {
+
.gallerytext p {
     content: "\f013";
+
     font-size: 14px;
     position: absolute;
+
     text-align: center;
     font: normal normal normal 20px/1 FontAwesome;
+
     font-weight: bold;
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 {
+
#header, #Lheader {
display:none !important;
+
position: fixed;
margin-top: -3em;
+
z-index: 999;
margin-right: 12em;
+
left: 0;
width: 15em;
+
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:nth-child(3) > ul {width: 12.3em;}
 
  
#nav ul li ul li:hover ul, #nav ul li ul li ul:hover {
+
#nav ul li {
display:block !important;}
+
display: inline-block;
 
+
font-size: 1em;
#nav #social-bar-icon a {
+
float: right;
float:right;
+
margin:0;
width: 100%;
+
-webkit-transition:all 0.3s ease;
margin: 0;
+
-moz-transition:all 0.3s ease;
padding-right: 12px;
+
-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;
 
}
 
}
#social-bar-icon a:hover {
+
#nav ul li.nav-left ul {
background:rgba(58, 111, 255, 0.9);
+
left: 1PX;
 
}
 
}
#nav #social-bar-icon {
+
 
display:flex;
+
#nav ul li.nav-left ul {
margin:0;
+
    top: 48px;
padding:0;
 
 
}
 
}
#nav #social-bar-icon:hover {
+
.nav-left > ul {
background: rgba(75,75,75,0.9);
+
top: 3em;
 +
}
 +
#nav ul li.nav-left ul li {
 +
padding: 12px 9px;
 +
min-height: 1em;
 
}
 
}
#mw-page-base {
 
display:none;}
 
  
div.suggestions {
+
#nav ul li.nav-left i.fa.fa-arrows {
z-index: 99999;}
+
    display: inherit;
 
+
    padding: 2px 0 0 1px;
#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 {
+
#nav ul li.nav-left ul li ul {
padding: 9px;
+
    margin-left: 44px;
width: 147px;
+
    margin-top: -48px;
top: -153px;
+
box-shadow: none;
overflow: hidden;
 
height: 111px;
 
 
}
 
}
/* פירורי לחם */
+
#nav #p-personal {
#mw-head-base {
+
margin-top:-5px;
    margin: 0;
 
 
}
 
}
  
.ns-100 #breadcrumbs2 {
+
#p-cactions-label {display: none;}
    display: none;
+
div.vectorTabs span, div.vectorTabs, a.feedlink {
 +
background-image:none;
 +
height: initial;
 
}
 
}
  
#breadcrumbs2 {
+
div.vectorTabs span {
    background: #f2f2f2;
+
height: initial;
    padding: 5px 10px;
 
    margin: 0;
 
    font-size: 1em;
 
    text-align: center;
 
 
}
 
}
/* קטגוריות */
+
div.vectorTabs li a {
#mw-subcategories,  #mw-pages
+
    font-size: inherit;
{
 
padding: 1em;
 
background: rgb(241, 241, 241);
 
margin: 1em 0 2em;
 
box-shadow: black 4px 6px 13px -4px;
 
 
}
 
}
 
+
div.vectorTabs ul li {
#mw-subcategories h2, #mw-pages h2  {
+
    height: 3em;
font-size:1.5em;
 
text-align:center;
 
 
}
 
}
#mw-subcategories h3, #mw-pages h3 {
+
#nav #p-personal ul {
font-size:1.3em;
+
    padding-right: 0;
 +
    left: 30px;
 
}
 
}
 
+
#nav ul li.nav-left ul li ul li {
#mw-subcategories li, #mw-pages li, .mw-special-Categories #bodyContent li {
+
padding:0;
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 {
+
#nav ul li:hover {
content:"\f15b"
+
    background:rgba(249, 98, 98, 0.82);/*rgb(98, 139, 249)*/
 
}
 
}
#mw-pages li:hover:before {
+
content:"\f1c2"
+
#nav ul li a,#nav ul li p {
}
+
    display: block;
#mw-subcategories li:hover:before,  .mw-special-Categories #bodyContent li:hover:before  {
+
    color: inherit;
margin-right: -28px;
+
    text-decoration: none;
content:"\f07c"
+
    height: 3em;
 +
    line-height: 3em;
 +
    padding: 0 0.5em 0 0.5em;
 +
    outline: 0;
 +
    color:#fff;
 
}
 
}
  
#mw-pages > div > table > tbody > tr > td {
+
#nav ul li p {
padding: 0 13px;
+
margin: 1px 0;}
}
 
#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;
 
}
 
  
/* דפי מדיה */
+
#nav ul li i {color:#fff;}
#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 {
+
#nav ul li ul {
    font-size: 2em;
+
position:absolute;
}
+
display:none;
/* תוכן עניינים */
+
box-shadow: black -4px 4px 7px -1px;
.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;
 
 
}
 
}
  
 +
#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: "Font Awesome 5 Pro";
 +
left: 16px;
 +
}
  
#toc {
+
#nav ul li ul li:hover {
-webkit-transition:right 0.5s ease;
+
background:rgba(58, 111, 255, 0.9);
-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 {
+
body.page-עמוד_ראשי #nav ul li ul li:hover {
background: gray;
+
background: rgba(71, 121, 255, 0.95);
border-radius: 4px;
 
padding: 4px;
 
color: #fff;
 
 
}
 
}
#tocmeta, #toctitle > h2, span.toctoggle {
+
#nav ul li:hover ul, #nav ul li ul:hover {
    display: none;
+
display:block;
 
}
 
}
  
#toc h1.firstHeading {
+
#nav ul li ul li ul {
    margin-top: 0;
+
display:none !important;
    text-align: right;
+
margin-top: -3em;
    border-bottom: #c1c1c1 solid;
+
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;}
  
#toc li {
+
#nav #social-bar-icon a {
text-align: right;
+
float:right;
font-size: 16px;
+
width: 100%;
margin-bottom: 3px;
+
margin: 0;
 +
padding-right: 12px;
 +
}
 +
#social-bar-icon a:hover {
 +
background:rgba(58, 111, 255, 0.9);
 
}
 
}
li.toclevel-2 {
+
#nav #social-bar-icon {
font-weight: normal;
+
display:flex;
 +
margin:0;
 +
padding:0;
 
}
 
}
li.toclevel-1 {
+
#nav #social-bar-icon:hover {
font-weight: bold;
+
background: rgba(75,75,75,0.9);
 
}
 
}
.toctoggle {transition: all 0.4s ease;}
+
#mw-page-base {
.tocnumber { display: none; }
+
display:none;}
  
 +
div.suggestions {
 +
z-index: 99999;}
  
@media only screen and (max-width: 1200px) {
+
#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;}
#toc, .toc {
+
 
position: relative !important;
+
#nav #ca-watch > span > a, #ca-unwatch.icon a {
}
+
background-repeat: no-repeat;
#p-tb {display: none;}
+
float:left;
 +
margin: -5px 6px;
 
}
 
}
 
+
#p-logo {
 
+
padding: 9px;
@media only screen and (min-width: 1200px) {
+
width: 147px;
#toc li a {
+
top: -153px;
color: rgb(106, 106, 106);
+
overflow: hidden;
 +
height: 111px;
 
}
 
}
 
+
/* פירורי לחם */
a#togglelink {
+
#mw-head-base {
color: #808080;
+
    margin: 0;
 +
    height: 0;
 
}
 
}
  
span.toctoggle {
+
.ns-90 #breadcrumbs2 {
margin: 0px 1em 0 -2em;
+
    display: none;
 
}
 
}
  
#toc, .toc {
+
#breadcrumbs2 {
background: #f2f2f2;
+
    background: #f2f2f2;
position: absolute;
+
     padding: 5px 10px;
right:-261px;
+
     margin: 0;
top: 15em;
+
    font-size: 1em;
     padding: 1em 2em;
+
    text-align: center;
     z-index: 0;
+
}
width: 190px;
+
.cat-באנר #breadcrumbs2 {
border: none;
+
display: 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; */
 
 
}
 
}
 
+
#image-banner #breadcrumbs2 {
#tocmeta {display:block;}
+
display: block;
#tocmeta #firstHeading {font-size: 1.2em;
 
text-align: center;
 
font-weight:bold;}
 
 
 
.tochidden {
 
visibility: hidden;
 
 
}
 
}
.tochidden .toctoggle {
+
/* קטגוריות */
visibility: visible;
+
#mw-subcategories,  #mw-pages
margin-left: 8em;
+
{
 +
padding: 1em;
 +
background: rgb(241, 241, 241);
 +
margin: 1em 0 2em;
 +
box-shadow: black 4px 6px 13px -4px;
 
}
 
}
  
.tochidden #togglelink {
+
#mw-subcategories h2, #mw-pages h2  {
opacity: 0;
+
font-size:1.5em;
 +
text-align:center;
 
}
 
}
/*.tochidden .toctoggle:before {
+
#mw-subcategories h3, #mw-pages h3 {
content:"+";
+
font-size:1.3em;
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);
+
#mw-pages > div > table > tbody > tr > td {
-ms-transform: rotate(23deg);
+
padding: 0 13px;
-o-transform: rotate(23deg);
 
transform: rotate(23deg);
 
color: #656565;
 
 
}
 
}
 +
#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;
 
}
 
}
@media only screen and (min-width: 1444px) {
+
.catlinks li:first-child {
#toc, .toc {
+
    margin-right: -2px;
right:-353px;
+
    }
width: 255px;
+
   
 +
    .catlinks li {
 +
border-right: none;
 +
    }
 +
    .catlinks li  a {
 +
    background: #2aaddc;
 +
    border-radius: 3px;
 +
    border: solid thin #2aaddc;
 +
    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: #fff;
 +
    color: #2aaddc;
 +
    }
 +
   
 +
    .catlinks {
 +
    border: none;
 +
    background-color: transparent; }
 +
   
 +
   
 +
    #page1 {
 +
    margin-top:-4em;
 +
    }
 +
/* דפי מדיה */
 +
#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 2em 0 0;
+
/* תוכן עניינים */
 +
.toctogglespan {
 +
display: none;
 
}
 
}
 +
.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;
 
}
 
}
  
/* RTL adjustments */
 
.dropdown-menu {
 
right: 0;
 
left: inherit;}
 
  
#userbar .nav {
+
#toc {
cursor: pointer;
+
-webkit-transition:right 0.5s ease;
padding: 0;
+
-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;
 
}
 
}
  
.nav-pills .dropdown-menu {
+
#toc li {
 
text-align: right;
 
text-align: right;
 +
font-size: 16px;
 +
margin-bottom: 3px;
 
}
 
}
#innerbodycontent {
+
 
max-width: 750px;
+
#toc a.active {
margin-left: auto;
+
font-weight:bold;
margin-right: auto;
 
 
}
 
}
 
+
li.toclevel-2 {
#catlinks {
+
font-weight: normal;
margin: 1em auto 1em auto;
 
max-width: 750px;
 
 
}
 
}
#mw-normal-catlinks {
+
li.toclevel-1 {
color: transparent;
+
font-weight: bold;
margin-top: 2em;
 
 
}
 
}
#mw-normal-catlinks > a {
+
.toctoggle {transition: all 0.4s ease;}
display: none;
+
.tocnumber { display: none; }
 +
 
 +
 
 +
@media only screen and (max-width: 1200px) {
 +
#toc, .toc {
 +
position: relative !important;
 +
}
 +
#p-tb {display: none;}
 
}
 
}
  
/* קטגוריות */
 
.catlinks li:first-child {
 
margin-right: -2px;
 
}
 
  
.catlinks li {
+
@media only screen and (min-width: 1200px) {
background: rgb(98, 129, 205);
+
div#content {
border-radius: 3px;
+
    min-height: 52vh;
border-right: none;
 
padding: 0.1em 0.5em 0.2em;
 
margin-right:6px;
 
 
}
 
}
.catlinks li > a:hover {
+
#toc li a {
text-decoration:none;
+
color: rgb(106, 106, 106);
 
}
 
}
.catlinks a {
+
 
color: #fff;
+
a#togglelink {
 +
color: #808080;
 
}
 
}
.catlinks li:hover {
+
 
background: rgb(48, 98, 219);
+
span.toctoggle {
 +
margin: 0px 1em 0 -2em;
 
}
 
}
  
.catlinks {
+
#toc, .toc {
 +
background: #f2f2f2;
 +
position: absolute;
 +
right:-261px;
 +
top: 15em;
 +
    padding: 1em 2em;
 +
    z-index: 0;
 +
width: 190px;
 
border: none;
 
border: none;
background-color: transparent; }
+
}
  
 +
#tocmeta {display:block;}
 +
#tocmeta #firstHeading {font-size: 1.2em;
 +
text-align: center;
 +
font-weight:bold;}
  
#page1 {
+
.tochidden {
margin-top:-4em;
+
visibility: hidden;
 +
}
 +
.tochidden .toctoggle {
 +
visibility: visible;
 +
margin-left: 8em;
 
}
 
}
  
/* פופאפ */
+
.tochidden #togglelink {
.CoverPop-open,
+
opacity: 0;
.CoverPop-open body {
 
    overflow: hidden;
 
 
}
 
}
+
.tochidden .toctoggle:before:hover {
#CoverPop-cover {
+
}
    display: none;
+
a.scrollFixIt {
    position: fixed;
+
-webkit-transform: rotate(23deg);
    overflow-y: scroll;
+
-moz-transform: rotate(23deg);
    top: 0;
+
-ms-transform: rotate(23deg);
    left: 0;
+
-o-transform: rotate(23deg);
    right: 0;
+
transform: rotate(23deg);
    bottom: 0;
+
color: #656565;
    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; }
 
 
}
 
}
 
+
@media only screen and (min-width: 1444px) {
+
#toc, .toc {
.coverpopwrapper {
+
right:-353px;
width: 622px;
+
width: 255px;
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);
 
 
}
 
}
+
.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;
.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;
 
 
}
 
}
/* קופסאת אור */
 
  
 +
/* RTL adjustments */
 +
.dropdown-menu {
 +
right: 0;
 +
left: inherit;}
  
.fancybox-overlay-fixed {
+
#userbar .nav {
direction: ltr;
+
cursor: pointer;
z-index: 10000  !important;}
+
padding: 0;
.fancybox-opened {
 
z-index: 10001 !important;
 
 
}
 
}
.fancybox-title-float-wrap .child {
+
 
direction: rtl;
+
.nav-pills .dropdown-menu {
}
+
text-align: right;
.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;
 
 
}
 
}
 
+
#innerbodycontent {
.mlb-fullscreen {
+
max-width: 750px;
top: 7em;
+
margin-left: auto;
background-image: url(/images/icons/FS.svg);
+
margin-right: auto;
 
}
 
}
  
.fancybox-close:hover, .mlb-close:hover, .mlb-fullscreen:hover {
+
#catlinks {
opacity: 1;
+
margin: 1em auto 1em auto;
 +
max-width: 750px;
 
}
 
}
/* mediaviewer */
+
#mw-normal-catlinks {
 
+
color: transparent;
.mlb-wrapper {
+
margin-top: 2em;
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;
 
 
}
 
}
 
+
#mw-normal-catlinks > a {
.mlb-overlay {
+
display: none;
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 {
+
/* share */
color: #000;
+
div#at4-whatsnext {
margin-top: 51px;
+
     background-image: url(https://doalogue.co.il/wiki/images/7/75/LOGO_NS.png);
}
+
     background-size: 42%;
 
+
     background-repeat: no-repeat;
.mlb-fullscreen, .mlb-close, .mlb-controls {
+
     background-position: 0% 34%;
/*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;
 
     background-color: #fff;
 
}
 
}
שורה 1,053: שורה 918:
 
position: absolute;
 
position: absolute;
 
content: "\f1e0";
 
content: "\f1e0";
font-family: FontAwesome,'Helvetica Neue',Helvetica,Arial,sans-serif;
+
font-family: "Font Awesome 5 Pro",'Helvetica Neue',Helvetica,Arial,sans-serif;
 
color: #000;
 
color: #000;
 
opacity: 0.24;
 
opacity: 0.24;
שורה 1,065: שורה 930:
 
.atss {
 
.atss {
 
z-index: 998 !important;}
 
z-index: 998 !important;}
 +
 
/* תבנית ניווט */
 
/* תבנית ניווט */
 
.navbox, .navbox a, .navbox a.extiw {
 
.navbox, .navbox a, .navbox a.extiw {
שורה 1,079: שורה 945:
 
background-color: transparent;
 
background-color: transparent;
 
}
 
}
 
+
.mw-body table {
 +
width: auto;
 +
}
  
  
שורה 1,087: שורה 955:
  
 
.navigaion {margin-top: 2em;}
 
.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 */
 
/* flip */
שורה 1,130: שורה 986:
 
}
 
}
  
/* -- make sure to declare a default for every property that you want animated -- */
 
/* -- general styles, including Y axis rotation -- */
 
 
.panel .front, .nopanel .front {
 
.panel .front, .nopanel .front {
 
     position: absolute;
 
     position: absolute;
שורה 1,206: שורה 1,060:
 
.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.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.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.paradigm-org {background:url('../images/overlay.png'), url( https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/Sort_sol_ved_%C3%98rns%C3%B8_2007.jpg/320px-Sort_sol_ved_%C3%98rns%C3%B8_2007.jpg) no-repeat 0 0 / cover;}
 
.front.local1 {background:url('../images/overlay.png'), url(../images/fulls/03.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.local2 {background:url('../images/overlay.png'), url( //doalogue.co.il/images/fulls/01.jpg) no-repeat 0 0 / cover;}
שורה 1,219: שורה 1,073:
 
.porback  
 
.porback  
 
{position: absolute;
 
{position: absolute;
background: url( https://doalogue.co.il/wp-content/uploads/2019/01/intro-11.jpg) 0 0 / 100% 100% fixed;
+
/* background: url( https://doalogue.co.il/wp-content/uploads/2019/01/intro-11.jpg) 0 0 / 100% 100% fixed; */
 +
background: #4d99e7;
 
top: 0;
 
top: 0;
 
right: 0;
 
right: 0;
שורה 1,226: שורה 1,081:
 
background-size:cover;
 
background-size:cover;
 
opacity: 0.5;}
 
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);}
 
#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);}
  
שורה 1,244: שורה 1,099:
 
#innovation-portal > div > div.front > div.porback, #innovation-portal > div.nopanel > div.gridcell > div > div.porback {
 
#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);
 
background-image: url(https://lh5.googleusercontent.com/-kifGoYF7iEI/U9Q3x9XjaFI/AAAAAAAAELA/2B0Jjf3B0ew/w877-h658-no/lh4.jpg);
 +
}
 +
 +
#system-thinking > div > div.front > div.porback, #system-thinking > div.nopanel > div.gridcell > div > div.porback {
 +
background-image: url(https://doalogue.co.il/wiki/upload/doalogue/8/84/Organic-network.jpg);
 
}
 
}
 
#try > div > div.front > div.porback, #try > div.nopanel > div.gridcell > div > div.porback {
 
#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);
 
background-image: url(https://lh3.googleusercontent.com/-vu1VcjBBcCs/U9Qt3XYRqVI/AAAAAAAAEJk/a9KoH_i09_Y/w987-h658-no/chicago-bean-329248.jpg);
 
}
 
}
 
+
*/
 
.panel.flip .back {
 
.panel.flip .back {
 
     z-index: 1000;
 
     z-index: 1000;
שורה 1,333: שורה 1,192:
 
   display: block;
 
   display: block;
 
   margin: auto;
 
   margin: auto;
max-width:100%;
+
  max-width:100%;
   height: 100%;}
+
   height: 100%;
 +
}
 +
@media (max-width: 767px) {
 +
#content .responsive-diagram {
 +
  overflow-x: auto;
 +
}
 +
#content .responsive-diagram svg {
 +
  max-width: fit-content;
 +
  max-height: 75vw;
 +
  height: unset;
 +
}
 +
}
  
.ns-100 #firstHeading, .ns-102 #firstHeading {
+
.diagram2pdf {
 +
    position: absolute;
 +
    margin-top: -1.2em;
 +
    z-index: 4;
 +
    left: .5em;
 +
    cursor: pointer;
 +
    color: var(--doalogue-azure);
 +
}
 +
.hide.visible {
 +
display: block;
 +
}
 +
.ns-90 #firstHeading, .ns-102 #firstHeading {
 
margin-top: 0;
 
margin-top: 0;
 
font-size: 3.6em;
 
font-size: 3.6em;
שורה 1,346: שורה 1,227:
 
}
 
}
  
.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 {
+
.ns-90 .mw-body p, .page-פורטלים .mw-body p, .page-קורסים_והכשרות .mw-body p, .ns-90 .mw-body .thumb, .page-פורטלים .mw-body thumb, .page-קורסים_והכשרות .mw-body thumb {
 
display: none;
 
display: none;
 
}
 
}
  
.ns-100 #p-logo a, .ns-102 #p-logo a {
+
.ns-90 #p-logo a, .ns-102 #p-logo a {
 
     z-index: 99;
 
     z-index: 99;
 
     position: relative;
 
     position: relative;
שורה 1,367: שורה 1,248:
 
}
 
}
  
.ns-100 #mw-page-base, .ns-102 #mw-page-base {
+
.ns-90 #mw-page-base, .ns-102 #mw-page-base {
 
height: 0em;}  
 
height: 0em;}  
  
שורה 1,388: שורה 1,269:
 
#cite_ref-1 {
 
#cite_ref-1 {
 
line-height: 1;
 
line-height: 1;
 +
}
 +
/* תבנית תמונה */
 +
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;
 
}
 
}
  
/* slider*/
+
.thumbinner2 a {
 
+
left: 3px;
#wslider .thumb, #wslider table {display:none;}
+
right: 3px;
.gallery .control-operator:target ~ .controls .control-button {
+
top: 8px;
  color: #ccc;
+
bottom: 2.5em;
  color: rgba(255, 255, 255, 0.4);
+
position: absolute;
 +
opacity: 0;
 
}
 
}
  
.gallery .control-button:first-of-type,
+
.thumbinner2 img {
.items-2 .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
+
width: 100%; }
.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),
+
.thumbcaption a {
.items-3 .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
+
position: relative !important;
.items-3 .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
+
opacity: 1;
.items-4 .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
+
left: 0;
.items-4 .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
+
right: 0;
.items-4 .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
+
top: 0;
.items-4 .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
+
bottom: 0;
.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 {
+
.toccolours .mw-body h3 {
  position: static;
+
margin-top: 0.3em;
   opacity: 1;
+
   margin-bottom: .3em;
 
}
 
}
  
.gallery .item {
+
#frontl h3 {
  position: absolute;
+
text-align: center;}
  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 {
+
#mf-frontl:hover {
  display: none;
+
box-shadow: gray 3px 3px 5px 1px;
 +
margin-top: -3px;
 +
border-radius: 10px;
 +
margin-bottom: 3px;
 
}
 
}
  
.gallery .control-operator:target ~ .item {
+
.thumb.strip > div > img {
  pointer-events: none;
+
margin-top: -13em;
  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 {
+
.nav-links a:hover {
  0% {
+
color: white;
    color: #ccc;
+
overflow: hidden;
    color: rgba(255, 255, 255, 0.4);
+
padding: 0 10px 0 10px;
  }
+
background: rgba(59,164,204,0.88);
 +
padding: 1em;}
  
  14.3%, 50% {
+
.nav-links a {
    color: white;
+
position: relative;
    color: rgba(255, 255, 255, 0.8);
+
margin-top: -9px;
  }
+
padding-top: 9px;
 
+
padding-right: 30px;
  64.3%, 100% {
+
padding-left: 30px;
    color: #ccc;
+
box-shadow: none;
    color: rgba(255, 255, 255, 0.4);
+
-webkit-transition: all 500ms ease;
  }
+
-o-transition: all 500ms ease;
}
+
transition: all 500ms ease;
 
+
font-family: Arial;
@-o-keyframes controlAnimation-2 {
+
color: gray;
  0% {
+
font-weight: 700;
    color: #ccc;
+
text-align: left;
    color: rgba(255, 255, 255, 0.4);
+
letter-spacing: 1px;
  }
+
text-decoration: none;
 +
font-size: 16px;
 +
}
  
  14.3%, 50% {
+
#mf-table {
    color: white;
+
background-color: rgba(20, 20, 20, .6);  
    color: rgba(255, 255, 255, 0.8);
+
}
  }
 
  
  64.3%, 100% {
+
#mf-fronts {
    color: #ccc;
+
border-top: 13px solid white;
    color: rgba(255, 255, 255, 0.4);
+
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;
 
}
 
}
  
@keyframes controlAnimation-2 {
+
#mf-fronts a, .template-header a {
  0% {
+
color:#fff !important;
    color: #ccc;
+
font-weight:bold;}
    color: rgba(255, 255, 255, 0.4);
 
  }
 
  
  14.3%, 50% {
+
#mf-fronts a:hover {
    color: white;
+
color:#FFF;
    color: rgba(255, 255, 255, 0.8);
+
}
  }
 
  
   64.3%, 100% {
+
#mf-fronts ul{
    color: #ccc;
+
position: relative;
    color: rgba(255, 255, 255, 0.4);
+
padding-left: 0;
   }
+
   display: inline-block;
 +
  position: relative;
 +
  max-width: 1189px;
 +
  margin: 0.3em auto 0;
 +
   padding-left: 0;
 +
  list-style-image: none;
 
}
 
}
  
@-webkit-keyframes galleryAnimation-5 {
+
#mf-fronts h3 {
  0% {
+
border: none;
    opacity: 0;visibility:hidden;
+
text-align: center;
  }
+
margin-top: 10px;
 
+
color: #fff;
  5.7%, 20% {
+
font-weight: bold;
    opacity: 1;
+
background: transparent;
  }
+
line-height: 1.2;  
 
+
}
  25.7%, 100% {
+
#sides {
    opacity: 0;visibility: hidden;
+
display: none;
  }
+
}
 +
#sides:hover {
 +
background: transparent;
 
}
 
}
  
@-o-keyframes galleryAnimation-5 {
+
#mf-wiki {
  0% {
+
background-color: white;
    opacity: 0;visibility: hidden;
+
text-align: center;
  }
+
margin: 0 auto 4em;
 
+
max-width: 801px;
  5.7%, 20% {
 
    opacity: 1;
 
  }
 
 
 
  25.7%, 100% {
 
    opacity: 0;visibility: hidden;
 
  }
 
 
}
 
}
  
@keyframes galleryAnimation-5 {
+
#page4 {
  0% {
+
max-width: 1000px;
    opacity: 0; visibility: hidden;
+
margin: 0 auto;
  }
 
 
 
  5.7%, 20% {
 
    opacity: 1;
 
  }
 
 
 
  25.7%, 100% {
 
    opacity: 0; visibility: hidden;
 
  }
 
 
}
 
}
  
.items-2.autoplay .control-button {
+
#mf-wiki h2 {
  -webkit-animation: controlAnimation-2 28s infinite;
+
border:none;
  -o-animation: controlAnimation-2 28s infinite;
+
font-size: 33px;
  animation: controlAnimation-2 28s infinite;
+
font-weight: 300;
 +
margin-top: 60px;
 +
margin-bottom: 20px;  
 +
line-height: normal;
 
}
 
}
 
+
#mf-wiki p {
.items-2.autoplay .item {
+
font-size: 18px;
  -webkit-animation: galleryAnimation-2 28s infinite;
 
  -o-animation: galleryAnimation-2 28s infinite;
 
  animation: galleryAnimation-2 28s infinite;
 
 
}
 
}
 
+
#fr-shadow, #frshadow {
.items-2 .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
+
width: 90%;
  pointer-events: auto;
+
background-image: linear-gradient(to bottom,rgba(150,150,150,0.5),rgba(150,150,150,0));
  opacity: 1;
+
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));
.items-2 .control-button:nth-of-type(1),
+
background-image: -ms-linear-gradient(top,rgba(150,150,150,0.5),rgba(150,150,150,0));
.items-2 .item:nth-of-type(1) {
+
background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(150,150,150,0.5)),to(rgba(150,150,150,0)));
  -webkit-animation-delay: -2s;
+
background-image: -webkit-linear-gradient(top,rgba(150,150,150,0.5),rgba(150,150,150,0));
  -o-animation-delay: -2s;
+
background-image: -o-linear-gradient(top,rgba(150,150,150,0.5),rgba(150,150,150,0));
  animation-delay: -2s;
+
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;
 
}
 
}
  
.items-2 .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
+
#fr-shadow:after, #frshadow:after {
  pointer-events: auto;
+
content: '';
  opacity: 1;
+
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)";
 
}
 
}
  
.items-2 .control-button:nth-of-type(2),
+
#fr-shadow:after, #frshadow:after {
.items-2 .item:nth-of-type(2) {
+
width: 70%;
  -webkit-animation-delay: 5s;
+
left: 15%;
  -o-animation-delay: 5s;
 
  animation-delay: 5s;
 
 
}
 
}
  
@-webkit-keyframes controlAnimation-3 {
+
#fr-shadow:before, #frshadow:before {
  0% {
+
display: table;
    color: #ccc;
+
content: "";
    color: rgba(255, 255, 255, 0.4);
+
}
  }
 
  
  9.5%, 33.3% {
+
body.page-פורטל:ויקי #fr-shadow {
    color: white;
+
width: 70%;}
    color: rgba(255, 255, 255, 0.8);
 
  }
 
  
  42.9%, 100% {
+
 
    color: #ccc;
+
#mf-frontl, #frontl {
    color: rgba(255, 255, 255, 0.4);
+
padding:2em;
  }
+
-webkit-transition: all 200ms ease;
 +
-o-transition: all 200ms ease;
 +
transition: all 200ms ease;
 
}
 
}
  
@-o-keyframes controlAnimation-3 {
+
#mf-frontl h3 {
  0% {
+
text-align: center;}
    color: #ccc;
 
    color: rgba(255, 255, 255, 0.4);
 
  }
 
  
  9.5%, 33.3% {
+
#mf-frontl:hover {
    color: white;
+
box-shadow: gray 3px 3px 5px 1px;
    color: rgba(255, 255, 255, 0.8);
+
margin-top: -3px;
  }
+
border-radius: 10px;
 
+
margin-bottom: 3px;
  42.9%, 100% {
 
    color: #ccc;
 
    color: rgba(255, 255, 255, 0.4);
 
  }
 
 
}
 
}
  
@keyframes controlAnimation-3 {
+
.ns-90 div#mw-head, body.page-עמוד_ראשי div#mw-head, body.page-עמוד_ראשי .at4-whatsnext-outer-container.addthis-smartlayers-desktop.addthis-smartlayers {
  0% {
+
position: relative;
    color: #ccc;
+
display: none;}
    color: rgba(255, 255, 255, 0.4);
 
  }
 
  
  9.5%, 33.3% {
+
body.page-עמוד_ראשי #p-logo {
    color: white;
+
display:none;
    color: rgba(255, 255, 255, 0.8);
+
}
  }
+
.ns-90 #catlinks, body.page-עמוד_ראשי #catlinks {
 
+
display: none;
  42.9%, 100% {
 
    color: #ccc;
 
    color: rgba(255, 255, 255, 0.4);
 
  }
 
 
}
 
}
  
@-webkit-keyframes galleryAnimation-3 {
+
.ns-90 div#footer ul, body.page-עמוד_ראשי div#footer ul {
  0% {
+
margin: 0 0 0 9em;}
    opacity: 0; visibility: hidden;
 
  }
 
  3% {
 
    opacity: 0; visibility: visible;
 
  }
 
  
  5.5%, 33.3% {
+
.ns-90 #footer-info-lastmod, body.page-עמוד_ראשי #footer-info-lastmod, #footer-info-viewcount
    opacity: 1; visibility: visible;
+
{
  }
+
display: none;
 
+
}
  42.9%, 45% {
+
.ns-90 div#content,.ns-102 div#content, body.page-עמוד_ראשי div#content {
    opacity: 0; visibility: visible;
+
border: none;
  }
+
margin: 0;
  45%, 100% {
+
padding: 0;
    opacity: 0; visibility: hidden;
+
width: 100%;
  }
+
max-width: 100%;
 +
padding-bottom: 1em;
 +
box-shadow: rgba(20,20,20,0.3) 0px 5px 6px 1px;
 
}
 
}
  
@-o-keyframes galleryAnimation-3 {
+
#mf{
  0% {
+
position: relative;
    opacity: 0; visibility: hidden;
+
overflow: hidden;
  }
+
color:#333;
  3% {
+
}
    opacity: 0; visibility: visible;
+
#mf-banner {
  }
+
background: url( https://doalogue.co.il/wp-content/uploads/2019/01/intro-11.jpg);
 
+
background-attachment: fixed;
  5.5%, 33.3% {
+
margin-top: 20px;
    opacity: 1; visibility: visible;
+
background-position: 57% 100%;
  }
+
overflow: hidden;
 
+
position: relative;
  42.9%, 45% {
+
background-repeat: no-repeat;
    opacity: 0; visibility: visible;
+
background-size: cover;
  }
 
  45%, 100% {
 
    opacity: 0; visibility: hidden;
 
  }
 
 
}
 
}
 +
mf-logo {
 +
background-image: url(/doalogo.png);}
 +
body.page-עמוד_ראשי h1.firstHeading { display:none; }
  
@keyframes galleryAnimation-3 {
 
  0% {
 
    opacity: 0; visibility: hidden;
 
  }
 
  3% {
 
    opacity: 0; visibility: visible;
 
  }
 
  
  5.5%, 33.3% {
+
#mf-banner-intro {
    opacity: 1; visibility: visible;
+
margin: 6em 30%;
  }
+
padding: 20px; position: relative;  
 
+
max-width: 590px;
  42.9%, 45% {
+
z-index: 1; font-size: 200%;
    opacity: 0; visibility: visible;
+
text-align: center;
  }
+
opacity: 0.9; -moz-border-radius: 10px; -webkit-border-radius:10px; border-radius:10px;
  45%, 100% {
+
color: white;
    opacity: 0; visibility: hidden;
+
-webkit-transition: all 500ms ease;
  }
+
-o-transition: all 500ms ease;
 +
transition: all 500ms ease;
 
}
 
}
  
.items-3.autoplay .control-button {
+
#mf-banner-intro h2{
  -webkit-animation: controlAnimation-3 28s infinite;
+
font-size: 2.3em; text-align: center; line-height:100%; color:#FFF;
  -o-animation: controlAnimation-3 28s infinite;
+
border-bottom: 1px solid #fff;
  animation: controlAnimation-3 28s infinite;
+
margin-bottom: -0.2em;
 +
text-shadow: black 1px 8px 11px,black 0px 0px 7px;
 +
overflow: visible;
 +
text-indent: 0;
 +
text-align: center;
 
}
 
}
  
.items-3.autoplay .item {
+
#mf-banner-intro h3 {
  -webkit-animation: galleryAnimation-3 28s infinite;
+
font-size: 1.1em;
  -o-animation: galleryAnimation-3 28s infinite;
+
font-weight: 100;
  animation: galleryAnimation-3 28s infinite;
+
line-height: 1.1;
 +
color: white;
 +
text-shadow: black 2px 2px 8px,black 1px 1px 2px;
 
}
 
}
  
.items-3 .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
+
#mf-banner-intro:hover h4 {opacity:0;
  pointer-events: auto;
+
-webkit-transition: all 500ms ease;
  opacity: 1;
+
-o-transition: all 500ms ease;
 +
transition: all 500ms ease;
 +
font-size:medium;
 
}
 
}
  
.items-3 .control-button:nth-of-type(1),
+
#mf-banner-intro h4 {
.items-3 .item:nth-of-type(1) {
+
  color: white;
  -webkit-animation-delay: -2s;
+
line-height: 0.5;
  -o-animation-delay: -2s;
+
-webkit-transition: all 500ms ease;
  animation-delay: -2s;
+
-o-transition: all 500ms ease;
}
+
transition: all 500ms ease;
 
+
margin-bottom: -0.7EM;
.items-3 .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
+
margin-top: -0.2EM;
  pointer-events: auto;
 
  opacity: 1;
 
 
}
 
}
  
.items-3 .control-button:nth-of-type(2),
+
#mf-banner-intro p{
.items-3 .item:nth-of-type(2) {
+
color:#FFF;
  -webkit-animation-delay: 5s;
+
opacity: 0;
  -o-animation-delay: 5s;
+
font-size: larger;
  animation-delay: 5s;
+
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;
 
}
 
}
  
.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),
+
body.page-עמוד_ראשי#simpleSearch
.items-3 .item:nth-of-type(3) {
+
{
  -webkit-animation-delay: 12s;
+
top: 18.5em;
  -o-animation-delay: 12s;
+
left: 1em;
  animation-delay: 12s;
+
position: absolute;
 +
width: 236px;
 +
z-index: 11;
 +
float: left;
 +
font-size: 110%;
 
}
 
}
  
@-webkit-keyframes controlAnimation-4 {
+
/*.highlight {
  0% {
+
     background: #FF9696;
     color: #ccc;
+
     border-radius: 3px;
     color: rgba(255, 255, 255, 0.4);
+
     padding: 3px;
  }
+
}*/
 
 
  7.1%, 25% {
 
     color: white;
 
    color: rgba(255, 255, 255, 0.8);
 
  }
 
  
  32.1%, 100% {
+
#mf-search-back{
    color: #ccc;
+
position: absolute;
    color: rgba(255, 255, 255, 0.4);
+
background: transparent;
  }
 
 
}
 
}
  
@-o-keyframes controlAnimation-4 {
+
#mf-logo img {
  0% {
+
vertical-align: middle;
    color: #ccc;
+
position: absolute;
    color: rgba(255, 255, 255, 0.4);
+
z-index: 2;
  }
+
margin-right: 0em;
 
+
clip: rect(0px,100px,70px,0px);
  7.1%, 25% {
+
width: 100px;
    color: white;
+
right: 1em;
    color: rgba(255, 255, 255, 0.8);
+
margin-top: -5em;
  }
 
 
 
  32.1%, 100% {
 
    color: #ccc;
 
    color: rgba(255, 255, 255, 0.4);
 
  }
 
 
}
 
}
  
@keyframes controlAnimation-4 {
+
body.page-עמוד_ראשי #mw-head-base {
  0% {
+
margin-top: -4em;
    color: #ccc;
+
margin-right: 10em;
    color: rgba(255, 255, 255, 0.4);
+
height: 0em;}
  }
 
  
  7.1%, 25% {
+
#mf-wrap {
    color: white;
+
height: 46em;
    color: rgba(255, 255, 255, 0.8);
+
overflow: hidden;
  }
 
 
 
  32.1%, 100% {
 
    color: #ccc;
 
    color: rgba(255, 255, 255, 0.4);
 
  }
 
 
}
 
}
  
@-webkit-keyframes galleryAnimation-4 {
+
#main-bottom, #main-bottom p {
  0% {
+
text-align:center;
    opacity: 0;
+
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;
 +
}
  
  7.1%, 25% {
 
    opacity: 1;
 
  }
 
  
  32.1%, 100% {
+
#lowtable {
    opacity: 0;
+
margin: 0 12%;
  }
+
clear: both;
 
}
 
}
  
@-o-keyframes galleryAnimation-4 {
+
#rb-grid {
  0% {
+
list-style: none;
    opacity: 0;
+
text-align: center;
  }
+
margin: 0 auto;
 
 
  7.1%, 25% {
 
    opacity: 1;
 
  }
 
 
 
  32.1%, 100% {
 
    opacity: 0;
 
  }
 
 
}
 
}
  
@keyframes galleryAnimation-4 {
+
#rb-grid li {
   0% {
+
max-width: 146px;
    opacity: 0;
+
   height: 9em;
   }
+
  margin: -19px 0 -18px;
 
+
   background: transparent;
   7.1%, 25% {
+
  color: #fff;
    opacity: 1;
+
   display: block;
   }
+
  padding: 1.6em 0;
 
+
   position: relative;
   32.1%, 100% {
+
  -webkit-transition: all 0.4s ease;
    opacity: 0;
+
   -moz-transition: all 0.4s ease;
   }
+
  transition: all 0.4s ease;
 +
  animation: mfronts1 25s infinite;
 +
   float: right;
 
}
 
}
  
.items-4.autoplay .control-button {
+
#mf-front {
  -webkit-animation: controlAnimation-4 28s infinite;
+
    padding: 0 6px;
  -o-animation: controlAnimation-4 28s infinite;
 
  animation: controlAnimation-4 28s infinite;
 
 
}
 
}
  
.items-4.autoplay .item {
+
#rb-grid li:hover {
  -webkit-animation: galleryAnimation-4 28s infinite;
+
background-color: rgba(71, 121, 255, 0.8);  
  -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) {
+
.rb-grid li h3 {
  pointer-events: auto;
+
font-size: 1.5em;
  opacity: 1;
+
font-weight: 100;
 
}
 
}
  
.items-4 .control-button:nth-of-type(1),
+
.rb-grid li:hover .rb-temp {
.items-4 .item:nth-of-type(1) {
+
opacity: 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) {
+
.rb-overlay {
  pointer-events: auto;
+
opacity: 0;
  opacity: 1;
+
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;
 
}
 
}
  
.items-4 .control-button:nth-of-type(2),
+
.rb-close {
.items-4 .item:nth-of-type(2) {
+
position: absolute;
  -webkit-animation-delay: 5s;
+
top: 0.4em;
  -o-animation-delay: 5s;
+
right: 0.4em;
  animation-delay: 5s;
+
width: 3em;
 +
height: 3em;
 +
text-indent: -9000px;
 +
cursor: pointer;
 +
z-index: 1000;
 
}
 
}
  
.items-4 .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
+
.rb-close::before {
  pointer-events: auto;
+
content: 'x';
  opacity: 1;
+
font-weight: 100;
}
+
position: absolute;
 
+
top: 0;
.items-4 .control-button:nth-of-type(3),
+
left: 0;
.items-4 .item:nth-of-type(3) {
+
width: 100%;
  -webkit-animation-delay: 12s;
+
height: 100%;
  -o-animation-delay: 12s;
+
font-size: 3em;
  animation-delay: 12s;
+
line-height: 0.6;
}
+
text-align: center;
 +
text-indent: 0px;
 +
}
  
.items-4 .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
+
.rg-close {
  pointer-events: auto;
+
position: relative;
  opacity: 1;
+
width: 100%;
 +
height: 100%;
 +
text-indent: -9000px;
 +
cursor: pointer;
 +
z-index: 1000;
 
}
 
}
  
.items-4 .control-button:nth-of-type(4),
+
.rg-close::before {
.items-4 .item:nth-of-type(4) {
+
content: '';
  -webkit-animation-delay: 19s;
+
font-weight: 100;
  -o-animation-delay: 19s;
+
position: absolute;
  animation-delay: 19s;
+
top: 0;
 +
left: 0;
 +
width: 100%;
 +
height: 100%;
 +
font-size: 3em;
 +
line-height: 0.6;
 +
text-align: center;
 +
text-indent: 0px;
 
}
 
}
  
@-webkit-keyframes controlAnimation-5 {
+
.rb-week {
  0% {
+
width: 100%;
    color: #ccc;
+
height: 100%;
    color: rgba(255, 255, 255, 0.4);
+
}
  }
 
 
 
  5.7%, 20% {
 
    color: white;
 
    color: rgba(255, 255, 255, 0.8);
 
  }
 
  
  25.7%, 100% {
+
.rb-week > div {
    color: #ccc;
+
width: 10%;
    color: rgba(255, 255, 255, 0.4);
+
height: 100%;
  }
+
float: right;
 +
position: relative;
 +
padding: 3% 0;
 
}
 
}
  
@-o-keyframes controlAnimation-5 {
+
.rb-week > div:first-child {
  0% {
+
width: 80%;
    color: #ccc;
+
}
    color: rgba(255, 255, 255, 0.4);
 
  }
 
  
  5.7%, 20% {
+
.rb-week span {
    color: white;
+
padding: 2% 6% 2% 6%;
    color: rgba(255, 255, 255, 0.8);
+
font-size: 3em !important;
  }
+
font-weight: 100;
 
+
display: block;
  25.7%, 100% {
+
margin: auto 0;
    color: #ccc;
+
/* height: 30%;
    color: rgba(255, 255, 255, 0.4);
+
width: 100%; */
  }
+
line-height: 1;
 
}
 
}
  
@keyframes controlAnimation-5 {
+
.rb-week span:hover {
  0% {
+
opacity: 1;  
    color: #ccc;
+
font-size: 120%;
    color: rgba(255, 255, 255, 0.4);
+
-webkit-transition: all 500ms ease;
  }
+
-o-transition: all 500ms ease;
 
+
transition: all 500ms ease;
  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 {
+
.rb-week span.rb-city {
  0% {
+
font-size: 60px !important;
    opacity: 0;
+
font-weight: 700;
  }
+
padding: 1% 10%;
 +
font-size: 1em;
 +
line-height: 1.2;
 +
}
  
  5.7%, 20% {
+
.rb-week [class^="icon-"]:before {
    opacity: 1;
+
font-size: 40px !important;
  }
+
font-size: 2.5em;
 
+
font-weight: normal;
  25.7%, 100% {
 
    opacity: 0;
 
  }
 
 
}
 
}
  
@-o-keyframes galleryAnimation-5 {
+
.rb-week > div:first-child [class^="icon-"] {
  0% {
+
opacity: 0.1;
    opacity: 0;
+
font-size: 50px !important;
  }
 
 
 
  5.7%, 20% {
 
    opacity: 1;
 
  }
 
 
 
  25.7%, 100% {
 
    opacity: 0;
 
  }
 
 
}
 
}
  
@keyframes galleryAnimation-5 {
 
  0% {
 
    opacity: 0;
 
  }
 
  
  5.7%, 20% {
 
    opacity: 1;
 
  }
 
  
  25.7%, 100% {
+
/* quote lightbox */
    opacity: 0;
+
#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;
 
}
 
}
  
.items-5.autoplay .control-button {
+
#readmre-wrapper.english-quote {
  -webkit-animation: controlAnimation-5 28s infinite;
+
    direction: ltr;
  -o-animation: controlAnimation-5 28s infinite;
 
  animation: controlAnimation-5 28s infinite;
 
 
}
 
}
 +
div#readmre-wrapper:hover {
 +
box-shadow: black 2px 2px 7px -3px;}
  
.items-5.autoplay .item {
+
div.readmore-div {
  -webkit-animation: galleryAnimation-5 28s infinite;
+
-webkit-transition: all 0.4s ease;
  -o-animation: galleryAnimation-5 28s infinite;
+
-moz-transition: all 0.4s ease;
  animation: galleryAnimation-5 28s infinite;
+
transition: all 0.4s ease;
 +
/* margin: 0em auto 5em; */
 
}
 
}
 
+
span.source {
.items-5 .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
+
  float: left;
  pointer-events: auto;
+
}
  opacity: 1;
+
span.source:before{
}
+
  content:"–";
 
+
  padding: 0 0 0 9px;
.items-5 .control-button:nth-of-type(1),
+
}
.items-5 .item:nth-of-type(1) {
+
.readmore-qoute p:nth-child(1) {
   -webkit-animation-delay: -2s;
+
  font-size: 1.2em;
   -o-animation-delay: -2s;
+
    height:7em;
   animation-delay: -2s;
+
   overflow: hidden;
}
+
   text-align:justify;
 
+
   position: relative;
.items-5 .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
+
-webkit-transition: all 0.4s ease;
  pointer-events: auto;
+
-moz-transition: all 0.4s ease;
  opacity: 1;
+
transition: all 0.4s ease;
}
+
  }
 
+
.readmore-qoute p:after {
.items-5 .control-button:nth-of-type(2),
+
content: "";
.items-5 .item:nth-of-type(2) {
+
text-align: right;
  -webkit-animation-delay: 5s;
+
position: absolute;
  -o-animation-delay: 5s;
+
bottom: 0px;
  animation-delay: 5s;
+
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 {
.items-5 .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
+
  max-width:600px;
   pointer-events: auto;
+
   display:block;
   opacity: 1;
+
   position: relative;
 
}
 
}
 
+
.quote-contain {
.items-5 .control-button:nth-of-type(3),
+
  border-radius:7px;
.items-5 .item:nth-of-type(3) {
+
max-width:700px;
  -webkit-animation-delay: 12s;
+
-webkit-transition: all 0.2s ease;
  -o-animation-delay: 12s;
+
-moz-transition: all 0.2s ease;
  animation-delay: 12s;
+
transition: all 0.2s ease;}
}
+
.merhaot:before, .merhaot:after {
 
+
content: "\201D";
.items-5 .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
+
font-size: 4.4em;
  pointer-events: auto;
+
position: relative;
  opacity: 1;
+
margin: -15px 0 0 10px;
 +
opacity: .5;
 +
float: right;
 +
padding: 0 0 0 5px;
 
}
 
}
 
+
#closeit{
.items-5 .control-button:nth-of-type(4),
+
display:block;
.items-5 .item:nth-of-type(4) {
+
padding-top:1.5em;
  -webkit-animation-delay: 19s;
 
  -o-animation-delay: 19s;
 
  animation-delay: 19s;
 
 
}
 
}
 
+
.merhaot:after{
.items-5 .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
+
  content:"\201C";
   pointer-events: auto;
+
margin: -50px;
   opacity: 1;
+
   float: left;
 +
   }
 +
.readmore-qoute a:hover {
 +
opacity:1;
 
}
 
}
  
.items-5 .control-button:nth-of-type(5),
+
a.readmore-trigger {
.items-5 .item:nth-of-type(5) {
+
color: transparent;
  -webkit-animation-delay: 26s;
+
display: block;
  -o-animation-delay: 26s;
+
position: absolute;
  animation-delay: 26s;
+
bottom: -14px;
}
+
left: 0;
 
+
width: 33px;
.gallery .control-button {
+
height: 24px;
  color: #ccc;
+
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');
  color: rgba(255, 255, 255, 0.4);
+
background-position: center;
}
+
cursor: pointer;
 
+
background-repeat: no-repeat;
.gallery .control-button:hover {
+
opacity: 0.8;
  color: white;
+
zoom: 1;
  color: rgba(255, 255, 255, 0.8);
+
border: none;
}
+
z-index: 1003;
 
+
-moz-user-select: -moz-none;
/*
+
-khtml-user-select: none;
Theme controls how everything looks in Gallery CSS.
+
-webkit-user-select: none;
*/
+
-o-user-select: none;
 
+
-ms-user-select: none;
.gallery {
+
user-select: none;
  position: relative;
+
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;
 
}
 
}
  
.gallery .item {
+
a.readmore-trigger:after, a.readmore-trigger:before {
  height: 435px;
+
opacity: 0;
  overflow: hidden;
+
visibility: hidden;
  text-align: center;
+
-webkit-transition-delay: 300ms;
  background: #4d87e2;
+
  -moz-transition-delay: 300ms;  
}
+
    -o-transition-delay: 300ms;
 
+
        transition-delay: 300ms;
.gallery .controls {
+
-webkit-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1);
  position: absolute;
+
-webkit-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285);
  bottom: -13px;
+
  -moz-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285);
  width: 100%;
+
    -o-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285);  
  text-align: center;
+
        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);
 
}
 
}
  
.gallery .control-button {
+
a.readmore-trigger:after {
   display: inline-block;
+
  content: "";
margin: -1em .02em;
+
   display: block;
font-size: 7em;
+
  position: absolute;
 +
  right: -33px;
 
   text-align: center;
 
   text-align: center;
   text-decoration: none;
+
   width: 0;
   -webkit-transition: color .1s;
+
  height: 0;
   -o-transition: color .1s;
+
  border-style: solid;
   transition: color .1s;
+
   border-width: 19px 29px 19px 0;
 +
   border-color: transparent #00B2FF transparent #00B2FF;
 +
   bottom: 5px;
 
}
 
}
  
 
+
a.readmore-trigger:before {
.gallery .control-operator:nth-of-type(2):target ~ .secondary-controls {
+
content: "לחץ להרחבה";
 +
background: #00B2FF;
 +
color: #fff;
 +
width: 120px;
 +
height: 25px;
 
display: block;
 
display: block;
}
+
position: absolute;
.secondary-controls {
+
right: -153px;
display: none;
+
text-align: center;
position: absolute;
 
width: 100%;
 
height: 100%;
 
z-index: 2;
 
pointer-events: none;
 
 
}
 
}
  
.superfluous {
+
div#readmre-wrapper:hover a.readmore-trigger:after, div#readmre-wrapper:hover a.readmore-trigger:before {
display: table;
+
  opacity: 1;
height: 100%;
+
  visibility: visible;
width: 100%;
 
 
}
 
}
 +
div#readmre-wrapper:hover a.readmore-trigger:after{right: -18px;}
 +
div#readmre-wrapper:hover a.readmore-trigger:before {right: -138px;}
  
.secondary-controls nav {
+
/* light box mechanism*/
display: table-cell;
+
div.readmore-div:target {
vertical-align: middle;
+
  position:fixed;
 +
  width:100%;
 +
  height:100%;
 +
top: 0;
 +
right: 0;
 +
z-index: 10000000;
 +
margin:0;
 +
  display: flex;
 
}
 
}
 
+
.readmore-div:target .readmore-qoute p {
.secondary-controls a:nth-child(1) {
+
  overflow: visible;
margin-left: 1em;
+
  height: inherit;
 
}
 
}
.secondary-controls a:nth-child(1) {
+
.readmore-div > p > a {
float: left;
+
position: fixed;
margin-left: .2em;
+
opacity: 0;
}
+
-webkit-transition: all 0.8s ease;
.secondary-controls a {
+
-moz-transition: all 0.8s ease;
pointer-events: auto;
+
-o-transition: all 0.8s ease;
height: 60px;
+
-ms-transition: all 0.8s ease;
width: 60px;
+
transition: all 0.8s ease;
border-radius: 60px;
+
width: 100%;
color: rgba(255, 255, 255, 0.6);
+
height: 100%;
font-size: 3em;
+
visibility: hidden;
font-weight: bold;
+
z-index: -1;
text-decoration: none;
+
top: 0;
text-align: center;
+
right: 0;
background: rgba(0, 0, 0, 0.1);
+
background-position: 98% 3em;
transition: all .25s;
+
background-color: rgba(0,0,0,0.8);
 
}
 
}
  
.secondary-controls a:nth-child(1) img {
+
.readmore-div:target > p > a {
margin-right: .1em;
+
 
 +
opacity: 1;
 +
visibility: visible;
 
}
 
}
.secondary-controls a img {
+
 
margin-top: .1em;
+
.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 {
#mf-artihead{
+
  opacity:0;
font-size: 2em;
 
font-weight: bold;
 
text-indent: -14px;
 
text-align: right;
 
padding-bottom: 10px;
 
 
}
 
}
#mf-artihead a{
+
 
text-decoration: none;
+
.readmore-div:target .readmore-qoute p:after {opacity:0;
color:black;
 
text-shadow: gray 2px 2px 2px;
 
 
}
 
}
  
#mf-white {
+
 
direction: rtl;
+
.readmore-trigger:hover:before {
background: rgba(255,255,255,0.95);
+
opacity: 1;
padding: 1em 4em;
+
visibility: visible; }
margin: 0.5em 10% 4em 10%;
+
 
}
+
.english-quote .readmore-qoute p {
#mf-white h2 {
+
   direction: ltr;
  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 {
+
.english-quote a.readmore-trigger {
background: rgba(255, 255, 255, 0.6);
+
   right: 0;
margin: 0 1em 0 0;
+
  left: inherit;}
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 {
+
.english-quote .readmore-qoute p:after {
font-size: 1.4em;
+
  right: 0;
}
+
  left: inherit;
#mf-artif img {
+
  width: 70%;
    width: 110px; /* you can use % */
+
  background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1) 50%);
    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;
 
 
}
 
}
 +
.english-quote .readmore-trigger:after {
 +
left: -18px;
 +
border-width: 19px 0 19px 29px !important; }
  
.thumbinner2 a {
+
.english-quote .readmore-trigger:before {
left: 3px;
+
  left: -138px;}
right: 3px;
 
top: 8px;
 
bottom: 2.5em;
 
position: absolute;
 
opacity: 0;
 
}
 
  
.thumbinner2 img {
+
/* quote lightbox end */
width: 100%; }
+
.fancybox-close, .mlb-close, .mlb-fullscreen {
 
+
    left: inherit;
.thumbcaption a {
+
    right: 3em;
position: relative !important;
+
    top: 4em;
opacity: 1;
+
    background-image: url(/images/icons/X.svg);
left: 0;
+
    height: 23px;
right: 0;
+
    width: 23px;
top: 0;
+
    position: fixed;
bottom: 0;
+
    background-repeat: no-repeat;
}
+
    transition: opacity 0.25s;
 
+
    opacity: 0.8;
.toccolours .mw-body h3 {
+
    }
margin-top: 0.3em;
+
   
   margin-bottom: .3em;
+
   
}
+
    .fancybox-close:hover, .mlb-close:hover, .mlb-fullscreen:hover {
 +
    opacity: 1;
 +
    }
 +
   
 +
   
 +
   
 +
.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; }
  
#frontl h3 {
 
text-align: center;}
 
  
#mf-frontl:hover {
+
.lightbox:target {
box-shadow: gray 3px 3px 5px 1px;
+
  position: fixed;
margin-top: -3px;
+
  clip: auto;
border-radius: 10px;
+
  height: 100%;
margin-bottom: 3px;
+
      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;
 
}
 
}
  
.thumb.strip > div > img {
+
.lightbox img {
margin-top: -13em;
+
  /** Pad the lightbox image */
 +
  max-width: 90%;
 +
  max-height: 80%;
 +
  margin-top: 2%;
 
}
 
}
  
/* מסך הבית */
 
  
.nav-links a:hover {
+
.icon-clima-1 a {
color: white;
+
width: 100%;
overflow: hidden;
+
height: 100%;
padding: 0 10px 0 10px;
+
display: block;
background: rgba(59,164,204,0.88);
+
opacity: 0;
padding: 1em;}
+
position: absolute;
 
+
top: 0;
.nav-links a {
+
bottom: 0;
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;
 
 
}
 
}
 +
.wikitable td {
 +
vertical-align: top;
 +
padding: 0.2em 7px !important;}
  
#mf-table {
+
.toccolours {
background-color: rgba(20, 20, 20, .6);  
+
padding: 1px 20px !important;
}
+
overflow: hidden;}
 +
 
 +
.sharedaddy {display:none;}
 +
 
 +
/* בית חדש */
  
#mf-fronts {
+
#mf-search {
border-top: 13px solid white;
+
-webkit-transition: all .3s ease-in-out 0s;
border-bottom: 19px solid rgba(179,173,173,0.51);
+
-moz-transition: all .3s ease-in-out 0s;
background-color: rgba(20,20,20,.5);
+
-ms-transition: all .3s ease-in-out 0s;
color: #fff;
+
transition: all .3s ease-in-out 0s;
height: 100%;
+
}
position: relative;
+
#mf-search .searchboxInput  {
text-align: justify;
+
height: 4em;
-webkit-transition: all 500ms ease;
+
border-radius: 8px;
-o-transition: all 500ms ease;
+
-webkit-transition: all .3s ease-in-out 0s;
transition: all 500ms ease;
+
-moz-transition: all .3s ease-in-out 0s;
line-height: 1.3em;
+
-ms-transition: all .3s ease-in-out 0s;
margin-bottom: -6px !important;
+
transition: all .3s ease-in-out 0s;
text-align: center;
+
background-color: #fff;
 +
border: 0;
 
}
 
}
/*#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 {
+
#mf-search > div:nth-child(2) {
color:#FFF;
+
display: inline-block;
 +
width: 100%;
 +
margin: 0 auto;
 
}
 
}
  
#mf-fronts ul{
+
div#mf-search {
 +
max-width: 700px;
 +
margin: 0 auto;
 
position: relative;
 
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 {
+
#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;
 
border: none;
text-align: center;
+
height: 3em;
margin-top: 10px;
+
width: 100%;
color: #fff;
+
font-size: 1.6em;
font-weight: bold;
+
color: #777777;
background: transparent;
+
border-radius: 9px;
line-height: 1.2;  
+
text-indent: 1em;
}
+
box-shadow: 0 4px 12px -2px rgba(0,0,0,1);
#sides {
+
opacity: .7;
display: none;
+
width: 100%;
}
+
margin: 3em 0 1em;
#sides:hover {
+
}
 +
 
 +
#mf-search .searchboxGoButton {
 +
font-family: "Font Awesome 5 Pro",'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;
 
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 {
#mf-wiki {
+
float: right;
background-color: white;
 
text-align: center;
 
margin: 0 auto 4em;
 
max-width: 801px;
 
}
 
 
 
#page4 {
 
max-width: 1000px;
 
 
margin: 0 auto;
 
margin: 0 auto;
 +
color: #fff;
 +
font-weight: normal;
 +
text-align: center;
 +
font-size: 2em;
 
}
 
}
  
#mf-wiki h2 {
+
.stats a {
border:none;  
+
color: #fff;
font-size: 33px;
+
text-decoration: none;
font-weight: 300;
+
font-size: 1.6em;
margin-top: 60px;
+
line-height: 2.1;
margin-bottom: 20px;  
+
letter-spacing: 0.4px;
line-height: normal;
 
 
}
 
}
#mf-wiki p {
+
 
font-size: 18px;
+
.stats p {
 +
margin: 0;
 
}
 
}
#fr-shadow, #frshadow {
+
 
width: 90%;
+
.stats h3 {
background-image: linear-gradient(to bottom,rgba(150,150,150,0.5),rgba(150,150,150,0));
+
margin-top: 0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80969696',endColorstr='#00969696',GradientType=0);
+
text-align:center;
background-color: rgba(150,150,150,0.3);
+
color:#fff;
background-image: -moz-linear-gradient(top,rgba(150,150,150,0.5),rgba(150,150,150,0));
+
font-weight:normal;
background-image: -ms-linear-gradient(top,rgba(150,150,150,0.5),rgba(150,150,150,0));
+
line-height: 1;
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 {
+
#mf-banner-intro {
content: '';
+
margin: 3em auto 0;}
position: absolute;
+
 
height: 20px;
+
#mf-search #searchInput:focus {
opacity: 1;
+
margin: -1em auto 13em;
background: -moz-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,#ffffff 100%);
+
opacity:1;
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)";
 
 
}
 
}
 
+
#mf-search #searchInput:focus + #searchButtonCenter, #mf-search #searchInput:focus ~ #searchButtonCenter {
#fr-shadow:after, #frshadow:after {
+
top: -1.3em;
width: 70%;
 
left: 15%;
 
 
}
 
}
  
#fr-shadow:before, #frshadow:before {
+
body.page-עמוד_ראשי div.suggestions {
display: table;
+
z-index: 99999;
content: "";
+
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-פורטל:ויקי #fr-shadow {
+
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 {
width: 70%;}
+
border-radius: 9px; }
 +
.suggestions-special {
 +
border: none;
 +
padding: 0.25em 1em;
 +
line-height: 1.1em;
 +
}
 +
 
 +
/* עבודה על החיפוש */
 +
.mw-search-result-data {
 +
display:none;
 +
}
  
  
#mf-frontl, #frontl {
+
#simpleSearch {
padding:2em;
+
    width: 19.2em;
-webkit-transition: all 200ms ease;
+
    width: 30vw;
-o-transition: all 200ms ease;
 
transition: all 200ms ease;
 
 
}
 
}
  
#mf-frontl h3 {
+
div#simpleSearch #searchInput {
text-align: center;}
+
    display: block;
 +
    background: #fff;
 +
    padding: 3px 5px 4px 27px;
 +
    font-size: 1.3em;
 +
    border-radius: 4px;
 +
}
  
#mf-frontl:hover {
+
#searchInput:focus, #simpleSearch:hover #searchInput:focus {
box-shadow: gray 3px 3px 5px 1px;
+
margin-top: -3px;
 
border-radius: 10px;
 
margin-bottom: 3px;
 
 
}
 
}
 +
#p-search {
 +
    transition: margin-left 250ms ease 0s;
 +
/* width: 100%;*/}
  
.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 {
+
div#simpleSearch button#searchButton > img {
 
display:none;
 
display:none;
}
 
.ns-100 #catlinks, body.page-עמוד_ראשי #catlinks {
 
display: none;
 
 
}
 
}
  
.ns-100 div#footer ul, body.page-עמוד_ראשי div#footer ul {
+
::-webkit-input-placeholder {
margin: 0 0 0 9em;}
+
  position: relative;
 +
  right: 2px;
 +
}
  
.ns-100 #footer-info-lastmod, body.page-עמוד_ראשי #footer-info-lastmod, #footer-info-viewcount
+
:-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
{
+
  position: relative;
display: none;
+
  right: 2px;
}
 
.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;
 
 
}
 
}
  
 +
div#simpleSearch #searchButton, div#simpleSearch #mw-searchButton {
 +
  height: 105%;
 +
  background-size: 75%;
 +
left: 3px;}
  
#mf{
+
/* חיפוש מתקדם */
position: relative;
+
fieldset#mw-searchoptions table, fieldset#mw-searchoptions tbody, fieldset#mw-searchoptions tr {
overflow: hidden;
+
    display: block;
color:#333;
+
    margin: 0;
 +
    float: right;
 +
    background: transparent;
 +
    border: none;
 +
    width: auto;
 
}
 
}
#mf-banner {
+
 
background: url( https://doalogue.co.il/wp-content/uploads/2019/01/intro-11.jpg);
+
td[class*="mw-search-ns"], #mw-searchoptions h4, #mw-search-togglebox, #mw-searchoptions .divider {
background-attachment: fixed;
+
    display: none;
margin-top: 20px;
 
background-position: 57% 100%;
 
overflow: hidden;
 
position: relative;
 
background-repeat: no-repeat;
 
background-size: cover;
 
 
}
 
}
mf-logo {
+
.mw-search-ns0, .mw-search-ns4, .mw-search-ns6, .mw-search-ns14, .mw-search-ns100, .mw-search-ns102, .mw-search-ns110 {
background-image: url(/doalogo.png);}
+
    display: block !important;
body.page-עמוד_ראשי h1.firstHeading { display:none; }
+
    float: left;
/* #mf-banner img {
+
    font-size: 1.6em;
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;
 
 
}
 
}
 
+
/* navigation for mobile ++ */
#mf-banner-intro h2{
+
@media only screen
font-size: 2.3em; text-align: center; line-height:100%; color:#FFF;
+
and (min-device-width : 320px)
border-bottom: 1px solid #fff;
+
and (max-device-width : 890px) {
margin-bottom: -0.2em;
+
.skin-vector > div#content {
text-shadow: black 1px 8px 11px,black 0px 0px 7px;
+
  padding: 11px
overflow: visible;
 
text-indent: 0;
 
text-align: center;
 
 
}
 
}
 +
#mf-banner {
 +
  background-size: cover;
 +
background-position: 71%;}
  
#mf-banner-intro h3 {
+
#mf-fronts h3 {
font-size: 1.1em;
+
  font-size: 40px;}
font-weight: 100;
+
 
line-height: 1.1;
+
#main-bottom, #main-bottom p,#mf-wiki p {
color: white;
+
  font-size: 22px;
text-shadow: black 2px 2px 8px,black 1px 1px 2px;
+
}
 +
#mf-banner-intro {
 +
margin: 5em auto 2em !important;}
 +
span.mw-headline {
 +
  max-width: none;
 
}
 
}
  
#mf-banner-intro:hover h4 {opacity:0;
+
#nav ul {
-webkit-transition: all 500ms ease;
+
  background: rgba(0,0,0,0.8);
-o-transition: all 500ms ease;
+
}
transition: all 500ms ease;
+
#mf-banner-intro h2 {
font-size:medium;
+
  font-size: 1.3em;
 
}
 
}
  
#mf-banner-intro h4 {
+
#mf-banner-intro h3 {
  color: white;
+
  font-size: .9em;}
  -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{
+
#mf-wrap {
color:#FFF;
+
  height: inherit;}
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 {  
+
#search-block, #sides, #boxt, #page4 {display:none !important;}
opacity: 1;
 
overflow: visible;
 
display: block;
 
-webkit-transition: all 500ms ease;
 
-o-transition: all 500ms ease;
 
transition: all 500ms ease;}*/
 
  
div#simpleSearch #searchInput {
+
#content div.tleft { margin: .5em 1.4em 1.3em 0;}
    padding: 8px 0.2em 0.2em 0;
 
    display: block;
 
}
 
  
body.page-עמוד_ראשי#simpleSearch
+
 
{
+
#rb-grid li {
top: 18.5em;
+
  vertical-align: top;
left: 1em;
+
  display: inline-block;
position: absolute;
+
max-width: 249px;
width: 236px;
+
  width: 249px;
z-index: 11;
+
margin: 1em auto 0;
float: left;
+
  float: none;
font-size: 110%;
+
  height: inherit;
 
}
 
}
  
.highlight {
+
#rb-grid {
    background: #FF9696;
+
margin: inherit;
    border-radius: 3px;
+
width:100%;
    padding: 3px;
 
 
}
 
}
  
#mf-search-back{
+
#mf-fronts h3 {
position: absolute;
+
  max-width: 9em;
background: transparent;
+
  margin: 1em auto;
 
}
 
}
  
#mf-logo img {
+
#header, #Lheader {background: transparent;
vertical-align: middle;
+
padding: none;
position: absolute;
+
height: 5em;
z-index: 2;
+
line-height: 5em;}
margin-right: 0em;
+
 
clip: rect(0px,100px,70px,0px);
+
#nav {right: 0;}
width: 100px;
+
  #nav ul li ul {display: none !important;
right: 1em;
+
  }
margin-top: -5em;
+
    #nav ul {
}
+
background: rgba(75,75,75,0.9);}
 +
  #nav ul li {display:none;}
  
body.page-עמוד_ראשי #mw-head-base {
+
#nav ul.active > li {
margin-top: -4em;
+
display:block;
margin-right: 10em;
+
}
height: 0em;}
 
  
#mf-wrap {
+
div#simpleSearch {
height: 46em;
+
  width: inherit;}
overflow: hidden;
 
}
 
  
#main-bottom, #main-bottom p {
+
  #nav ul:before {
text-align:center;
+
    margin-right: 8px;
clear: both;
+
    content: "\f0c9";
}
+
    font-family: "Font Awesome 5 Pro";
#mf .column{
+
    font-style: normal;
float: left;
+
    font-weight: normal;
width: 31%;
+
    position: relative;
margin-right: 3%;
+
        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 .column h2, #mf.column h3{
+
 
margin-bottom: 5px;
+
 
margin-top: 15px;
+
#mf-banner-intro {
}
+
margin: 2em auto 0;
#homes .half{
 
width: 50%;
 
float: left;
 
}
 
#mf .last{
 
margin-right:0;
 
}
 
#mf .left{
 
float:left;
 
}
 
#mf .first{
 
clear:left;
 
 
}
 
}
  
  
#lowtable {
+
.rb-grid li {
margin: 0 12%;
+
width: 100%;}
clear: both;
+
}
}
 
  
#rb-grid {
+
/* css לדפים ספציפיים */
list-style: none;
+
.page-צבי_לניר #mw-content-text > ul:nth-child(21) {
text-align: center;
+
  -webkit-column-count: 3;
margin: 0 auto;
+
  -moz-column-count: 3;
 +
  column-count: 3;
 
}
 
}
 
+
/* באנר תמונה */
#rb-grid li {
+
#newHeading .firstHeading {
max-width: 146px;
 
  height: 9em;
 
  margin: -19px 0 -18px;
 
  background: transparent;
 
 
   color: #fff;
 
   color: #fff;
   display: block;
+
   border: none;
   padding: 1.6em 0;
+
   font-size: 4em;
   position: relative;
+
   text-shadow: black 3px 3px 4px;
   -webkit-transition: all 0.4s ease;
+
   padding-top: 25vh;
   -moz-transition: all 0.4s ease;
+
   max-width: 776px;
  transition: all 0.4s ease;
+
margin:auto;
  animation: mfronts1 25s infinite;
 
  float: right;
 
 
}
 
}
  
 
+
#heroButton a {
#rb-grid li:hover {
+
  speak: none;
background-color: rgba(71, 121, 255, 0.8);  
+
  color:#fff;
 +
  -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 a:hover {
.rb-grid li h3 {
+
opacity:1;
font-size: 1.5em;
 
font-weight: 100;
 
 
}
 
}
  
/*.rb-grid li[class^="icon-"]:before,
+
  #image-banner {
.rb-grid li[class*=" icon-"]:before {
+
    width:100%;
font-size: 10em;
+
    display:block;
position: absolute;
+
    background-attachment:fixed;
display: block;
+
    background-size: cover;
width: 100%;
+
background-position: center;
height: 100%;
+
background-repeat: no-repeat;
top: 0;
+
height: 60vh;
left: 0;
+
}
line-height: 3;
+
#image-banner.contained {
opacity: 0.4;
+
    background-size: contain;
text-align: right;
+
    background-position: center 47px;
pointer-events: none;
+
}
} */
+
#content #image-banner {
 
+
  display: none;
.rb-grid li:hover .rb-temp {
+
}
opacity: 1;
+
#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);
 
}
 
}
  
.rb-overlay {
+
.art__hero__txt {
opacity: 0;
+
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
position: fixed;
+
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
top: 0;
+
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
left: 0;
+
    color: #fff;
width: 100%;
+
    text-align: center;
height: 100%;
+
    width: 100%;
-webkit-transition: all 0.4s ease;
+
    height: 100%
-moz-transition: all 0.4s ease;
+
}
transition: all 0.4s ease;
+
.art__hero .art__head {
z-index: -1;
+
    font-weight: 300;
pointer-events: none;
+
}
cursor: default;
+
.art__hero .art__head {
 +
    font-size: 96px;
 +
    font-size: 6rem;
 +
    line-height: 1.0625em;
 
}
 
}
 
+
.t-kilo, .art__hero .art__head {
.rb-close {
+
    font-size: 48px;
position: absolute;
+
    font-size: 3rem;
top: 0.4em;
+
    line-height: 1.125em;
right: 0.4em;
 
width: 3em;
 
height: 3em;
 
text-indent: -9000px;
 
cursor: pointer;
 
z-index: 1000;
 
 
}
 
}
 
+
.mag-max, .pic--e .pic__caption {
.rb-close::before {
+
    max-width: 1280px;
content: 'x';
+
    max-width: 80rem;
font-weight: 100;
+
    margin-left: auto;
position: absolute;
+
    margin-right: auto;
top: 0;
 
left: 0;
 
width: 100%;
 
height: 100%;
 
font-size: 3em;
 
line-height: 0.6;
 
text-align: center;
 
text-indent: 0px;
 
 
}
 
}
  
.rg-close {
+
.fullScreen {
position: relative;
+
  bottom: 23vh;
width: 100%;
+
  height: 24px;
height: 100%;
+
  width: 24px;
text-indent: -9000px;
+
  left: 3vw;
cursor: pointer;
+
  right: auto;
z-index: 1000;
+
  transition: opacity 0.25s;
}
+
  background-position: center;
 
+
  /* margin-bottom: 5vh; */
.rg-close::before {
+
  margin-left: 14px;
content: '';
+
  cursor: pointer;
font-weight: 100;
+
  position: absolute;
position: absolute;
+
  background-repeat: no-repeat;
top: 0;
+
  opacity: 0.8;
left: 0;
+
  filter: alpha(opacity=80);
width: 100%;
+
  zoom: 1;
height: 100%;
+
  border: none;
font-size: 3em;
+
  -moz-user-select: -moz-none;
line-height: 0.6;
+
  -khtml-user-select: none;
text-align: center;
+
  -webkit-user-select: none;
text-indent: 0px;
+
  -o-user-select: none;
 +
  -ms-user-select: none;
 +
  user-select: none;
 
}
 
}
  
.rb-week {
+
.fullScreen :hover {
width: 100%;
+
opacity: 1;
height: 100%;
 
 
}
 
}
  
.rb-week > div {
+
#fullScreen a.image {
width: 10%;
+
  width: 100%;
height: 100%;
+
  height: 100%;
float: right;
+
  display: block;
position: relative;
+
opacity:0;
padding: 3% 0;
 
 
}
 
}
  
.rb-week > div:first-child {
+
#fullScreen img {display:none;}
width: 80%;
+
 
 +
/* סטטיסטיקות */
 +
.mw-special-Statistics #mw-content-text > table > tbody > tr:nth-child(n+8):nth-child(-n+15) {
 +
    display: none;
 
}
 
}
  
.rb-week span {
+
/* תבנית קישור לציטוט דואלוג-ציטוט*/
padding: 2% 6% 2% 6%;
+
.doalogue-quote {
font-size: 3em !important;
+
    background: #f2f2f2;
font-weight: 100;
+
    margin: 1rem 1rem 1rem 0;
display: block;
+
    overflow: hidden;
margin: auto 0;
+
    float: left;
/* height: 30%;
+
    padding: .5rem .5rem 0 1rem;
width: 100%; */
+
    position:relative;
line-height: 1;
+
    transition: all ease .2s;
 
}
 
}
 
+
.ns-110 .doalogue-quote {
.rb-week span:hover {
+
    float: none;
opacity: 1;
 
font-size: 120%;
 
-webkit-transition: all 500ms ease;
 
-o-transition: all 500ms ease;
 
transition: all 500ms ease;
 
 
}
 
}
 
+
.doalogue-quote:hover {
.rb-week span.rb-city {
+
    background: #686868;
font-size: 60px !important;
+
    color: #fff;
font-weight: 700;
+
}
padding: 1% 10%;
+
.ns-110 .doalogue-quote:hover {
font-size: 1em;
+
    background: #f2f2f2;
line-height: 1.2;
+
    color: inherit;
 
}
 
}
 
+
.doalogue-quote h3 {
.rb-week [class^="icon-"]:before {
+
    font-weight: normal;
font-size: 40px !important;
+
    padding: 0;
font-size: 2.5em;
+
    margin: 0;
font-weight: normal;
+
    color: inherit;
 +
    line-height: 1;
 
}
 
}
  
.rb-week > div:first-child [class^="icon-"] {
+
.doalogue-quote h3 span.mw-headline {
opacity: 0.1;
+
    transition: none;
font-size: 50px !important;
+
    -moz-transition: none;
 +
    -webkit-transition: none;
 +
    -ms-transition: none;
 +
    -o-transition: none;
 
}
 
}
 +
.doalogue-quote i {
 +
    padding: 7px;
 +
    color: #2aaddc;
 +
}
  
/* Colors */
+
.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;
 +
}
  
/* Grid
+
.doalogue-blockqoute i.fa-quote-left, .doalogue-blockqoute i.fa-quote-right {
.rb-grid li:nth-child(1) { background: #3399CC; }
+
    position: relative;
.rb-grid li:nth-child(2) { background: #33CCCC; }
+
    color: #adadad;
.rb-grid li:nth-child(3) { background: #996699; }
+
}
.rb-grid li:nth-child(4) { background: #C24747; }
+
.doalogue-blockqoute i.fa-quote-left {
.rb-grid li:nth-child(5) { background: #e2674a; }
+
    left: -38px;
.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 */
+
.doalogue-blockqoute i.fa-quote-right {
.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%;*/}
+
right: -24px;
.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%;*/}
+
.english-dir {
.rb-grid li:nth-child(2) .rb-week > div:nth-child(2) { background: #629393; opacity: 0.9;}
+
    direction: ltr;
.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%;*/}
+
/* facebook iframe */
.rb-grid li:nth-child(3) .rb-week > div:nth-child(2) { background: #936293; opacity: 0.9;}
+
.full-height-frame .embedWrapper {
.rb-grid li:nth-child(3) .rb-week > div:nth-child(3) { background: #875A87; opacity: 0.8;}
+
padding-bottom: 100%;
.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; }
+
#footer, #footer li {
.rb-grid li:nth-child(3) .rb-week > div:nth-child(6) { background: #624162; }
+
    background-color: #676768;
.rb-grid li:nth-child(3) .rb-week > div:nth-child(7) { background: #563956; }
+
    color: #fff;
.rb-grid li:nth-child(3) .rb-week > div:nth-child(8) { background: #493149; }
+
    font-family: 'Assistant',Arial,sans-serif;
 +
    font-weight: 400;
 +
    font-size: 14px;
 +
    text-transform: none;
 +
    letter-spacing: 0px;
 +
    font-style: normal;
 +
    line-height: 1.9;
 +
    margin-right: 0;
 +
    padding: 0;
 +
}
  
.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%;*/}
+
#footer * {
.rb-grid li:nth-child(4) .rb-week > div:nth-child(2) { background: #2E8A5C; opacity: 0.9;}
+
box-sizing: border-box
.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; }
 
  
 +
#footer .footer-container {
 +
margin-right: auto;
 +
margin-left: auto;
 +
max-width: 100%;
 +
}
  
 +
#footer .row {
 +
    margin: 0;
 +
    max-height: 22em;
 +
    overflow: hidden;
 +
}
  
@media screen and (max-width: 63.125em) {
+
#footer a {
+
    color: #fff;
 +
}
  
  
.rb-grid li[class^="icon-"]:before,
+
#sidebar-footer ul {
.rb-grid li[class*=" icon-"]:before {
+
margin-top: 0;
font-size: 6em;
+
    margin-bottom: 10px;
left: auto;
+
}
right: 0;
+
#sidebar-footer ul li {
line-height: 2.5;
+
    list-style-type: square;
}
+
    list-style-position: inside;
 +
    line-height: 1.5;
 +
}
  
.rb-grid li > div {
+
#sidebar-footer .widget {
text-align: center;
+
    margin-bottom: 40px;
}
+
}
 +
#sidebar-footer h5.widget-title {
 +
margin-top: 0;
 +
margin-bottom: 5px;
 +
    color: #fff;
 +
    font-family: 'Poppins',Arial,sans-serif;
 +
    font-weight: 600;
 +
    font-size: 17px;
 +
    text-transform: none;
 +
    letter-spacing: 2px;
 +
    font-style: normal;
 +
    position: relative;
 +
    line-height: 1;
 
}
 
}
.backicon span:before  {
+
.col-sm-4, .col-md-6 {
  text-decoration: inherit;
+
    float: right;
  width: 1em;
+
    position: relative;
  text-align: center;
+
    min-height: 1px;
  line-height: 1em;
 
  margin-left: 0.2em;
 
background-image: url("/images/0/07/Oploud.png");
 
opacity: 0.3;
 
 
}
 
}
  
figure {  
+
@media (min-width: 768px) {
display: inline-block;  
+
.col-sm-4 {
 +
    width: 33.33333333%;
 +
}
 +
.col-md-6 {
 +
    width: 50%;
 +
}
 +
}
 +
@media (min-width: 1200px) {
 +
#footer .footer-container {
 +
    width: 1170px;
 
}
 
}
 
+
#sidebar-footer>.footer-container>.row {
.sread {
+
    margin-right: -30px;
position: absolute;
+
    margin-left: -30px;
left:-9999px;
 
 
}
 
}
.cursive {
+
#sidebar-footer .widget {
font-family: 'Mr Dafoe', cursive;
+
    padding: 0 30px;
 
}
 
}
.center {
 
text-align: center;
 
 
}
 
}
  
 +
#sidebar-footer>.footer-container {
 +
    padding: 50px 0 10px;
 +
}
 +
#footer iframe {
 +
    width: 100% !important;
 +
}
  
#close
+
#footer #copyright {
{
+
line-height: 49px;
position: absolute;
+
    background-color: #23282d;
display:block;
 
float:right;
 
margin-top: 1em;}
 
#close a {
 
  text-decoration: none;
 
font-weight: bold;
 
 
     color: #fff;
 
     color: #fff;
     display: block;
+
     font-family: 'Poppins',Arial,sans-serif;
font-size: 1.5em;
+
    font-weight: 400;
padding: 0 0 0.6em 0.6em;
+
    font-size: 12px;
 +
    text-transform: none;
 +
    letter-spacing: 3px;
 +
    font-style: normal;
 +
    text-align: center;
 
}
 
}
.lightbox2 {
+
#footer #copyright .footer-text-right {
position: fixed;
+
display:inline-block;
z-index: 1;
 
  width: 100%;
 
  height: 100% !important; 
 
    bottom: 0;
 
left: 0;
 
      transition: all 500ms ease;
 
 
}
 
}
#mcenter{
+
 
background: #3399CC;
+
#footer #mc_embed_signup {
/* height: 450px;
+
    text-align: right;
width: 60%; */
+
}
margin: 6em 20% 20% 20%;
+
#footer #mc_embed_signup input.email {
z-index: 9999;
+
height: auto;
  transition: opacity .5s ease-in-out;
+
    vertical-align: middle;
  -moz-transition: opacity .5s ease-in-out;
+
    border-color: #CCC;
  -webkit-transition: opacity .5s ease-in-out;padding: 1em 2em 1em 2em;
+
    border-style: solid;
text-align: right;
+
    border-width: 1px;
border-radius: 2em;
+
    background-color: #FFF;
position: absolute;
+
    color: #555;
 +
    font-size: 1em;
 +
    padding: 11px 10px;
 +
    margin: 0;
 +
    width: 69%;
 +
    display: inline-block;
 +
    outline:none;
 +
}
 +
#footer #mc_embed_signup .button {
 +
    text-align: center;
 +
    background-color: #2aaddc;
 +
    display: inline-block;
 +
    float: left;
 +
    width: 31%;
 +
    padding: 0;
 +
    height: 40px;
 +
    border-color: #2aaddc;
 +
    color: #fff;
 +
    font-weight: 600;
 +
    font-size: 13px;
 +
    text-transform: uppercase;
 +
    letter-spacing: 4px;
 +
    font-style: normal;
 +
    line-height: 1.2;
 +
    border-style: solid;
 +
    border-width: 1px;
 +
    cursor: pointer;
 +
}
 +
/* bordered-table */
 +
.table-has-border {
 +
border-collapse: collapse;
 +
}
 +
.table-has-border th, .table-has-border td {
 +
padding: 5px;
 +
}
 +
.bordered-table, .bordered-table th, .bordered-table td  {
 +
border: solid thin #2aaddc;
 +
border-collapse: collapse;
 
}
 
}
  
#mcenter p {
+
.bordered-table-top, .bordered-table-middle, .bordered-table-bottom {
margin: 0em 2EM 2em 2EM;
+
    border-color: #2aaddc;
font-size: 1.3EM;
+
}
line-height: 2;
+
.bordered-table-top {
text-shadow: -2px 2px 2px rgba(0,0,0,0.5);
+
    border-top: solid thin;
 +
    border-right: solid thin;
 +
    border-left: solid thin;
 +
}
 +
.bordered-table-middle {
 +
    border-right: solid thin;
 +
    border-left: solid thin;
 +
    width: 50%;
 +
}
 +
.bordered-table-bottom {
 +
    border-bottom: solid thin;
 +
    border-right: solid thin;
 +
    border-left: solid thin;
 +
}
 +
/* doalogue-table */
 +
.doalogue-table {
 +
background: #d4eaf4;
 +
    border: 0;
 +
    border-spacing: 0;
 +
    font-size: 17.5px;
 +
    margin-bottom:1em;
 +
    text-align: right;
 +
    box-shadow: 2px 2px 9px #bfbfbf;
 
}
 
}
 +
body .doalogue-table p, body .doalogue-table li {text-align: right;}
  
#mcenter h2 {
+
.doalogue-table th {
padding-bottom: 0;
+
    background: #3494bb;
margin-bottom: 0;
+
    color: #fff;
text-shadow: 1px 4px 6px rgba(0,0,0,0.8);
+
    text-align: center;
border-bottom: transparent;
+
    padding: 3px;
text-align: center;
+
    color: #3494bb;
font-size: 3.5em;
+
}
line-height: 1.1;}
 
  
#mcenter h3 {
+
.doalogue-table td {
margin-bottom: 0;
+
    padding: 4px 7px 4px 4px;
text-shadow: -2px 2px 2px rgba(0,0,0,0.5);
+
}
text-align: center;
 
font-size: 2em;
 
line-height: 1;}
 
  
#mcenter a {
+
.doalogue-table th {
text-decoration: none;
+
    background: #3494bb;
display: inline;
+
    color: #fff;
position: relative;}
+
    text-align: center;
 +
    padding: 3px;
 +
}
 +
.doalogue-table tr:nth-child(odd) {
 +
    background: #c4e3f3;
 +
}
 +
.doalogue-table tr:hover {
 +
    background: #acd7ca;
 +
}
 +
.table-bordered {
 +
 +
}
 +
.doalogue-table.table-bordered {
 +
    border-spacing: 2px;
 +
}
 +
/* matrix table */
 +
table.matrix-table {
 +
    max-width: 350px;
 +
    width: 100%;
 +
    margin: auto;
 +
    background-position: 56% 56%;
 +
    background-repeat: no-repeat;
 +
    background-size: 41%;
 +
    border: none;
 +
    background-color: #b1c6d7;
 +
    color: #236b87;
 +
    border-collapse: collapse;
 +
        table-layout: fixed;
 +
}
 +
.matrix-table.z-shape {
 +
    background-image: url(https://doalogue.co.il/wiki/upload/doalogue/3/34/Z-arrow.png);
 +
}
 +
.matrix-table.d-shape {
 +
    background-image: url(https://doalogue.co.il/wiki/upload/doalogue/2/28/D-arrow.png);
 +
    background-position: 49% 56%;
 +
    background-size: 37%;
 +
}
 +
.matrix-table.o-shape {
 +
    background-image: url(https://doalogue.co.il/wiki/upload/doalogue/d/dc/O-arrow.png);
 +
}
  
/* quote lightbox */
+
.matrix-table.o-shape-h {
#readmre-wrapper {
+
    background-image: url(https://doalogue.co.il/wiki/upload/doalogue/a/ae/O-arrow-h.png);
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 {
+
.matrix-table.l-shape {
     direction: ltr;
+
    background-image: url(https://doalogue.co.il/wiki/upload/doalogue/4/47/L-arrow.png);
 +
}
 +
.matrix-table.bottom-shape {
 +
     background-position: center 85%;
 
}
 
}
div#readmre-wrapper:hover {
 
box-shadow: black 2px 2px 7px -3px;}
 
  
div.readmore-div {
+
.matrix-table.top-shape {
-webkit-transition: all 0.4s ease;
+
    background-position: center 15%;
-moz-transition: all 0.4s ease;
+
}
transition: all 0.4s ease;
+
 
/* margin: 0em auto 5em; */
+
.matrix-table.right-shape {
 +
    background-position: 79% center;
 +
    background-size: 18%;
 +
}
 +
 
 +
.matrix-table.left-shape {
 +
    background-position: 21% center;
 +
    background-size: 18%;
 +
}
 +
table.matrix-table p {
 +
    text-align: center;
 +
    padding: 6px;
 +
}
 +
table.matrix-table * {
 +
    text-align: center;
 +
}
 +
 
 +
table.matrix-table td {
 +
    width: 50%;
 +
    height: 125px;
 +
    font-size: 23px;
 +
    position: relative;
 +
    transition: all ease .3s;
 +
}
 +
 
 +
table.matrix-table td:hover {
 +
background: #236b877a;
 +
color: #fff;
 +
}
 +
table.matrix-table tr:first-child td {
 +
    border-bottom: solid #236b87 2px;
 +
}
 +
 
 +
table.matrix-table td:first-child {
 +
    border-left: solid #236b87 2px;
 
}
 
}
span.source {
+
i.round-number {
  float: left;
+
    position: absolute;
}
+
    right: 4px;
span.source:before{
+
    top: 4px;
  content:"–";
+
}
  padding: 0 0 0 9px;
+
i.round-number:before {
}
+
    content: "";
.readmore-qoute p:nth-child(1) {
+
     font-family: "Assistant";
  font-size: 1.2em;
+
    font-style: normal;
     height:7em;
+
    color: #fff;
  overflow: hidden;
+
    position: absolute;
  text-align:justify;
+
    z-index: 1;
  position: relative;
+
right: 6px;
-webkit-transition: all 0.4s ease;
+
    top: 2px;
-moz-transition: all 0.4s ease;
+
    height: 1em;
transition: all 0.4s ease;
+
    width: 1em;
  }
+
    font-size: 19px;
.readmore-qoute p:after {
+
    font-weight: bold;
content: "";
+
    line-height: 1.4;
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;
+
i.round-number:after {
  display:block;
+
    content: "";
  position: relative;
+
    background: #236b87;
 +
    position: absolute;
 +
    border-radius: 50%;
 +
    height: 1em;
 +
    width: 1em;
 +
    right: 5px;
 +
    top: 5px;
 
}
 
}
.quote-contain {
+
 
  border-radius:7px;
+
i.round-number.left {
max-width:700px;
+
    left: 35px;
-webkit-transition: all 0.2s ease;
+
    right: initial;
-moz-transition: all 0.2s ease;
+
}
transition: all 0.2s ease;}
+
 
.merhaot:before, .merhaot:after {
+
i.round-number.bottom {
content: "\201D";
+
    bottom: 35px;
font-size: 4.4em;
+
    top: initial;
position: relative;
+
}
margin: -15px 0 0 10px;
+
 
opacity: .5;
+
 
float: right;
+
i.number-1:before {
padding: 0 0 0 5px;
+
    content: "1";
 +
}
 +
i.number-2:before {
 +
    content: "2";
 +
}
 +
i.number-3:before {
 +
    content: "3";
 
}
 
}
#closeit{
+
i.number-4:before {
display:block;
+
    content: "4";
padding-top:1.5em;
 
 
}
 
}
.merhaot:after{
+
 
  content:"\201C";
+
 
margin: -50px;
+
.what-interesting {
  float: left;
+
    background: #29addb1f;
  }
+
    padding: 1em;
.readmore-qoute a:hover {
+
    color: #2980a1;
opacity:1;
+
    border: solid 2px;
 +
    border-radius: 3px;
 +
    margin: 1em 0;
 
}
 
}
  
a.readmore-trigger {
+
.what-interesting .h3 {
color: transparent;
+
    font-size: 1.7em;
display: block;
+
    font-weight: 500;
position: absolute;
+
}
bottom: -14px;
+
.what-interesting > ul a {
left: 0;
+
    color: #29addb;
width: 33px;
+
    font-weight: 500;
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;
+
/* oneSignal */
cursor: pointer;
+
#onesignal-slidedown-dialog {
background-repeat: no-repeat;
+
    direction: rtl;
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 {
+
#onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-body-icon img {
opacity: 0;
+
    height: auto !important;
visibility: hidden;
+
}
-webkit-transition-delay: 300ms;  
+
/* תבנית ספר */
  -moz-transition-delay: 300ms;  
+
.booktab {
    -o-transition-delay: 300ms;  
+
    background: #2aaddc;
        transition-delay: 300ms;
+
    color: white;
-webkit-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1);
+
    padding: 5px 10px 10px;
-webkit-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285);  
+
    border-radius: 5px;
  -moz-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285);  
+
    margin-bottom: 1.4em;
    -o-transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285);  
+
    transition: all ease .3s;
        transition: all 900ms cubic-bezier(0.805, 0.010, 0.180, 1.285);
+
    max-height: 2.3em;
 +
    position: relative;
 +
    overflow: hidden;
 +
}
  
-webkit-transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1);
+
.booktab:target {
-webkit-transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1.285);  
+
max-height: 100%;
  -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);
+
.booktab > *, .booktab a, .booktab h3 {
        transition-timing-function: cubic-bezier(0.805, 0.010, 0.180, 1.285);
+
    color: #fff;
 
}
 
}
  
a.readmore-trigger:after {
+
.booktab h3 {
  content: "";
+
    color: #fff;
  display: block;
+
    padding: 0 .5em;
  position: absolute;
+
    font-weight: normal;
  right: -33px;
+
    margin: 0;
  text-align: center;
+
}
  width: 0;
+
 
  height: 0;
+
.booktab h3:before {
  border-style: solid;
+
    content: "\f02d";
  border-width: 19px 29px 19px 0;
+
    font-family: 'Font Awesome 5 Pro';
  border-color: transparent #00B2FF transparent #00B2FF;
+
    font-weight: 100;
  bottom: 5px;
+
    right: 6px;
 +
    font-size: 18px;
 +
    padding: 9px 0 0 9px;
 +
    float: right;
 +
}
 +
.booktab h3 a {
 +
display: block;
 
}
 
}
  
a.readmore-trigger:before {
+
.booktab h4 {
content: "לחץ להרחבה";
+
    color: #fff;
background: #00B2FF;
+
    padding: 0;
color: #fff;
+
    margin: 0 39px;
width: 120px;
+
    position: relative;
height: 25px;
+
    display: block;
display: block;
+
}
position: absolute;
+
.booktab .row {
right: -153px;
+
display: flex;
text-align: center;
+
    flex-direction: row;
 +
    flex-wrap: nowrap;
 +
    justify-content: space-between;
 +
    align-content: stretch;
 +
    align-items: flex-start;
 
}
 
}
  
div#readmre-wrapper:hover a.readmore-trigger:after, div#readmre-wrapper:hover a.readmore-trigger:before {
+
.booktab-content a {
  opacity: 1;
+
    color:#fff !important;
  visibility: visible;
+
    text-decoration: underline;
 +
}
 +
.booktab-content a:hover, .booktab-content a:visited {
 +
    color:#fff;
 +
    opacity: 0.8;
 
}
 
}
div#readmre-wrapper:hover a.readmore-trigger:after{right: -18px;}
+
.booktab h3 a:nth-child(n+2) {
div#readmre-wrapper:hover a.readmore-trigger:before {right: -138px;}
+
    position: absolute;
 
+
    left: 10px;
/* light box mechanism*/
+
    top: 11px;
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 {
+
.booktab:target h3 a:nth-child(2), .booktab h3 a:nth-child(3) {
  overflow: visible;
+
display: none;
  height: inherit;
 
 
}
 
}
.readmore-div > p > a {
+
 
position: fixed;
+
.booktab:target h3 a:nth-child(3) {
opacity: 0;
+
display: block;
-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 {
+
.booktab .external-image {
 
+
    width: 180px;
opacity: 1;
+
    overflow: hidden;
visibility: visible;
+
    float: left;
 +
    margin: 10px 8px 10px 0;
 
}
 
}
  
.readmore-div:target > .quote-contain {
+
.external-image img {
    background:#fff;
+
max-width: 100%;
padding: 2em 1em 3em;
 
  box-shadow: black 0 5px 45px 0px;
 
  margin: auto;
 
 
 
 
}
 
}
.readmore-div:target a.readmore-trigger {
+
.booktab .external-image img {
  opacity:0;
+
width: 100%;
 
}
 
}
 
+
.embed-external-image {
.readmore-div:target .readmore-qoute p:after {opacity:0;
+
    margin: 1em 6px;
 +
    font-size: 85%;
 +
    border-radius: 7px;
 +
    padding: 0;
 +
    margin-bottom: 1em;
 +
    border: solid 2px #2aaddc;
 +
    overflow: hidden;
 +
    position: relative;
 +
    clear: both;
 +
}
 +
.embed-external-image p {
 +
padding: 0;
 +
margin: 0;
 
}
 
}
  
 +
.embed-external-image .embed-footer {
 +
    background: #2aaddc10;
 +
    text-align: center;
 +
}
  
.readmore-trigger:hover:before {
 
opacity: 1;
 
visibility: visible; }
 
  
.english-quote .readmore-qoute p {
+
.booktab .book-header ul {
  direction: ltr;
+
margin: 0;
 +
    padding: 0;
 
}
 
}
  
.english-quote a.readmore-trigger {
+
.booktab .book-header ul li {
  right: 0;
+
    padding-left: 1em;
  left: inherit;}
+
}
 +
.booktab .book-header .rating {
 +
float: left;
 +
}
  
.english-quote .readmore-qoute p:after {
+
.booktab .book-header .row {
  right: 0;
+
padding: .5em 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 {
+
.booktab blockquote {
  left: -138px;}
+
    padding: 10px;
 +
    border-right: solid 6px;
 +
    padding-right: 2.5em;
 +
    padding-left: 1em;
 +
    margin: 13px 0;
 +
    background-color: #fff3;
 +
    background-repeat: no-repeat;
 +
    background-position: 99% 6px, 6px 99%;
 +
    background-size: 2em;
 +
    background-image: url(https://doalogue.co.il/wiki/upload/doalogue/1/19/Quote-right.svg), url(https://doalogue.co.il/wiki/upload/doalogue/9/98/Quote-left.svg);
 +
}
  
/* quote lightbox end */
+
.booktab blockquote.ltr {
.lightbox {
+
    border-left: solid 6px;
  /** Hide the lightbox */
+
    border-right: none;
  opacity:0;
+
    padding-right: 1em;
  /** Apply basic lightbox styling */
+
    direction: ltr;
  position: fixed;
+
    padding-left: 1em;
  z-index: 9999;
+
    margin: 13px;
  text-align: center;
+
    background-position: 99% 97%,6px 4px;
  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; }
 
  
 +
.categories {
 +
    clear: both;
 +
}
  
.lightbox:target {
+
.categories a {
  position: fixed;
+
margin-top: .5em;
  clip: auto;  
+
    margin-left: 8px;
  height: 100%;
+
    border: solid thin;
      width: 100%;
+
    border-radius: 3px;
  margin: 0; padding: 0; border: 0;  
+
    padding: 1px 6px;
  /** Show lightbox when it is target */
+
    background: #fff;
  display: block;
+
    color: #2aaddc;
  /** Remove default browser outline style */
+
}
  outline: none;
+
.categories a:hover {
  opacity:1;
+
    background: transparent;
  transition: opacity .5s ease-in-out;
+
    color: #fff;
  -moz-transition: opacity .5s ease-in-out;
+
    text-decoration: none;
  -webkit-transition: opacity .5s ease-in-out;
 
 
}
 
}
  
.lightbox img {
+
/* תבנית ספריה לדפים */
  /** Pad the lightbox image */
+
.doalogue-bookshelf {
  max-width: 90%;
+
    background: #edf3f6;
  max-height: 80%;
+
    overflow: hidden;
  margin-top: 2%;
+
    padding: .5rem .5rem 0 1rem;
 +
    position: relative;
 +
    transition: all ease .2s;
 +
    border: solid 2px #2aaddc;
 +
    border-radius: 4px;
 +
    color: #2aaddc;
 +
    clear: both;
 
}
 
}
  
  
.icon-clima-1 a {
+
.doalogue-bookshelf h2, .doalogue-bookshelf h2 a{
width: 100%;
+
border: none;
height: 100%;
+
margin-top: 0;
display: block;
+
color: #2aaddc;
opacity: 0;
 
position: absolute;
 
top: 0;
 
bottom: 0;
 
 
}
 
}
.wikitable td {
 
vertical-align: top;
 
padding: 0.2em 7px !important;}
 
  
.toccolours {
+
.books a {
padding: 1px 20px !important;
+
    background: #2aaddc;
overflow: hidden;}
+
    color: white;
 +
    padding: 5px 10px 5px;
 +
    border-radius: 5px;
 +
    margin-bottom: .4em;
 +
    transition: all ease .3s;
 +
    position: relative;
 +
    overflow: hidden;
 +
    border: solid thin #21abdc;
 +
    display: block;
 +
    font-size: 1.5em;
 +
}
  
.sharedaddy {display:none;}
+
.books a:hover {
 +
    background: #fff;
 +
    color: #19a9dc;
 +
    text-decoration: none;
 +
}
 +
.books a .float-left {
 +
    padding-top: 4px;
 +
}
 +
/* דוגמא */
 +
.example-block {
 +
    margin: 1em 6px;
 +
    font-size: 85%;
 +
    background: #2aaddc03;
 +
    border-radius: 7px;
 +
    padding: 0 1em;
 +
    margin-bottom: 1em;
 +
    border: solid 2px #2aaddc;
 +
    overflow: hidden;
 +
    position:relative;
 +
    clear:both;
 +
}
  
/* בית חדש */
 
  
#mf-search {
+
.example-block h4 {
-webkit-transition: all .3s ease-in-out 0s;
+
    color: #2aaddc;
-moz-transition: all .3s ease-in-out 0s;
+
    font-size: 23px;
-ms-transition: all .3s ease-in-out 0s;
+
    margin: 0;
transition: all .3s ease-in-out 0s;
+
    font-weight: 500;
 
}
 
}
#mf-search .searchboxInput  {
+
 
height: 4em;
+
.floating-diagram {
border-radius: 8px;
+
    float: left;
-webkit-transition: all .3s ease-in-out 0s;
+
    width: 50%;
-moz-transition: all .3s ease-in-out 0s;
+
    margin-right: 2em;
-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) {
+
/* tool quick information */
display: inline-block;
+
.quick-view  {
width: 100%;
+
float: left;
margin: 0 auto;
+
    max-width: 295px;
 +
    margin-right: 2em;
 +
    font-size: 17px;
 +
    background: var(--doalogue-azure)29;
 +
    border-radius: 4px;
 +
    padding: 1em;
 +
    margin-bottom: 1em;
 +
    border: solid 2px var(--doalogue-azure);
 +
    overflow: hidden;
 +
    position:relative;
 +
    clear:both;
 +
}
 +
.quick-view > p {
 +
display: none;
 
}
 
}
 
+
.mw-body .quick-view h2 {
div#mf-search {
+
    color: var(--doalogue-azure);
max-width: 700px;
+
    margin-top: 0;
margin: 0 auto;
+
    font-size: 1.5rem;
position: relative;
 
 
}
 
}
  
#mf-search #searchInput {
+
.quick-view h4, .mw-body .quick-view h3 {
position: relative;
+
display: inline;
color: #E4E4E4;
+
    font-size: 17px;
-webkit-transition:all 500ms ease;
+
    margin: 0;
-o-transition: all 500ms ease;
+
    font-weight: 600;
-moz-transition: all 500ms ease;
+
    padding: 0;
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 {
+
.quick-view .field-view-category a {
opacity: 1;
+
    background: var(--doalogue-azure);
color: #9A9A9A;
+
    display: inline-block;
font-size: 1.3em;
+
    color: #fff;
z-index: 1;
+
    padding: 1px 4px;
position: absolute;
+
    border-radius: 2px;
left: 0em;
+
    text-decoration: none;
padding: 0;
+
    margin: 3px 0 0 3px;
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 {
+
.quick-view .field-view-category a:hover {
display:none;
+
background: var(--doalogue-blue);
 
}
 
}
 
+
.quick-view p {
.stats {
+
margin: 0;
display:flex;
+
padding: 0;
text-shadow: black 1px 3px 3px;
+
    font-size: 17px;
 +
    line-height: 1;
 
}
 
}
 
+
/* tool block */
.stats > div {
+
.tool-block {
float: right;
+
    background: #2aaddc03;
margin: 0 auto;
+
    border-radius: 4px;
color: #fff;
+
    padding: 0 1em;
font-weight: normal;
+
    margin-bottom: 1em;
text-align: center;
+
    border: solid 2px #2aaddc;
font-size: 2em;
+
    overflow: hidden;
 +
    position:relative;
 +
    clear:both;
 +
}
 +
.tool-block #field-view-field_081Nqv {
 +
  counter-reset: section;
 +
}
 +
.tool-block h4 {
 +
counter-increment: section;
 +
    color: #2aaddc;
 +
    font-size: 23px;
 +
    margin: 0;
 +
    font-weight: 500;
 +
}
 +
.tool-block #field-view-field_081Nqv h4:before {
 +
  content: '#'counter(section) ' ';
 +
}
 +
/* credit block */
 +
.credit-block {
 +
margin-top: 1em;
 +
padding: 5px 10px;
 +
    background: #2aaddc03;
 +
    border-radius: 4px;
 +
    border: solid 2px #2aaddc;
 +
}
 +
 
 +
.mw-body-content .credit-block p {
 +
margin: 0;
 +
line-height: 1;
 
}
 
}
  
.stats a {
+
/* inverted list */
color: #fff;
+
.inverted ol {
text-decoration: none;
+
    list-style-type: none;
font-size: 1.6em;
+
    counter-reset: item 13;
line-height: 2.1;
 
letter-spacing: 0.4px;
 
 
}
 
}
  
.stats p {
+
.inverted ol li {
margin: 0;
+
    counter-increment: item -1;
 
}
 
}
  
.stats h3 {
+
.inverted ol li:before {
margin-top: 0;
+
    content: counter(item) ". ";
text-align:center;
 
color:#fff;
 
font-weight:normal;
 
line-height: 1;
 
 
}
 
}
  
#mf-banner-intro {
 
margin: 3em auto 0;}
 
  
#mf-search #searchInput:focus {
+
/* Mail chimp Popup */
margin: -1em auto 13em;
+
.popup {
opacity:1;
+
  position: fixed;
 +
  bottom: 1em;
 +
  left: -450px;
 +
  width: 400px;
 +
  max-width: 100%;
 +
  height: 250px;
 +
  margin-top: 5vh;
 +
  background-color: rgba(0, 0, 0, 0.5);
 +
  display: flex;
 +
  justify-content: center;
 +
  align-items: center;
 +
  transition: left 0.3s ease-in-out;
 +
  z-index: 9999;
 +
  box-shadow: #052c3a76 1px 5px 10px 0px;
 
}
 
}
#mf-search #searchInput:focus + #searchButtonCenter, #mf-search #searchInput:focus ~ #searchButtonCenter {
+
 
top: -1.3em;
+
.popup-content {
 +
  display: flex;
 +
  flex-direction: column;
 +
  align-items: center;
 +
  width: 100%;
 +
  padding: 1em 2em;
 
}
 
}
  
body.page-עמוד_ראשי div.suggestions {
+
.popup-content h2 {
z-index: 99999;
+
  font-size: 24px;
border-radius: 9px;
+
  margin-bottom: 10px;
-webkit-transform: translatey(3px);
+
  color: #fff;
-o-transform: translatey(3px);
 
-moz-transform: translatey(3px);
 
-ms-transform: translatey(3px);
 
transform: translatey(3px);
 
opacity: .9;
 
 
}
 
}
 
+
#popup .popup-image {
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 {
+
  position: absolute;
border-radius: 9px; }
+
  top: 0;
.suggestions-special {
+
  left: 0;
border: none;
+
  width: 100%;
padding: 0.25em 1em;
+
  height: 100%;
line-height: 1.1em;
+
  z-index: -1;
 +
  background-image: url('https://www.doalogue.co.il/wiki/upload/doalogue/d/d1/Laptop-bg-around.svg');
 +
  background-size: cover;
 +
  background-position: center;
 +
  background-repeat: no-repeat;
 +
  filter: brightness(0.5);
 +
  max-width: unset;
 
}
 
}
  
/* עבודה על החיפוש */
+
.show {
.mw-search-result-data {
+
  left: 0;
display:none;
 
 
}
 
}
  
div#simpleSearch #searchInput {
+
.popup .dismiss-button {
    padding: 1px 7px;
+
  position: absolute;
    display: block;
+
  color: #fff;
    font-size:1.1em;
+
  top: 1em;
 +
  right: 1em;
 +
  font-family: "Font Awesome 5 Free";
 +
  font-weight: 100;
 +
  font-size: 24px;
 +
  background: none;
 +
  border: none;
 +
  cursor: pointer;
 +
  margin: 0;
 
}
 
}
#p-search {
 
    transition: margin-left 250ms ease 0s;
 
/* width: 100%;*/}
 
  
 +
.brandingLogo {
 +
  display: none;
 +
}
  
div#simpleSearch button#searchButton > img {
+
.input-group {
display:none;
+
  display: flex;
 +
  align-items: center;
 
}
 
}
  
::-webkit-input-placeholder {
+
input[type="email"] {
   position: relative;
+
   width: 70%;
   right: 2px;
+
   padding: 10px;
 +
  border: none
 
}
 
}
  
:-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
+
.submit-button {
   position: relative;
+
  padding: 10px 20px;
   right: 2px;
+
  background-color: #2aaddc;
 +
  color: #fff;
 +
   border: none;
 +
   cursor: pointer;
 
}
 
}
  
div#simpleSearch #searchButton, div#simpleSearch #mw-searchButton {
+
.submit-button:hover {
  height: 105%;
+
   background-color: #676768;
   background-size: 75%;
+
}
left: 3px;}
 
  
/* חיפוש מתקדם */
+
.thank-you-message,
fieldset#mw-searchoptions table, fieldset#mw-searchoptions tbody, fieldset#mw-searchoptions tr {
+
.error-message {
    display: block;
+
   display: none;
    margin: 0;
+
   margin-top: 10px;
    float: right;
+
   padding: 10px;
    background: transparent;
+
   font-weight: bold;
    border: none;
+
   text-align: center;
    width: auto;
+
   color: #fff;
}
+
   background-color: #2aaddc;
 
+
}
td[class*="mw-search-ns"], #mw-searchoptions h4, #mw-search-togglebox, #mw-searchoptions .divider {
+
#mc-embedded-subscribe-form {
    display: none;
+
     width: 100%;
}
 
.mw-search-ns0, .mw-search-ns4, .mw-search-ns6, .mw-search-ns14, .mw-search-ns100, .mw-search-ns102 {
 
    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;
 
 
}
 
}
 
+
#mce-EMAIL {
.doalogue-quote:hover {
+
  outline: none;
    background: #686868;
 
    color: #fff;
 
 
}
 
}
  
.doalogue-quote h3 {
+
@media only screen and (max-width: 767px) {
    font-weight: normal;
+
.popup {
    padding: 0;
+
    bottom: 0;
    margin: 0;
+
    width: 100vw;
    color: inherit;
+
    height: unset;
    line-height: 1;
+
    margin-top: unset;
}
+
}
.doalogue-quote:hover h3 {
+
.popup-content {
color: #fff;
+
    padding: 1em;
}
+
}
 
+
.popup .dismiss-button {
.doalogue-quote h3 span.mw-headline {
+
     top: 5px;
     padding-top: 3em;
+
     right: 5px;
    margin-top: -3em;
 
    transition: none;
 
    -moz-transition: none;
 
    -webkit-transition: none;
 
    -ms-transition: none;
 
    -o-transition: none;
 
}
 
.doalogue-quote i {
 
    padding: 7px;
 
     color: #2aaddc;
 
 
}
 
}
 
.doalogue-quote a {
 
    color: transparent;
 
    position: absolute;
 
    width: 100%;
 
    height: 100%;
 
    top: 0;
 
    right: 0;
 
    opacity: 0;
 
 
}
 
}

גרסה אחרונה מ־11:02, 10 ביולי 2023

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;700&display=swap');
:root {
	--doalogue-azure: #2fafdd;
	--doalogue-blue: #0082b1;
	--doalogue-gray: #6b6b6b;
}
body:not(.cat-Noscroll) {
	scroll-behavior: smooth;
}

body  {
	font-family: 'Assistant', sans-serif;
	background: #fff;
}
h2 {
    border-bottom: 2px solid #2aaddc;
}
.mw-body h1:lang(he), .mw-body-content h1:lang(he), .mw-body-content h2:lang(he) {
    font-family: 'Assistant';
}
.hide, .mw-editsection, .show-only-users, #nav #p-personal, div#p-lang, div#mw-panel .portal {
display:none !important;
}

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



::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fcfeff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2aaddc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4b4b4b;
}

/* Font Awesome corrections */
.fad {
	--fa-primary-color: #4a708f;
    --fa-secondary-color: #b1c6d7;
}

.fa-rotate-45 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5)";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate-min-45 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.5)";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* utility Classes */
figure { 
	display: inline-block; 
}

.sread {
	position: absolute;
	left:-9999px;
}

.center {
	text-align: center;
}

.padding-1 {
	padding: 1rem;
}

.padding-t-1 {
	padding-top: 1rem;
}

.padding-r-1 {
	padding-right: 1rem;
}

.padding-b-1 {
	padding-bottom: 1rem;
}

.padding-l-1 {
	padding-left: 1rem;
}
.float-left .padding-1 {
	padding-left: 0;
}

.text-horizontal {
	writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}
center iframe {
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
}

#content iframe {
max-width: 100% !important;
    border:none;
}
.bigger-iframe .embedWrapper {
    padding-top: 150px;
}
.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%;
}
@media only screen and (max-width: 767px) {
	.col-6, .col-4, .col-3 {
    width: 100%;
	}
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}
/* tooltips */
.tooltip:after {
    content: attr(title);
    opacity: 0;
    transition: .3s;
    position: absolute;
    display: block;
    background: var(--doalogue-gray);
    color: #fff;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 3px;
    max-width: 0;
    height: 1em;
}

.tooltip:hover:after {
    margin-top: 3px;
    opacity: .8;
    max-width: 100%;
}
/* multi media viewer */
/* SVG preview */
.mw-mmv-image img.svg {
    background: #f8f9fa;
    max-height: 100%;
	max-width: 90%;
}

/* anchor-text */

.anchor-text:target {
    display: inline-block;
    padding-top: 60px;
    margin-top: -60px;
}
#context li {
	position: relative;
}
.anchor-text:target:before {
    content: "";
    display: block;
    width: 1em;
    height: 1.5em;
    position: absolute;
    border: solid 2px #2aaddc;
    z-index: -1;
    right: -21px;
    width: calc(100% + 29px);
    top: -3px;
    height: calc(100% + 8px);
    box-shadow: #2aaddc1f 0px 5px 11px 4px;
    border-radius: 4px;
}
/* סינון במונחון */
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;
}

/* 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;
}

/* קישורי קבצים */
img[srce=".svg"] {
	max-width:100%;
}
*: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/f/fd/Microsoft_Office_Word_%282019%E2%80%93present%29.svg);
}

#content a[href^="mailto"]:after {
display: inline-block;
    font: "Font Awesome 5 Pro";
    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/f/fd/Microsoft_Office_Word_%282019%E2%80%93present%29.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/0/0d/Microsoft_Office_PowerPoint_%282019%E2%80%93present%29.svg);
    margin: 4px;
    width: 60px;
}

a[href$=".doc"] .image, a[href$=".docx"].image  {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/fd/Microsoft_Office_Word_%282019%E2%80%93present%29.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;}
 
a.new {
color:#000;
text-decoration:none;
    cursor: text;
}

/* 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 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: "Font Awesome 5 Pro";
	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;
    height: 0;
}

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

#breadcrumbs2 {
    background: #f2f2f2;
    padding: 5px 10px;
    margin: 0;
    font-size: 1em;
    text-align: center;
}
.cat-באנר #breadcrumbs2 {
	display: none;	
}
#image-banner #breadcrumbs2 {
	display: block;	
}
/* קטגוריות */
#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-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;
}
.catlinks li:first-child {
    margin-right: -2px; 
    }
    
    .catlinks li {
	border-right: none;
    }
    .catlinks li  a {
    background: #2aaddc;
    border-radius: 3px;
    border: solid thin #2aaddc;
    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: #fff;
    color: #2aaddc;
    }
    
    .catlinks {
    border: none;
    background-color: transparent; }
    
    
    #page1 {
    margin-top:-4em;
    }
/* דפי מדיה */
#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;
}
/* תוכן עניינים */
.toctogglespan {
	display: none;
}
.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;
}

#toc a.active {
	font-weight:bold;
}
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) {
div#content {
    min-height: 52vh;
}
#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;
}

#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: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;
}
/* 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: "Font Awesome 5 Pro",'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;
}
.mw-body table {
width: auto;
}


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

.navigaion {margin-top: 2em;}


/* 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;
}

.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( https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/Sort_sol_ved_%C3%98rns%C3%B8_2007.jpg/320px-Sort_sol_ved_%C3%98rns%C3%B8_2007.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; */
background: #4d99e7;
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);
}

#system-thinking > div > div.front > div.porback, #system-thinking > div.nopanel > div.gridcell > div > div.porback {
background-image: url(https://doalogue.co.il/wiki/upload/doalogue/8/84/Organic-network.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%;
}
@media (max-width: 767px) {
	#content .responsive-diagram {
	  overflow-x: auto;
	}	
	#content .responsive-diagram svg {
	  max-width: fit-content;
	  max-height: 75vw;
	  height: unset;
	}	
}

.diagram2pdf {
    position: absolute;
    margin-top: -1.2em;
    z-index: 4;
    left: .5em;
    cursor: pointer;
    color: var(--doalogue-azure);
}
.hide.visible {
	display: block;
}
.ns-90 #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-90 .mw-body p, .page-פורטלים .mw-body p, .page-קורסים_והכשרות .mw-body p, .ns-90 .mw-body .thumb, .page-פורטלים .mw-body thumb, .page-קורסים_והכשרות .mw-body thumb {
display: none;
}

.ns-90 #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-90 #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;
}
/* תבנית תמונה */
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 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 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-90 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-90 #catlinks, body.page-עמוד_ראשי #catlinks {
display: none;
}

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

.ns-90 #footer-info-lastmod, body.page-עמוד_ראשי #footer-info-lastmod, #footer-info-viewcount
{
display: none;
}
.ns-90 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-intro {
margin: 6em 30%;
padding: 20px; position: relative; 
max-width: 590px;
 z-index: 1; font-size: 200%;
 text-align: center;
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;
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;
}


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

#mf-front {
    padding: 0 6px;
}

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



/* 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 */
.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;
    }
    
    
    .fancybox-close:hover, .mlb-close:hover, .mlb-fullscreen:hover {
    opacity: 1;
    }
    
    
    
.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: "Font Awesome 5 Pro",'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;
}


#simpleSearch {
    width: 19.2em;
    width: 30vw;
}

div#simpleSearch #searchInput {
    display: block;
    background: #fff;
    padding: 3px 5px 4px 27px;
    font-size: 1.3em;
    border-radius: 4px;
}

#searchInput:focus, #simpleSearch:hover #searchInput:focus {
	
}
#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;
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: "Font Awesome 5 Pro";
    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%;}
}  

/* 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: 25vh;
  max-width: 776px;
margin:auto;
}

#heroButton a {
  speak: none;
  color:#fff;
  -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 a:hover {
opacity:1;
}

   #image-banner {
    width:100%;
    display:block;
    background-attachment:fixed;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 60vh;
	}
#image-banner.contained {
	    background-size: contain;
    	background-position: center 47px;
}
#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;
}

.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;
    margin: 1rem 1rem 1rem 0;
    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: #adadad;
}
.doalogue-blockqoute i.fa-quote-left {
    left: -38px;
}

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

.english-dir {
    direction: ltr;
}

/* facebook iframe */
.full-height-frame .embedWrapper {
	padding-bottom: 100%;
}
#footer, #footer li {
    background-color: #676768;
    color: #fff;
    font-family: 'Assistant',Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.9;
    margin-right: 0;
    padding: 0;
}

#footer * {
	box-sizing: border-box
}

#footer .footer-container {
margin-right: auto;
margin-left: auto;
max-width: 100%;
}

#footer .row {
    margin: 0;
    max-height: 22em;
    overflow: hidden;
}

#footer a {
    color: #fff;
}


#sidebar-footer ul {
margin-top: 0;
    margin-bottom: 10px;
}
#sidebar-footer ul li {
    list-style-type: square;
    list-style-position: inside;
    line-height: 1.5;
}

 #sidebar-footer .widget {
    margin-bottom: 40px;
}
#sidebar-footer h5.widget-title {
	margin-top: 0;
	margin-bottom: 5px;
    color: #fff;
    font-family: 'Poppins',Arial,sans-serif;
    font-weight: 600;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 2px;
    font-style: normal;
    position: relative;
    line-height: 1;
}
.col-sm-4, .col-md-6 {
    float: right;
    position: relative;
    min-height: 1px;
}

@media (min-width: 768px) {
.col-sm-4 {
    width: 33.33333333%;
}
.col-md-6 {
    width: 50%;
}
}
@media (min-width: 1200px) {
#footer .footer-container {
    width: 1170px;
}
#sidebar-footer>.footer-container>.row {
    margin-right: -30px;
    margin-left: -30px;
}
#sidebar-footer .widget {
    padding: 0 30px;
}
}

#sidebar-footer>.footer-container {
    padding: 50px 0 10px;
}
#footer iframe {
    width: 100% !important;
}

#footer #copyright {
	line-height: 49px;
    background-color: #23282d;
    color: #fff;
    font-family: 'Poppins',Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 3px;
    font-style: normal;
    text-align: center;
}
#footer #copyright .footer-text-right {
	display:inline-block;
}

#footer #mc_embed_signup {
    text-align: right;
}
#footer #mc_embed_signup input.email {
	height: auto;
    vertical-align: middle;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px;
    background-color: #FFF;
    color: #555;
    font-size: 1em;
    padding: 11px 10px;
    margin: 0;
    width: 69%;
    display: inline-block;
    outline:none;
}
#footer #mc_embed_signup .button {
    text-align: center;
    background-color: #2aaddc;
    display: inline-block;
    float: left;
    width: 31%;
    padding: 0;
    height: 40px;
    border-color: #2aaddc;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-style: normal;
    line-height: 1.2;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}
/* bordered-table */
.table-has-border {
	border-collapse: collapse;
}
.table-has-border th, .table-has-border td {
	padding: 5px;
}
.bordered-table, .bordered-table th, .bordered-table td   {
	border: solid thin #2aaddc;
	border-collapse: collapse;
}

.bordered-table-top, .bordered-table-middle, .bordered-table-bottom {
    border-color: #2aaddc;
}
.bordered-table-top {
    border-top: solid thin;
    border-right: solid thin;
    border-left: solid thin;
}
.bordered-table-middle {
    border-right: solid thin;
    border-left: solid thin;
    width: 50%;
}
.bordered-table-bottom {
    border-bottom: solid thin;
    border-right: solid thin;
    border-left: solid thin;
}
/* doalogue-table */
.doalogue-table {
	background: #d4eaf4;
    border: 0;
    border-spacing: 0;
    font-size: 17.5px;
    margin-bottom:1em;
    text-align: right;
    box-shadow: 2px 2px 9px #bfbfbf;
}
body .doalogue-table p, body .doalogue-table li {text-align: right;}

.doalogue-table th {
    background: #3494bb;
    color: #fff;
    text-align: center;
    padding: 3px;
    color: #3494bb;
}

.doalogue-table td {
    padding: 4px 7px 4px 4px;
}

.doalogue-table th {
    background: #3494bb;
    color: #fff;
    text-align: center;
    padding: 3px;
}
.doalogue-table tr:nth-child(odd) {
    background: #c4e3f3;
}
.doalogue-table tr:hover {
    background: #acd7ca;
}
.table-bordered {
	
}
.doalogue-table.table-bordered {
    border-spacing: 2px;
}
/* matrix table */
table.matrix-table {
    max-width: 350px;
    width: 100%;
    margin: auto;
    background-position: 56% 56%;
    background-repeat: no-repeat;
    background-size: 41%;
    border: none;
    background-color: #b1c6d7;
    color: #236b87;
    border-collapse: collapse;
        table-layout: fixed;
}
.matrix-table.z-shape {
    background-image: url(https://doalogue.co.il/wiki/upload/doalogue/3/34/Z-arrow.png);
}
.matrix-table.d-shape {
    background-image: url(https://doalogue.co.il/wiki/upload/doalogue/2/28/D-arrow.png);
    background-position: 49% 56%;
    background-size: 37%;
}
.matrix-table.o-shape {
	    background-image: url(https://doalogue.co.il/wiki/upload/doalogue/d/dc/O-arrow.png);
}

.matrix-table.o-shape-h {
	    background-image: url(https://doalogue.co.il/wiki/upload/doalogue/a/ae/O-arrow-h.png);
}

.matrix-table.l-shape {
	    background-image: url(https://doalogue.co.il/wiki/upload/doalogue/4/47/L-arrow.png);
}
.matrix-table.bottom-shape {
    background-position: center 85%;
}

.matrix-table.top-shape {
    background-position: center 15%;
}

.matrix-table.right-shape {
    background-position: 79% center;
    background-size: 18%;
}

.matrix-table.left-shape {
    background-position: 21% center;
    background-size: 18%;
}
table.matrix-table p {
    text-align: center;
    padding: 6px;
}
table.matrix-table * {
    text-align: center;
}

table.matrix-table td {
    width: 50%;
    height: 125px;
    font-size: 23px;
    position: relative;
    transition: all ease .3s;
}

table.matrix-table td:hover {
background: #236b877a;
color: #fff;
}
table.matrix-table tr:first-child td {
    border-bottom: solid #236b87 2px;
}

table.matrix-table td:first-child {
    border-left: solid #236b87 2px;
}
i.round-number {
	    position: absolute;
	    right: 4px;
    	top: 4px;
}
i.round-number:before {
    content: "";
    font-family: "Assistant";
    font-style: normal;
    color: #fff;
    position: absolute;
    z-index: 1;
	right: 6px;
    top: 2px;
    height: 1em;
    width: 1em;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
}

i.round-number:after {
    content: "";
    background: #236b87;
    position: absolute;
    border-radius: 50%;
    height: 1em;
    width: 1em;
    right: 5px;
    top: 5px;
}

i.round-number.left {
    left: 35px;
    right: initial;
}

i.round-number.bottom {
    bottom: 35px;
    top: initial;
}


i.number-1:before {
    content: "1";
}
i.number-2:before {
    content: "2";
}
i.number-3:before {
    content: "3";
}
i.number-4:before {
    content: "4";
}


.what-interesting {
    background: #29addb1f;
    padding: 1em;
    color: #2980a1;
    border: solid 2px;
    border-radius: 3px;
    margin: 1em 0;
}

.what-interesting .h3 {
    font-size: 1.7em;
    font-weight: 500;
}
.what-interesting > ul a {
    color: #29addb;
    font-weight: 500;
}

/* oneSignal */
#onesignal-slidedown-dialog {
    direction: rtl;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-body-icon img {
    height: auto !important;
}
/* תבנית ספר */ 
.booktab {
    background: #2aaddc;
    color: white;
    padding: 5px 10px 10px;
    border-radius: 5px;
    margin-bottom: 1.4em;
    transition: all ease .3s;
    max-height: 2.3em;
    position: relative;
    overflow: hidden;
}

.booktab:target {
	max-height: 100%;
}
.booktab > *, .booktab a, .booktab h3 {
    color: #fff;
}

.booktab h3 {
    color: #fff;
    padding: 0 .5em;
    font-weight: normal;
    margin: 0;
} 

.booktab h3:before {
    content: "\f02d";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    right: 6px;
    font-size: 18px;
    padding: 9px 0 0 9px;
    float: right;
}
.booktab h3 a {
	display: block;
}

.booktab h4 {
    color: #fff;
    padding: 0;
    margin: 0 39px;
    position: relative;
    display: block;
}
.booktab .row {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

.booktab-content a {
    color:#fff !important;
    text-decoration: underline;
}
.booktab-content a:hover, .booktab-content a:visited {
    color:#fff;
    opacity: 0.8;
}
.booktab h3 a:nth-child(n+2) {
    position: absolute;
    left: 10px;
    top: 11px;
}
.booktab:target h3 a:nth-child(2), .booktab h3 a:nth-child(3) {
	display: none;
}

.booktab:target h3 a:nth-child(3) {
	display: block;
}

.booktab .external-image {
    width: 180px;
    overflow: hidden;
    float: left;
    margin: 10px 8px 10px 0;
}

.external-image img {
	max-width: 100%;
}
.booktab .external-image img {
	width: 100%;
}
.embed-external-image {
    margin: 1em 6px;
    font-size: 85%;
    border-radius: 7px;
    padding: 0;
    margin-bottom: 1em;
    border: solid 2px #2aaddc;
    overflow: hidden;
    position: relative;
    clear: both;
}
.embed-external-image p {
	padding: 0;
	margin: 0;
}

.embed-external-image .embed-footer {
    background: #2aaddc10;
    text-align: center;
}


.booktab .book-header ul {
	margin: 0;
    padding: 0;
}

.booktab .book-header ul li {
    padding-left: 1em;
}
.booktab .book-header .rating {
	float: left;
}

.booktab .book-header .row {
	padding: .5em 0;
}

.booktab blockquote {
    padding: 10px;
    border-right: solid 6px;
    padding-right: 2.5em;
    padding-left: 1em;
    margin: 13px 0;
    background-color: #fff3;
    background-repeat: no-repeat;
    background-position: 99% 6px, 6px 99%;
    background-size: 2em;
    background-image: url(https://doalogue.co.il/wiki/upload/doalogue/1/19/Quote-right.svg), url(https://doalogue.co.il/wiki/upload/doalogue/9/98/Quote-left.svg);
}

.booktab blockquote.ltr {
    border-left: solid 6px;
    border-right: none;
    padding-right: 1em;
    direction: ltr;
    padding-left: 1em;
    margin: 13px;
    background-position: 99% 97%,6px 4px;
	
}

.categories {
    clear: both;
}

.categories a {
	margin-top: .5em;
    margin-left: 8px;
    border: solid thin;
    border-radius: 3px;
    padding: 1px 6px;
    background: #fff;
    color: #2aaddc;
}
.categories a:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

/* תבנית ספריה לדפים */
.doalogue-bookshelf {
    background: #edf3f6;
    overflow: hidden;
    padding: .5rem .5rem 0 1rem;
    position: relative;
    transition: all ease .2s;
    border: solid 2px #2aaddc;
    border-radius: 4px;
    color: #2aaddc;
    clear: both;
}


.doalogue-bookshelf h2, .doalogue-bookshelf h2 a{
	border: none;
	margin-top: 0;
	color: #2aaddc;
}

.books a {
    background: #2aaddc;
    color: white;
    padding: 5px 10px 5px;
    border-radius: 5px;
    margin-bottom: .4em;
    transition: all ease .3s;
    position: relative;
    overflow: hidden;
    border: solid thin #21abdc;
    display: block;
    font-size: 1.5em;
}

.books a:hover {
    background: #fff;
    color: #19a9dc;
    text-decoration: none;
}
.books a .float-left {
    padding-top: 4px;
}
/* דוגמא */
.example-block {
    margin: 1em 6px;
    font-size: 85%;
    background: #2aaddc03;
    border-radius: 7px;
    padding: 0 1em;
    margin-bottom: 1em;
    border: solid 2px #2aaddc;
    overflow: hidden;
    position:relative;
    clear:both;
}


.example-block h4 {
    color: #2aaddc;
    font-size: 23px;
    margin: 0;
    font-weight: 500;
}

.floating-diagram {
    float: left;
    width: 50%;
    margin-right: 2em;
}

/* tool quick information */
.quick-view  {
	float: left;
    max-width: 295px;
    margin-right: 2em;
    font-size: 17px;
    background: var(--doalogue-azure)29;
    border-radius: 4px;
    padding: 1em;
    margin-bottom: 1em;
    border: solid 2px var(--doalogue-azure);
    overflow: hidden;
    position:relative;
    clear:both;
}
.quick-view > p {
	display: none;	
}
.mw-body .quick-view h2 {
    color: var(--doalogue-azure);
    margin-top: 0;
    font-size: 1.5rem;
}

.quick-view h4, .mw-body .quick-view h3 {
	display: inline;
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    padding: 0;
}
.quick-view .field-view-category a {
    background: var(--doalogue-azure);
    display: inline-block;
    color: #fff;
    padding: 1px 4px;
    border-radius: 2px;
    text-decoration: none;
    margin: 3px 0 0 3px;
}
.quick-view .field-view-category a:hover {
	background: var(--doalogue-blue);
}
.quick-view p {
	margin: 0;
	padding: 0;
    font-size: 17px;
    line-height: 1;
}
/* tool block */
.tool-block {
    background: #2aaddc03;
    border-radius: 4px;
    padding: 0 1em;
    margin-bottom: 1em;
    border: solid 2px #2aaddc;
    overflow: hidden;
    position:relative;
    clear:both;
}
.tool-block #field-view-field_081Nqv {
  counter-reset: section;
}
.tool-block h4 {
	counter-increment: section;
    color: #2aaddc;
    font-size: 23px;
    margin: 0;
    font-weight: 500;
}
.tool-block #field-view-field_081Nqv h4:before {
	  content: '#'counter(section) ' ';
}
/* credit block */
.credit-block {
	margin-top: 1em;
	padding: 5px 10px;
    background: #2aaddc03;
    border-radius: 4px;
    border: solid 2px #2aaddc;
}

.mw-body-content .credit-block p {
	margin: 0;
	line-height: 1;
}

/* inverted list */
.inverted ol {
    list-style-type: none;
    counter-reset: item 13;
}

.inverted ol li {
    counter-increment: item -1;
}

.inverted ol li:before {
    content: counter(item) ". ";
}


/* Mail chimp Popup */ 
.popup {
  position: fixed;
  bottom: 1em;
  left: -450px;
  width: 400px;
  max-width: 100%;
  height: 250px;
  margin-top: 5vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 0.3s ease-in-out;
  z-index: 9999;
  box-shadow: #052c3a76 1px 5px 10px 0px;
}

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1em 2em;
}

.popup-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
}
#popup .popup-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('https://www.doalogue.co.il/wiki/upload/doalogue/d/d1/Laptop-bg-around.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.5);
  max-width: unset;
}

.show {
  left: 0;
}

.popup .dismiss-button {
  position: absolute;
  color: #fff;
  top: 1em;
  right: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 100;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
}

.brandingLogo {
  display: none;
}

.input-group {
  display: flex;
  align-items: center;
}

input[type="email"] {
  width: 70%;
  padding: 10px;
  border: none
}

.submit-button {
  padding: 10px 20px;
  background-color: #2aaddc;
  color: #fff;
  border: none;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #676768;
}

.thank-you-message,
.error-message {
  display: none;
  margin-top: 10px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #2aaddc;
}
#mc-embedded-subscribe-form {
    width: 100%;
}
#mce-EMAIL {
  outline: none;
}

@media only screen and (max-width: 767px) {
	.popup {
	    bottom: 0;
	    width: 100vw;
	    height: unset;
	    margin-top: unset;
	}
	.popup-content {
	    padding: 1em;
	}
	.popup .dismiss-button {
    top: 5px;
    right: 5px;
	}
}

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

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