/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
 body {
     font-family: Quicksand,sans-serif !important;
     color: #393e52;
}

 h1, h2, h3, h4, h5, h6 {
     font-family: Montserrat, sans-serif
}

 .section-title-publ h2 {
     margin-top: 0;
     line-height: 30px;
     text-transform: uppercase;
     font-weight: 700;
     font-family: Montserrat, sans-serif;
     position: relative;
}

 .custom-navbar {
     border: 0;
     margin-bottom: 0;
     background-color: #F0FAFD;
     padding-top: 22px;
     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out
}

 .custom-navbar .navbar-brand {
     color: #fff;
     font-size: 20px;
     letter-spacing: 1px;
     text-transform: uppercase;
     font-weight: 600
}

 .custom-navbar .nav li a {
     font-size: 15px;
     font-weight: 400;
     color: #fcfdfd;
     letter-spacing: 1px;
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
     padding: 0;
     margin: 15px;
}

 .custom-navbar .navbar-nav>li>a:focus, .custom-navbar .navbar-nav>li>a:hover {
     background-color: transparent;
     color:#fcfdfd;
}

 .custom-navbar .navbar-nav li a:after {
     content: "";
     position: absolute;
     display: block;
     width: 0;
     height: 2px;
     margin: auto;
     background: 0 0;
     -webkit-transition: width .3s ease, background-color .3s ease;
     -moz-transition: width .3s ease, background-color .3s ease;
     -o-transition: width .3s ease, background-color .3s ease;
     transition: width .3s ease, background-color .3s ease
}

 .custom-navbar .nav li.active>a:after, .custom-navbar .navbar-nav li a:hover:after {
     background: #fcfdfd;
     color: #fcfdfd;
     width: 100%;
}

 .custom-navbar .nav li.active>a {
     background-color: transparent;
     color: #fcfdfd;
}

 .custom-navbar .nav li.active a:after {
     width: 100%;
}

 .custom-navbar .navbar-toggle {
     border: 0;
     padding-top: 10px;
}

 .custom-navbar .navbar-toggle {
     background-color: transparent;
}

 .custom-navbar .navbar-toggle .icon-bar {
     background: #333;
     border-color: transparent
}


 @media(min-width: 768px) {
     .custom-navbar {
         border-bottom: 0;
         background-color: #4174e3;
         opacity: 0.9;
         box-shadow: 1px 1px 3px rgba(80,80,80,.1);
    }
     .custom-navbar.top-nav-collapse {
         background: #4174e3;
         opacity: 0.9;
         box-shadow: 1px 1px 3px rgba(80,80,80,.1);
         padding: 10px 0;
    }
}

 .overlay {
     height: 100%;
     width: 100%;
     background: radial-gradient(circle at 0 0, #3bdbf2 0, rgba(59, 219, 242, .92) 10%, rgba(59, 219, 242, 0) 100%), #4222dc;
}

 .icon {
     display: inline-block;
     text-align: center;
     background-color: rgba(255, 255, 255, .85);
     color: #333;
     font-size: 24px;
     -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out
}

 #scroll-top {
     bottom: 15px;
     position: fixed;
     right: 9px;
     display: none;
     cursor: pointer;
     z-index: 600;
     width: 40px;
     height: 40px;
     text-align: center;
     line-height: 40px;
     background-color: #393e52;
}

 #scroll-top i {
     color: #fff;
     font-size: 20px
}

 #scroll-top:hover {
     background-color: #fff;
     border: 1px solid #393e52;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out
}

 #scroll-top:hover>i {
     color: #393e52;
}
 h1, h2 {
     color: #393e52;
}

 .publ-item {
     padding-top: 25px;
     padding-left: 12px;
     padding-right: 12px;
}

 .publ-info p {
     color: #1f345a;
     font-size: 16px;
     line-height: 1.6;
}

 .publ-title {
     font-size: 28px;
     font-weight: 600;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
}

 mark {
     background-color:rgba(18, 172, 140, 0.1);
}

 mark.important-cont {
     background-color:rgba(163, 22, 33, 0.7);
     color: #F7EDF0;
     font-weight:800;
}

 a::selection {
     color: #fff;
     background: #3e57db;
}

 a {
     transition: all .4s cubic-bezier(.4,0,.2,1);
}

 .abstractDets {
     display: none;
}

 .abstractDetsVisible {
     display: block;
}

 .abstractCollapse, .pdf{
     cursor:pointer;
     border:none;
     outline:none;
     transition:0.3s;
}

 .btn:active:focus, .btn:focus {
     outline: none;
     outline-offset: 0;
}

 .btn-link {
     font-size: 18px;
     font-weight: 600;
}

 .btn-link:focus, .btn-link:hover {
     text-decoration: none;
}

 button.pdf {
     padding-top: 0;
     padding-left: 0;
     padding-right: 0;
     padding-bottom: 0;
}

 button.abstractCollapse.btn.btn-link {
     padding-top: 0;
     padding-left: 2px;
     padding-bottom: 0;
}

 button.pdf.btn.btn-link a, button.abstractCollapse.btn.btn-link, button.appendix a {
     color: #0068d6;
     text-decoration: none;
}

 button.pdf.btn.btn-link a:hover, button.abstractCollapse.btn.btn-link:hover, button.abstractCollapse.btn.btn-link:focus, button.appendix a:hover {
     color: #2991ff;
     outline-width: 0;
}

 button.appendix {
     padding: 0;
}

 .publ-info .author {
     font-size: 16px;
}

 p.location {
     margin-bottom: 1.3px;
}

 p.lastLocation {
     margin-bottom: 50px;
}

 .section-title-publ {
     padding-top: 70px;
}

 .section-title-publ h2 {
     padding-top: 50px;
     margin: 0;
     color: #393e52;
}

/* #scroll-top {
    bottom: 15px;
    position: fixed;
    right: 9px;
    display: none;
    cursor: pointer;
    z-index: 600;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #393e52;
}

#scroll-top i {
    color: #fff;
    font-size: 20px
}

#scroll-top:hover {
    background-color: #fff;
    border: 1px solid #393e52;;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#scroll-top:hover>i {
    color: #393e52;
} */
