 :root {
        --veidaBgColor: #FF5942;
        --negativeTxtColor: #fff;
        --titleColor:#133341;
         
        --text-black:#133341;
    }

.veidaWr.style1 {--bg-primary:#133341; --bg-hero:#ffe2db; }
.veidaWr.style1 .hero { background:#4b979f; }
#wrapper {background:#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:var(--text-black);
    }
    a {
        text-decoration: none;
        color:  var(--text-black);
    }

#wrapper {max-width: 100%}
.veidaWr {position:relative}
header .logoGlobes {
    display: inline-block;
    background: url(../../../../../globes/logo_globes_white.svg) no-repeat 0 0;
    width: 136px;
    height: 49px;
    margin: 8px 16px;
    float: right;
 
}
.header .container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    margin: 0 auto;
    align-items: center;
    padding: 2px 0;
    height: 70px;
}
.header .container .nodeName {    justify-self: start;   font-size: 35px;   line-height: 1.49; font-family:ultrabold; position:relative;     margin-right: 17px;}
.header .container .nodeName a img {    position: relative;    top: 5px;}
 .header .container .nodeName:before {   
      position: absolute;
    border-left: 1px #777777 solid;
    top: 11px;
    right: -17px;
    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(--bg-primary);}

header .social:before {
    content: url(../../../../../globes/image/upload/v1614791054/Digital/fonda/a-icon-share.svg);
    margin: 0 22px;
    position: relative;
    top: 9px;
}
header .social:hover:before {content: url(../../../../../globes/image/upload/v1614791054/Digital/fonda/a-icon-share-1.svg);}
header .hIconsWr {    display: flex; position:relative} 
header .hIconsWr:after {position:absolute; content:url(../../../../../globes/image/upload/v1614696223/Digital/fonda/group-11_bfvvll.svg);  top: 80px;    right: 45px;}


.header.sticked .hIconsWr:after {display:none}

