  @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');
}
:root {
    --varMain: #000;
}

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(--varMain);
}

a {
    text-decoration: none;
    color: var(--varMain);
}

#wrapper {
  max-width: 100%;
  background: #fff;
}

.header {
  display: flex;
  width: calc(100% - 40px);
  background: #fff;
  justify-content: space-between;
  padding: 10px 20px 2px;
  position: fixed;
  z-index: 3;
}

.logos {
  display: flex;
  align-items: baseline;
}

.logoProject {
  position: relative;
  margin-right: 50px;
}

.logoProject:before {
  position: absolute;
  border-left: 1px #777777 solid;
  top: 0;
  right: -25px;
  height: 30px;
  content: "";
}

.hasut {
  margin: 0 10px;
  position: relative;
}

.hasut img {width:174px}

.hasut:first-child {
    margint-left: 50px;
}

.hasut:first-child:after {
  position: absolute;
  border-left: 1px #777777 solid;
  top: -3px;
  left: -8px;
  height: 20px;
  content: "";
  display:none
}

.header_left {
  display: flex;
  align-items: center;
  font-family: 'almoniDL400';
  font-size: 16px;
  line-height: 22px;
}

.social {
  background-image: url('../../../../../globes/image/upload/v1626774365/Digital/work plan/share_icn_2_vw9gzh.svg');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  margin-right: 20px;
  cursor: pointer;
}

.register {
  color: #fff;
  background-image: linear-gradient(106deg, #ef0d00 6%, #ee0882 96%);
  padding: 8px 15px;
  font-size: 16px;
  font-family: 'demibold';
  display: inline-block;
}

.register:hover {
  background: #D0006F;
}

.hero {
    background-color: #FFD7CC;
    padding: 100px 0 20px;
}

.hero_inner {
    max-width: 1070px;
    height: 550px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    text-align: right;
    width: calc(100% - 70px);
    background: url(../../../../../globes/image/upload/v1701868365/Digital/icons/15772/החזית_הכלכלית_-_לוגו_2_hhcx9i.svg) no-repeat center center;
}
.hero_right, .hero_left {display:none}
.hero_text {
    color: #fff;
    font-family: 'AlmoniDL700';
    font-size: 32px;
    line-height: 1;
    margin: 25px 0 0 0;
    background: #fb6b42;
    text-align: center;
    padding: 5px;
}

.hero_left {
  font-family: 'almoniDL400';
  font-size: 32px;
  color: #fff;
  line-height: 35px;
}
.hero_left p{
    margin:0;
}

.date {
  font-family: 'almoniDL700';
  color: #fb6b42;
  font-size: 32px;
}
.hero_left .date{
    margin: 10px 0 0 0;
}
.register2 {
  font-size: 22px;
  color: #fff;
  font-family: 'demibold';
  background-image: linear-gradient(107deg, #ef0d00 6%, #ee0882 96%);
  padding: 10px 18px;
  display: inline-block;
}

.register2:hover {
  background: #D0006F;
}


#countdown {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #fb6b42;
    padding: 15px 0;
    color: #fff;
}

#countdown div[class^="c"] {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#countdown #title {
  font-size: 20px;
  font-family: 'AlmoniDL400';
  margin-right: 15px;
}

#countdown span:not(#title) {
  font-size: 37px;
  font-family: 'ultrabold';
}

.c1,
.c2,
.c3 {
  border-left: 1px solid #fff;
}

.veidaInner {
  max-width: 960px;
  margin: 0 auto 90px;
}

h2.title {
    font-size: 37px;
    color: var(--varMain);
    font-family: 'ultrabold';
    border-bottom: 1px #638f91 solid;
    padding-bottom: 0;
    position: relative;
    text-align: right;
    line-height: 1.2;
}

    h2.title:after {
        border-radius: 2px;
        content: "";
        position: absolute;
        width: 60px;
        height: 4px;
        right: 0;
        bottom: -2px;
        background-color: #c00;
    }

.veidaAboutTitle {
  font-size: 18px;
  text-align: right;
  line-height: 26px;
  color: #000hasut;
  font-family: 'almoniDL400';
  flex: 0 1 520px;
}

