 :root {
        --veidaBgColor: #ff2e2e;
        --negativeTxtColor: #fff;
        --titleColor:#1a1a1a;
        --primaryBgColor:#fff;
    }
    @font-face {
        font-family: 'almoniDL400';
        font-weight: 400; /*(regular)*/
        font-style: normal;
        src: url('../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.eot');
        src: url('../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.eot') format('embedded-opentype'), url('../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.woff2') format('woff2'), url('../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.woff') format('woff');
    }
    @font-face {
        font-family: 'almoniDL700';
        font-weight: 700; /*(bold)*/
        font-style: normal;
        src: url('../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.eot');
        src: url('../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.eot') format('embedded-opentype'), url('../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.woff2') format('woff2'), url('../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.woff') format('woff');
    } 
    @font-face {
    font-family: 'ultrabold';
    font-weight: 900;
    font-style: normal;
    src: url('../../../Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.eot');
    src: url('../../../Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.eot') format('embedded-opentype'), url('../../../Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.woff2') format('woff2'), url('../../../Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.woff') format('woff')
}

    h1,h2,h3,h4,h5,h6 {font-weight:normal}
    body {
        padding: 0;
        margin: 0;
        direction: rtl;
        font-family: 'AlmoniDL400';
        font-size:16px;
        line-height:1;
        text-decoration:none;
        color:#000;
    }
    a {
        text-decoration: none;
        color: #000;
    }

#wrapper {max-width: 100%}
.veidaWr {position:relative}
.veidaWr:before {   
    
  background: url(../../../globes/d/12504/ScottGalloway22.svg) repeat-y 0 0;
    position: absolute;
    right: 22px;
    top: 0;
    content: '';
    height: 100%;
    width: 18px;
    z-index: 1;

}
.veidaWr:after {  
    background: url(../../../globes/d/12504/ScottGalloway11.svg) repeat-y 0 0;
    position: absolute;
    left: 45px;
    top: 0;
    content: '';
    height: 100%;
    width: 18px;
    z-index: 1;
}
header .logoGlobes {
    height: 35px;
    width: 138px;
    border: 0;
    margin:0 23px 7px 0;
    display: block;
    background: url(../../../globes/logo-138-35-2.svg) no-repeat 0 0;
 
}
.header .container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    margin: 0 auto;
    align-items: center;
        padding: 11px 0;
}
.header .container .nodeName {    justify-self: start;   font-size: 35px;   line-height: 1.49; font-family:ultrabold; position:relative;     margin-right: 45px;}
 .header .container .nodeName:before {   
      position: absolute;
    border-left: 1px #a2a2a2 solid;
    top: 11px;
    right: -22px;
    height: 30px;
    content: "";}
.header .container .sponser .hasut {
    font-size: 18px;    align-items: center;display: flex;
}
.header .container .sponser .hasut img {margin-right:10px; height:26px}
header { box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.13);  top:0;   position: fixed;    width: 100%;left:0; z-index:2;    background-color: var(--primaryBgColor);}

header .social:before {
    content: url(../../../globes/d/12504/share_icn.svg);
    margin: 0 22px;
 
    position: relative;
    top: 9px;
}
header .hIconsWr { margin-left:19px;    display: flex;} 
.header .container .register {
    color: var(--veidaBgColor);
    background-color: transparent;
    border: 1px solid var(--veidaBgColor);
    padding:0 20px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}
.header .container .sponser { position: relative;  margin-top: 8px;  margin-right: 54px;}
.header .container .sponser:after {  
    position: absolute;
    border-left: 1px #a2a2a2 solid;
    top: -4px;
    right: -34px;
    height: 30px;
    content: "";}

.hero .heroImg {
    width: 100%;
    height: auto;
        max-width: 700px;
    display:block;
}
.hero  {
    display: grid;
    grid-template-columns:auto auto;
     direction:ltr;
     grid-gap:18px;
     width: calc(100% - 40px);
    max-width: 1440px;
    margin:74px auto 0;
        
}
.hero .heroWr {    
    display: flex;
    flex-direction: column;
    justify-content: center;}
