:root {
    --veidaBgColor: #bf306f;
    --negativeTxtColor: #fff;
    --titleColor: #fde601;
    --text-black: #c03070;
}

.veidaWr.style1 {
    --bg-primary: #fee700;
    --bg-hero: #ffe2db;
   background: var(--bg-primary);
}
    .veidaWr.style1 .hero {
        height: 50%;
        background: var(--bg-primary) !important;
        position: relative;
        z-index:1;

    }
.veidaWr.style1 .hero  h1 {
background: url(../../../../../globes/image/upload/v1655719544/Digital/madserve/mad-logo_otrq3k.svg) no-repeat 0 0;
width:961px;
height:138px;
margin:36px 36px 0 36px;

}
.w1 {
    background: var(--bg-primary);
}

    @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:var(--text-black);
    }
    a {
        text-decoration: none;
        color:  var(--text-black);
    }

#wrapper {max-width: 100%;background:#fff}
 
.veidaWr {position:relative}
 
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;
        visibility: hidden;
        background: url(../../../../../globes/image/upload/v1655725364/Digital/madserve/mad-logo_1_od2sea.svg) no-repeat 0 0;
        width:206px;height:31px; 
    }
.header.sticked .nodeName {
    visibility: visible
}

 



.header .container .nodeName a {
    color: #bf306f
}
.header .container .nodeName:before {
    position: absolute;
    border-left: 1px #c03070 solid;
    top: 1px;
    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 {
    margin: 0 auto;
    top: 0;
    position: fixed;
    width: 100%;
    max-width: 1584px;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: var(--bg-primary);
}
    header:after {
        content: "";
        background: #fee700;
        position: absolute;
        top: 0;
        height: 64px;
        right: -1000px;
        display: block;
        
        width: 1000px;
  
    }
.header.sticked:after, .header.sticked:before {
    box-shadow: 0 3px 0px 0 rgb(0 0 0 / 10%);
}

        header:before {
            content: "";
            background: #fee700;
            position: absolute;
            top: 0;
            height: 64px;
            left: -1000px;
            display: block;
            
            width: 1000px;
 
        }





    header .social:before {
        content: url(../../../../../globes/image/upload/v1655726950/Digital/madserve/icons-share_ahapog.svg);
        margin: 0 22px;
        position: relative;
        top: 7px;
    }

    header .social:hover:before {
        content: url(../../../../../globes/image/upload/v1655796129/Digital/madserve/icons-share_1_qdnunt.svg);
    }


        header .hIconsWr {
            display: flex;
        }
.header .container .register {
    color: #fff;
    background-color: #bf306f;
    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: "";}



.header.sticked {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}




.hero .heroImg {
    width: 100%;
    height: auto;
        max-width: 410px;
    display:block;
}
.hero  {
    display: grid;
    grid-template-columns:auto;
    justify-items: center;
     direction:ltr;
     grid-gap:18px;
     padding: 0;
    margin:0 auto;
 
        
}
    .hero .heroWr {
        width:93%;
        padding:0;
        direction: rtl;
 
         
    }
        .hero .heroWr div {
            display: grid;
            grid-template-columns: 1fr 147px;
        }

        .veidaInner.about {
            background: #c03070 url(../../../../../globes/image/upload/v1655710806/Digital/madserve/yellow_fu6krb.png) no-repeat 0 top;
            background-size: contain;
            max-width: 100%;
            margin-top: 0;
            padding-top:200px;
            padding-bottom: 50px;
            position: relative;
        }
    .veidaInner.about:after {
        content: '';
        background: #fff url(../../../../../globes/image/upload/v1655710806/Digital/madserve/red_vqkzxa.png) no-repeat 0 bottom;
        background-size: cover;
        height: 66px;
        display: block;
        position: absolute;
        bottom: -65px;
        width: 100%;
    }

    #gallery{
        position:relative;
        max-width: 1387px;
        margin: 0 auto;
        padding-top: 66px;
    }
    .veidaWr.style1 .w2 {
        max-width: 1062px;
        margin: 0 auto;
        position: absolute;
        right: 50%;
        top: 60%;
        transform: translateX(50%);
        z-index:111;
    }


