/*
Theme Name: ICN's CSS
Theme URI: http://www.nucleares.unam.mx
Description: Custom design for UNAM's Institute of Nuclear Sciences
Version: 1.0
Graphic Design Author: Aline Guevara
CSS Author: GOZ
*/


.btn {
    font-family: Raleway;
    font-weight: 805;
    font-size: 14px;
    color: #333;
    background-color: #CAD84A;
    padding: 10px 30px;
    border: none;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 11px;
    transition : 1000ms;
    transform: translateY(0);
    display: flex;
    flex-direction:row-reverse;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    float: none;
    }
.btn:hover{

    transition : 1000ms;
    padding: 10px 50px;
    transform : translateY(-0px);
    background-color: #edeee7;
    color: #333333;
    border: none;
    }

    .float_center {
    float: right;
    position: relative;
    left: -7%; /* or right 50% */
    text-align: left;
    }
#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

.html_noticias_section_1 {
    padding: 20px;
    padding-right: 10px;
}

.html_noticias_section_2 {
    padding: 20px;
    padding-left: 10px;
}

.html_eventos_section {}

.html_cortos_section_1 {
    padding: 20px;
    padding-right: 10px;
}

.html_cortos_section_2 {
    padding: 20px;
    padding-left: 10px;
}

/* Resolucion para ocultar carousel */
@media screen and (max-width: 900px) {

    #carousel-index {
        display:none;
    }

    #img-organigrama-id {
        display:none;
    }
    #text-click-organigrama{
        display:none;
    }

    .btn-regresar-left {
        margin-left: 10px;
    }
}

/* New Mobile */
@media screen and (max-width: 1099px) {

    .btn-regresar-left {
        margin-left: -25px; 
    }

    #img-logo-seccion-logotipos{
        max-height: 200px;
        max-width: 270px;
    }

    /*En versión movil el texto de servicios empresariales se salia y lo ajuste con el padding */
    #id-menu-servicios-empres {
        padding-left: 40px
    }
    .encabezado-title {
        text-align:center!important;
        padding-right: 20px!important;
        padding-left: 20px!important;
    }

        .banner-section2 {
            min-height: 90px;
        }
        .banner-section-informes {
            min-height: 60px;
        }
 
    .text-barra-lateral {
        display: grid; 
        justify-content: center; 
        min-width: 5rem;
        padding-top: 1.3rem;
    
      }

      .encabezado-evento {
        min-height: auto!important;
    }

    .page-col1-padding {
        padding-left: 20px!important;
        padding-right: 20px!important;
      }

      .page-col2-padding {
        padding-left: 20px!important;
        padding-right: 20px!important;
      }

      .maintitle_r {
        color: #02416D;
        text-decoration: none;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-weight: 600;
        font-size: 26px;
        padding-right: 0.9375rem;
        text-align: center!important;
        margin-top: 24px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .text-regresar-left {
        margin-left: 0px;
    }

    
}

 /* Estilo para página con estilo de una sola columna centrada */
 .page-col-padding {
    padding-left: 20px!important;
    padding-right: 20px!important;
    padding-top: 12px;
  }


