.main_content {
  min-height: 620px;
}




.page_content, .top_header {
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
}


.editor_content {
    padding-top: 25px;
}



.main_header_part {
    background-image: url(../img/page-title-backgr.png);
    background-position: 0px 0px;
    min-height: 122px;
    width: 100%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    padding-left: 77px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.page_main_template h1 {
    padding: 0;
    margin: 0;
    /* color: #fff; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.page_header_title {
    font-size: 31px;
    line-height: 43px;
    font-weight: 200;
    color: #0064a1;
    padding-top: 13px;
}

.page_title_parent {
    color: #eb3f02;
    font-size: 31px;
    line-height: 39px;
    margin-top: 36px;
    font-weight: 200;
}
.phdr_ttl {
    color: #0064a1;
    font-size: 31px;
    font-weight: 200;
    line-height: 35px;
    padding-top: 9px;
}
.pheader_sp {
    display: block;
    margin-left: 22px;
    margin-right: 22px;
}
.pheader_sp img {
    width: 2px;
    height: 48px;
}


.editor_content h2 {
    padding: 0;
    padding-left: 79px;
    margin: 0;
    font-size: 27px;
    font-weight: 400;
    color: #eb3f02;
    background-position: 0px 31px;
    background-repeat: no-repeat;
    background-image: url(../img/sub-title-backgr.png);
    line-height: 32px;
    margin-top: 55px;
    margin-bottom: 15px;
    height: 60px;
    display: block;
    clear: both;
    width: 100%;
}

.editor_content h3 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: #0064a1;
    background-position: 0 30px;
    background-repeat: no-repeat;
    background-image: url(../img/sub-sub-title-backgr.png);
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    clear: both;
    width: 100%;    
}



@media only screen and (max-width : 768px) {
    .page_content, .top_header  {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main_header_part {
        /* background-image: url(../img/adaptive-page-title-backgr.png); */
        background-position: 0px 0px;
        background-repeat: no-repeat;
    }

}

@media only screen and (max-width : 578px) {
    .main_header_part {
        background-image: url(../img/page-title-backgr-578.png);
        background-position: 0px 0px;
    }
}


/* funding */

.sp_cr_wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    width: 100%;
    justify-content: space-evenly;
}
.res_crt_wrapper {
    margin-bottom: 40px;
    width: 330px;
    margin-left: 10px;
    margin-right: 10px;
}
.sp_hdr {
    font-weight: 300;
    color: #D1E5F8;
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    line-height: 21px;
}

a.splnkimg:hover img, a.splnkimg:focus img {
  opacity: 1;
  transition: all 0.85s ease;
  filter: grayscale(0%);
  background-color: #fff;  
  transform: scale(1.05);
}

a.splnkimg img {
    opacity: 1;
    display: block;
    transition: all 0.85s ease;
    filter: grayscale(0%);
    background-color: #fff;
    transform: scale(1.0);
}

.orderid {
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #C0003F;
    text-decoration: underline;
}

/* funding */


/* in the media */

.index_soft_wrapper {
    padding-top: 0;
    margin-top: -30px;
}

.cart_media_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 30px;
    margin-top: 45px;
}
.cart_media_wrapper_2 {
    margin-bottom: 30px;
}
a.more_info {
    display: block;
    width: 100%;
    background-image: url(../img/icon-text.gif);
    background-position: 0px 6px;
    background-repeat: no-repeat;
    padding-left: 22px;
    line-height: 24px;
}
.m_img img {
    width: 500px;
    min-width: 500px;
    display: block;
    height: auto;
    border: 1px solid #015a70;
}
.index_right {
    padding-left: 60px;
}
.m_hdr h2 {
    margin-top: 0;
}

.img_post_separator {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 80px;
}
/*
.img_post_separator {
    width: 100%;
    height: 6px;
    background-image: url(../img/line.png);
    background-position: 0px px;
    background-repeat: no-repeat;   
    border: none; 
}
*/

@media only screen and (max-width : 1200px) {

.cart_media_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 1px;
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-top: 0;
}
    .index_right {
        padding-left: 0px;
        margin-top: 40px;
    }

