/* Publications */

.publ_unit {
  margin-bottom: 25px;
}
.pbl_button {
  margin-right: 20px;
}
.pbl_button a {
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/publ-button-left.gif);
    background-position: right 0px;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all 0.25s ease;
    border: none;
    border-left: none;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 0px;
    height: 26px;
    display: inline-block;
}
.pbl_button a:hover, a:focus {
    background-position: right -26px;
    opacity: 1;
    transition: all 0.25s ease;
    border: none;
}
.pbl_buttons_area2 {
    margin-top: 3px;
    display: flex;
    flex-wrap: wrap;
}
.pb_spn {
    color: #C01509;
    font-style: italic;
    font-weight: 500;
}

.pbl_nav_wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 30px;
    border-radius: 40px;
    border: 1px solid #bce6eb;
    height: auto;
    padding-top: 14px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
    background-color: #edf7f8;
    width: 522px;
    margin-left: auto;
    margin-right: auto;
}


.pnav_left {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
}
.pnav_right {
  margin-left: 30px;
}
.pblmod1 {
    width: auto;

}
.publ_medium {
  font-weight: 500;
}
.disert_wrap {
  margin-top: 40px;
}
.books_wrap {
  margin-top: 40px; 
}


.books_single_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 60px;
}
.books_single_left {
    width: 145px;
    margin-top: 15px;
}
.books_single_left img {
  width: 141px;
  height: 212px;
  border: 1px solid #a5b0df;
  padding: 1px;  
}
.books_single_right {
    width: 1142px;
    padding-left: 60px;
}

