
/*
    Primary: #4D347B
    Primary Dark: #442D6E
    Yellow: #FFAB00
    Secondary: #1DB7B7
    Secondary Dark: #179B9B
    Red: #EF4A6C
    Green: #40CC65
    Lavender: #AB62F9
*/
@font-face {
    font-family:'Andada SC';
    font-style:normal;
    font-weight:300;
    src:local('Andada SC'),local('Andada SC'),url(../fonts/AndadaSC-Regular.woff) format('woff')
}
.wrapper {
    min-height: 100%;
    display: table;
    width: 99%;
}
.container {
    width: 1000px;
    margin: auto;
}
.wrapper .sidebar {
    vertical-align: top;
    display: table-cell;
    min-height: 100%;
    width: 230px;
    background: #4D347B;
}
.wrapper .content {
    vertical-align: top;
    display: table-cell;
}
.logo-wrapper {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.inline-block {
    display: inline-block;
    margin-right: 20px;
}
.logo {
    display: block;
    width: 150px;
    height: 24px;
    background: url(../images/logo.png) center;
    background-size: cover;
    margin: auto;
}
.nav, .sub-nav {
    font-size: 12px;
    list-style: none;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}
.nav li {
    cursor: pointer;
    position: relative;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left 14px top 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}
.nav-group,
.nav li a{
    display: block;
    color: inherit;
    padding: 15px 15px 15px 40px;
}
.nav li.active {
    background-color: #1DB7B7;
    color: rgba(0, 0, 0, 0.7);
}
.nav .sub-nav li.active {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.nav li.active + .sub-nav{
    display: block;
}
.nav .chevron-down {
    background-position: center;
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    background-size: 16px;
    opacity: 0.3;
    top: 50%;
    margin-top: -8px;
    right: 15px;
}
.nav li.upicon .chevron-down {
    background-image: url(../images/chevron-up.png)
}
.sub-nav {
    display: none;
    background: #442D6E;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.4);
}
.sub-nav li {
    background: url(../images/chevron-next-op.png) no-repeat 14px;
    background-size: 14px;
    background-position: center right 10px;
}
.nav.alt {
    background: #442D6E;
}
.nav.alt li {
    padding-left: 15px;
}
.nav .pill {
    position: absolute;
    right: 10px;
    background: #1DB7B7;
    color: #fff;
    height: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    border-radius: 25px;
    padding: 0 10px;
}
.nav .hero-pill {
    font-size: 50px;
    font-weight: lighter;
}
.file-label {
    cursor: pointer;
}
.file-label input[type="file"]{
    display: none;
}
.header {
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
}
.search-form {
    width: 350px;
    float: left;
    position: relative;
}
.search-box {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    font-size: 16px;
    border: none;
    background: none;
    background: #f5f8fa;
    border: 1px solid #e5e5e5;
    padding-right: 44px;
    letter-spacing: 0.5px;
    border-radius: 25px;
}
.search-btn {
    width: 16px;
    height: 16px;
    background: url(../images/search.png) center;
    background-size: 16px;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    opacity: 0.2;
    transition: all 0.4s;
}
.search-box:focus + .search-btn {
    opacity: 1;
}
.header .menu {
    /*float: right;*/
}
.header .user-details {
    float: right;
}
.header .user-details .user{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    background: url(../images/default_boy.jpg) center;
    background-size: cover;
}
.header .user-details .drop {
    position: absolute;
    display: none;
    z-index: 2;
    top: 0px;
    right: 10px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0px 40px rgba(0,0,0,0.5);
    padding-top: 50px;
}
.header .user-details .drop .user{
    position: absolute;
    right: 10px;
    top: 10px;
}
.header .user-details .drop .link{
    display: block;
    font-size: smaller;
    color: inherit;
    min-width: 200px;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px;
}
.header .user-details .drop .close-pop{
    height: 12px;
    width: 12px;
    top: 25px;
    left: 20px;
    right: auto;
}
.header .user-details .drop .link small{
    display: block;
    color: #888;
    font-size: 10px;
}
.header .menu .item {
    float: right;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}
.header .menu .item.alt {
    padding: 0 15px;
    border: 1px dotted #179B9B;
    border-radius: 25px;
}
.footer {
    background: #2A3342;
    color: #fff;
}
.footer .top {
    width: 1000px;
    margin: auto;
    padding: 40px 0;
}
.footer .support-form {
    width: 400px;
    float: left;
}
.footer .support-form .form-control {
    width: 100%;
    border: none;
    background: rgba(0, 0, 0, 0.22);
    margin-top: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
}
.footer .support-form textarea.form-control {
    height: 100px;
}
.footer .support-btn {
    background: #1DB7B7;
    width: 100%;
    border: none;
    height: 45px;
    font-size: smaller;
    color: rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 5px;
    transition: 0.4s all;
}
.footer .support-btn:hover {
    background-color: #FFAB00;
}
.footer .heading {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer .desc {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
}
.footer .menu {
    width: 300px;
    padding: 36px 40px;
    float: left;
}
.footer .menu .item {
    color: inherit;
    display: block;
    font-size: 12px;
    margin: 15px 0;
}
.footer .details {
    width: 300px;
    float: left;
    padding: 36px 0px;
}
.footer .details .item {
    font-size: smaller;
    display: block;
    color: inherit;
    font-size: 12px;
    font-weight: 500;
    margin: 12px 0 20px 0;
}
.footer .details .item a {
    color: inherit;
}
.footer .details .item small {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
}
.footer .details .icon {
    background-size: 14px;
    background-position: top 2px left;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.footer .details .icon small {
    padding-left: 20px;
}
.footer .bottom {
    padding: 20px 0;
    background: #212834;
    color: rgba(255, 255, 255, 0.5);
    font-size: smaller;
}
.footer .bottom .logo-container {
    float: left;
}
.footer .bottom .logo {
    margin: 0 0 5px 0;
}
.footer .social {
    float: right;
}
.footer .bottom .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: 26px;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-right: 10px;
}
.footer .bottom .icon.facebook {
    background-image: url(../images/social/facebook.png);
}
.footer .bottom .icon.twitter {
    background-image: url(../images/social/twitter.png);
}
.footer .bottom .icon.youtube {
    background-image: url(../images/social/youtube.png);
}
.featured .pub-wrapper {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    transition:  all 0.4s;
}
.featured .cover {
    height: 180px;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}
.featured .cover .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: none;
}
.featured .cover .overlay::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
   
}
.featured .cover .text {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.featured .cover .text .name-helper {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}
.featured .cover .text .name {
    font-size: 20px;
}
.featured .cover .text .name {
    color: #fff;
}
.featured .cover .text .name a{
    color: inherit;
}
.featured .pub-wrapper:nth-child(2) .cover {
    height: 210px;
}
.featured .pub-wrapper:nth-child(4) .cover {
    height: 195px;
}
.featured .title, .featured .info, .featured .info .author, .featured .info .month {
    display: block;
    font-size: smaller;
}
.featured .title-wrapper {
    height: 120px;
}
.featured .title-wrapper > .authors{
    padding: 2px 15px;
    font-size: 12px;
}
.featured .title-wrapper > .mini-info{
    padding: 0 15px;
    font-size: 12px;
    color: #666;
}
.featured .title {
    display: block;
    padding: 15px 0 0 15px;
    font-size: 14px;
    color: inherit;
    color: #179B9B;
    font-weight: 500;
    max-height: 100%;
    overflow: hidden;
}
.featured .pub-wrapper:nth-child(2) .title-wrapper {
    height: 90px;
}
.featured .pub-wrapper:nth-child(4) .title-wrapper {
    height: 105px;
}
.featured .info {
    padding: 15px;
    background: #f5f5f5 url(../images/next.png) no-repeat right 15px center;
    background-size: 16px;
    transition: all 0.2s;
}
.featured .info .author {
    font-weight: normal;
    color: #179B9B;
    font-size: 13px;
}
.featured .pub-wrapper:hover .info .author{
    color: #fff;
}
.featured .pub-wrapper:hover .info {
    background-color: #179B9B;
    color: #fff;
}
.featured.gen .details{
    padding: 15px;
    font-size: smaller;
}
.featured.gen .date {
    display: block;
    margin: 5px 0;
}
.featured .pub-wrapper .details {
    height: 120px;
}
.featured .pub-wrapper:nth-child(2) .details {
    height: 90px;
}
.featured .pub-wrapper:nth-child(4) .details {
    height: 105px;
}
.hero-info {
    background: #FFAB00;
    color: rgba(0, 0, 0, 0.7);
}
.hero-info .select-box .select-list{
    right: 0;
    text-align: left;
}
.hero-info .select-box .select-list a{
    color: #2d2d2d;
}
.hero-info.dynamic {
    height: auto;
}
.hero-info .content {
    padding: 20px;
    height: 100%;
}
.hero-info .subheading {
    font-size: 12px;
    font-style: normal;
}
.hero-info h3{
    font-weight: 400;
    margin: 10px 0;
}
.hero-info ul{
    padding: 0 30px;
    font-size: smaller;
}
.hero-info ul li{
    padding: 5px 0;
}
.hero-info .details {
    margin-top: 13px;
    font-size: smaller;
    color: rgba(0,0,0,0.6);
}
.hero-info .details.break .type{
    display: block;
}
.hero-info .details .value{
    color: rgba(0,0,0,0.6);
}
.hero-info .content .heading {
    color: #fff;
    font-size: 30px;
}
.hero-info .content .heading.mini {
    font-family: inherit;
    font-weight: 500;
    font-size: 18px;
}
.hero-info .content .heading em {
    font-style: normal;
    font-weight: 400;
}
.hero-info .buttons {
    text-align: right;
}
.hero-info .buttons .item-wrapper {
    display: block;
}
.hero-info .buttons .item {
    display: inline-block;
    padding: 0 40px 0 20px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    background-image: url(../images/chevron-next.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
    transition: all 0.4s;
}
.hero-info .buttons .item.download{
    background-image: url(../images/nav/downloads-white.png);
}
.hero-info .buttons .item.calendar{
    background-image: url(../images/nav/events-white.png);
}
.hero-info .buttons .item.share{
    background-image: url(../images/share-white.png);
}
.hero-info .buttons .item.rupee{
    background-image: url(../images/rupee.png);
}
.hero-info .buttons .item:hover {
    background-color: #232323;
}
.hero-info.alt .content {
    padding: 20px;
}
.hero-info .heading-helper .item{
    display: inline-block;
    margin-right: 20px;
}
.hero-info .heading-helper.alt > *,
.hero-info.alt .heading,
.hero-info.alt .heading-helper {
    font-family: "Andada SC";
}
.hero-info.alt .heading {
    color: rgba(0,0,0,0.6);
}
.hero-info.alt .subheading {
    font-weight: 500;
}
.journals > .journal {
    height: 140px;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    position: relative;
    background: #fff;
    transition: all 0.2s;
}
.journals > .journal:hover {
    -webkit-transform: scale3d(1.10, 1.10, 1.10);
    transform: scale3d(1.10, 1.10, 1.10);
    z-index: 1;
    box-shadow: 0 0 10px #ccc;
}
.journals *[class^="col-"] {
    padding: 0;
}
.journals .left {
    height: 100%;
    padding: 10px;
}
.journals .left .name-helper {
    font-weight: 500;
    font-size: 11px;
    color: #888;
}
.journals .left a {
    color: inherit;
}
.journals .left .name {
    font-size: 14px;
    font-weight: normal;
    color: inherit;
}
.journals .left .issn {
    font-size: 12px;
    font-family: monospace;
    font-style: normal;
    font-weight: bold;
    color: #179B9B;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.journals .image {
    height: 140px;
    background-size: 34px;
    background-position: bottom 20px right 20px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.journals .image .overlay {
    position: absolute;
    left: -140px;
    right: 140px;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7) url(../images/next-white.png) no-repeat;
    background-size: 20px;
    background-position: center right 30px;
    transition: all 0.4s;
}
.journals .image:hover .overlay {
    right: 0;
    left: 0;
}
.nav-alt {
    box-shadow: 0 0px 0.5px rgba(0,0,0,0.2);
}
.nav-alt a{
    display: inline-block;
    margin-right: -5px;
    padding: 15px;
    color: inherit;
    transition: all 0.4s;
}
.nav-alt.mini a{
    padding: 10px 20px;
    font-size: smaller;
    transition: none;
    letter-spacing: 0.3px;
}
.nav-alt a.active,
.nav-alt a:hover{
    background: #e9e9e9;
    color: rgba(0,0,0,0.5);
}
.nav-alt.mini a:hover,
.nav-alt.mini a.active{
    background: #fff;
    border-bottom: 2px solid #179B9B;
}
.article-wrapper {
    margin-bottom: 40px;
}
.article-wrapper .article{
    border-bottom: 1px solid #f1f1f1;
    padding: 30px;
}
.article-wrapper .article h3,
.article-wrapper .article h3 b{
    font-size: 25px;
    color: #179B9B;
    font-weight: 400;
    margin-top: 30px;

}
.article-wrapper .article h3:first-child {
    margin-top: 0;
}
.article-wrapper .article p {
    margin: 10px 0;
    font-size: 16px;
}
.article-wrapper .article ul {
    padding: 0 30px;
}
.article-wrapper .article ul li{
    padding: 5px 0;
    line-height: 120%;
}
.article-wrapper .article.noborder{
    border-bottom: none;
}
.article-wrapper .title {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin-bottom: 5px;
}
.article-wrapper .authors,
.article-content .authors {
    font-size: 15px !important;
    margin-bottom: 10px;
    font-weight: normal;
    color: #442D6E !important;
    font-style: italic;
    margin-top: 0 !important;
}
.article-wrapper .buttons{
    margin-top: 20px;
}
.article-wrapper .item{
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #4D347B;
    font-size: 13px;
    margin-right: 20px;
    padding-right: 10px;
}
.article-wrapper .icon {
    float: left;
    width: 30px;
    height: 30px;
    background: #4D347B;
    margin-right: 10px;
    margin-bottom: -4px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.article-content {
    padding: 30px;
    font-size: 14px;
}
.article-content .heading:first-child {
    margin-top: 0;
}

.article-content .article h2,
.article-content .article h3,
.article-content .heading {
    font-size: 25px;
    color: #179B9B;
    font-weight: 400;
    margin-top: 30px;
}
.article-content .abstract {
    font-style: italic;
    color: #666;
}
.article-content p {
    margin: 10px 0 20px 0;
    font-size: 16px;
    line-height: 150%;
}
.article-content ul,
.article-content ol {
    padding: 10px 40px;
}
.article-content ul li,
.article-content ol li{
    margin: 10px 0;
    color: #222;
    font-style: italic;
    line-height: 150%;
}
.article-content img {
    box-shadow: 0 0 5px #ccc;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.article-content .references ol,
.article-content .references li{
    font-family: monospace;
    letter-spacing: 0;
}
.article-content .cite .type{
    padding-left: 0;
    font-weight: 500;
}
.article-content .cite-wrapper{
    margin-top: 20px;
    background: #f5f5f5;
    box-shadow: 0 0 2px #ccc;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.article-content .cite-wrapper table {
    border-collapse: collapse;
}
.article-content .cite-wrapper table td{
    border-bottom: 1px solid #e4e4e4;
}
.article-content .cite-wrapper table tr td:first-child{
    font-weight: 500;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.97);
    z-index: 2;
    display: none;
}
.overlay .logo {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    background: url(../images/logo_iasr.png) center;
    background-size: cover;
    margin-top: 80px;
}
.overlay .message {
    font-size: 16px;
    text-align: center;
    font-style: italic;
}
.overlay .form {
    text-align: center;
    width: 400px;
    margin: 0px auto;
    display: none;
}
.overlay .form.wide{
    width: 500px;
}
.overlay .form form{
    padding-top: 30px;
}
.overlay .form .heading {
    color: #442D6E;
}
.overlay .form .link-small{
    display: block;
    font-size: smaller;
    margin-bottom: 10px;
}
.input-wrapper {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    border: 1px solid #e4e4e4;
}
.input-wrapper .form-control{
    width: 100%;
    border: none;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5 !important;
    margin: 0 !important;
}
.input-wrapper .btn-full {
    margin-top: 0;
}
.input-wrapper .form-control:last-child{
    border-bottom: none !important;
}
.input-wrapper textarea.form-control {
    height: 100px !important;
    padding: 10px 20px;
}
.btn-full {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    border: none;
    background: #40CC65;
    margin-top: 5px;
    transition: all 0.4s;
}
.overlay .btn:hover {
    background-color: #232323;
}
.overlay .form-nav {
    margin-top: 30px;
}
.overlay .form-nav small{
    display: block;
    margin-bottom: 5px;
}
.overlay .form-nav a{
    color: #179B9B;
    font-size: 20px;
    font-weight: 300;
}
.no-results {
    margin: 50px;
    border: 2px dashed rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    padding: 100px 0;
}
.no-results .plus-btn{
    width: 100px;
    height: 100px;
    display: block;
    border: 2px dashed rgba(0,0,0,0.1);
    border-radius: 50%;
    margin: 10px auto;
    font-size: 70px;
    line-height: 80px;
    font-weight: 100;
    color: rgba(0,0,0,0.2);
    transition: all 0.4s;
}
.no-results .plus-btn:hover{
    background: #f5f5f5;
}
.no-results .heading{
    font-size: 40px;
    font-weight: 100;
}
.no-results .text {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    max-width: 500px;
    margin: auto;
}
.add-form {
    position: relative;
}
.add-form .wrapper{
    padding: 30px;
}
.add-form .floating-btn {
    position: fixed;
    right: 0;
    top: 100px;
    padding: 15px 20px;
    border-radius: 25px 0 0 25px;
    background: #1DB7B7;
    border: none;
    box-shadow: 0 0 10px #ccc;
    color: #179B9B;
    color: #fff;
    font-size: 18px;
    z-index: 9999;
}
.add-form .sub-add {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    color: #666;
}
.add-form .sub-add a{
    color: #179B9B;
}
.add-form .form-control {
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: none;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.add-form .form-control.main {
    font-size: 28px;
}
.add-form textarea.form-control {
    height: 200px;
}
.add-form .upload {
    overflow: hidden;
}
.add-form .upload-control {
    float: left;
}
.add-form .upload-controls {
    float: left;
}
.add-form .upload-control .plus-btn{
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    display: block;
    border: 1px solid rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.5);
    border-radius: 50%;
    float: left;
    font-weight: 100;
    cursor: pointer;
    transition: all 0.4s;
}
.add-form .upload-controls .plus-btn {
     width: 40px;
    height: 40px;
    text-align: center;
    font-size: 26px;
    display: block;
    border: 1px solid rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.5);
    border-radius: 50%;
    float: left;
    font-weight: 100;
    cursor: pointer;
    transition: all 0.4s;
	margin: 3px;
}
.add-form .upload-control .plus-btn input[type="file"]{
    display: none;
}
.add-form .upload-controls .plus-btn input[type="file"]{
    display: none;
}
.add-form .upload-control .plus-btn:hover {
    background: #f5f5f5;
}
.add-form .upload-text{
    float: left;
    padding: 10px 20px;
}
.add-form .upload-text strong{
    color: #666;
    display: block;
}
.toggle-form {
    position: relative;
    color: #179B9B;
    cursor: pointer;
}
.toggle-form.icon-only {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    display: block;
    border: 1px solid rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.5);
    border-radius: 50%;
    float: left;
    font-weight: 100;
    cursor: pointer;
    transition: all 0.4s;
}
.toggle-form .input-wrapper {
    width: 250px;
    position: absolute;
    bottom: 40px;
    right: -80px;
    display: none;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    z-index: 9;
}
.toggle-form .input-wrapper::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    bottom: -23px;
    background: url(../images/triangle-bottom.png);
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.toggle-form .input-wrapper.left {
    left: -270px;
    top: 50%;
    bottom: auto;
}
.toggle-form .input-wrapper.left::after {
    top: 50%;
    margin-top: -15px;
    right: -20px;
    left: auto;
    bottom: auto;
    background-image: url(../images/triangle-right.png);
}
.toggle-form .input-wrapper .form-control {
    font-size: 16px;
}
.toggle-form .input-wrapper textarea.form-control {
    border-bottom: none !important;
}
.toggle-form .input-wrapper .toggle-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff url(../images/close.png) center no-repeat;
    background-size: 15px;
    box-shadow: 0 0 2px #e4e4e4;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    top: -15px;
    right: -15px;
}
.info-list .info{
    padding: 0 20px 0 0;
    margin: 5px 0;
}
.info-list .info .form-control {
    font-size: smaller;
    margin: 2px 0 !important;
    border-bottom: none;
    font-weight: normal;
}
.info-list .info .form-control:first-child {
    font-weight: bold;
}
.info-list .info .form-control:nth-child(2) {
    color: #179B9B;
    font-weight: 500;
    display: block;
    margin: 5px 0;
}
.info-list .info .form-control:nth-child(3) {
    color: #666;
    display: block;
    width: 90%;
}
.profile {
    padding-top: 50px;
    text-align: center;
    max-width: 500px;
    margin: auto;
}
.profile .payment-content {
    display: none;
}
.profile-pic {
    transition: all 0.4s;
}
.profile .pic{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px auto;
    background: url(../images/default_girl.jpg) center;
    background-size: cover;
    border-radius: 50%;
}
.profile .name {
    font-size: 25px;
    display: block;
    font-weight: 300;
    margin-bottom: 5px;
}
.profile .about {
    margin-bottom: 50px;
}
.profile .form-control {
    width: 100%;
    text-align: center;
    border: none;
    font-size: 16px;
    margin-top: 10px;
}
.profile .form-control.main {
    font-size: 40px;
    font-weight: 100;
}
.profile textarea.form-control {
    height: 50px;
}
.selector {
    margin-top: 30px;
    position: relative;
}
.selector .up-support *[class^='col']{
    padding: 3px;
    text-align: center;
}

.selector .placeholder{
    font-size: 11px;
    color: #888;
}
.selector .select {
    margin: 0px 0 40px 0;
}
.selector .line {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 48px;
}
.selector .select .option{
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    height: 78px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.selector .select em{
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px auto 10px auto;
    background: #ccc;
    border-radius: 50%;
    transition: all 0.4s;
}
.selector .select .option.active em {
    width: 40px;
    height: 40px;
    margin-top: 0;
}
.selector .select .option.female {
    color: #FE43AB;
}
.selector .select .option.male {
    color: #4A90E2;
}
.selector .select .option.female em {
    background: #FE43AB;
}
.selector .select .option.male em {
    background: #4A90E2;
}
.pub-list .item{
    border-bottom: 1px solid #f1f1f1;
}
.pub-list .item > *[class^='col']{
    padding: 20px;
}
.pub-list .title{
    font-size: 16px;
}
.pub-list .details{
    color: #179B9B;
    font-weight: normal;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.pub-list .details .type{
    font-style: normal;
    font-weight: 500;
}
.pub-list .details .value{
    margin-right: 20px;
}
.pub-list .status {
    display: block;
    font-weight: 500;
}
.pub-list .track-btn {
    font-size: 12px;
    color: #888;
}
.pub-list .actions {
    text-align: center;
}
.pub-list .action {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
    margin-right: 10px;
}
.pub-list .action.comment {
    background-image: url(../images/comments.png);
}
.pub-list .action.delete {
    background-image: url(../images/delete.png);
}
.pub-status {
    width: 700px;
    margin: auto;
}
.comments .pic {
    display: block;
    padding-top: 100%;
    background: url(../images/default_boy.jpg) center;
    background-size: cover;
    border-radius: 50%;
}
.comments {
    padding: 30px;
    overflow: hidden;
}
.comments .comment {
    width: 80%;
    margin-bottom: 30px;
}
.comments .user-info .name{
    font-weight: 500;
    display: block;
}
.comments .user-info .desig{
    color: #666;
    font-size: 14px;
}
.comments .comment-text {
    margin: 10px 0;
}
.comments .right .comment-text{
    text-align: right;
}
.comments .comment.right{
    float: right;
    text-align: right;
}
.comments .comment.right .pic-wrapper{
    float: right;
}
.comments .comment.right .text-info{
    float: right;
}
.comments .link {
    font-weight: 500;
    display: block;
}
.add-comment {
    border-top: 1px solid #e4e4e4;
    box-shadow: 10px -2px 20px #e4e4e4;
}
.add-comment .comment-box {
    width: 100%;
    height: 150px;
    border: none;
    padding: 20px;
    font-size: 16px;
}
.add-comment .strip{
    background: #f2f2f2;
    overflow: hidden;
    padding-left: 20px;
}
.add-comment .strip .attach{
    line-height: 50px;
    background: url(../images/attach.png) left center no-repeat;
    background-size: 14px;
    padding-left: 20px;
    color: #747474;
    cursor: pointer;
}
.add-comment .strip .attach input[type="file"]{
    display: none;
}
.add-comment .strip .submit-btn{
    background: #40CC65;
    color: rgba(0,0,0,0.5);
    border: none;
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
    float: right;
}
.hierarchy {
    text-align: center;
    padding-bottom: 50px;
    max-width: 800px;
    margin: auto;
}
.hierarchy .name{
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #179B9B;
}
.hierarchy .name.notext{
    color: #179B9B;
}
.hierarchy .desig{
    font-size: 12px;
}
.hierarchy .member {
    padding-top: 0;
}
.hierarchy .mem-detail {
    margin: 20px 0;
	height: 170px;
}
.hierarchy .mem-details {
    margin: 20px 0;
	
}
.hierarchy .mem-detail:first-child {
    margin-top: 0;
}
.vert {
    display: block;
    width: 1px;
    height: 30px;
    background: #d4d4d4;
    margin: 0 auto;
}
.horiz {
    width: 75%;
    display: block;
    margin: auto;
    height: 1px;
    background: #d4d4d4;
}
.profile .vert {
    margin-top: 20px;
}
.hierarchy .vert {
    margin-bottom: 20px;
}
.thanks {
    background: url(../images/bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 80px;
    color: #fff;
}
.thanks.no-bg {
    background: none;
    color: #000;
}
.thanks .heading{
    font-size: 80px;
    font-weight: 100;
}
.thanks p{
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}
.thanks .btn {
    color: #fff !important;
    border-color: #fff;
}
.thanks.no-bg .btn{
    color: #000 !important;
    border-color: #000;
}
.event {
    position: relative;
}
.side-form {
    background: #2A3342;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -450px;
    width: 400px;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    color: #fff;
    transition: all 0.4s;
}
.side-form.active{
    right: 0;
}
.side-form.alt {
    height: 180px;
    width: 600px;
    top: 50%;
    margin-top: -90px;
    padding: 20px
}
.side-form.alt .form {
    display: none;
}
.side-form.alt .success {
    display: block;
}
.side-form.alt strong{
    font-size: 30px;
    font-weight: lighter;
}
.side-form.alt p{
    font-size: 16px;
}
.side-form .heading {
    background: #212834;
    font-size: 30px;
    font-weight: lighter;
    padding: 20px;
}
.side-form .form-control {
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color: #fff;
    height: 60px;
    padding: 0 20px;
    font-size: 14px;
}
.side-form .contain {
    padding: 20px;
}
.side-form .form-label {
    display: block;
    color: rgba(255,255,255,0.4)
}
.side-form .switch {
    margin: 20px 0 0 0;
}
.side-form .btn-full {
    position: absolute;
    bottom: 0;
    box-shadow: none;
}
.side-form .close-btn {
    font-size: 20px;
    color: #fff;
    display: block;
    margin: 20px 0;
}
.close-pop {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) center;
    opacity: 0.4;
    background-size: 24px;
}
.close-pop.dark {
    opacity: 1;
}
.nominations, .nominations *{
    font-style: normal !important;
}
.nominations > li{
    font-size: 24px;
}
.nominations .name{
    font-size: 24px;
}
.nominations .nominees {
    font-size: 14px;
}
.nominations .nominees .nominee{
    margin: 20px 0;
}
.nominations .nominees .nominee.winner{
    position: relative;
    background: #40CC65;
    padding: 20px;
    color: #fff;
    box-shadow: 0 0 20px #ccc;
}
.nominations .nominees .nominee.winner::after{
    content: 'Winner';
    position: absolute;
    height: 100px;
    width: 100px;
    top: -30px;
    right: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #FFAB00;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.5);
    font-weight: 500;
}
.nominations .nominees .nominee.winner *{
    color: #fff;
}
.nominations .nominees .name{
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin: 5px 0;
}
.nominations .nominees .desig{
    font-size: 14px;
    display: block;
    line-height: 100%;
    color: #888;
}
.nominations .nominees .articles li{
    line-height: 100%;
    font-size: 13px;
    font-style: italic !important;
}
.add-form.nominate .form-control {
    margin-top: 30px;
    margin-bottom: 0;
}
.add-form.nominate .form-control:first-child {
    margin-top: 0;
}
.add-form.nominate .support-label{
    font-style: italic;
    color: #888;
    display: block;
    margin-top: 5px;
}
.nominate .upload {
    margin: 30px 0;
}
.sub-menu {
    background: #1DB7B7;
}
.sub-menu .form-control {
    width: 100px;
    height: 46px;
    border: none;
    float: right;
    background: rgba(0,0,0,0.2);
    color: #fff;
    padding: 0 20px;
    border-right: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
}
.sub-menu .form-control:nth-child(even) {
    background: rgba(0,0,0,0.1);
}
.sub-menu .form-control::-webkit-input-placeholder {
    color: rgba(0,0,0,0.4);
}
.sub-menu .form-control::-moz-input-placeholder {
    color: rgba(0,0,0,0.4);
}
.sub-menu .form-control::-ms-input-placeholder {
    color: rgba(0,0,0,0.4);
}
.pub-main {
    border-bottom: 1px solid #f1f1f1;
}
.pub-main *[class^='col'] {
    padding: 0;
}
.pub-main .welcome {
    height: 360px;
    border-right: 1px solid #f1f1f1;
    padding: 20px;
}
.pub-main .welcome p{
    margin: 20px 0 20px 0;
}
.pub-main .item{
    padding: 0;
    height: 360px;
    text-align: center;
    font-size: smaller;
    letter-spacing: 1px;
    background-position: top 130px center;
    background-repeat: no-repeat;
    background-size: 50px;
    color: inherit;
    padding-top: 185px;
    font-weight: bold;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.4s;
}
.pub-main .item.small:nth-child(3),
.pub-main .item.small:nth-child(4) {
    border-bottom: none;
}
.pub-main .item:hover {
    cursor: pointer;
    box-shadow: 0 0 100px #ccc;
}
.pub-main .item .content {
    display: block;
    margin: 10px 30px;
    font-weight: normal;
}
.pub-main .item.small {
    height: 180px;
    background-position: top 60px center;
    background-size: 30px;
    padding-top: 100px;
}
.pub-main .item.journals {
    background-image: url(../images/home_journals.png);
    border-bottom: none;
}
.pub-main .item.ebooks {
    background-image: url(../images/home_ebooks.png);
}
.pub-main .item.thesis {
    background-image: url(../images/home_thesis.png);
}
.pub-main .item.dissertations {
    background-image: url(../images/home_dissertations.png);
}
.pub-main .item.manuals {
    background-image: url(../images/home_manuals.png);
}
.how-to {
    /*padding: 40px;*/
}
.how-to .heading-div{
    background: #AB62F9;
    text-align: center;
    color: #fff;
    padding: 20px;
    text-align: left;
}
.how-to .heading{
    color: #fff;
    margin-bottom: 10px;
}
.steps {
    padding: 80px 100px;
}

.steps .wrapper{
    max-width: 1000px;
}

.steps .alt *[class^='col'] {
    float: right;
}

.steps-img {
    display: block;
    padding-top: 100%;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 50px #e4e4e4;
}
.steps-img.upload {
    background-image: url(../images/how_upload.png);
}
.steps-img.feedback {
    background-image: url(../images/how_feedback.png);
}
.steps-img.format {
    background-image: url(../images/how_format.png);
}
.steps-img.approval {
    background-image: url(../images/how_approval.png);
}
.steps-img.published {
    background-image: url(../images/how_published.png);
}

.steps .step-heading {
    font-size: 20px;
}

.steps .step-heading small{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: normal;
    color: #FFAB00;
}

.steps .alt .step-heading {
    text-align: right;
}

.steps .alt .step-heading small{
    background-position: right center;
    padding-right: 24px;
}

.steps .content-wrapper {
    padding: 24px;
}

.step-hr {
    min-height: 50px;
    position: relative;
}

.step-hr::after,
.step-hr::before {
    display: block;
    content: '';
    clear: both;
    min-height: 50px;
    width: 50%;
}

.step-hr::before {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 50px;
    margin-left: 12%;
}

.step-hr::after {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-top-right-radius: 50px;
    margin-right: 12%;
    float: right;
    margin-top: -1px;
}

.step-hr.alt::after {
    border: none;
    border-radius: 0;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-top-left-radius: 50px;
    margin-left: 12%;
    float: left;
    margin-top: -1px;
}

.step-hr.alt::before {
    border: none;
    border-radius: 0;
    margin: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-right-radius: 50px;
    margin-right: 12%;
    float: right;
}
.medium-editor-table th
,.medium-editor-table td {padding: 12px 20px;}
.custom-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 9;
    display: none;
}
.custom-alert p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.custom-alert.alert-error {
    background: #e51c23;
}
.custom-alert.alert-success {
    background: #4caf50;
}
.custom-alert.alert-info {
    background: #9c27b0;
}
.close-alert {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    border-radius: 50%;
    background: #fff url(../images/close.png) center no-repeat;
    background-size: 14px;
}
.compare .header {
    box-shadow: none;
    background: #914ED8;
}
.compare .row:nth-child(even) {
    background: #f5f5f5;
}
.compare .header .type{
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.compare .status{
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.compare .status.yes{
    background-image: url(../images/thumb_up.png);
}
.compare .status.no{
    background-image: url(../images/thumbs_down.png);
}

.compare .text{
    font-size: smaller;
    padding: 15px 20px;
    /*text-align: justify;*/
}
.compare .buttons {
    text-align: center;
}
.compare .price-wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.compare .price{
    color: #1DB7B7;
}
.compare .apply-btn{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: smaller;
    margin: 0 10px;
}
.members-list {
    padding: 20px;
}
.members-list .heading{
    font-size: 20px;
    color: #442D6E;
    margin-bottom: 20px;
}
.members-list .member{
    border-radius: 4px;
    padding: 10px;
    margin: 10px 30px 10px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1), 0 0 0 0.5px rgba(0, 0, 0, .2);
}
.members-list .member .membership-id{
    font-size: 11px;
    color: #442D6E;
}
.members-list .member .member-name{
    padding: 5px 0 0 0;
}
.members-list .member .designation{
    font-size: 13px;
    display: block;
    padding: 5px 0;
}
.members-list .member .institute{
    font-size: 13px;
    font-style: italic;
    display: block;
}
.downloads-v2 .download-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 160px;
    text-align: center;
    margin-bottom: 20px;
}
.downloads-v2 .download-wrapper .icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    background: url(../images/download-icons/8.png) center no-repeat;
    background-size: 30px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1), 0 0 0 0.5px rgba(0, 0, 0, .2);
    transition: all 0.4s;
}
.downloads-v2 .download-wrapper .icon.icon2{
    background-image: url(../images/download-icons/5.png);
}
.downloads-v2 .download-wrapper .icon.icon3{
    background-image: url(../images/download-icons/6.png);
}
.downloads-v2 .download-wrapper .icon.icon4{
    background-image: url(../images/download-icons/7.png);
}
.downloads-v2 .download-wrapper .icon:hover {
    box-shadow: 0 2px 26px rgba(0, 0, 0, .2), 0 0 0 0.5px rgba(0, 0, 0, .1);
}
.downloads-v2 .download-wrapper .name{
    display: block;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #000;
    margin: 10px auto;
    line-height: 130%;
    max-width: 150px;
}
.downloads .inner,
.downloads-v2 .inner {
    padding: 30px 10px;
}
.downloads .heading,
.downloads-v2 .heading {
    font-size: 20px;
    color: #442D6E;
    margin-bottom: 20px;
    margin-left: 40px;
}
.downloads-v2 .heading.second {
    margin-top: 50px;
}
.downloads .link {
    display: block;
    padding: 10px 0;
    font-size: smaller;
    color: inherit;
}
.downloads .link em{
    color: #1DB7B7;
    word-break: break-all;
}
.downloads .link:nth-child(even) {
    color: #666;
}
.profile-overlay {
    bottom: 0;
    position: fixed;
    width: 800px;
    height: 80%;
    background: #fff;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    padding: 40px;
    overflow: auto;
}
.profile-overlay .close-overlay{
    right: 20px;
}
.profile-overlay .pic {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-bottom: 20px;
}
.profile-overlay .name{
    color: #442D6E;
    font-size: 30px;
    font-weight: 300;
}
.profile-overlay .pos {
    color: #179B9B;
}
.profile-overlay .about {
    text-align: justify;
    margin-top: 20px;
}
.static {
    margin-top: 40px;
}
.static h2{
    font-size: 26px;
    color: #179B9B;
    letter-spacing: 1.5px;
    margin: 5px 0;
}
.static h3{
    color: #179B9B;
    font-size: 20px;
    margin: 5px 0;
    font-weight: 400;
}
.static p {
    font-size: 16px;
    line-height: 160%;
}
.search-results {
    position: absolute;
    top: 50px;
    width: 250px;
    z-index: 9;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.search-results::after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    top: -23px;
    background: url(../images/triangle-top.png);
    background-size: cover;
    position: absolute;
    right: 10px;
    margin: auto;
}
.search-results .search-item {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
    font-size: smaller;
    color: inherit;
    transition: 0.2s;
}
.search-results .search-item:hover {
    background: #179B9B;
    color: #fff;
}
.search-results .search-item .type {
    display: block;
    margin: 2px 0;
    color: #179B9B;
}
.search-results .search-item:hover .type {
    color: rgba(0,0,0,0.6);
}
.search-results .empty-message {
    padding: 10px;
    font-size: smaller;
    color: #EF4A6C;
}
.front-perloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.9);
    z-index: 99999;
    display: none;
}
.front-perloader img {
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    top: 50%;
    margin: -25px auto 0 auto;
}
#mask {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:460px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree
{color: #442d6e;
    border: 1px solid;
    padding: 1px 7px 2px 6px;
    border-radius: 11px;
    box-shadow: 4px 7px 5px rgba(68, 45, 110, 0.54);}
.agree:hover{
 background-color: #eee;
   
     padding: 1px 7px 2px 6px;
    border-radius: 11px;
    box-shadow: 4px 7px 5px rgba(68, 45, 110, 0.54);
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}