.img_post_separator {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.index_right {
    padding-left: 0px;
    margin-top: 22px;
}


}

@media only screen and (max-width : 768px) {

    .m_img img {
        width: auto;
        min-width: auto;
        display: block;
        height: auto;
        border: 1px solid #015a70;
    }


}

/* in the media */

/* projects */

.projects_section {
    margin-top: 30px;
    margin-bottom: 40px;
}
.cart_proj_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 70px;
    margin-top: 40px;
}
.prj_hdr h3 {
    margin-top: 0;
}
.prj_img img {
    width: 400px;
    min-width: 400px;
    display: block;
    height: auto;
    border: 1px solid #015a70;
}

.row_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.row_name {
    width: 108px;
    font-weight: 500;
}
.row_val {

}
.prj_stud {
    margin-top: 30px;
}
.prj_sup {
    margin-bottom: 30px;
}
.prj_links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 170px;
    justify-content: space-between;
    margin-top: 40px;
}
.project_internal_wrapper {
    margin-top: -40px;
}
.prj_paper_onpage {
    margin-top: 40px;
}
.bti {
    margin-top: 50px;
    text-align: center;
}
.bold_name {
    font-weight: 500;
}

.sld_bg {
    background:rgba(40,82,107,0.15);
}

@media only screen and (max-width : 1200px) { 

.cart_proj_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 70px;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}    


}

@media only screen and (max-width : 992px) { 

.sld_bg {
    background:rgba(40,82,107,0.35);
}

}

@media only screen and (max-width : 600px) { 
    
.prj_img img {
    width: auto;
    min-width: auto;
    display: block;
    height: auto;
    border: 1px solid #015a70;
} 


}


/* projects */

/* soft. tools */

.msoft_img img {
    width: 400px;
    min-width: 400px;
    display: block;
    height: auto;
    border: 1px solid #89c4e8;
}
.s_linrs_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.s_linrs_wrap div {
    margin-right: 28px;
}


.soft_rel_ppl_wrapper {
    margin-top: -50px;
}
.soft_memb_all_wrap {
    padding-top: 30px;
}
.cart_memb_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
}
/*
.cart_memb_left img {
    width: 230px;
    min-width: 230px;
    height: auto;
    border: 1px solid #89c4e8;
    margin-top: 10px;
}
*/
.cart_memb_left img {
    width: 230px;
    min-width: 230px;
    height: 276px;
    border: 1px solid #89c4e8;
    margin-top: 10px;
}

.cart_memb_right {
    padding-left: 50px;
}
.cart_memb_title a {
    font-size: 26px;
    font-weight: 600;
}
.cart_memb_icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: auto;
    margin-top: 15px;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.cart_memb_info {
    padding-right: 15px;
}

.cart_memb_icons div {
    margin-right: 20px;
}
.cart_memb_pos {
    /* color: #fff; */
    font-size: 20px;
    font-weight: 600;
}
.cart_memb_pr_title {
    /* color: #fff; */
    font-size: 16px;
    font-weight: 600;
}
.memb_pdf {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 235px;
}
.memb_pdf a {
    display: block;
}
.editor_content .team_all_wrap h2 {
    margin-top: 30px;
}

@media only screen and (max-width : 992px) { 

    .cart_memb_right {
        padding-left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .cart_memb_title {
        text-align: center;
    }


.memb_cat_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 29px;
    min-width: 100%;
}

.memb_pdf {
    margin-top: 20px;
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.memb_pdf a {
    display: inline-block;
    margin-left: 11px;
    margin-right: 11px;
}

.cart_memb_cat {
    text-align: center;
}

.cart_memb_info {
    padding-right: 0px;
}


}

@media only screen and (max-width : 768px) { 
    
.cart_memb_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.cart_memb_right {
    padding-left: 0px;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}
.cart_memb_info {
   
}
.cart_memb_icons {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
    margin-bottom: 25px;
}
.cart_memb_icons div {
    margin-right: 15px;
    margin-left: 15px;
}

.editor_content h2 {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../img/sub-title-backgr-800.png);
    display: inline-block;
    clear: both;
    width: 100%;
    padding-left: 0;
    padding-top: 3px;
    line-height: 29px;
}

} 