@media only screen and (max-width : 1400px) {

  .books_single_right {
      width: 961px;
      padding-left: 60px;
  }

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

  .books_single_right {
      width: 780px;
      padding-left: 60px;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

  .books_single_right {
      width: 545px;
      padding-left: 60px;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.books_single_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
}
  .books_single_right {
      width: 100%;
      padding-left: 0px;
  }
.books_single_left {
  margin-bottom: 50px;
}


}




@media only screen and (max-width : 550px) {
  .pbl_nav_wrapper {
    display: block;
  }
.pblmod1 {
    width: 270px;
    margin-top: 0px;
    margin: 0;
    padding: 0;
    border: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}


.pnav_left {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 84px;
}
.pnav_right {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 84px;
}
.pnavprcr {
  width: 66px;
}


.pbl_nav_wrapper {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;  
}

}

/* Publications */



/* show|hide */
.to_expand {
    display: none;
    border: 1px solid #dee0ff;
    background-color: #f7f9fe;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    color: #3b3169;
    margin-bottom: 20px;
    margin-top: 10px;
}
.espan {
  font-weight: 500;
  width: 100%;
}
.to_exp_close {
    float: right;
    color: #005997 !important;
}
.noborder {
  border: none !important;
  text-decoration: none;
}
/* show|hide */

/*  remodal */
.remodal {
  border-bottom: 8px solid #0eb8ff;
  border-top: 8px solid #0eb8ff;
  border-left: 1px solid #0eb8ff;
  border-right: 1px solid #0eb8ff;
  color: #005997;
  background-color: #f3fbfe; /*rgba(250,253,255,1);*/
  padding-top: 10px;
  padding-bottom: 33px;
  padding-left: 38px;
  padding-right: 38px;
  z-index: 10000;
  position: relative;
}
.publ_remodal_content_header {
  /*font-family: "ZurichW01-LightCondense1121579";*/
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  margin: 0;
  background-color: transparent;
}
.publ_remodal_content_wrap {
  text-align: left;
  background-color: transparent;
}
.btn_close {
  color: transparent;
}

.fff {
  direction: rtl;
}
.remodal-close::before {
  font-size: 40px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #005997;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}

/*  remodal */

.publ_unit div.to_expand {
  background-color: #f9fcff;
  border: 1px solid #dde9f7;
}
.publ_unit div.to_expand p {
  font-style: italic;
  color: #425776;
}





/*  ===================  */
.backti {
  text-align: center;
}

.hmenu_wrapper {
    display: block;
    text-align: center;

    margin-top: 20px;
    font-size: 20px;
}
.hmenu_wrapper a {
    white-space: nowrap;
}
.hm_sep img {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1px;
}

/* Team */


.ppl_section_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ppl_section_al_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ppl_card_al_wrapper {
  width: 555px;
  margin-bottom: 20px;
  /*background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/icon-text.gif);*/
  background-repeat: no-repeat;
  background-position: 0 13px;
  padding-left: 34px;
}
.ppl_card_al_st1, .ppl_card_al_st2 {
  margin-bottom: 6px;
}
.ppl_al_cat {
  font-weight: 500;
}
.ppl_al_year {
  font-weight: 500;
}
.ppl_al_icons_wrapper {
    margin-left: 17px;
    margin-top: 0px;
}
.ppl_al_icons_wrapper img {
    margin-left: 0;
    margin-top: -5px;
}

.ppl_al_tes {
  margin-right: 12px;
}
.ppl_card_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 40px;
}
.ppl_card_txt {
    padding-left: 41px;
    width: 403px;
    padding-right: 20px;
}
.ppl_card_img {
  height: auto;
  width: 167px;
  padding-top: 7px;
  margin-bottom: 12px;
}
.ppl_card_img img {
  height: 205px;
  width: 165px;
  border: 1px solid #a5b0df;
  padding: 1px;
  margin-top: 7px;
}
.ppl_icons_wrapper {
  margin-top: 15px;
  margin-bottom: 16px;
  display: flex;
}
.ppl_icons_wrapper span, .ppl_card_al_st1 span.ppl_al_icons_wrapper span {
  margin-right: 22px;
}
.pc_al_str {
  margin-right: 4px;
}
.trow1 {
  display: flex;
  margin-bottom: 5px;
}
.trow2 {
  color: #5f5492;
}
.tc1 {
    color: #667896;
    font-weight: 400;
    width: 65px;
}
.tc3 {
    color: #667896;
    font-weight: 400;
    width: 100px;
}
.tc4 {
  color: #5f5492;
  font-weight: 400;
  width: 67px;
}
.tc2 {
  font-weight: 500;
}
.ppl_tes {
  background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/icon-text.gif);
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding-left: 34px;
  display: inline-block;
}
.pc_hdr {

}

.pc_hdr a {
    /* color: #5f5492; */
    /* font-weight: 700; */
    font-size: 29px;
    line-height: 28px;
    font-family: "ZurichW01-LightCondense1121579";
}


.ppl_al_name {
  color: #005997;
  font-weight: 500;
  font-size: 20px;
}
.pplh3 {
    margin-bottom: 24px !important;
}
.ppl_pos {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #744ec8;
}

/* al */
.ppl2_card_wrapper {
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/icon-text.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}
.pc2_hdr {
    color: #5f5492;
    font-weight: 700;
    font-size: 18px;
}
.ppl2_sep {
    border: 0;
    border-left: 2px solid #bac2f1;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 7px;
}
.ppl_ca2 {
  color: #5f5492;
}
.ppl2_phd {
  white-space: nowrap;
}


.ppl_card_txtyh {
    padding-left: 61px;
    width: 100%;
    margin-top: 7px;
}


.tmth {
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/arrow-right.png);
    background-size: 15px 26px;
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 27px;
    display: block;
    height: 34px;
    margin-bottom: 1px;
}

.ppl_card_imgyh {
  margin-bottom: 20px;
}







@media only screen and (max-width : 1400px) {
  .ppl_card_txt {
      padding-left: 41px;
      width: 380px;
  }
}




@media only screen and (max-width : 1200px) {

  .ppl_section_wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin-bottom: 10px;
      flex-wrap: wrap;
      justify-content: center;
  }

}