.veidaAbout {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.info {
  flex: 0 1 335px;
  display: flex;
  justify-content: space-around;
  color: #fff;
  background-image: linear-gradient(93deg, #ef0d00 6%, #ee0882 96%);
  padding: 0;
}

.info h3 {
  font-size: 24px;
  line-height: 26px;
  font-family: 'almoniDL700';
  text-align: right;
  margin: 0;
}

.info p {
  text-align: right;
  font-size: 22px;
  line-height: 40px;
  font-family: 'almoniDL400';
  margin: 0;
}

.pRight,
.pLeft {
  padding: 25px 0;
}

.lecturers {
  display: grid;
  grid-template-columns: repeat( auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
}

.d_img img {
  width: 100%;
}

h3.item_name {
  font-family: 'almoniDL700';
  font-size: 24px;
  margin: 10px 0;
  text-align: right;
}

.job_title {
  font-size: 18px;
  text-align: right;
}

.blackBG {
  background: #393939;
  color: #fff;
  max-width: 100%;
}

.blackBG .veidaAbout {
  align-items: initial;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 36px);
}

.blackBG .title {
  padding-top: 65px;
  max-width: 960px;
  margin: 0 auto 20px auto;
  width: calc(100% - 36px);
  border-bottom: 1px #000 solid;
}

.blackBG .veidaAboutTitle {
  padding-bottom: 75px;
}

.blackBG .title,
.blackBG .veidaAboutTitle {
  color: #fff;
}

.blackBG .info {
  background-image: none;
}

.blackBG .info img {
  position: absolute;
  left: 0;
  top: -110px;
}

.tracks {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.meetings .title {
  max-width: 960px;
  margin: auto;
  grid-column: 1 / -1;
  width: 100%;
}

.meetings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  max-width: 960px;
  margin: 30px auto;
  width: calc(100% - 40px);
}

.meet {
    border: 6px #c00 solid;
    text-align: right;
    padding-bottom: 40px;
}

.meetWr {
   
    padding: 20px;
    margin-bottom: 20px;
}

.meet p {padding:0 20px}
.meet .meetWr  p {
    padding: 0
}
.meet .meet_date {
    margin: 0 0 13px;
    color: #133341;
    font-family: 'almoniDL700';
    font-size: 39px;
    line-height: 26px;
}

.meet_title,
.meet_title p {
    color: #133341;
    font-family: 'almoniDL700';
    font-size: 20px;
    line-height: 26px;
    margin: 5px 0;
}

.meet_text,
.meet p {
  font-family: 'almoniDL400';
  font-size: 18px;
  
  line-height: 22px;
}

.registerBlock .track {
  width: 313px;
  height: 287px;
  display: flex;
  color: #fff;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(to top, #484a49, #707473);
}

.registerBlock .track:first-child {
  background-image: linear-gradient(to top, #1f2121, #474a49 -100%);
  margin-top: 0;
  width: 385px;
  height: 353px;
}

.registerBlock .track .title {
  font-size: 32px;
  font-family: 'AlmoniDL900';
  line-height: 47px;
}

.registerBlock .track .price {
  font-size: 32px;
  color: #fff;
  font-family: 'AlmoniDL400';
  line-height: 47px;
  margin-bottom: 20px
}

.registerBlock .track .rgisterBtn {
  background-image: linear-gradient(107deg, #ef0d00 6%, #ee0882 96%);
  padding: 8px 50px;
  font-family: AlmoniDL700;
  font-size: 18px;
  max-width: 162px;
  line-height: 1.5;
  text-decoration: none !important;
  margin: 0 auto;
  display: inline-block;
}

.registerBlock .track .rgisterBtn:hover {
  background: #D0006F;
}

.registerBlock .track:first-child .rgisterBtn {
  color: #FFF;
  margin-bottom: 8px;
  display: inline-block;
}

.registerBlock .track .desc p a {
  text-decoration: underline;
}

.tracksInfo {
  display: grid;
  font-size: 20px;
  grid-template-columns: auto auto;
  grid-gap: 19px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 41px;
}

.tracksInfo strong {
  font-weight: normal;
  font-family: 'almoniDL700';
}

.footer {
    background: #f6f6f6;
    margin: 32px auto 0;
    padding: 40px 150px 20px 159px;
    color: #313433;
    overflow: hidden;
}

.fBGIm {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.footer .socialF h5 {
  font-size: 22px;
  font-family: 'almoniDL700';
 
  margin: 0;
  line-height: 25px;
  margin-left: 5px;
  margin-bottom: 8px;
}

.footer a {
    color: var(--varMain);
}

.footer a:hover {
  text-decoration: underline
}

.footer .socialF a {
    display: inline-block;
    text-decoration: none;
    width: 30px;
    height: 30px;
    font-size: 18px;
    margin-left: 10px;
border-radius:50%;
    color: #313433;
    text-align: center;
    line-height: 32px;
    background: #fff;
    padding: 0;
    border: 1px #313433 solid;
}

    .footer .socialF a:hover {
        background-color: #fec52f;
        text-decoration: none;

    }

.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: 0;
}

.footer .contact {
  float: right;
  width: 50%;
  text-align: right
}

    .footer .contact p {
        font-size: 20px;
        font-family: 'almoniDL400';
        color: #313433;
        margin: 0;
    }

    .footer .contact p strong {
        font-size: 22px;
        font-family: 'almoniDL700';
        line-height: 29px;
        color: #313433
    }

.footer-bottom {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  text-align: right;
  margin-top: 20px;
  border-top: 1px solid rgb(255 255 255 / 50%);
}
.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: 'almoniDL700';
    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";
  }
@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%;
    }

    .hasut:first-child:after {
        left: -4px;
    }

    .logoProject:before {
        height: 31px;
        top: 0;
        right: -16px;
    }
 
    .header {
        padding: 7px 15px;
        align-items: center;
        width: calc(100% - 30px);
        border: solid 1px rgba(141, 141, 141, 0.2);
    }

    .logoProject {
        margin-right: 35px;
        zoom: 65%;
    
    }

    .register {
        padding: 1px 3px;
        max-width: 54px;
    }

    .hasut {
        margin-left: 0;
    }

    .social {
        margin-right: 0;
        position: absolute;
        top: -30px;
        left: 15px;
        width: 20px;
    }

    .header_left {
        position: absolute;
        top: 39px;
        width: 100%;
        background-color: #fff;
        right: -1px;
        justify-content: center;
        align-items: center;
        z-index: 0;
        height: 48px;
        box-shadow: 0 2px 16px 0 rgb(0 0 0 / 13%);
    }

    .hero {
        padding: 120px 0 30px;
    }

    .hero_inner {
        background: url(../../../../../globes/image/upload/v1701868441/Digital/icons/15772/החזית_הכלכלית_-_לוגו_xanh4x.svg) no-repeat center 0;
        width: 306px;
        height: 292px;
        flex-direction: column;
        justify-content: center;
    }

    .hero_right {
        padding-left: 8px;
    }

    .hero_text {
        font-size: 24px;
        margin: 20px 0;
    }

    .hero_left {
        font-size: 24px;
        line-height: 27px;
        text-align: center;
    }

        .hero_left p {
            margin: 0;
        }

    .date {
        font-size: 24px;
    }

    .logos {
        padding-top: 3px;
    }

    .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;
    }

    .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;
        
            padding: 0;
        }

            #countdown div[class^="c"] {
                flex: 0;
            }

        #countdown span:not(#title) {
            font-size: 28px;
        }

        #countdown #title {
            font-size: 16px;
            font-family: 'AlmoniDL400';
            margin-right: 8px;
        }

    .meetings {
        grid-gap: 15px;
        grid-template-columns: 1fr;
        margin: 0 auto;
    }

    .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;
    }

    .veidaInner.blackblock iframe {
        margin-top: 30px;
    }

    .veidaInner {
        width: calc(100% - 36px);
        margin: 0 auto;
    }

    h2.title {
        font-size: 30px;
        line-height: 34px;
    }

    .veidaInner.about .info h3 {
        font-size: 20px;
        font-family: 'almoniDL900';
    }

    .veidaInner.about .info {
        padding: 0;
        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;
    }

    .registerBlock .track,
    .registerBlock .track:first-child {
        width: 100%;
    }

    .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: 15px 18px;
    }

        .footer .contact,
        .footer .socialF {
            float: none;
            width: 100%;
            text-align: right;
        }

        .footer .contact {
            margin: 0 0 20px 0;
        }

        .footer .socialF {
            margin: 0 0 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;
 
        margin-bottom: 10px;
    }

    .footer .socialF a {
        margin: 0 0 0 10px;
    }

    .footer-bottom {
        margin-top: 0;
    }

        .footer-bottom p {
            margin: 15px 0 0 0;
        }

    .veidaInner .banners {
        display: block;
    }

        .veidaInner .banners img {
            width: 100%;
        }

    .blackBG {
        width: 100%;
    }

        .blackBG .info img {
            position: initial;
        }

    .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;
    }
    .header .sponser { padding-top:4px
    }

    .meet .meet_date {
        font-size: 30px;
    }

    .meet_title {
        font-size: 22px;
    }

    .meet_text,
    .meet p {
        font-size: 16px;
    }
}
  @media screen and (max-width:480px) {
    .veidaInner.blackblock iframe {
      width: 100%;
      height: 200px;
    }
    .socialBlock {
        width: 100%;
    }
  }
  @media screen and (max-width:380px) {


    .hero_inner {
        width: auto;
        height: 390px;
        flex-direction: column;
        justify-content: center;
        background-size: contain
    }


    #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;
    }
  }

  