.hero .heroWr h1 {
     text-align: right;
    font-size: 60px;
    font-family: 'almoniDL900';
    margin: 0;
     line-height: 0.83;
}
.hero .heroWr h2 {     
    text-align: right;
    font-size: 60px;
    font-family: 'almoniDL900';
    margin: 0 0 32px;
    text-shadow: 3px 3px 0 #000000;
  -webkit-text-stroke: 1px #000000;
      color: #fff;
       line-height: 0.83;

}
.hero .heroWr  p{
    text-align:right;
}
.hero .heroWr .register2 {           
    color:var(--titleColor);
    border: 1px solid var(--titleColor);
    background-color: var(--negativeTxtColor);
    padding:7px 14px; 
    font-family:demibold;
    font-size: 25px;
      box-shadow: 3px 3px 0 0 #000000;
}
.hero .heroWr .subtitle {
    font-size: 30px;

    font-family: 'almoniDL700';
    text-align:right;
     line-height: 1.47;
}
.hero .heroWr .date {
    font-size: 60px;
    text-align:right;
    color: var(--veidaBgColor);
    font-family:ultrabold;
        line-height: 0.83;
        margin-bottom:21px
}

.veidaInner {max-width:960px; margin:0 auto 50px}
    
.veidaInner h2.title {
    font-size: 36px;
    color: var(--titleColor);
    font-family: 'ultrabold';
    border-bottom: 1px var(--titleColor) solid;
    padding-bottom:0;
    position:relative;
    text-align:right;
    line-height:52px;
}
.veidaInner h2.title:after {
    border-bottom: 4px solid var(--veidaBgColor);
    border-radius: 2px;
    content: "";
    position: absolute;
    width: 58px;
    right: 0;
    bottom: -2px;
}
.veidaInner .veidaAbout {
    grid-template-columns: auto auto;
    display:grid;
    grid-gap:40px;
        align-items: start;
}
.veidaAbout .credit {    font-size: 14px;}
.veidaInner .veidaAbout, .veidaInner .veidaAbout p {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.13px;
    text-align: right;
    color: #1a1a1a;
   
}
.veidaInner.about .info {     
    display: flex;
    justify-content: space-between;
    padding: 29px;
    width: 283px;
}
.veidaInner.about .info .pRight p {max-width:110px}
.veidaInner.about .info h3 {  font-size: 22px; font-weight:normal;font-family: 'almoniDL700'; color:var(--veidaBgColor); margin:0 }

.veidaInner.about .info .pRight {    border-left: 1px var(--veidaBgColor) solid;     padding-left:20px;    width: calc(50% - 20px);}
.veidaInner.about .info .pRight p, .veidaInner.about .info .pLeft p {    font-size: 18px;}
.veidaInner.about .info .pLeft {    padding-right: 20px;}
.veidaInner .veidaAbout .veidaAboutTitle { max-width: 617px;}
.veidaInner .veidaAbout .veidaAboutTitle h3 { font-size: 24px; font-weight:normal;font-family: 'almoniDL700'; color:var(--titleColor);  margin:0}
.veidaInner .veidaAbout .info img {    text-align: left;
    display: inherit;}

.veidaInner.about .info {
    
    border: 1px var(--veidaBgColor) solid;
    border-radius:10px;
}
 