@media only screen and (max-width : 600px) { 
    
.msoft_img img {
    width: auto;
    min-width: auto;
    display: block;
    height: auto;
} 

.cart_memb_icons div {
    margin-right: 10px;
    margin-left: 10px;
}

}

/* soft. tools */





/* team  */
.team_all_wrap {
    margin-top: -20px;
}
.menu_sep {
    display: inline-block;
    width: 2px;
    height: 28px;
    background-color: #ffc164;
    margin-left: 22px;
    margin-right: 22px;
}
.tmenu_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 12px;
}
.tmenu_wrapper a {
    font-size: 20px;
    margin-bottom: 10px;
}

.member_fc {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}

.cart_memb_wrapper_std {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
    width: 640px;
    margin-right: 20px;
}

.cart_memb_cr {
    margin-top: 15px;
}

.crt_fkl img {
    width: 300px;
    min-width: 300px;
}

.cart_memb_wrapper_std_p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}
.cart_memb_left_p img {
    width: 330px;
    height: 400px;
    border: 1px solid #89c4e8;
    min-width: 330px;
    margin-top: 12px;
}
.cart_memb_right_p {
    padding-left: 60px;
    width: 100%;
}
.cart_memb_title_p {
    font-size: 29px;
    color: #0064a1;
    font-weight: 300;
}
.memb_line_sep {
    width: 100%;
    height: 3px;
    background-image: url(../img/line-short.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-top: 25px;
    margin-bottom: 25px;
}
.memd_back {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    width: 110px;
    margin-left: auto;
    margin-right: auto;

}
.membp_links {
    margin-bottom: 50px;    
}
.membp_links a {
    margin-right: 25px;
}
.memb_space {
    width: 100%;
    height: 14px;
}
h2.marg_min {
    margin-top: -15px;
}

.membp_links2 {

}
.membp_links2 a {
    margin-right: 20px;
}
.team_email img {
    min-width: 33px;

}
.memb_cat_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cart_cntct_wrapper {
        display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cart_cntct_wrapper .cart_memb_wrapper_std {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
    width: 640px;
    margin-right: 20px;
}


@media only screen and (max-width : 1400px) { 
    
.tmenu_wrapper {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}


}



@media only screen and (max-width : 992px) { 
.cart_memb_wrapper_std_p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.cart_memb_right_p {
    padding-left: 0px;
    width: 100%;
}
.cart_memb_right_p {
    padding-left: 0px;
    width: 100%;
    padding-top: 30px;
}
.cart_memb_title_p {
    font-size: 29px;
    /* color: #fff; */
    font-weight: 600;
    text-align: center;
    margin-bottom: 11px;
}
.cart_memb_pos {
    /* color: #fff; */
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.cart_memb_title_p {
    font-size: 29px;
    /* color: #fff; */
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    line-height: 32px;
}

.cart_memb_icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: auto;
    margin-top: 15px;
    justify-content: center;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
    min-width: 140px;
}



.cart_memb_wrapper_std {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
    width: auto;
    flex-wrap: wrap;
}
.cart_memb_left {
    width: 100%;
}
.cart_memb_left img {
    width: 230px;
    min-width: 230px;
    height: auto;
    border: 1px solid #89c4e8;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.crt_fkl img {
    width: 300px;
    min-width: 300px;
}

.cart_memb_wrapper_std {

    width: 100%;
    margin-right: 0px;
}


}




/* team  */

/*   relevant   */




/*   relevant   */

/* publication  */
.publ_main_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
}
.publ_right {
    padding-left: 40px;
}
.publ_left {
    min-width: 184px;
    width: 184px;
    height: 184px;
    position: relative;
    background-position: 0 0;
    background-repeat: no-repeat; 
}
.publ_left_1 {
    background-image: url(../img/publ-pic-backgr-1.gif);
}
.publ_left_2 {
    background-image: url(../img/publ-pic-backgr-2.gif);
}
.publ_left_3 {
    background-image: url(../img/publ-pic-backgr-3.gif);
}
.publ_left img {
    min-width: 170px;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 7px;
    left: 7px;
}
.publ_section h2 {
    margin-bottom: 30px;
}
.publ_name {
    font-size: 18px;
}
.publ_medium {
    font-weight: 600;
}
.pbl_buttons_area2 a {
    font-size: 16px;
}
.pbl_buttons_area2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3px;
}
.publ_pers_wrap {
    padding-top: 20px;
}
.pbl_buttons_area2 span {
    margin-right: 25px;
    font-style: italic;
    font-size: 14px;
}
.pb_info p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.publ_unit {
    margin-bottom: 30px;
    /* background-image: url(../img/icon-text.gif); */
    /* background-repeat: no-repeat; */
    /* background-position: 0px 8px; */
    /* padding-left: 27px; */
}
.pb_spn {
    color: #ED5A00;
    font-style: italic;
    margin-left: 10px;
}
.to_expand {
    display: none;
    border: 1px solid #d1eaf7;
    background-color: #f2f9fe;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    color: #363253;
    margin-bottom: 20px;
    margin-top: 10px;
    font-style: italic;
}
.to_expand p {
    font-weight: 500;
}
.to_exp_close {
    float: right;
    color: #057bc2 !important;
}
.remodal-overlay {
    background: rgba(0, 2, 31, 0.7);
}
.publ_remodal_content_header {
    /* font-family: "ZurichW01-LightCondense1121579"; */
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    margin: 0;
    background-color: transparent;
    color: #fff;
}
a.copytc {
    color: #55a9f0;
}
/*
a.copytc:hover, a.copytc:focus {
    color: #0064a1;
}
*/
.remodal {
    border-bottom: 8px solid #ff6600;
    border-top: 8px solid #ff6600;
    border-left: 1px solid #ff6600;
    border-right: 1px solid #ff6600;
    color: #D1E4FF;
    background-color: rgba(0, 19, 53, 0.9);
    padding-top: 10px;
    padding-bottom: 33px;
    padding-left: 38px;
    padding-right: 38px;
    z-index: 10000;
    position: relative;
}
.remodal-close::before {
    font-size: 40px;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
    color: #ff6600;
}
.copytc {
    text-align: center;
    display: block;
    margin-top: 35px;
}