/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.hmenu_wrapper {
  flex-wrap: wrap;
  justify-content: center;
}
.ppl_card_wrapper {
  display: block;
}
.ppl_section_wrapper {
  display: block;
}
.ppl_card_txt {
    padding-left: 0;
    width: 100%;
}
.ppl_card_img img {
    height: auto;
    width: 250px;
    border: 1px solid #a5b0df;
    padding: 1px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ppl_card_img {
    height: auto;
    width: 100%;
    padding-top: 7px;
    margin-bottom: 10px;
}

.pc_hdr {
    color: #5f5492;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center;
}
.pc_str2 {
  text-align: center;
}
.ppl_icons_wrapper span, .ppl_card_al_st1 span.ppl_al_icons_wrapper span {
    margin-right: 10px;
    margin-left: 10px;
}
.ppl_icons_wrapper {
    margin-top: 0;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.ppl_card_txtyh {
    padding-left: 0;
    width: 100%;
    margin-top: 7px;
}

.pc_iconsyd {
    margin-top: 18px;
}

.ppl_card_imgyh img {
    height: 286px;
    width: 233px;
    border: 1px solid #a5b0df;
    padding: 1px;
    margin-top: 7px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.ppl_card_txtyh {
    padding-left: 0;
    width: 100%;
    margin-top: 7px;
}
.tmth {
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/arrow-right.png);
    background-size: 15px 26px;
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 27px;
    display: block;
    height: 34px;
    margin-bottom: 1px;
    width: 118px;
}



.tmth {
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/arrow-right.png);
    background-size: 15px 26px;
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 27px;
    display: block;
    height: 34px;
    margin-bottom: 1px;
    display: inline-block;
}



.ppl_card_imgyh {
    margin-bottom: 33px;
}
.pc_sepprof {
    width: 100%;
    height: 2px;
    clear: both;
    border-top: 1px solid #D1DCF2;
    margin-bottom: 16px;
}






}


.orderid {
    font-size: 12px !important;
}
.pttl {
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 8px;
}



.ppl_card_imgyh img {
    height: 286px;
    width: 233px;
    border: 1px solid #a5b0df;
    padding: 1px;
    margin-top: 7px;
}
.pc_hdryhd {
    font-family: "ZurichW01-LightCondense1121579";
    font-size: 30px;
    font-weight: 400;
    color: #667896;
}



.pc_sepproft {
  width: 100%;
  height: 2px;
  clear: both;
  border-top: 1px solid #D1DCF2;
  margin-top: 30px;
}
.pc_sepprof {
  width: 100%;
  height: 2px;
  clear: both;
  border-top: 1px solid #D1DCF2;
}
.pc_iconsyd {
  margin-top: -17px;
}

.bti {
  width: 100%;
  text-align: center;
  margin-top: 70px;
}

.ppl_card_upl_str_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 245px;
    justify-content: space-between;
    margin-top: 10px;
}

.ppl_card_wrapper_str {
    padding-left: 40px;
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/icon-text.gif);
    background-size: 23px 10px;
    background-repeat: no-repeat;
    background-position: 0px 20px;
    margin-bottom: 40px;
}

.pc_hdr_str {
    font-family: "ZurichW01-LightCondense1121579";
    font-size: 30px;
    font-weight: 400;
    /* color: #667896; */
}
.pstr_pr {
  font-weight: 500;
}
.pprj_co_str {
    font-weight: 500;
    color: #001742;
}
.pstr_co {
  color: #667896;
}
.ppl_icons_wrapper_str {
    margin-top: 2px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    width: 86px;
}

/* Team */
.sp_line {
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/line.gif);
    width: 100%;
    height: 4px;
    background-position: center center;
    margin-bottom: 60px;
    background-repeat: no-repeat;
}



