/*--------------------------------------------------
----------------------- Base styles ----------------
---------------------------------------------------*/
.hs-content-scroller {
    position: absolute;
    left: 290px;
    right: 0px;
    overflow: hidden;
    height: 100%;
}

.hs-content-wrapper {
    width: 4010px;
    position: absolute;
    overflow: hidden;
    height: 100%;
    height: -moz-calc(100% - 47px);
    height: -webkit-calc(100% - 47px);
    height: calc(100% - 47px);
}

.hs-content {
    width: 490px;
    overflow-y: scroll;
    height: 100%;
    height: calc(100% - 23px);
    height: -moz-calc(100% - 23px);
    height: -webkit-calc(100% - 23px);
    float: left;
    background: #f2f2f4;
    margin: 10px 0 10px 10px;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    transition: background 0.3s linear;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.hs-content .sec-icon {
    font-size: 21px;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #21252d;
    color: #858EA1;
    position: relative;
    left: -5px;
    top: 7px;
    float: right;
}

.hs-content .active-sec {
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.hs-content:hover .jspVerticalBar,
.hs-menu nav:hover .jspVerticalBar {
    opacity: 1;
}

.hs-inner {
    padding: 10px 20px 10px 20px;
}

.hs-inner p {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    position: relative;
}

a.hs-totop-link {
    display: none;
    content: 'Scroll to top';
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.hs-inner h2 {
    padding: 0 0 14px 0;
    margin-bottom: 16px;
    margin-top: 4px;
    font-size: 17px;
    /* font-family: Montserrat; */
    letter-spacing: 2px;
    color: #606777;
    position: relative;
}

.hs-inner h2:after {
    position: absolute;
    width: 16px;
    height: 2px;
    top: 31px;
    left: 0;
    /* font-family: serif; */
    content: " ";
}

.hs-inner .before-title {
    /* font-family: Montserrat; */
    /* font-weight: 400; */
    
    margin-top: 30px;
    font-size: 12px;
    display: inline-block;
}
/*--------------------------------------------------
------------------ Publication ---------------------
---------------------------------------------------*/


.publication-section .card-drop {
    position: relative;
    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    perspective: 800px;
    z-index: 999;
}

.publication-section .card-drop a {
    display: block;
    width: 100% !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    /* font-family: Montserrat; */
    font-weight: 400;
    text-decoration: none;
    color: #606777;
    background-color: #ffffff;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.publication-section .card-drop > a.toggle {
    display: inline-block;
    color: #606777;
    border: 1px solid rgba(120, 129, 149, 0.33);
    font-size: 11px;
    /* font-family: Montserrat; */
    line-height: 37px;
    position: relative;
    z-index: 300;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    background-color: #f2f2f4;
}

.publication-section .card-drop > a.toggle:active {
    -moz-transform: rotateX(60deg);
    -webkit-transform: rotateX(60deg);
    transform: rotateX(60deg);
}

.publication-section .card-drop > a.toggle.active:before {
    content: '\f0d8';
}

.publication-section .card-drop > a.toggle:before {
    /* font-family: 'FontAwesome'; */
    content: '\f0d7';
    font-size: 1.3em;
    color: rgba(120, 129, 149, 0.8);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-left: 1px solid #D3D0D0;
    cursor: pointer;
}

.publication-section .card-drop ul {
    position: absolute;
    height: 100%;
    top: 0;
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.publication-section .card-drop ul li {
    margin: 0 auto;
    -moz-transition: all, 0.4s ease-out;
    -o-transition: all, 0.4s ease-out;
    -webkit-transition: all, 0.4s ease-out;
    transition: all, 0.4s ease-out;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    cursor: pointer;
}

.publication-section .card-drop ul li a:hover {
    background-color: #EEEFF0;
}

.publication-section .card-drop ul li.active a {
    background-color: #EEEFF0;
    cursor: default;
}

.publication-section .card-drop ul li.closed a:hover {
    cursor: default;
    background-color: #EEEFF0;
}

.publication-section .publication-form {
    margin-top: 10px;
}

.publication-section .publication-sort {
    bottom: 2px;
}

.publication-section .sorting-button {
    width: 100%;
    float: right;
    border: 1px solid rgba(120, 129, 149, 0.33);
}

.publication-section .sorting-button button {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    background: #f2f2f4;
    float: right;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid rgba(120, 129, 149, 0.33);
}

.publication-section .sorting-button span {
    height: 40px;
    line-height: 40px;
    /* font-family: Montserrat; */
    color: #000000;
    font-size: 11px;
    padding-left: 13px;
}

.publication-section .publication-header {
    height: 50px;
    left: 0;
    width: 100%;
    top: 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #DBDBE0;
}

.publication-section .media {
    background: rgba(248, 249, 251, 0.8);
    padding: 10px;
    position: relative;
    border: 1px solid #DBDBE0;
}

.publication-section .media .publication_description {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    position: relative;
    color: #000000;
    display: inline-block;
}

.publication-section .media h3 {
    margin: 0;
    padding-bottom: 7px;
    font-size: 0.9em;
    color: #000000;
    /* font-family: Montserrat; */
}

.publication-section .media h4 {
    margin-top: 0px;
    margin-bottom: 9px;
    font-size: 10px;
}

.publication-section .media hr {
    border-color: #CED7E2;
    background-color: #CED7E2;
    color: #CED7E2;
    margin: 10px 0 !important;
}

.publication-section .media .panel {
    margin-bottom: 0px;
    border: 0;
}

.publication-section .media .panel-heading {
    height: 80px;
}

.publication-section .media .panel-heading {
    font-size: 50px;
    color: #fff;
    opacity: 1;
}

.publication-section .media .panel-body {
    padding: 0 15px;
}

.publication-section .media .media-body {
    padding-left: 10px;
    border-left: 1px solid #DBDBE0;
}

.publication-section .media .date {
    width: 80px;
}

.publication-section .media .date .day {
    font-weight: 200;
    display: block;
    text-align: center;
    line-height: 100%;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.82);
}

.publication-section .media .date .month {
    width: 100%;
    display: inline-block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 3px;
}

.publication-section .media .date .year {
    padding: 4px 10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.13);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.82);
}

.publication-section .media .publication_authors {
    float: left;
    border-bottom: 1px solid #DBDBE0
}

.publication-section .media .publication_tags {
    float: right;
    margin-top: 8px;
}

.publication-section #mygrid {
    position: relative;
    margin: 10px 0 0 0;
    overflow: hidden;
}