.header .container .register {
    color: #133341;
    background-color: #ef3f27;
     
    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 {
 
    height: auto;
 
    display:block;
}
.hero  {
    display: grid;
    grid-template-columns:auto minmax(auto, 950px) minmax(auto, 513px) auto;
     direction:ltr;
 
    margin:74px auto 0;
        
}

.hero .left {background:#4b979f}
.hero .right {background:#ef3f27}
.hero .heroWr {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
}
.hero .heroWr h1 {
     text-align: right;
    font-size: 60px;
    font-family: 'almoniDL900';
    
     line-height: 0.83;
         margin-bottom: 22px;
    margin-top: 30px;
}
.hero .heroWr h2 {     
    text-align: right;
    font-size: 61px;
    font-family: 'almoniDL900';
    margin: 0 0 11px;
    max-width: 586px;
    align-self: flex-end;
    line-height: 48px;
    color: #fff;
 }
.hero .heroWr  p{
    text-align:right;
}
.hero .heroWr .register2 {           
    color:#133341;
    
    background:#ef3f27;
    padding:10px 20px; 
    font-family:almoniDL700;
    font-size: 22px;
    cursor:pointer
     
}
.hero .heroWr .register2:hover {background-color: var(--veidaBgColor);  }


.hero .heroWr .subtitle {
    font-size: 30px;

    font-family: 'almoniDL700';
    text-align:right;
     line-height: 1.47;
}
.hero .heroWr .date {
    font-size: 61px;
    text-align:right;
    color:#133341;
    font-family:ultrabold;
        line-height: 0.83;
        margin-bottom:21px;
        direction:rtl;
}

.veidaInner {max-width:960px; margin:0 auto 90px}
    
.veidaInner h2.title {
    font-size: 37px;
    color: #133341;
    font-family: 'almoniDL900';
    border-bottom: 1px #638f91 solid;
    padding-bottom:0;
    position:relative;
    text-align:right;
    line-height:52px;
    letter-spacing: -1px;
    padding-bottom:16px;
}
.veidaInner h2.title:after {
    border-bottom: 4px solid #ef3f27;
    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: #133341;
   
}
.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:#535353; 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: 3px #f8d28f solid;
    border-radius:10px;
}
 
 
.veidaInner.blackblock h2.title, .veidaInner.blackblock .veidaAbout {max-width: 960px; margin:0 auto}
.veidaInner.blackblock { background:#75bec6;    padding:64px 0; margin:32px auto 86px; max-width:100%; min-height:308px }
 
.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 .banners .veidaAbout {display:none}
.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;    margin-bottom: 52px;}


.footer { background:#1D3038;   margin:32px auto 0;  padding: 49px 150px 34px 159px; color:#fff; overflow:hidden; }
.fBGIm {    position: relative;
    max-width: 960px;
    margin: 0 auto;}

.footer .socialF h5 {    
    font-size: 22px;
    font-family: 'almoniDL900';
    color: #f8d28f;
    display: block;
    margin: 0;
    line-height: 25px;
    margin-left: 5px;
    margin-bottom:8px;
}
 
.footer  a { color:#9cdee0   }
.footer  a:hover {text-decoration:underline}

.footer .socialF a {
    display: inline-block;
    text-decoration:none;
    width: 31px;
    height: 31px;
    font-size: 21px;
    margin-left: 10px;
    background:var(--bg-hero);
    color:#133341;
    text-align: center;
    line-height: 32px;
        border-radius: 50%;
    background: #0000;
    border: 1px #9cdee0 solid;
    padding: 5px;
    color:#9cdee0;


}
.footer .socialF a:hover {border-color:#f8d28f; text-decoration:none;color:#f8d28f;}


.footer .fWrF {max-width:960px; margin:0 auto; position:relative; overflow:hidden}
.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;  text-align:right;    margin-top: 20px;}
.footer .contact {float:right; width:50%;text-align:right}
.footer .contact p {    font-size: 20px;    font-family: 'almoniDL400'; color:#9f9f9f}
.footer .contact p strong {font-size: 22px;    font-family: 'almoniDL700'; line-height:29px; color:#f8d28f}
.footer-bottom {  max-width: 960px;width: 100%;margin: 0 auto; font-size:15px;     text-align: right;
    /*border-top: 1px solid #fff;*/}
.footer-bottom p, .footer-bottom a{margin:15px 0;color:#9f9f9f; }
.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:#133341; }
.veidaInner.about {position:relative;}


.gallery {    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 9px;}
.gallery img {width:100%; height:auto}
.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;
}
#countdown {    
 
        background: #75bec6;
    color: #1d3038;
    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;
    
 
    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: 1px #979797 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;  }
.track .title{font-family: 'almoniDL700'; color:#fff; font-size:30px;}

.tracksInfo {    display: grid;font-size: 20px;    grid-template-columns: auto auto;    grid-gap: 19px;    max-width: 700px;
    margin: 0 auto;    margin-top: 41px;}
.tracksInfo span a {color:#2e7b7e; border-bottom:1px #2e7b7e solid}



 .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; background: #2a4e5e;}
.veidaInner.register .track:first-child { background:#133341; 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; color:#fff;    font-family: 'AlmoniDL400';  line-height:47px; margin-bottom:20px}
.veidaInner.register .track .rgisterBtn {    
 background-color: #ef3f27;
     
    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  {    color:#133341; 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; display:none}
.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: almoniDL900;
    margin: 10px 0 0 0;
    color:#133341;
}
.job_title {
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #393939;
}
.job_title p{
    margin:0;
}
 
.d_img img {width:100%;    border-bottom: solid 5px #549396;}

.lecturers .item_img_wr:nth-of-type(3n) .d_img img { border-bottom: solid 5px #549396;}
.lecturers .item_img_wr:nth-of-type(3n - 1) .d_img img { border-bottom: solid 5px #f8d28f;}
.lecturers .item_img_wr:nth-of-type(3n - 2) .d_img img { border-bottom: solid 5px #ef3f27;}



@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}
}
 



.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: #133341;
  }
 
#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);  }
.veidaInner.register .track .desc .rgisterBtn:hover {border: 1px  var(--veidaBgColor) solid }
/*.hero .heroWr .register2:hover {position: relative;    top: 2px;    right: -2px;     box-shadow: none;}*/
  p.credit {
        font-size: 14px;
        text-align: right;
        margin: 4px 0;
        font-family: 'almoniDL400';
    }
header .hIconsWr .social { cursor:pointer}
@media screen and (max-width:800px) {
    .tracksInfo {    grid-template-columns: auto;     margin-top: 10px;}
    header .hIconsWr:after {display:none}
.hero .heroWr .register2 {position:relative}
.hero .heroWr .register2:after {position:absolute; content:url(../../../../../globes/image/upload/v1614696223/Digital/fonda/group-11_bfvvll.svg);     top: 188px;
    left: -40%;}


    .gallery {    grid-template-columns: 1fr;    grid-gap: 20px; }
    .lecturers {text-align-last: center;    grid-template-columns: 1fr 1fr;}
    body {min-width: 100%;}
     #wrapper {background:#fff}
    .veidaWr {width: 100%;}
    .veidaWr:before, .veidaWr:after{display:none;}
    .header .logoGlobes {/*height: 25px; width: 25px; margin:-5px 0 0 0;background-size:contain;*/ zoom:60%; margin-right:0}
    .header .container { width: calc(100% - 24px); height:45px;  padding:0 ; display:flex;justify-content: space-between;}
    .header .hIconsWr{margin:0; display:flex;}
     header .social:before { margin: 0 20px 0 0; zoom: 100%;  }
    .header .container .nodeName.nodeName {zoom:60%}

    .header .container .register {line-height: 15px;    width: 60px;       font-family: 'almoniDL700';    padding: 2px 0px;}
    .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 247px 0; position: relative;}
    .hero.noSponser {margin-top:44px}
    .heroWr{width: calc(100% - 36px);margin: 0 auto;position: relative;z-index: 1;}
    .hero .heroWr .register2 {float:none;display: inline-block;border: 1px solid #ef3f27; font-size:22px;    padding: 8px 16px; background: #ef3f27;}
    .hero .heroWr .subtitle {font-size:20px; margin-bottom:0;}
    .hero .heroWr h1 { font-size:45px; max-width:100%; margin:0;   font-family: 'almoniDL900'; }
    .hero .heroWr h1 img {width:95%;    }
    .hero .heroWr h2 {font-size: 37px;margin: 9px 0;text-align: right;font-family: 'almoniDL900';line-height:34px; margin-right:40% }
    .hero .heroWr .date{color:var(--titleColor); font-size:40px; margin-bottom:5px; margin-right:40% }
 .hero .heroWr p { margin-right:40%}
    .hero .heroImg{width: 100%; height: auto; position: absolute;top: 0; left:0; z-index: 0;    z-index: 0;
    height: 570px;
    object-fit: cover;
    object-position: 98% 50%;}

    #countdown {display: grid; grid-template-columns:repeat(4, 1fr); width:100%;z-index: 1;position: relative;padding:11px 0;     }
    #countdown div {width: auto; border-left: 1px solid #979797 ; 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;}

    .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; }
    .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:#133341;}
    .veidaInner.blackblock iframe{margin-top:30px;}
    .veidaInner {width:calc(100% - 36px);  }
    .veidaInner h2.title { font-size:24px; line-height:34px;}
    .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%;}
 
    .veidaInner.registerHeader {    margin-bottom: 30px;}
    .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 20px; 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: 32px auto 0; padding: 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:block}
    .veidaInner .banners img {width:100%}
    .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;}

    .header .container .nodeName:before {    top: 7px; right: -28px;}

   
}
@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; }
    .hero .heroWr h2 {font-size:32px}
    .hero .heroImg {    object-position: top;}
}