.pbl_nav_wrapper {
    width: 284px;
    height: 57px;
    margin-left: auto;
    margin-right: auto;

    background-image: url(../img/year-selection-backgr.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;    

}
.pnav_left {
    margin-right: 15px;
    font-size: 18px;
    font-weight: 300;
}
.pnav_right {
  margin-left: 30px;
}
.pblmod1 {
    width: 281px;
    margin-top: 0px;
    padding-top: 10px;
}
.pnav_right {
    margin-left: 0px;
}
nav#flyoutnavkbfixed > ul > li.has-submenu > ul > li > a {
    font-size: 18px;
    line-height: 18px;
    text-align: center;

}
.publ_section h3 {
    margin-top: 50px;
}
.publ_wrap_main {
    margin-top: -25px;
}
.publ_section {
    padding-top: 20px;
}



@media only screen and (max-width : 768px) { 


.pbl_nav_wrapper {
    max-width: 330px;
    margin-bottom: 36px;
}
    nav#flyoutnavkbfixed {

    }
    .pnav_right {
        margin-left: 0px;
    }
    .pnav_left {
        margin-right: 0px;
        font-size: 18px;
        font-weight: 300;
    }
    nav#flyoutnavkbfixed {

    }
    nav#flyoutnavkbfixed > ul > li.has-submenu > ul {
       
    }


    .publ_main_wrap {
        display: block;
    }
.publ_right {
    padding-left: 0px;
    text-align: center;
}
    .publ_left {
        min-width: 184px;
        width: 184px;
        height: 184px;
        position: relative;
        background-position: 0 0;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
.pbl_buttons_area2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3px;
    justify-content: center;
}






}

/* publication  */

/* research  */

.resimg img {
    width: 500px;
    min-width: 500px;
}

@media only screen and (max-width : 768px) { 

.resimg img {
    width: auto;
    min-width: 330px;
}

}

/**/

/*  news  */