.crs_wrap {
  margin-bottom: 80px;
}
.crs_pict img {
    width: 360px;
    border: 1px solid #81b4f1;
    padding: 0px;
}
.crs_inner_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;

}
.crs_pict {
    padding-left: 60px;
    padding-top: 20px;
}
.crs_txt {
  margin-top: 0;
}
.crs_numb {
    color: #001742;
    padding-right: 9px;
    font-size: 29px;
}

.tlk_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-weight: 500;
    margin-top: 30px;
}
.tlk_date {
    padding-left: 40px;
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/talks-icon-date.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0px 0px;  
    height: 30px;
}
.tlk_pls {
    padding-left: 29px;
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/talks-icon-place.png);
    background-size: 18px 30px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 30px;
    margin-left: 29px;
}


@media only screen and (max-width : 992px) {

  .crs_inner_wrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      width: 100%;
      flex-wrap: wrap-reverse;
  }


.crs_pict {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.crs_pict img {
    max-width: 100%;
    border: 1px solid #81b4f1;
    padding: 1px;
    height: auto;
}

.tlk_pls {
    padding-left: 29px;
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/talks-icon-place.png);
    background-size: 18px 30px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: auto;
    min-height: 30px;
    margin-left: 29px;
}
.tlk_date {
    padding-left: 40px;
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/talks-icon-date.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: auto;
    min-height: 30px;

}



}



@media only screen and (max-width : 768px) {

    .tlk_info {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        font-weight: 500;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .tlk_pls {
        margin-left: 0px;
        margin-top: 11px;
        margin-bottom: 12px;
    }

  }




/* SLider  */
/* rev slider */

.rev_slider_wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
}


.cust_control {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    z-index: 1100;
    padding-right: 1px;
    padding-left: 1px;
}
.cust_contrl_pause {
    position: absolute;
    bottom: 1px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    z-index: 1100;
}
a#slidePrev img, a#slideNext img, a#slidePausePlay img {
    opacity: 1;

}
a#slidePrev:hover img, a#slideNext:hover img, a#slidePausePlay:hover img, a#slidePrev:focus img, a#slideNext:focus img, a#slidePausePlay:focus img {
    opacity: .65;
}

.rev_slider_wrapper:before,
.rev_slider_wrapper:after,
.rev_slider:before,
.rev_slider:after {
 position: absolute; 
 content: ""; 
 z-index: 9999; 
  /* adjust border color here */
 /*background-color: #2ca1c2;*/
 }
 .rev_slider_wrapper:before {
  top: 0; 
 left: 0; 
 width: 1px; 
 height: 100%; 
 }
 .rev_slider_wrapper:after {
  top: 0; 
 right: 0; 
 width: 1px; 
 height: 100%; 
 }
 .rev_slider:before {
  top: 0; 
 left: 0; 
 width: 100%; 
 height: 1px; 
 }
 .rev_slider:after {
  bottom: 0; 
 left: 0; 
 width: 100%; 
 height: 1px; 
 }

/* rev slider */


.htxtwrap {
    margin-top: 40px;
    margin-bottom: 0px;
    text-align: center;
}
.hsecwrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.hsecwrap h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    color: #667896;
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/sub-title-backgr-right.gif);
    background-repeat: no-repeat;
    background-position: 0px 100%;
    height: auto;
    width: 100%;
    padding-bottom: 11px;
    padding-left: 0px;
    margin-bottom: 20px;
    margin-top: 7px;
    font-family: "ZurichW01-LightCondense1121579";
    margin-bottom: 20px;
    line-height: 32px;
    clear: both;
}
.hlblock {
    width: 450px;
}
.hrblock {
    width: 633px;
}
.bcntwrap {
    position: relative;
    overflow: hidden;
    height: 380px;
}