.hero .heroWr div p {
    margin: 0;
    text-align: right
}



        .hero .heroWr h1 {
            text-align: center;
            font-size: 90px;
            font-family: 'almoniDL900';
            margin: 0;
            line-height: 70px;
            color: #bf306f;
            margin-bottom: 11px;
            align-self: center;
            max-width: 414px;

        }
.hero .heroWr h2 {
    text-align: justify;
    font-size: 56px;
    font-family: 'almoniDL500';
    margin: 0 0 15px;
    color: var(--text-black);
    line-height: 0.9;
 
}
.hero .heroWr  p{
    text-align:center;
}
.hero .heroWr .register2 {
    color: #fff;
    cursor: pointer;
    background: #0f8ba8;
    padding: 14px;
    font-family: almoniDL400;
    font-size: 22px;
    margin-top: 8px;
    display: inline-block;
}
    .hero .heroWr .register2:hover, .header .container .register:hover {
        outline: 1px solid #080707;
        outline-offset: -1px;
    }
.hero .heroWr .subtitle {
    font-size: 30px;

    font-family: 'almoniDL700';
    text-align:right;
     line-height: 1.47;
}
.hero .heroWr .date {
    font-size: 58px;
    text-align: right;
    color: var(--text-black);
    font-family: 'almoniDL700';
    line-height: 55px;
    display: flex;
    place-items: baseline;
    grid-gap:10px
}
        .hero .heroWr p {
            font-size: 22px;
            font-family: 'almoniDL400';
            color: var(--text-black);
            line-height:1
        }
        
        
        .veidaInner {
            max-width: 960px;
            margin: 0 auto 50px
        }

    .veidaInner h2.title {
        font-size: 57px;
        font-family: 'ultrabold';
        max-width: 270px;
        padding-bottom: 0;
        position: relative;
        text-align: right;
        line-height: 0.79;
    }
.veidaInner.about h2.title {
    color: var(--titleColor);
}
.veidaInner h2.title {
    color: var(--text-black);
}
.veidaInner.all_lecturers {margin-top:100px}

.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;
   
}
.veidaInner .veidaAbout {
    color: var(--titleColor);
}
.veidaInner.about .info {
    margin-top: -120px;
    padding: 29px;
    width: 283px;
}
.veidaInner.about .info p {margin:0}
.veidaInner.about .info h3 {  font-size: 57px; font-weight:normal;font-family: 'almoniDL900';   margin:0 }

 
.veidaInner.about .info .pRight p, .veidaInner.about .info .pLeft p {    font-size: 18px;}
 
.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-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:#e8e7e3}
.veidaInner.blackblock .veidaAboutTitle {margin-top:26px}
.veidaInner.blackblock .info {    margin-top: 20px;}

.veidaInner .banners {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
 
    .veidaInner .banners img {max-width:100%}
    .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; padding-top:50px}