.pagination {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.sp_pager {
    margin-left: 15px;
    margin-right: 15px;
}
.mimg_wr {
    float: right;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 19px;
    margin-top: 6px;
}
.mimg_wr img {
    display: block;
    width: 240px;
    height: auto;
    border: 1px solid #015a70;
    padding: 0;
}
.all_news_wrapper {
    margin-top: -17px;
}
.nshdr {
    margin: 0;
    padding: 0;
    /* color: #181a29; */
    font-weight: 300;
    font-size: 23px;
    margin-top: 42px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 26px;
}
.pdate {
    height: 64px;
    width: 100%;
    position: absolute;
    background-position: 50% 4px;
    background-size: 284px 48px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    color: #fff; 
    margin-top: 0px;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 0px;
    left: 0;
    top: -24px;
    z-index: 1;
}
.nshdr {
    margin: 0;
    padding: 0;
    /* color: #181a29; */
    font-weight: 300;
    font-size: 23px;
    margin-top: 42px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 31px;
}
.news_single_date {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 14px;
    color: #fff;
    margin-top: -10px;
}
a.more_info.nnw {
    display: block;
    width: 65px;
    margin-left: auto;
    margin-right: auto;
}
.lnk_bullet {
    margin-top: 8px;
}
/* news  */

/*  talks  */
.all_tlk_wrapper {
    margin-top: -30px;
}
.tlk_link_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.tlk_link_wrap div {
    margin-right: 35px;
}
.tlk_date {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.tlk_date div {
    padding-left: 10px;
    font-size: 18px;
}
.tlk_place {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.tlk_place div {
    padding-left: 12px;
    font-size: 18px;
}
.tlk_icons_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 20px;
}
.tlk_speaker {
    margin-top: 20px;
    font-size: 20px;
}

@media only screen and (max-width : 992px) {

.tlk_icons_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tlk_place {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-top: 18px;
    margin-bottom: 20px;
}


}

/*  talks  */


/*  index  */

.main_img {
    width: 100%;
    height: 430px;
    border-top: 1px  solid #01316a;
    border-bottom: 1px  solid #01316a;
    position: static;
    margin-top: -95px;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
}
.sl_top_cnt {
    padding: 0;
}
.slik_top_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 60px;
    border-top: 7px solid #01bc80;
    border-left: 1px solid  #0079d4;
    border-right: 1px solid  #0079d4;
    border-bottom: 1px solid  #0079d4;
    background-color: #003668;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 420px;
}
.slik_top_arrow_l {
    width: 25px;
    min-width: 25px;
    padding-left: 6px;
}
.slik_top_arrow_r {
    width: 25px;
    min-width: 25px;
    padding-right: 6px;
}
#slik_top_r img {
    margin-top: 12px;
}
#slik_top_l img {
    margin-top: 12px;
}
.slick_sld_top {
    width: 370px;
    text-align: center;
}
.slick_sld_top div {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
}

.vhid {
    visibility: hidden;
    display: none;
}

.slick_sld_top div.ssld a.mmt {
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    color: #fff ;
    text-decoration: underline dotted;
    text-decoration-thickness: 1px;
}
.slick_sld_top div.ssld  a.mmt:hover, .slick_sld_top div.ssld  a.mmt:focus {
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    color: #43d0cb;
    text-decoration: underline dotted;
    text-decoration-thickness: 2px;
  
}
.hp_allra {
    text-align: center;
    margin-top: 20px;
}


.h_main_txt {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 25px;
}