/* Slik */
.hp_events_ext_wrapper {
    margin-top: 25px;
    width: 380px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.hpe_arrow_wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 0;
    top: 46px;
    left: 0;
}
.arrow_mt_left2 {
  width: 24px;
  height: 58px;
  position: absolute;
  /*top: 108px;*/
  left: 0px;
  z-index: 100;
  bottom: -19px;
}
.arrow_mt_right2 {
    width: 24px;
    height: 58px;
    position: absolute;
    /* top: 108px; */
    right: -5px;
    z-index: 100;
    bottom: -19px;
}
.hp_carousel_item_wrap {
    width: 182px;
    padding-right: 0px;
    margin-left: 4px;
    margin-right: 4px;
}
.hci_img img {
    border: 1px solid #98d3d8;
    height: 205px;
    width: 165px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.hci_position {
    color: #040a30;
    text-align: center;
    margin-top: 2px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 4px;
    padding-right: 4px;
}
.hci_name {
    text-align: center;
    padding-top: 11px;
    margin-bottom: 0px;
    /* font-weight: 600; */
    /* font-size: 20px; */
}
.hci_name a {
    /* color: #00838e; */
    text-align: center;
    border-bottom: 0px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
.hci_name a:hover,  .hci_name a:focus {
  color: #c55400;
}
.hci_line {
  width: 100%;
}
.hci_line img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.phh_moreplink {
    text-align: right;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.phh_moreplink a {
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/icon-link.gif);
    background-repeat: no-repeat;
    background-position: 135px 0px;
    border-bottom: none;
    padding-right: 30px;
    height: 27px;
    display: inline-block;
}


.hprjwrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.hprj_rifht img {
    width: 288px;
    height: auto;
    border: 1px solid #98d3d8;
}
.prjh_ttl a {
    font-size: 20px;
    line-height: 22px;
}
.hprj_left {
    padding-right: 31px;
}
.prjh_cnt {
    margin-top: 15px;
}
.prp_hdr_txt {
    font-weight: 500;
    font-size: 28px;
    padding-left: 20px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: "ZurichW01-LightCondense1121579";
}
.prp_hdr {
    padding-left: 50px;
}
.prp_left {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    width: 100%;
}
.prp_right img {
    width: 360px;
    height: auto;
    border: 1px solid #98d3d8;
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 45px;
}
.prp_link {
    margin-top: 5px;
    padding-left: 0px;
    margin-bottom: 20px;
    text-align: right;
}

.prp_link2 {
    margin-top: 5px;
    padding-left: 0px;
    margin-bottom: 20px;
    text-align: left;
}

.prp_link a {
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/publ-button-left.gif);
    background-position: 53px 0px;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all 0.25s ease;
    border: none;
    border-left: none;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 0px;
    height: 26px;
    display: inline-block;
}

.prp_link2 a {
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/publ-button-left.gif);
    background-position: 53px 0px;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all 0.25s ease;
    border: none;
    border-left: none;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 0px;
    height: 26px;
    display: inline-block;
}

.prp_cnt_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 17px;
}
.prp_card_wrap {
    margin-bottom: 60px;
    border: 1px solid #dae6f2;
    box-shadow: 3px 5px 10px -6px rgb(0 0 0 / 30%);
    margin-top: 35px;
}


.lmenu_wrapper {
    text-align: center;
    font-size: 20px;
}


.ra_inner_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}



@media only screen and (max-width : 1200px) {

    .hsecwrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
        flex-wrap: wrap-reverse;
    }

}


@media only screen and (max-width : 992px) {
    .prp_cnt_wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding-top: 17px;
        flex-wrap: wrap;
    }
    .prp_right {
        width: 100%;
    }
    .prp_right img {
        width: 360px;
        height: auto;
        border: 1px solid #81b4f1;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    } 

    .ra_inner_wrap {
        display: block;
    }


}


@media only screen and (max-width : 768px) {

    .hrblock {
        width: 100%;
    }

    .prp_hdr_txt {
        font-weight: 500;
        font-size: 28px;
        padding-left: 20px;
        color: #fff;
        padding-top: 3px;
        padding-bottom: 3px;
        font-family: "ZurichW01-LightCondense1121579";
        line-height: 30px;
    }


}    