/* New Desktop */
@media screen and (min-width: 1100px) {


    .text-regresar-left {
        margin-left: -25px;
    }

    .maintitle_r {
        color: #02416D;
        text-decoration: none;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-weight: 600;
        font-size: 26px;
        padding-right: 0.9375rem;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .texto-banner-laterales {
        text-orientation: sideways;
        writing-mode: vertical-rl;
        transform: rotate(180deg);

      }

    .align-middle2 {
        padding-left: 70px;
        padding-right: 50px;
    }
    .banner-section {
        min-height: 300px;
    }
    .banner-section2 {
        min-height: 200px;
    }
    .banner-section-informes {
        min-height: 80px;
        max-width: 100px;
    }

    .encabezado-title-2-1{
        margin-right: -75px;
    }

    .encabezado-evento {
        min-height: 2rem;
        min-width: 8rem;
        display: inline-flex;
    }

    .text-barra-lateral {
        display: inline-flex; 
        justify-content: center; 
        align-items: flex-end;
        min-height: 30rem; 
        min-width: 5rem;
    
      }

      .page-col1-padding {
        padding-left: 20px!important;
        padding-right: 10px!important;
      }

      .page-col2-padding {
        padding-left: 10px!important;
        padding-right: 20px!important;
      }
}


/* Small only */

@media screen and (max-width: 39.9375em) {
    .mylarge-87 {
        width: 100%;
    }
    .mylarge-13 {
        width: 100%;
        height: 4.5rem;
        display: flex;
    }
    .calendar-scroll {
        overflow-x: scroll;
    }
    .html_noticias_section_1 {
        padding: 15px;
    }
    .html_noticias_section_2 {
        padding: 15px;
    }
    .html_cortos_section_1 {
        padding: 15px;
    }
    .html_cortos_section_2 {
        padding: 15px;
    }


}


/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .calendar-scroll {
        overflow-x: scroll;
    }

}


/* Medium and up */

@media screen and (min-width: 40em) {
    .mylarge-87 {
        width: 100%;
    }
    .mylarge-13 {
        width: 100%;
        height: 6rem;
        display: flex;
    }
    .off-canvas-wrapper-inner {
        min-height: 120em!important;
        ;
    }

}


/* Large and up */

@media screen and (min-width: 64em) {
    .mylarge-87 {
        width: 87%;
    }
    .mylarge-13 {
        width: 13%;
        height: auto;
    }
    .off-canvas-wrapper-inner {
        min-height: 125em!important;
    }
}

@media print,
screen and (min-width: 100em) {
    .off-canvas-wrapper-inner {
        min-height: 110em!important;
    }
    .mylarge-1 {
        width: 12%;
    }
    .mylarge-2 {
        width: 76%;
    }
    .position-left2 {
        width: 315px;
    }
    .off-canvas-content2 {
        margin-left: 315px !important;
    }
}

@media print,
screen and (min-width: 80em) {
    .position-left2 {
        width: 315px;
    }
    .off-canvas-content2 {
        margin-left: 315px !important;
    }
    .mylarge-123 {
        width: 12%;
    }
}

@media print,
screen and (max-width: 40em) {
    .mylarge-123 {
        width: 12%;
    }
}

@media print,
screen and (max-width: 63.9em) {
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 0px;
    }
    .top-bar {
        display: block;
    }
    .orbit-caption {
        background-color: transparent;
        color: transparent;
    }
    .align-center2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu.align-center2 {
        text-align: center;
    }
    .content-right-side {
        padding-right: 0rem;
        padding-top: 20px;
        padding-left: 0.88rem;
    }
    .content-left-side {
        padding-left: 0rem;
        padding-top: 20px;
        padding-right: 0.88rem;
    }
    .class-remove-low-resolution {
        display: none;
    }
    .mylarge-123 {
        width: 12%;
    }
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
    background-color: rgb(255 255 255 / 0%)!important;
}

.orbit-previous {
    left: 0;
    right: auto;
}

.off-canvas-wrapper-inner {
    min-height: 95em;
}

.content-right-side {
    padding-right: 0rem;
    padding-top: 20px;
}

.content-left-side {
    padding-left: 0rem;
    padding-top: 20px;
}

.orbit-caption{
    text-align: right;
    font-size: 14px;
    right: 0;
    height: 20px;
    max-height: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    text-align: center;

    }

.text-info-1 {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin-top: 10px;
    line-height: 23px;
}

.text-info-2 {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    margin-top: 10px;
}

.text-info-3 {
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin-top: 10px;
}

.text-info-4 {
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin-top: 10px;
}

.text-blue {
    color: #02416D;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
}

.text-1 {
    color: #02416D;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
}