.hp_block_wrappet {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 24px;
}
.h_block_wrap {
    width: 602px;
    min-width: 602px;
    min-height: 300px;
    border: 0px solid yellow;
    margin-bottom: 80px;
}
.b_header {
    width: 100%;
    height: 62px;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    font-size: 31px;
    font-weight: 200;
    display: flex;
    justify-content: center;
}
.b_header span {
    height: 48px;
    padding: 0;
    margin: 0;
    line-height: 55px;
    align-self: center;
}
.bl1 .b_header {
    background-image: url(../img/sub-title-backgr-1.gif);
    color: #02052b;
}
.bl2 .b_header {
    background-image: url(../img/sub-title-backgr-2.gif);
    color: #02052b;
}
.bl3 .b_header {
    background-image: url(../img/sub-title-backgr-3.gif);
    color: #fff;
}
.bl4 .b_header {
    background-image: url(../img/sub-title-backgr-4.gif);
    color: #fff;
}
.hp_block_inner_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.hp_img_block {
    width: 276px;
    min-width: 276px;
    padding-top: 24px;
}
.hp_img_block img {
    border: 1px solid #015a70;
}
.hp_block_right {
    padding-left: 45px;
    padding-top: 17px;
}
.hp_title_block {
    margin-top: 5px;
    margin-bottom: 4px;
}
.hp_title_block a {
    font-size: 24px;
    font-weight: 300;
    text-decoration: underline dashed;
    text-decoration-thickness: 0;
    text-underline-offset: 8px;
}
.hp_title_block a:focus, .hp_title_block a:hover {
    text-decoration: none;
}
.hp_more_block {
    text-align: right;
    margin-top: 5px;
    margin-bottom: -3px;
}

.hp_block_team_center {
    padding-left: 30px;
}
.hp_block_team_left {
    width: 25px;
    min-width: 25px; 
    align-self: flex-end;   
}
.hp_block_team_right {
    width: 25px;
    min-width: 25px;  
    align-self: flex-end;     
}
#team_top_r img {
    margin-right: 0;
    margin-left: 6px;

}


/* Tiker */

.hp_ticker_item {
    padding-bottom: 15px;
}
.hp_ticker_item_header {
    font-weight: 600;
    color: #c55400;
    font-size: 18px;
    margin-bottom: -5px;
    line-height: 23px;
}
.hp_ticker_item_header span {
    color: #000;
    padding-right: 10px;
}
.ticker_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 19px;
}
.hpnews_btn_wrap {
    width: 49px;
    height: 301px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 49px;
}
.tkr_wrap {
    width: 100%;
    overflow-y: hidden;
    height: 300px;
    padding-right: 4px;
}
.hp_nd {
    font-size: 18px;
    color: #04A9D4;
    font-style: italic;
}
.hp_ndate a {
    color: #fff;
    text-decoration: none;
}
.hp_ndate a:hover, .hp_ndate a:focus {
  color: #43d0cb;
  text-decoration: underline dotted;
  text-underline-offset: 5px;
  transition: all 0.6s ease;
}


.vtxt_wrap {
    width: 100%;
    margin-top: 19px;
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.video_wrap img {
    width: 600px;
    height: 276px;
    border: 1px solid #015a70;
}
.video_wrap {
    position: relative;
}
.vbutton {
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);    
}
.vbutton img {
    width: 90px;
    height: 90px;
}
.vbutton a img {
    border: none;
}

.vbutton a img {
    opacity:1;
    transition: all 0.8s; 
    transform: rotate(0deg) scale(0.8);
}
.vbutton a:hover img, .vbutton a:focus img {
    opacity:1;
    transition: all 0.8s; 
    transform: rotate(360deg) scale(1.0);
}








/* 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: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    z-index: 1100;
    border-bottom: 0px solid #279d80;
}
/*
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 */