@media only screen and (max-width : 622px) {

.hprjwrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
}
.bcntwrap {
    position: relative;
    overflow: hidden;
    height: auto;
    padding-bottom: 45px;
    margin-bottom: 25px;
}
.hprj_rifht {
    margin-top: 20px;
}



}   



@media only screen and (max-width : 499px) {

    .hp_events_ext_wrapper {
        margin-top: 25px;
        width: 280px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .hp_carousel_item_wrap {
        width: 182px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }


    .prp_right img {
            width: auto;
            max-width: 320px;
            height: auto;
            border: 1px solid #81b4f1;
            margin-top: 20px;
            margin-left: auto;
            margin-right: auto;
            display: block;
        } 
    .prp_left {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
} 
.prp_link {
    margin-top: 20px;
    padding-left: 10px;
    margin-bottom: 20px;
}

}









/* News */


.news_index_wrapper {
    padding-bottom: 10px;
    margin-top: 50px;
    /*border: 1px solid green;*/
}

/* with flexbox */
.grid2 {
  display: flex;
  flex-wrap: wrap;
}
.grid-col {
    flex-grow: 1;
}
.grid-col--2, .grid-col--3 { display: none }


.grid-item2 {
    width: 552px;
    height: auto;
    /*border:1px solid red;*/
    margin-bottom: 50px;
}
.grid-col--4 .grid-item2 {
    margin-left: 33px;
}

@media only screen and (max-width : 1200px) { 
    .grid-col--1, .grid-col--2, .grid-col--3 { display: none }
    .grid-col { }
    .grid-col--4 .grid-item2 { 
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width : 590px) { 
    .grid-col--1, .grid-col--2, .grid-col--3 { display: none }
    .grid-col { }
    .grid-col--4 .grid-item2 { 
        width: 330px;
    }
}
/* with flexbox */


.pdate {
    width: 165px;
    height: 26px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #777;
    text-align: left;
    font-size: 17px;
    padding-left: 0px;
    padding-top: 1px;
    /* text-align: center; */
}

.nshdr {
    margin: 0;
    padding: 0;
    color: #181a29;
    font-weight: 500;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 18px;
    text-align: left;
}
.mimg_wr {
    float: right;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 19px;
}
.mimg_wr img {
    border: 1px solid #98d3d8;
    display: block;
    max-width: 260px;
}
.grid-news-wrapper {
    border: 1px solid #2C518D;
    padding-left: 40px;
    padding-right: 36px;
    padding-bottom: 37px;
    padding-top: 2px;
    position: relative;
    height: auto;
}
.bgb1 {
    border: 2px solid  #cbf5ef;
    border-top: 11px solid #cbf5ef;
    background-color: #f2fffe;
}
.bgb2 {
    border: 2px solid  #dceef7;
    border-top: 11px solid #dceef7;
    background-color: #f8feff;
}
.st_news_wrapper {
    text-align: center;
    margin-top: 5px;
}
.st_news_header {
    color: #ce3000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
}
.nmod {
    width: 100%;
    text-align: center;
}

h1.h1single {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    /* color: #ce3000; */
    margin-top: 5px;
    margin-bottom: 15px;
}
.s_show_date {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.bti {
    width: 100%;
    text-align: center;
}



.backti {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}


.page_inner2 {
    min-height: 620px;
}
.pagination {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}

nav.pagination a.page-numbers {
    margin-left: 12px;
}
nav.pagination span.page-numbers.current {
    margin-left: 12px;
    /* color: #ce3000; */
}
.pagination div {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-right: 12px;
}
.sngl_sp {
    height: 40px;
}
.pdate {
    height: 43px;
    width: 193px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: -13px;
    padding-left: 0;
    padding-top: 8px;
    text-align: center;
}
.pdbg1 {
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/news-date-backgr-1.gif);
}
.pdbg2 {
    background-image: url(/National_Library/oe_/https://esml.technion.ac.il/wp-content/themes/yeh/img/news-date-backgr-2.gif);
}