.text-a-content {
    color: #02416D;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.text-content {
    text-align: justify;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    margin-top: 5px;
    color: rgb(31, 31, 31)!important;
}

.text-content-right {
    padding-right: 0 /* 0.9375rem; */
}

.text-content-left {
    padding-left: 0; /* 0.9375rem; */
}

.text-encabezado {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
}

.header-animations {
    background-image: url("../images/layout/animation1.gif");
    background-color: #fff;
    background-repeat: round;
}

.text-black {
    color: rgb(31, 31, 31);
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

.arrow-color1 {
    border: solid #CAD84A;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 6px;
}

.arrow-color2 {
    border: solid gray;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 6px;
}

.arrow-color3 {
    border: solid #02416D;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 6px;
}

.arrow-right:before {
    position: absolute;
    top: 0;
    left: 100px;
    width: 0;
    height: 0;
    border-width: 50px;
    border-style: solid;
    border-color: transparent transparent transparent red;
}

.right-arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left-arrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 5px;
}

.up-arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down-arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.content_title2_r {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.encabezado-title {
    color: #FFF;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.encabezado-title2 {
    color: #FFF;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
}

.encabezado-title-eventos {
    color: #026193;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0.9375rem;
}

.encabezado-title-calendario {
    color: white;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0.9375rem;
}

.document_white1_r {
    background-color: #FFF;
    padding-top: 28px;
    padding-left: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.documentb_green_r {
    background-color: #02416D;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    height: auto;
    padding-top: 5px;
    padding-bottom: 10px;
}

.documentb_green_r_text {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding-top: 0.9rem;
}

.documentb_gray1_r {
    background-color: #EDEEE7;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.documentb_white1_r {
    background-color: #FFF;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}


/* WEBSITE's STRUCTURE */

body {
    background: url(../images/layout/bg.png) repeat-x;
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
}

#wrapper {
    background-color: transparent;
    width: 1300px;
    margin: 0px auto;
}

#left_menu {
    background-color: transparent;
    width: 308px;
    float: left;
}

#left_menu .space {
    line-height: 92%;
}

#header {
    background-color: #FFF;
    background: url(../images/layout/animation1.gif);
    width: 992px;
    height: 130px;
    float: left;
}

#top_menu {
    background: url(../images/layout/bg2.png) repeat-y;
    width: 891px;
    float: left;
    height: 50px;
    padding-left: 101px;
    padding-top: 10px;
}

#animation {
    background: url(../images/layout/bg2.png) repeat-y;
    padding-left: 15px;
    width: 977px;
    float: left;
    height: 284px;
    position: relative;
}

#notices {
    background-color: transparent;
    width: 992px;
    float: left;
    padding: 0px;
}

#bottom_menu {
    background-color: #EDEEE7;
    width: 100%;
    float: left;
    height: 120px;
}

#footer {
    background-color: #FFF;
    position: relative;
    /* height:160px; padding-top:20px; padding-bottom:20px;  top:0px;*/
}


/* WEBSITES's LAYOUT 1 STRUCTURE */

#content1 {
    background-color: #FFF;
    width: 992px;
    float: left;
    padding: 0px;
    min-height: 1000px;
}

#content1 #title {
    background-color: #CAD84A;
    width: 974px;
    float: left;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: right;
}

#content1 #title #maintitle {
    color: #FFF;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

#content1 #title #subtitle {
    color: #FFF;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 18px;
}

#content1 #title #subtitle2 {
    color: #FFF;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

#content1 #submenu {
    width: 364px;
    float: left;
    padding-left: 23px;
    padding-top: 23px;
}

#content1 #submenu #gray_submenu {
    background-color: #edeee7;
    min-height: 250px;
    width: 324px;
    float: left;
    padding: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    text-align: right;
}

#content1 #submenu #gray_submenu a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

#content1 #submenu #gray_submenu2 {
    background-color: #edeee7;
    min-height: 250px;
    width: 324px;
    float: left;
    margin-top: 23px;
    padding: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: rgb(31, 31, 31);
    text-align: right;
}