.publication-section #mygrid .publication_item {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.publication-section .media .ex-link {
    width: 30px;
    height: 30px;
    line-height: 31px;
    padding: 0;
    text-align: center;
    border-left: 1px solid #DBDBE0;
    border-bottom: 1px solid #DBDBE0;
    font-size: 16px;
    top: 0;
    right: 0;
    display: block;
    color: rgba(120, 129, 149, 0.58);
    position: absolute;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.publication-section .media .ex-link:hover {
    background: #878e98;
    color: #2c3039
}

.publication-section .label,
.publication-detail .label {
    font-weight: 400;
    border-radius: 0;
    margin-right: 2px;
    padding: 3px 5px;
}

.publication-section .selected,
.publication-detail .selected {
    background: #2b303b;
}

.publication-detail {
    position: relative;
    background: #f1f2f5;
    width: auto;
    width: 500px;
    margin: 40px auto;
    padding: 10px;
}

.publication-detail p {
    font-size: 13px;
    text-align: justify;
    padding-bottom: 30px;
    line-height: 24px;
}

.publication-detail .publication_title {
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 6px;
    font-size: 13px;
    /* font-family: Montserrat; */
    text-transform: uppercase;
}

.publication-detail .publication_authors {
    display: inherit;
    margin: 3px 0;
}

.publication-detail .ext_link {
    width: 35px;
    height: 35px;
    line-height: 38px;
    margin: 0px 0px 0px 5px;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    display: block;
    color: #fff;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.publication-detail .ext_link:hover {
    background: #fff;
}

/*--------------------------------------------------
-------------------- Jscrollpane  ------------------
---------------------------------------------------*/

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0px;
    width: 3px;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