.imgDiv {
    position: relative;
}
.imgCredit {
    position: absolute;
    bottom: 4px;
    right: 0;
    z-index: 1;
    color: #b0b0b0;
    background: rgb(0 0 0 / 52%);
    font-size: 14px;
    font-family: 'almoniDL400';
    padding: 2px;
}
.footer {
    margin: 32px auto 0;
    padding: 150px 50px 50px 59px;
    color: #fff;
    overflow: hidden;
    background: #c03070 url(../../../../../globes/image/upload/v1655730252/Digital/madserve/fill-1-copy_1_zrne6q.svg) no-repeat 0 top;
    background-size: contain;
}

    .footer a {color:#fff !important}
    .fBGIm {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
    }

.footer .socialF h5 {    
    font-size: 22px;
    font-family: 'almoniDL700';
 
    display: block;
    margin: 0;
    line-height: 25px;
    margin-left: 5px;
    margin-bottom:5px
}
 
 

.footer .socialF a {
    display: inline-block;
    text-decoration:none;
    width: 31px;
    height: 31px;
    font-size: 15px;
    margin-left: 10px;
 
    color:#fff;
    text-align: center;
    line-height: 32px;
        border: 1px #fff solid;
    border-radius: 50%;

}
    .footer .socialF a:hover {
        color: #fde601;
        text-decoration: none;
        border: 1px #fde601 solid;
    }


.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:30%; text-align:right;    margin-top: 20px;}
.footer .contact {float:right; width:50%;text-align:right; margin-bottom:30px}
.footer .contact p {    font-size: 20px;    font-family: 'almoniDL400';}
.footer .contact p strong {font-size: 22px;    font-family: 'almoniDL700'; line-height:29px;}
.footer .contact p a:hover {text-decoration:none}
.footer .contact p a:first-child {color:var(--text-black) !important}
.footer .contact p a:last-child  { border-bottom:1px #bf306f solid;  color:#bf306f}


.footer-bottom { display: flex;  max-width: 960px;width: 100%;margin: 0 auto;justify-content: space-between; font-size:15px;align-items: flex-end;
   }
.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 div {
        max-width: 960px;
        margin:0 auto;
        color:#fde601
    }
    .gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        margin-bottom: 10px;
    }
.gallery img, .moreImgs  img {
    width: 100%;
    height: auto;
}
.moreImgs {
    display: none;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.moreBtn, .moreArtBtn{
    grid-column: 1 / -1;
    font-family: 'almoniDL700';
    font-size: 24px;
    display: inline-block;
    border: 1px solid #000;
    justify-self: center;
    padding: 5px 30px;
    cursor: pointer;
    margin: 10px 0;

}
imgCredit
.articles, .moreArticles{
     display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fill, 303px);
}
.moreArticles{
    display:none;
        margin-top: 25px;
}
.article_img{
    width:100%;
}
.article_title {
    font-size: 20px;
    font-family: 'demibold';
    line-height: 1;
    margin: 10px 0;
}

.articleDiv_bottom{
    padding:20px 5px;
    border:1px solid #000;
    border-radius:0 0 10px 10px;
    margin-top:-4px;
}
.articleDiv_info {
    display:flex;
    justify-content: center;
}
.articleDiv_info span, .articleDiv_info {
    color: #8c8c8c;
}
.articleDiv_info span{
    font-size: 14px;
    font-family: 'almoniDL400';
}
.article_author{
    padding-left:10px;
}
.article_date{
    padding-right:10px;
}
#countdown {
    color: var(--titleColor);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    background: #a71757 url(../../../../../globes/image/upload/v1655710806/Digital/madserve/yellow_fu6krb.png) no-repeat 0 top;
    background-size: contain;
    position: relative;
    z-index: 11111;
    padding-top: 45px;
}

.w1 {
    height: 680px;
    background-repeat: no-repeat;

    background-position: center;
}
#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;
    
    
    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 #890f45 solid;
    top: 14px;
    left: -5px;
    height: 42px;
    content: "";
}
#countdown div.c4:after {display:none}


.bLinks {
    display: flex;
    justify-content: center;
    margin-bottom: 90px
}
    .bLinks div {
        margin: 0 10px;
        font-size: 20px;
        font-family: 'AlmoniDL400';
    }
        .bLinks div strong {
            font-family: 'AlmoniDL700';
        }
        .bLinks div a {
            border-bottom: 1px var(--text-black) solid;
        }
        .tracks {
            display: flex;
            justify-content: center;
            align-items: center;
        }
.tracks p,
.tracks p a {
    color: #fff;
}
    .track {
        padding: 20px;
    }