#content1 #content {
    background-color: #FFF;
    width: 559px;
    float: left;
    padding: 18px 18px 20px 24px;
    min-height: 680px;
    color: rgb(31, 31, 31);
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    text-align: justify;
}

#content1 #content .content_title  {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.content_titlee {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

#content1 #content li {
    margin-bottom: 20px;
}

#content1 .lab_subtitle1 {
    color: #02416d;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

#content1 #content a {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 11px;
}

.subtitlejump {
    margin-top: 35px;
}

.photoinfo {
    width: 100%;
    margin-top: -10px;
    font-family: 'PT Sans', sans-serif;
    color: gray;
    font-size: 13px;
    text-align: center;
}


/* WEBSITES's LAYOUT 2 STRUCTURE */

#content2 {
    background-color: #FFF;
    width: 992px;
    float: left;
    padding: 0px;
    min-height: 1000px;
}

#content2 #title {
    background-color: #CAD84A;
    width: 974px;
    float: left;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: right;
}

#content2 #title #maintitle {
    color: #FFF;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 26px;
}

#content2 #title #subtitle {
    color: #FFF;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 18px;
}

#content2 #title #subtitle2 {
    color: #FFF;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

#content2 #content {
    background-color: #FFF;
    width: 721px;
    float: left;
    padding-left: 137px;
    padding-left: 137px;
    min-height: 680px;
    padding-top: 30px;
    padding-bottom: 50px;
    color: gray;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-align: justify;
    padding-bottom: 50px;
}

#content2 #content .content_title {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

#content2 #content li {
    margin-bottom: 20px;
}

#content2 #content a {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 12px;
}


/* WEBSITES's LAYOUT 3 STRUCTURE */

#content3 {
    background-color: #FFF;
    width: 992px;
    float: left;
    padding: 0px;
    min-height: 1000px;
}

#content3 #title {
    background-color: #EDEEE7;
    width: 974px;
    float: left;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: right;
}

#content3 #title #maintitle {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 26px;
}

#content3 #title #subtitle {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-top: 18px;
}

#content3 #title #subtitle2 {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

#content3 #content {
    background-color: #FFF;
    width: 721px;
    float: left;
    padding-left: 137px;
    padding-bottom: 50px;
    min-height: 680px;
    padding-top: 30px;
    color: gray;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-align: justify;
}

#content4 {
    background-color: #FFF;
    width: 950px;
    float: left;
    padding: 18px;
    padding-right: 0px;
    padding-left: 24px;
    min-height: 680px;
    color: gray;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-align: justify;
}

#content5 {
    background-color: #FFF;
    width: 986px;
    float: left;
    padding: 18px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    min-height: 680px;
    color: gray;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-align: justify;
}

#content3 #content .content_title {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

#content3 .content_title2 {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

#content3 #content a {
    color: #02416D;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 11px;
}


/* LEFT_MENU's CONTENT  */

#first_menu {
    background-color: #026193;
    width: 308px;
    height: 463px;
    padding-top: 10px;
    float: left;
}

#second_menu {
    background-color: #02416D;
    width: 308px;
    float: left;
    padding-top: 15px;
    padding-bottom: 30px;
}

#third_menu {
    background-color: #026193;
    width: 308px;
    float: left;
    padding-top: 15px;
    padding-bottom: 30px;
}

.menu_title {
    width: 200px;
    height: 26px;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    margin-top: 0px;
    padding-left: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 15px;
    float: left;
}

.menu_links1 {
    width: 220px;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    margin-top: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    float: right;
    padding-bottom: 15px;
}

.menu_links2 {
    width: 220px;
    color: #FFF;
    margin-top: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    float: right;
}

.menu_links1 ul,
.menu_links2 ul {
    margin-top: 4px;
    margin-bottom: 0px;
}

.menu_links1 li,
.menu_links2 li {
    margin-top: 10px;
    line-height: 70%;
}