aside .jspVerticalBar {
    position: absolute;
    top: 0;
    right: 2px;
    width: 4px;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 7px;
    background: transparent;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    position: relative;
}

.jspDrag {
    background: rgba(105, 118, 134, 0.27);
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
    margin: 0 -3px 0 0;
}
/*--------------------------------------------------
--------------- Magnific Popup CSS  ----------------
---------------------------------------------------*/
/*  */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    /* font-family: Arial, Baskerville, monospace; */
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}
/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}
/*--------------------------------------------------
------------------ Media Queries  ------------------
---------------------------------------------------*/

@media screen and (max-width: 1024px) {
    .jspVerticalBar {
        opacity: 1;
    }
    .hs-content-scroller {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 755px) {
    body {
        overflow-x: auto;
        overflow-y: auto;
    }
    a.hs-totop-link {
        display: none;
    }
    .hs-content {
        -moz-box-shadow: 0 5px 9px -3px rgba(0, 0, 0, 0.24);
        -webkit-box-shadow: 0 5px 9px -3px rgba(0, 0, 0, 0.24);
        box-shadow: 0 5px 9px -3px rgba(0, 0, 0, 0.24);
    }
    .hs-menu {
        position: relative;
        width: 100%;
        height: 320px;
        left: 0;
    }
    .hs-headline {
        padding: 25px 0 0 0;
    }
    .hs-headline .download {
        color: #fff;
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 21px;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    #my-panel .jspContainer {
        overflow: visible;
    }
    #my-panel a {
        display: block;
        width: 50px;
        height: 50px;
        color: #788195;
        text-align: center;
        line-height: 50px;
        border-bottom: 1px solid #606777;
        font-size: 21px;
    }
    #my-panel .menu_name {
        display: none;
    }
    #my-link {
        display: inline-block;
        position: fixed;
        right: 10px;
        top: 10px;
        width: 40px;
        font-size: 21px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
    }
    #header_container {
        display: none;
    }
    .aside1 {
        display: none;
    }
    .hs-content-scroller {
        position: relative;
        height: auto;
        left: 0;
    }
    .hs-content-wrapper {
        height: auto;
        width: auto;
        margin-left: 0px;
    }
    .hs-content {
        border: none;
        margin: 20px 20px 20px 20px;
    }
    .hs-content,
    .hs-content:first-child {
        width: auto;
        float: none;
        overflow-y: auto;
    }
    .hs-content .sec-icon-resp {
        font-size: 21px;
        width: 40px;
        display: inline-block;
        height: 40px;
        line-height: 36px;
        text-align: center;
        background: #414A5E;
        color: #C4CDE0;
        position: relative;
        left: -15px;
        float: right;
    }
    .publication-section .card-drop {
        margin-bottom: 10px;
    }
    .publication-section .media .publication_authors {
        width: 100%;
        margin-top: 5px;
    }
    .publication-detail {
        width: 90%;
    }
    .research-section .research-date-label {
        display: none;
    }
    .skills-section .skill-detail {
        display: inline-block;
        font-size: 9px;
    }
    .skills-section .bar-percentage {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
    .wrap {
        height: auto;
    }
}

@media screen and (max-width: 450px) {
    .resume-section .resume > li > .timeline-item > .timeline-location {
        float: none;
        padding-left: 0;
    }
    #research_wrapper h3 {
        font-size: 13px;
    }
    #research_wrapper .expand span {
        font-size: 11px;
    }
    .skills-section .bar-percentage {
        width: 100%;
        margin-bottom: 5px;
    }
    .publication-section .media .date {
        width: 100%;
        margin-bottom: 10px;
    }
    .publication-section .media .media-body {
        padding-left: 2px;
        border-left: none;
    }
    .publication-section .media .ex-link {
        background: rgba(248, 249, 251, 0.8);
    }
    .research-section .slide-date {
        font-size: 10px;
    }
    .tabs-left .nav-tabs > li > a {
        min-width: 53px;
    }
    .tabs-left > .nav-tabs > li > a {
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 5px;
        font-size: 9px;
    }

}
.chart-container {
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.chart-container h2 {
    color: #8B0000;
    margin-bottom: 20px;
}