.veidaInner.blackblock h2.title {border-bottom: 1px #fff solid;}
.veidaInner.blackblock h2.title, .veidaInner.blackblock .veidaAbout {max-width: 960px; margin:0 auto}
.veidaInner.blackblock { background:#000000;    padding:60px 0; margin:32px auto 44px; max-width:100% }
.veidaInner.blackblock h2, .veidaInner.blackblock .veidaAbout, 
.veidaInner.blackblock .veidaAboutTitle, .veidaInner.blackblock .veidaAboutTitle p  { color:#fff}
.veidaInner.blackblock .veidaAboutTitle {margin-top:26px}
.veidaInner.blackblock .info {    margin-top: 20px;}
 
.veidaInner .banners {     display: flex;    align-items: center;        justify-content: center;}
.veidaInner .banners a {display:inline-block;  margin: 0 32px 30px; }

.veidaInner.registerHeader .veidaAboutTitle {    max-width: 100%;}
.veidaInner.registerHeader .veidaAboutTitle ul {display: flex;  justify-content:space-between }
.veidaInner.registerHeader .veidaAboutTitle ul li  { position:relative;    list-style: none;text-indent: 25px;}
.veidaInner.registerHeader .veidaAboutTitle ul li:before {background:url(../../../globes/d/12504/check2.svg) no-repeat 0 0; content:''; width:20px;height:20px; position:absolute; right:0}
.veidaInner.registerHeader .veidaAbout {grid-template-columns:auto}

.veidaInner.registerHeader .veidaAbout .info {display:none}
.veidaInner.registerHeader {position:relative}
.veidaInner.registerHeader:after {   
    background: url(../../../globes/d/12504/g-1854-2.svg) no-repeat;
    content: "";
    position: absolute;
    left: -220px;
    bottom: -20px;
    width: 134px;
    height: 240px;
    zoom: 100%;
    z-index: 1;
}

.footer { background:#000;   margin:32px auto 0;  padding: 49px 150px 34px 159px; color:#fff; overflow:hidden; }
.fBGIm {    position: relative;
    max-width: 960px;
    margin: 0 auto;}
.fBGIm:before {   
    
    background: url(../../../globes/d/12504/g-1855.svg) no-repeat;
    content: "";
    position: absolute;
    right: -150px;
    bottom: -50px;
    width: 94px;
    height: 132px;
    zoom: 100%;
    z-index: 1;

}


.footer .socialF h5 {    
    font-size: 22px;
    font-family: 'almoniDL700';
    color: #fff;
    display: inline-block;
    margin: 0;
    line-height: 25px;
    margin-left: 5px;}
 
.footer  a { color: var(--veidaBgColor);   }
.footer  a:hover {text-decoration:underline}

.footer .socialF a {
    display: inline-block;
    text-decoration:none;
    width: 31px;
    height: 31px;
    font-size: 21px;
    margin-right: 10px;
    background:var(--veidaBgColor);
    color:#000;
    text-align: center;
    line-height: 32px;

}
.footer .socialF a:hover {background:#fff; text-decoration:none}


.footer .fWrF {max-width:960px; margin:0 auto; position:relative}
.footer .socialF .fa-facebook:before {    content: "\f09a";}
.footer .socialF .fa-envelope:before {    content: "\f0e0";}
.footer .socialF .fa-twitter:before  {    content: "\f099";}
.footer .socialF .fa-whatsapp:before {    content: "\f232 ";}
.footer .socialF .fa-linkedin:before {    content: "\f0e1";}
 

.footer .socialF {float:left; width:50%; text-align:left;    margin-top: 20px;}
.footer .contact {float:right; width:50%;text-align:right}
.footer .contact p {    font-size: 20px;    font-family: 'almoniDL400';}
.footer .contact p strong {font-size: 22px;    font-family: 'almoniDL700'; line-height:29px;}
.footer-bottom { display: flex;  max-width: 960px;width: 100%;margin: 0 auto;justify-content: space-between; font-size:15px;align-items: flex-end;
    border-top: 1px solid #fff;}
.footer-bottom p, .footer-bottom a{margin:15px 0;}
.veidaInner.book .veidaAbout {display:block; overflow:hidden; position:relative;padding-top: 10px;}
.veidaInner.book .veidaAboutTitle { border:1px #000 solid; padding:40px 90px 40px 40px;   float: left; max-width:570px; width:100%; margin-left:86px}
.veidaInner.book .info {float:right; position: absolute;  right: 68px;  bottom: 0;  margin-right: 86px;   position: absolute;    right: 7px;}
.veidaInner.book .veidaAboutTitle a {text-decoration:underline}
.veidaInner.book .veidaAboutTitle a:hover {color:var(--veidaBgColor);}
.veidaInner.book .info p {margin:0}
.veidaInner.book .info img {  box-shadow: -10px -10px 0 0 #000;}
.veidaInner.book .veidaAboutTitle {  box-shadow: -10px -10px 0 0 #000;}
.veidaInner.book .veidaAboutTitle h6 {font-size: 16px; color:#1a1a1a; }
.veidaInner.about {position:relative;}
.veidaInner.about:after {        background: url(../../../globes/d/12504/plane2.svg) no-repeat;
    content: "";
    position: absolute;
    right: -302px;
    bottom: -54px;
    width: 141px;
    height: 82px;
    zoom: 100%;
    z-index: 1;}

#countdown {    
 
        background: #000;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
 
}
#countdown div {
        width: 200px;
     
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
 
}
#countdown span:first-child {
     width: 60px;
    display: inline-block;
    -webkit-text-stroke: 1px #fff;
    color: #000;
    background: #000;
    font-size: 36px;
    font-family: 'AlmoniDL900';
    line-height: 1.44;
    letter-spacing: 1.66px;
}
#countdown span:last-child {
    font-size: 20px;
      line-height: 29px;
}
#countdown div:after {
    position: absolute;
    border-left: 2px #fff solid;
    top: 14px;
    left: -5px;
    height: 42px;
    content: "";
}
#countdown div.c4:after {display:none}

.tracks {display: flex;justify-content: center;    align-items: center;}
.track { padding: 20px; border:1px solid #000;}
.track .title{font-family: 'almoniDL700'; color:#000; font-size:30px;}
 .veidaInner strong {
    font-weight: normal;
    font-family: 'almoniDL700';
}
.veidaInner.register .track {  min-width:274px; min-height:274px;    display: flex;
    justify-content: center;   flex-direction: column;    justify-content: center; }
.veidaInner.register .track:first-child { background:#000; margin-top:0; min-width:343px; min-height:343px}
.veidaInner.register .track:first-child * {color:#fff}
 

.veidaInner.register .track .title {font-size: 32px;    font-family: 'AlmoniDL900';  line-height:47px;}
.veidaInner.register .track .price {font-size: 32px;    font-family: 'AlmoniDL400';  line-height:47px; margin-bottom:20px}
.veidaInner.register .track .rgisterBtn {    
    color: var(--titleColor);
    background-color: var(--negativeTxtColor);
    padding: 12px 40px;
    font-family: AlmoniDL700;
    font-size: 18px; 
    max-width:162px;
    line-height: 1.5;
    text-decoration: none !important;
    margin: 0 auto;
    display: inline-block;
}
.veidaInner.register .track:first-child .rgisterBtn  {  background-color: var(--veidaBgColor); color:#fff; margin-bottom:8px; display:inline-block;}
.veidaInner.register .track .desc p a { text-decoration:underline; }
.veidaInner.register .track .desc p a {    border: 1px #000 solid;}


.moreOption { position:relative;   max-width: 960px;    margin: 0 auto 50px; text-align:right}
.moreOption h2 {
    font-size: 28px;
    color: var(--titleColor);
    font-family: 'almoniDL900';
    text-align: right;
    line-height: 52px;}

.moreOption a {padding: 21px 24px 21px 32.7px; border:1px #e9e2de solid; display:inline-block;font-family: AlmoniDL700;
    font-size: 22px; line-height:32px;       padding: 15px 25px 15px 160px; position: relative; }

.moreOption a:after {    content: "\f104";
    display: block;
    font-size: 33px;
    color: #000;
    position: absolute;
    left: 30px;
    top: 17px;
    font: normal normal normal 26px/1 FontAwesome;}

@media screen and (max-width:1280px) {
    .veidaWr:before, .veidaWr:after {display:none}
    .veidaInner.blackblock {}
}


@media screen and (max-width:1150px) {
.header .container .nodeName {font-size: 25px;}
.header .container .nodeName:before {top:3px}
}
@media screen and (max-width:1024px) {
header .logoGlobes {background: url(../../../globes/gimel-bold-1.svg) no-repeat 0 0;
    height: 24px;    width: 24px;}

}



.socialBlock .close {background-image: url(../../../globes/urban_renewal/X.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;    font-size: 0;
}
.overlay {
    overflow: hidden;
    width: 110% !important;
    height: 110% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: Gray;
    opacity: 0.7;
    z-index: 10;
    display:none
}
.socialBlock {
    width: 565px;
    height: 532px;
    background: #fff;
    position: fixed;
    z-index: 200000;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 111111111111111111111111111;
    outline: 1000px rgba(0,0,0,0.8) solid;
    direction: ltr;
}
.socialBlock h3 {
    font-family: 'ultrabold';
    font-size: 30px;
    margin: 40px 0 10px;
    text-align: center;
}
.socialBlock .sWr {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.socialBlock a {
    display: inline-block;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    margin: 38px;
    position: relative;
 
}
.socialBlock a:after {
    position: absolute;
    font-size: 14px;
    transform: translate(-50%, -50%);
    left: 50% !important;
    top: 130%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: almoniDL400;
}
.copyLink {   
    display: none; 
    font-family: 'almoniDL400';
    font-size: 16px;
    color: #fff;
    background-color: #000;
    height: 44px;
    line-height: 44px;    top: 489px; position:relative}

.socialBlock .copy:after {
    content: "העתק קישור";
    width: 90px;
}
.socialBlock .twitter {
    background:url('../../../globes/urban_renewal/icn_twitter.svg') no-repeat center;
}
.socialBlock .fb {
    background:url('../../../globes/urban_renewal/icn_facebook.svg') no-repeat center;
}
.socialBlock .mail {
    background:url('../../../globes/urban_renewal/icn_mail.svg') no-repeat center;
}
.socialBlock .linkedin {
    background:url('../../../globes/urban_renewal/icn_linkedin.svg') no-repeat center;
}
.socialBlock .copy {
    background:url('../../../globes/urban_renewal/icn_copy_link.svg') no-repeat center;
}
.socialBlock .whatsapp {
    background:url('../../../globes/urban_renewal/icn_whatsapp.svg') no-repeat center;
}
.socialBlock .fb:hover {background-image:url(../../../globes/urban_renewal/icn_facebook_color.svg); }

.socialBlock .twitter:hover{background-image:url(../../../globes/urban_renewal/icn_twitter_color.svg);}

.socialBlock .whatsapp:hover {background-image:url(../../../globes/urban_renewal/icn_whatsapp_color.svg); }

.socialBlock .mail:hover {background-image:url(../../../globes/urban_renewal/icn_mail_color.svg);}

.socialBlock .linkedin:hover { background-image: url(../../../globes/urban_renewal/icn_linkedin_color.svg);}

.socialBlock .copy:hover {background-image:url(../../../globes/urban_renewal/icn_copy_link_color.svg);}


.socialBlock .fb:after {
    content: "Facebook";
}
.socialBlock .twitter:after {
    content: "Twitter";
}
.socialBlock .whatsapp:after {
    content: "WhatsApp";
}
.socialBlock .mail:after {
    content: 'דוא"ל';
}
.socialBlock .linkedin:after {
    content: "LinkedIn";
}

/* takanon */
#SBTakanon { 
    text-align:right;    
    max-width:960px; 
    margin:78px auto 50px
             
}
#SBTakanon h1 {       
    position:relative;
    font-size: 60px;
    line-height: 70px;
 margin: 20px 0 32px 0;
 
    font-family: almoniDL900;
    font-weight: normal;

    color: #1a1a1a;
  }
 
#SBTakanon ol li {  
    text-align:right;
    font-family: OpenSansHebrew;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.09px;
    color: #555;
    margin-bottom: 14px;}
#SBTakanon p { 
    text-align:right;
    line-height: 26px;
    font-size: 19px;
    margin: 0 0 30px;
    font-family: OpenSansHebrew;
    color: #2d303a;
    max-width:750px;
   }
#SBTakanon p a {color:#000 ; border-bottom:1px #000  solid;     word-break: break-word;}


/* hover */
.veidaAboutTitle a:hover {text-decoration:underline}
.header .container .register:hover, 
.veidaInner.register .track .desc .rgisterBtn:hover {    background-color:var(--veidaBgColor); color:#fff; }
.veidaInner.register .track .desc .rgisterBtn:hover {border: 1px  var(--veidaBgColor) solid }
.hero .heroWr .register2:hover {position: relative;    top: 2px;    right: -2px;     box-shadow: none;}
.veidaInner.register .track:first-child .rgisterBtn:hover {color:var(--veidaBgColor);background-color:#fff;    border: 1px #000 solid;}
.veidaInner.register .track .desc p a:hover {color:var(--veidaBgColor)}
header .hIconsWr .social { cursor:pointer}