.menu_links1 a,
.menu_links2 a {
    color: #FFF;
    text-decoration: none;
    margin-top: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.menu_links1 a:hover,
.menu_links2 a:hover {
    color: #CAD84A;
}


/* BOTTOM_MENU's CONTENT */

#bottom_menu1 {
    background-color: transparent;
    width: 537px;
    height: 70px;
    float: left;
    margin-left: 130px;
    padding-top: 3px;
}

#bottom_menu1 .bottom_title {
    margin-top: 10px;
    margin-left: 10px;
    color: #02416D;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 12px;
}

#bottom_menu1 ul {
    width: 305px;
    float: left;
    margin-left: 0px;
    margin-top: 24px;
    border-right: 2px solid #02416D;
    color: #02416D;
}

#bottom_menu1 ul li a {
    color: #02416D;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
}

#bottom_menu2 {
    background-color: transparent;
    width: 326px;
    height: 70px;
    float: left;
    padding-top: 3px;
}

#bottom_menu2 .bottom_title2 {
    margin-top: 10px;
    margin-left: 0px;
    color: #02416D;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 12px;
}

#bottom_menu2 ul {
    width: 320px;
    float: left;
    padding-left: 16px;
    margin-top: 0px;
    color: #02416D;
}

#bottom_menu2 ul li a {
    color: #02416D;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
}

#bottom_menu3 {
    width: 240px;
    height: 60px;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

#bottom_menu3 img {
    width: 240px;
    height: 60px;
    padding: 0px;
    margin-top: 0px;
}

#bottom_menu3 ul {
    position: relative;
    top: -10px;
    left: 66px;
    margin-top: -10px;
    color: #02416D;
}

#bottom_menu3 ul li a {
    color: #02416D;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: 0px;
    font-size: 12px;
    text-decoration: none;
}


/* FOOTER_MENU's CONTENT  */

#footer {
    text-align: center;
    color: #989F9C;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 8px;
}

#footer a {
    color: #989F9C;
}

#footer a:active {
    color: #989F9C;
}


/* GENERAL STYLES  */

.clear {
    clear: both;
}

#banner-fade a {
    border: 0;
    text-decoration: none;
}


/* INFORMATION SECTIONS  */

#slider,
#slider2 {
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    padding: 0px;
}

#slider {
    margin-top: 5px;
    background-color: #FFF;
}

#slider2 {
    margin-top: 5px;
    background-color: #EDEEE7;
}

#slider ul,
#slider2 ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 265px;
    list-style: none;
}

#slider ul li,
#slider2 ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 800px;
    height: 260px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
}

#slider .photo,
#slider2 .photo {
    width: 255px;
    height: 250px;
    float: left;
    padding-left: 15px;
    padding-top: 10px;
}

#slider .photo img,
#slider2 .photo img {
    width: 240px;
    height: 240px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#slider .text,
#slider2 .text {
    width: 220px;
    height: 267px;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-align: left;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

#slider .title,
#slider2 .title {
    width: 240px;
    height: 267px;
    float: left;
    padding: 8px 10px 0px 10px;
}

#slider .title,
#slider2 .title {
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 18px;
    text-decoration: none;
    text-align: left;
}

#slider .email,
#slider2 .email {
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
}

#slider .secretary,
#slider2 .secretary {
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    margin-top: 27px;
}

.document_gray1 {
    width: 608px;
    float: left;
    height: 72px;
    background-color: #EDEEE7;
    padding-top: 28px;
    padding-left: 40px;
}

.document_gray2 {
    width: 73px;
    float: left;
    height: 100px;
    background-color: #FFF;
}

.document_gray2 img {
    height: 100px;
}

.document_white1 {
    width: 608px;
    float: left;
    height: 72px;
    background-color: #FFF;
    padding-top: 28px;
    padding-left: 40px;
}

.document_white2 {
    width: 73px;
    float: left;
    height: 100px;
    background-color: #FFF;
}