.track .title{font-family: 'almoniDL700'; color:#000; font-size:30px;}
 .veidaInner strong {
    font-weight: normal;
    font-family: 'almoniDL700';
}
.veidaInner.register .track {
    min-width: 353px;
    min-height: 353px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    background: #ea4f5f
}
    .veidaInner.register .track:first-child {
        background: #c03070;
        margin-top: 0;
        min-width: 578px;
        min-height: 353px
    }
.veidaInner.register .track:last-child { background:#feebe2;} 

.veidaInner.register .track .title {font-size: 32px;    font-family: 'AlmoniDL900';  line-height:47px; color:#fff}
    .veidaInner.register .track .price {
        font-size: 32px;
        font-family: 'AlmoniDL400';
        line-height: 47px;
        margin-bottom: 20px;
        color: #fff
    }
    .veidaInner.register .track .rgisterBtn {
        color: #000;
        background-color: #fde601;
        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 .rgisterBtn {
        background-color: #fde601;
        color: #000;
        margin-bottom: 8px;
        display: inline-block;
    }
.veidaInner.register .track .desc p a { text-decoration:underline; }
 


.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;}

.lecturers {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(200px, 1fr ));
    grid-gap:20px;
    max-width: 960px;
    margin: 0 auto 50px;
}

.item_name {
    font-size: 24px;
    text-align: right;
    font-family: 'ultrabold';
    margin: 10px 0;
    color:#133341;
}
.job_title {
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #393939
}
.job_title p{
    margin:0;
}
.lecturers .item_img_wr:nth-of-type(8n) .d_img img {border-bottom: solid 5px #c03070;}
.lecturers .item_img_wr:nth-of-type(8n - 1) .d_img img {border-bottom: solid 5px #029bd7;}
.lecturers .item_img_wr:nth-of-type(8n - 2) .d_img img {border-bottom: solid 5px #ea4f5f;}
.lecturers .item_img_wr:nth-of-type(8n - 3) .d_img img {border-bottom: solid 5px #ef3f27;}
.lecturers .item_img_wr:nth-of-type(8n - 4) .d_img img {border-bottom: solid 5px #ee7203;}
.lecturers .item_img_wr:nth-of-type(8n - 5) .d_img img {border-bottom: solid 5px #ea4f5f;}
.lecturers .item_img_wr:nth-of-type(8n - 6) .d_img img {border-bottom: solid 5px #00e6e6;}
.lecturers .item_img_wr:nth-of-type(8n - 7) .d_img img {border-bottom: solid 5px #ffee47;}



 
.d_img img {width:100%}
@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;}
    .veidaWr.style1 .hero h1 {zoom:80%}
    #wrapper {width:100%}
 
    .footer {
        background-size: auto;
    }
}



.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;}
.veidaAboutTitle {
    color: #bf306f
}

/* hover */

.veidaAboutTitle a:hover {
    text-decoration: underline
}

.veidaInner.register .track .desc .rgisterBtn:hover {
    outline: 1px solid #080707;
    outline-offset: -1px;
}
.veidaInner.register .track .desc .rgisterBtn:hover {    outline: 1px solid #080707;
    outline-offset: -1px; }
/*.hero .heroWr .register2:hover {position: relative;    top: 2px;    right: -2px;     box-shadow: none;}*/
 
.veidaInner.register .track .desc p a:hover {
    outline: 1px solid #080707;
    outline-offset: -1px;
}
header .hIconsWr .social { cursor:pointer}
@media screen and (max-width:800px) {
    .header .container .nodeName:before {right:-25px}
    .header .container .nodeName {
        margin-right: -300px;
        zoom: 50%
    }

    #countdown div, #countdown span:first-child {display: block}
    #countdown span:first-child {margin:0}
    #countdown span:last-child {line-height:1}
    .veidaInner.about div p { color: #fde601}
    .veidaInner.about:after {right:0}
 
    .veidaInner.registerHeader .veidaInner h2.title {
        font-size: 42px;
        width: 200px;
    }
    .veidaInner.registerHeader .veidaAboutTitle {display:none}

    .lecturers {
        text-align-last: center;
        grid-template-columns: repeat( auto-fill, minmax(158px, 1fr ));
    }
    body {min-width: 100%;}
    .hero .heroWr p {
        font-size: 17px;
        font-family: 'almoniDL700';
        line-height: 1
    }
    .veidaWr {
        width: 100%;
    }
    .veidaWr:before, .veidaWr:after{display:none;}
    .header .logoGlobes {height: 25px; width: 25px; margin:0;background-size:contain;}
    .header .container { width: calc(100% - 36px); height:45px; padding:0 18px; display:flex;justify-content: space-between;}
    .header .hIconsWr{margin:0; display:flex;}
     header .social:before { margin: 0 20px 0 0; zoom: 100%; top:4px;}
 
    .header .container .register {padding: 0px 2px;line-height: 1;width: 60px;font-size: 15px; }
    .header .container .sponser .hasut { font-size: 16px;display:inline-block; line-height:42px;}
    .header .container .sponser:after{display:none;}
    .header .container .sponser .hasut img{position: relative;top: 5px; height:auto;}
    .header .container .sponser {position: absolute;top: 45px;width: 100%; right: 0; background: #fff;box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.13), inset 0 2px 3px 0 rgba(0,0,0,0.13);
     height:42px; z-index:-1;margin:0;}
    .header.sticked .sponser{top:3px;}
   
    .hero {display:block; height:auto; width:100%; padding: 30px 0 50px 0; position: relative;}
    .hero.noSponser {margin-top:0}
    .heroWr{width: calc(100% - 36px);margin: 0 auto;position: relative;z-index: 1;}
    .hero .heroWr .register2 {
        float: none;
        display: inline-block;
        font-size: 20px;
        margin-top:18px;
        padding: 8px 16px;
    }
    .hero .heroWr {
        display: block;
        width: auto;
        padding:0 30px
    }

    .hero .heroWr .subtitle {
        font-size: 20px;
        margin-bottom: 0;
    }
    .hero .heroWr h1 { font-size:45px;    max-width: 266px; line-height:1; margin:120px 0 0 0;   font-family: 'almoniDL900';}
        .hero .heroWr h2 {
            font-size: 18px;
            line-height: 20px;
            margin-top: 20px;
            max-width: 291px;
            align-self: center;
        }
        .hero .heroWr .date {
            font-size: 40px;
            display: block;
            font-family: 'almoniDL700';
        }
        .hero .heroWr div {
            grid-template-columns: 1fr 140px;
        }
        .veidaInner.about {
            background: #c03070;
            padding-top: 40px
        }
    .w1 {height:600px}
    #countdown {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
        z-index: 1;
        position: relative;
        padding: 30px 0 20px;
        margin-bottom: 0;
    }
    #gallery {
    padding-top: 46px;
}
    .veidaWr.style1 .w2 {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
}
    #countdown div {width: auto; border-left: 1px solid #fff; padding:0;}
    #countdown span:first-child{font-size:28px;width: auto; margin-left:10px; line-height:1;}
    #countdown span:last-child {font-size: 16px; margin-left:0;}
    #countdown div:after{display:none;}
    #countdown .c4{border-left:none;}

    .bLinks {display:block}
    .bLinks div {margin:10px 0; font-size:17px}


    .about p img {
        width: 100%;
        height: auto;
    }
    .about h6{margin:0;}
    .veidaInner .veidaAbout {display:block}
    .veidaInner.book .veidaAbout {display: flex;flex-direction: row-reverse;overflow: hidden;justify-content: space-between;margin: 40px auto; max-width: 360px;}
    .veidaInner.book .veidaAboutTitle, .veidaInner.book .info img { box-shadow: -6px -6px 0 0 #000;}
    .veidaInner.book .veidaAboutTitle { padding: 10px 50px 10px 10px; float: none;  max-width: 152px; margin-left: 7px;}
    .veidaInner.book .info { float: none;bottom: 26%;margin-right: 0; right: 0;}
    .veidaInner .veidaAbout .veidaAboutTitle h3{font-size:20px;} 
    .veidaInner.blackblock { padding:30px 18px; margin: 0 auto;}
    .veidaInner.blackblock h2.title:after { border-bottom-color: var(--veidaBgColor);}
    .veidaInner.blackblock h2.title {  margin-top: 0;}
    .veidaInner .veidaAbout, .veidaInner .veidaAbout p { font-size: 18px; color:#1a1a1a;}
    .veidaInner.blackblock iframe{margin-top:30px;}
    .veidaInner {width:calc(100% - 36px); margin:0 auto}


        .veidaInner h2.title {
            font-size: 36px;
            line-height: 34px;
            width: 190px;
        }
        .veidaInner.about h2.title {width:100%}

        .veidaInner.all_lecturers h2.title {
            font-size: 42px
        }


    .veidaInner.about .info h3 {
        font-size: 20px;
        font-family: 'almoniDL900';
    }
    .veidaInner.about .info {padding: 10px 20px;display: grid;grid-template-columns: 1fr 1fr;  height: auto;width: calc(100% - 36px);margin:20px 0 60px;}
    .veidaInner.book .veidaAboutTitle h6{font-size:14px;}
    .info .pRight p, .info .pLeft p{margin:5px 0;}
    .veidaInner.about .info .pRight{border-left:none;padding-left: 0;width: 100%;}
    .info .pLeft{ padding-right:20px;}

    .tracks { flex-direction: column;}
    .veidaInner.registerHeader .veidaAboutTitle ul {flex-direction: column;margin-bottom:20px;}
    .veidaInner.registerHeader .veidaAboutTitle ul li{padding:10px 0;}
    .veidaInner.register .tracks .track{margin: 0 auto ; min-width: auto; min-height: auto;width: calc(100% - 40px); }
    .moreOption a {line-height: 28px; padding:20px 20px 20px 60px; width: calc(100% - 116px);text-align: right; display: block; margin: 0 auto;}
    .moreOption .title{text-align:right;width: calc(100% - 36px); margin: 10px auto 20px;font-family: 'ultrabold';}
    .footer {margin: 0 auto; padding: 100px 18px 18px;}
    .footer .contact, .footer .socialF{float: none; width: 100%; text-align: right; }
    .footer .contact{margin:20px 0 30px;}
    .footer .socialF{margin:20px 0;}
 
    .moreOption a:after { left: 18px; top: 40%;font: normal normal normal 22px/1 FontAwesome;}
    .footer .contact p {font-size: 18px;font-family: 'almoniDL400';}
    .footer .contact p strong{font-size:20px;font-family:almoniDL700;font-weight:normal;margin-bottom:10px;display: inline-block;line-height:19px;}

    .footer .socialF h5 { font-size: 20px; display:block;margin-bottom:10px;}
    .footer .socialF a{margin:0 0 0 10px;}
    .veidaInner .banners {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .socialBlock {width: 100%; }
    .socialBlock h3{margin:20px 0 10px;}

    #SBTakanon { margin: 87px auto 50px;width: calc(100% - 36px);}
    #SBTakanon h1{font-size:45px; margin:20px 0;}
    #SBTakanon ol{padding-right:20px;}

    .veidaWr.style1 .hero h1 {
        zoom: 35%;
        margin: 0 auto;
    }
    .header .container .register {display:none}
    .veidaInner {padding:0 18px}


    .veidaInner .banners a {
        margin-bottom: 50px;
        margin: 0 2px 2px;
    }

    .all_lecturers + .registerHeader {
        padding-top:0
    }
}
@media screen and (max-width:450px) {
 .veidaInner.blackblock iframe{width:100%; height:200px;}
}
@media screen and (max-width:350px) {
    #countdown span:first-child {font-size: 25px;}
    #countdown span:last-child {font-size: 14px;}
    .veidaInner.book .veidaAboutTitle {padding: 10px 70px 10px 10px; max-width: 113px; }
}