.sld_border_btn {
    border-top: 6px solid #f9660b;
    width: 100%;
}
.hp_top_txt {
    width: 100%;
    height: auto;
    background-color: #dbeef9;
    min-height: 50px;
    padding-bottom: 5px;
}
.hp_cnt_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
.hp_left {
    /* border: 1px solid red; */
    min-height: 60px;
    width: 838px;
}
.hp_right {
    border: 0px solid green;
    min-height: 60px;
    width: 394px;
}
.hp_header_l {
    width: 100%;
    background-image: url(../img/sub-title-backgr-1.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    text-align: center;
    color: #ed5a00;
    font-size: 29px;
    padding-top: 2px;
    padding-bottom: 7px;
}
.hp_header_r {
    width: 100%;
    background-image: url(../img/sub-title-backgr-2.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    text-align: center;
    color: #0064a1;
    font-size: 28px;
    padding-top: 2px;
    padding-bottom: 9px;
}

.ht_team_crt_wrap {
    background-image: url(../img/team-pic-backgr.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    width: 252px;
    height: 342px;
    min-width: 252px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

.hp_block_team_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 20px;
    justify-content: center;
} 

.hp_team_slider {
    width: 838px;
}


.hpt_img img {
    border: 1px solid #89c4e8;
    width: 214px;
    min-width: 214px;
    height: 259px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.hpt_name {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-top: 5px;
    /* color: #fff; */
}
.hpt_string {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
}

.hpt_name a {
    font-size: 19px;
}


.hp_sld_nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
    text-align: center;
}
.sld_cntr {
    width: 100%;
}
.sld_cntr a {
    font-size: 16px;
    display: inline-block;
    padding-top: 4px;
    font-style: italic;
}

.hp_sld_nav img {
    display: inline-block;
}

.sld_pbl_cntr {
    width: 100%;
    font-style: italic;
}
.hp_pub_cart_wrap img {
    width: 340px;
    min-width: 340px;
    height: 340px;
    border: 1px solid #89c4e8;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
}
.hp_publ_nav {
    margin-top: 12px;
}
.hp_p_img {
    position: relative;
}
.hp_pub_title {
    width: 338px;
    background-color: rgba(141, 23, 0, .73);
    min-height: 50px;
    position: absolute;
    bottom: 0;
    left: 41px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 8px;
}

@media only screen and (max-width : 1400px) {

.slick_sld_top {
    /*width: 1078px;*/
    text-align: center;
}

.hp_block_wrappet {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.h_block_wrap {
    width: 100%;
    min-width: 100%;
    min-height: 300px;
    /* border: 0px solid yellow; */
    margin-bottom: 80px;
}


.bl1 .b_header {
    background-image: url(../img/sub-title-backgr-1-1400.gif);
    color: #02052b;
    background-position: top left;
}
.bl2 .b_header {
    background-image: url(../img/sub-title-backgr-2-1400.gif);
    color: #02052b;
    background-position: top left;
}
.bl3 .b_header {
    background-image: url(../img/sub-title-backgr-3-1400.gif);
    color: #fff;
    background-position: top left;
}
.bl4 .b_header {
    background-image: url(../img/sub-title-backgr-4-1400.gif);
    color: #fff;
    background-position: top left;
}

.hp_right {
    border: 0px solid green;
    min-height: 60px;
    width: 394px;
    margin-bottom: 50px;
}

.video_wrap img.hp_mainvi {
    width: 600px;
    height: 276px;
    border: 1px solid #015a70;
    margin-left: auto;
    margin-right: auto;
}

.hp_cnt_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.hp_cnt_l {
    margin-bottom: 60px;
}

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

.slick_sld_top {
    /*width: 911px;*/
    text-align: center;
}

.bl1 .b_header {
    background-image: url(../img/sub-title-backgr-1-1200.gif);
    color: #02052b;
}
.bl2 .b_header {
    background-image: url(../img/sub-title-backgr-2-1200.gif);
    color: #02052b;
}
.bl3 .b_header {
    background-image: url(../img/sub-title-backgr-3-1200.gif);
    color: #fff;
}
.bl4 .b_header {
    background-image: url(../img/sub-title-backgr-4-1200.gif);
    color: #fff;
}

.index_soft_wrapper {
    padding-top: 0;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

.slick_sld_top {
    /*width: 670px;*/
    text-align: center;
}

.main_img {
    margin-top: 0px;
}

.bl1 .b_header {
    background-image: url(../img/sub-title-backgr-1-992.gif);
    color: #02052b;
}
.bl2 .b_header {
    background-image: url(../img/sub-title-backgr-2-992.gif);
    color: #02052b;
}
.bl3 .b_header {
    background-image: url(../img/sub-title-backgr-3-992.gif);
    color: #fff;
}
.bl4 .b_header {
    background-image: url(../img/sub-title-backgr-4-992.gif);
    color: #fff;
}

.hp_team_slider {
    width: 690px;
}

.ht_team_crt_wrap {
    background-image: url(../img/team-pic-backgr.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    width: 252px;
    height: 342px;
    min-width: 252px;
    position: relative;

}
.hp_cnt_l {
    margin-bottom: 35px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
    /*Disable Animation on Mobile Devices*/
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

.slick_sld_top {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: 270px;
}

.slick_sld_top div {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
    width: 270px;
    min-width: 270px;
}
.slik_top_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    /*top: 80%;*/
    transform: translate(-50%, 0%);
    width: 360px;
    max-width: 360px;
    min-width: 360px;
}
.slick_sld_top div a {
    font-size: 21px;
    font-style: italic;
    font-weight: 500;
    line-height: 36px;
    margin-top: 6px;
    display: block;
}


.hp_block_inner_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.hp_img_block img {
    border: 1px solid #015a70;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 274px;
}
.hp_block_right {
    padding-left: 0;
    padding-top: 28px;
}
.hp_block_left {
    width: 100%;
    min-width: 100%;
    padding-top: 0;
    display: flex;
    justify-content: center;
}

.hp_team_slider {
    width: 330px;
}
.hpt_img img {
    /* border: 1px solid #015a70; */
    width: 225px;
    min-width: 225px;
    height: 255px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*
.hp_block_team_right, .hp_block_team_left {
    display: none;
}
*/
.hp_block_team_center {
    padding-left: 0px;
}

.video_wrap img {
    width: 100%;
    height: auto;
    border: 1px solid #015a70;
}

.slick_sld_top div.ssld a.mmt {
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    text-decoration: underline dotted;
    text-decoration-thickness: 1px;
}

.video_wrap img.hp_mainvi {
    width: 100%;
    max-width: 600px;
    height: auto;
    border: 1px solid #015a70;
    margin-left: auto;
    margin-right: auto;
}

.hp_team_slider {
    width: 100%;

}
.ht_team_crt_wrap {
    background-image: url(../img/team-pic-backgr.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    width: 252px;
    height: 342px;
    min-width: 252px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.hp_sld_nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 17px;
    text-align: center;
}
.sld_cntr {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
}
.hp_left {
    width: 330px;
}
.sld_cntr a {
    /* font-size: 20px; */
    display: inline-block;
    padding-top: 0;
}

}


@media only screen and (max-width : 412px) {

.hp_right {
    border: 0px solid green;
    min-height: 60px;
    width: 100%;
    margin-bottom: 50px;
}
.hp_pub_cart_wrap img {
    width: 330px;
    min-width: 330px;
    height: 330px;
    border: 1px solid #89c4e8;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
}
.hp_pub_title {
    width: 328px;
    background-color: rgba(141, 23, 0, .73);
    min-height: 50px;
    position: absolute;
    bottom: 0;
    left: 31px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    padding-left: 14px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 8px;
}
.hp_header_r {
    width: 100%;
    background-image: url(../img/sub-title-backgr-2.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    text-align: center;
    color: #0064a1;
    font-size: 24px;
    padding-top: 2px;
    padding-bottom: 9px;
}
.hp_header_l {
 font-size: 24px;
}

}
/*  index   */




/* cor  */
.hp_more_block a:hover, .hp_more_block a:focus {
    text-decoration: none;
}

.cart_memb_wrapper .ccorect {
    width: auto;
}
div.heb_text {
    direction: rtl;
    font-family: Arial;
}

.editor_content div.heb_text h2 {
    padding: 0;
    padding-left: 50px;
    margin: 0;
    font-size: 31px;
    font-weight: 400;
    /* color: #fff; */
    /* background-position: 100% -1px; */
    background-repeat: no-repeat;
    background-image: none;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 1px;
    padding-right: 0px;
}
.editor_content div.heb_text ul li {
    padding-left: 25px;
    background-image: url(../img/icon-text.gif);
    background-position: 100% 0px;
    background-size: 29px 29px;
    margin-bottom: 13px;
    background-repeat: no-repeat;
    font-weight: 400;
    padding-right: 44px;
}
.editor_content div.heb_text a {
    font-weight: 500;
    /*color: #43d0cb;*/
    text-decoration: underline dotted;
    text-underline-offset: 5px;
    transition: all 0.6s ease;
    font-family: Arial;
}