.document_white2 img {
    height: 100px;
}

.documentb_green {
    width: 684px;
    float: left;
    background-color: #02416D;
    padding: 10px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.documentb_gray1 {
    width: 664px;
    float: left;
    background-color: #EDEEE7;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
}

.documentb_white1 {
    width: 664px;
    float: left;
    background-color: #FFF;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
}

#laboratory,
#laboratory2 {
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    padding: 0px;
}

#laboratory {
    margin-top: 5px;
    background-color: #FFF;
}

#laboratory2 {
    margin-top: 5px;
    background-color: #EDEEE7;
}

#laboratory ul,
#laboratory2 ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 150px;
    list-style: none;
}

#laboratory ul li,
#laboratory2 ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 874px;
    height: 150px;
}

#laboratory .photo_lab,
#laboratory2 .photo_lab {
    width: 150px;
    height: 150px;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

#laboratory .photo_lab img,
#laboratory2 .photo_lab img {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#laboratory .info_secretary,
#laboratory2 .info_secretary {
    width: 210px;
    height: 150px;
    float: left;
    padding: 8px 10px 0px 10px;
}

#laboratory .title_lab,
#laboratory2 .title_lab {
    width: 370px;
    height: 150px;
    float: left;
    padding: 0;
    padding-top: 5px;
    text-align: left;
}

#laboratory .title_lab a,
#laboratory2 .title_lab a {
    font-family: 'Raleway', sans-serif;
    color: #02416d;
    font-size: 18px;
    text-decoration: none;
    text-align: left;
}

#laboratory .responsible_lab,
#laboratory2 .responsible_lab {
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
}

#laboratory .email,
#laboratory2 .email {
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    text-align: left;
}

#laboratory .secretary,
#laboratory2 .secretary {
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    text-align: left;
    margin-top: 27px;
}

#academic,
#academic2 {
    float: left;
    border-radius: 0px;
    padding: 10px;
    width: 719px;
}

#academic {
    margin-top: 19px;
    background-color: #FFF;
}

#academic2 {
    margin-top: 19px;
    background-color: #EDEEE7;
}

#academic .photo_academic,
#academic2 .photo_academic {
    width: 150px;
    height: 150px;
    float: left;
    padding-left: 0px;
    padding-top: 0px;
}

#academic .photo_academic img,
#academic2 .photo_academic img {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#academic .academicinfo,
#academic2 .academicinfo {
    width: 557px;
    float: left;
    padding: 5px;
    text-align: justify;
}

#academic .academicinfo a,
#academic2 .academicinfo a {
    font-family: 'Raleway', sans-serif;
    color: #02416d;
    font-size: 22px;
    text-decoration: none;
    text-align: left;
}

#academic .email,
#academic2 .email {
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
}

#green_title {
    width: 141px;
    height: 260px;
    float: left;
    background-color: #CAD84A;
    margin-top: 5px;
}

#green_title2 {
    width: 100px;
    height: 140px;
    float: left;
    background-color: #CAD84A;
    margin-top: 5px;
}

#gray_title {
    width: 141px;
    height: 260px;
    float: left;
    background-color: #EDEEE7;
    margin-top: 5px;
}

#gray_title2 {
    width: 100px;
    height: 140px;
    float: left;
    background-color: #EDEEE7;
    margin-top: 5px;
}

.secretary2 {
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    text-align: left;
    float: left;
    margin-bottom: 20px;
}

.peoplelinks {
    float: right;
}

.download a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #02416D;
}

.download{
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #02416D;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: black;
    background: rgba(0, 0, 0, 0.91);
}

.lightbox img {
    max-width: 100%;
    max-height: 90%;
    margin-top: 2%;
}

.lightbox:target {
    display: block;
    outline: none;
}

.original_email {
    display: none;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #266886;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 6px;
  }
  
  #myBtn:hover {
    background-color: #2D525D;
  }
 