::-webkit-scrollbar {
     width: 20px;
 }

 ::-webkit-scrollbar-track {
     background: #f1f1f1;
 }

 ::-webkit-scrollbar-thumb {
     background: #999901;
     border-radius: 10px;
     border-left: 1px solid #f1f1f1;
     border-right: 1px solid #f1f1f1;
 }

.navbar-nav {
    display: flex;
    align-items: center;
}

.rin-nav .nav>li>a {
    padding: 5px;
    text-shadow: none;
}
.rin-nav .navbar-brand {
    padding: 0;
}
.rin-nav .navbar-brand img {
    height: 100%;
    margin-right: 10px;
}
.rin-nav .navbar-collapse,
.rin-nav .nav-icons {
    margin-left:auto;
}
.rin-nav .nav-icons a {
    color: #777;
}
.rin-nav .nav-icons a:hover {
    color: #333;
}
.rin-nav .nav-icons a i,
.logout-form i {
    padding: 15px 10px;
}
#links {
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#links.rin-nav.navbar {
    border-top: 0;
}
#links .navbar-brand {
    height: 75px;
}
.logout-form button {
    background-color: transparent;
    border: none;
    color: #777;
}
.logout-form button:hover {
    color: #333;
}
.lost-error {
    color: #ff0000;
}
@media (min-width: 320px) and (max-width: 1550px) {
    #links .navbar-header {
        display: flex;
        flex-direction: row-reverse;
    }
    #links .navbar-left,.navbar-right {
        float: none !important;
    }
    /*#links .navbar-brand {
        height: 49px;
    }*/
    #menu-links > ul > li:first-child a {
        height: 35px;
    }
    .footer-logo img {
        height: 40px!important;
    }
   /* #links .navbar-toggle {
        display: block;
    }*/
    #links .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    #links .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
   /* #links .navbar-collapse.collapse {
        display: none!important;
    }*/
    #links .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    #links .navbar-nav>li {
        float: none;
    }
    #links .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
    }
   /* #links .collapse.in{
        display:block !important;
    }*/
  /*  #links .navbar-collapse.collapse.in {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        display: flex;
        background-color: #ffffff;
        z-index: 999999;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }*/
    #links .navbar-collapse.collapse.in .nav.navbar-nav {
        margin: 0;
    }
    /*#links .navbar-collapse.collapse.in .nav.navbar-nav {
        position: absolute;
        top: 110%;
        left: 110px;
        transition: none;
        transform: none;
        background-color: #ffffff;
        z-index: 999999;
    }
    #links .navbar-collapse.collapse.in .nav.navbar-nav li {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        text-align: center;
    }
    #links .navbar-collapse.collapse.in .nav.navbar-nav li:last-child {
        border-bottom: 1px solid #eee;
    }
    #links .navbar-collapse.collapse.in .nav.navbar-nav li:first-child {
        border-top: 1px solid #eee;
    }
    #links .navbar-collapse.collapse.in .nav.navbar-nav:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ddd;
        position: absolute;
        top: -10px;
        left: 44%;
    }*/
   /* #links {
        height: 50px!important;
    }*/
    #links .navbar-collapse.collapsing {
        height: 0!important;
    }
}
#links .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #999901!important;
}
@media (max-width: 768px) {
    #links .navbar-collapse.collapse.in .nav.navbar-nav {
        left: 128px;
    }
}
@media (max-width: 500px) {
    #links .navbar-toggle {
        margin-right: 0;
    }
    .rin-nav .nav-icons a i {
        padding: 15px 6px;
    }
    #links .navbar-collapse.collapsing#menu-links {
        height: 0!important;
    }
    .navbar-toggle .icon-bar {
        width: 17px;
    }
    .rin-nav .nav>li>a {
        font-size: 14px;
    }
    #links .navbar-collapse.collapse.in .nav.navbar-nav {
        left: 138px;
    }
    #links .navbar-collapse.collapse.in,
    #links .navbar-collapse {
        width: 10px;
    }
}
.navbar-default {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110000;
}
#menu-links > ul > li:first-child a {
    height: 55px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}



/*Content*/
.sidebar .sidebar-item:last-child {
    border-bottom: none;
}
.flat-holder {
    position: relative;
}
.hover-flat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.68);
    display: none;
    opacity:0;
}
.flat-holder:hover .hover-flat {
    display: block;
    opacity: 1;
}
.hover-flat h3 {
    color: #fff;
    text-align: center;
    font-size: 23px;
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 100%;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #999901!important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:last-child:before {
    border-bottom-right-radius: 10px;
}
.hvr-bounce-to-right:hover a {
    color:#fff;
}
.hvr-bounce-to-right a {
    font-weight: bold;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#factor-count {
    background: #fff;
    float:left;
    margin:5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.count {
    line-height: 40px;
    color:#333;
    font-size:25px;
    font-weight: bold;
}
.factor-border,
.fellowships-holder {
    border: 1px solid #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    min-height: 125px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.factor-border:hover {
    margin-top: -20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.factor-border h5 {
    font-weight: bold;
}
.second-nav a {
    color: #333;
}
.second-nav a:hover {
    text-decoration: none;
    color: #999901;
}
.f-align {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.f-align .col-md-4 {
    margin-left: auto;
}
.first-slider .item img {
    width: 100%;
    height:100%;
}
.first-slider .item {
    height: 180px;
}
.first-slider .owl-dots {
    display: none;
}
.first-slider .owl-nav {
    display: block;
}
.first-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 45%
}
.second-section {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.second-section h4,
.third-section h5 {
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.factor-border .count {
    color: #999901;
    font-size: 40px;
}
.divider {
    background-color: #999901;
    width: 60px;
    height: 3px;
    margin-bottom: 30px;
}
.second-section {
    text-align: center;
}
.third-section .img-holder img {
    width: 100%;
}
.site-divider {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #eee;
}
.one-article {
    margin-bottom: 30px;
}
.one-article,
.more-article-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.more-articles p {
    font-size: 13px;
    text-align: center;
}
.more-article-text h5 {
    font-weight: bold;
}
.sidebar {
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.sidebar-item {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sidebar-item .divider {
    margin-bottom: 20px;
}
.description-sidebar {
    font-size: 13px;
}
.sidebar-item h5 {
    font-weight: bold;
}
.sidebar-item a {
    color: #333;
}
.sidebar-item a:hover {
    color: #999901;
    text-decoration: none;
}
.flat .img-holder {
    border: 1px solid #eee;
    overflow: hidden;
}
.rhin-margintop {
    margin-top:30px;
}
.sidebar-item:hover a:hover {
    color:#fff!important;
}
.third-section:hover a {
    color: #333;
    text-decoration: none;
}
.more-articles>a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333;
}
.first-slider {
    margin-bottom: -40px;
}
.subscription {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0 rgba(50, 50, 50, 0.75);
}
.subscription h4,
.subscription a {
    font-weight: bold;
}
.subscription form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.editor-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.editor-title h4 {
    font-weight: bold;
}

.editor-title h4 a {
    color: #333;
}
.editor-member {
    border: 1px solid #eee;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    margin-bottom:30px;
    min-height: 135px;
}
.reviewers-holder {
    border: 1px solid #eee;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    margin-bottom:30px;
    padding: 20px;
}
.editor-member h5 {
    font-size: 15px;
    font-weight: bold;
}
.editor-member h6 {
    font-size: 15px;
    letter-spacing: 0.8px;
}
.editor-member h4 {
    font-size: 15px;
    margin-top: 0;
}
.editor-img {
    margin-bottom: 30px;
}
.editor-img img,
.editor-flag img {
    width: 100%;
}
.editor-flag {
    width: 50px;
}
.editor-member-2 .editor-member {
    min-height: 116px!important;
}
.editor-member.edit-board {
    min-height: 106px;
}
#reviewers .editor-member {
    min-height: 90px;
    justify-content: center;
}
.lista {
    margin-left: 50px;
}
.p-group {
    margin-top: 20px;
    margin-bottom: 20px;
}
.p-group p {
    margin:0;
}
.fellowships-holder h2 {
    font-size: 20px;
    color: #777;
    margin: 0;
    font-weight: bold;
}
#fellowships a:hover {
    color: #999901;
    text-decoration: none;
}

.fellowships-holder h2:hover {
    color: #999901;
}
.fellowships-holder {
    min-height: 65px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.fellowships-accordion .fa-plus,
.links-accordion .fa-plus {
    float: right;
    -moz-transition: -moz-transform ease 0.6s;
    -webkit-transition: -webkit-transform ease 0.6s;
    -o-transition: -o-transform ease 0.6s;
    -ms-transition: -ms-transform ease 0.6s;
    transition: transform ease 0.6s;
}
.fellowships-accordion .fa-plus:hover,
.links-accordion .fa-plus:hover {
    color:#999901;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.links-accordion .fa-plus:hover {
    color: #fff!important;
}
.links-accordion .panel-title a {
    color: #fff;
}
.fellowships-accordion .panel-title a {
    font-weight: bold;
    color: #777;
}
.fellowships-accordion .panel-title a:hover,
.fellowships-accordion .panel-title a:focus,
.fellowships-accordion .panel-title a:active,
.links-accordion .panel-title a:active,
.links-accordion .panel-title a:focus,
.links-accordion .panel-title a:hover {
    text-decoration: none;
}
.fellowships-accordion .panel-default>.panel-heading {
    background-image: none;
    background-color: #fff;
    border: none;
}
.fellowships-accordion .panel.panel-default {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}
.fellowships-accordion table {
    margin-left: 40px;
}
.fellowships-accordion table tr td {
   padding-bottom: 10px;
}
.fellowships-accordion {
    margin-top: 30px;
}
#meetings .panel.panel-default {
    margin-bottom: 10px;
}
#meetings .panel-heading a {
    line-height: 30px;
    text-align: center;
}
#meetings table tr td:first-child {
    font-weight: bold;
}
#advertising {
    padding: 40px;
}
#advertising h2 {
    font-size: 24px;
    margin-top: 0;
    font-weight: bold;
}
#contact h2 {
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
    text-align: center;
}
#advertising h2.secondh,
#contact h2.secondh {
    margin-bottom: 30px;
}
#advertising h4,
#contact h4,
#contact-1 h4:last-child {
    margin-top: 0;
    font-weight: normal;
}
#advertising a {
    font-weight: normal;
    color: #333;
}
#advertising a:hover {
    text-decoration: none;
}
#contact-1 h2 {
    font-size: 25px;
    font-weight: bold;
}
#links-page .subscription {
    margin-top: 0;
    min-height: 222px;
    margin-bottom: 30px;
}
.links-accordion .panel-default>.panel-heading {
    background-image: none;
    background-color: #999901;
}
.links-accordion ul {
    list-style: circle;
}
.links-accordion ul li {
    margin-bottom: 3px;
}
.links-accordion ul li a {
    color: #777;
    font-weight: bold;
}
.links-accordion ul li a:hover {
    color: #999901;
    text-decoration: none;
}
#links-page p {
    text-align: center;
}
#login.subscription {
    margin-top:0;
	padding:5px;
}
#login p {
    font-weight: bold;
	font-size: 13px;
}
#login .user-email,
#login .user-password {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
#login .user-email input,
#login .user-password input {
    width: 100%;
    padding-left: 5px;
}
#login .user-email i,
#login .user-password i {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #999901;
    padding: 6px;
    color:#fff;
}
#login .user-password i {
    padding: 6px 9px;
}
#login .forgot {
    color: #999901;
}
#login .forgot:hover {
    color: #777;
    text-decoration: none;
}
.login-btn button {
    background-color: #fff;
    border: none;
    border: 1px solid #ddd;
    padding: 5px 20px;
}
.login-btn {
    margin-bottom:20px;
}
button:before,
#Issue a:before,
.future-action a:before,
.search-action a:before {
     border-bottom-right-radius: 0!important;
}
#login .click-member a {
    font-weight: normal;
    color: #999901;
    font-size:12px;
}
#login .click-member {
    width: 80%;
}
.incorect-password {
    color: #ff0000;
}
#login .click-member a:hover {
    color:#777;
    text-decoration: none;
}
#login {
    margin-bottom: 10px;
	width:110%;
	
}
.past-issues-first.subscription {
    margin-top: 0;
    padding: 0;
    margin-bottom:50px;
}
.past-issues-first ul {
    padding: 0;
    list-style: none;
    width: 100%;
}
.past-issues-first ul li {
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.past-issues-first ul li a {
    color: #999901;
}
.past-issues-first ul li a:hover {
    color: #777;
    text-decoration: none;
}
.past-issues-first ul li:last-child {
    border-bottom: none;
}
#Issue table {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0 rgba(50, 50, 50, 0.75);
}
#Issue h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center
}
.tr-divider {
    display: flex;
    justify-content: center;
    align-items: center;
}
#Issue .divider {
    margin-bottom: 0;
}
#Issue a,
.future-action a,
.search-action a {
    border: 1px solid #eee;
    text-align: center;
    padding: 5px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
#Issue .past-action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#Issue a:hover,
.future-action a:hover,
.search-action a:hover {
    color:#fff;
    text-decoration: none;
}
.vol-divider td {
    padding-top: 40px;
}
#supplements .subscription {
    margin-top: 0;
    min-height: 160px;
    margin-bottom: 30px;
}
#supplements a {
    color: #777;
}
#supplements a:hover {
    color: #999901;
    text-decoration: none;
}
#supplements h2 {
    font-size: 20px;
    text-align: center;
}
.nav-icons {
    display: flex;
    justify-content: center;
    align-items: center
}
#abstract.subscription {
    margin-top: 0;
    margin-bottom: 50px;
}
#book.subscription {
    margin-top: 0;
    margin-bottom: 30px;
}
#book.subscription img {
    height: 370px;
}
.article-price {
    font-size: 20px;
    font-weight: bold;
    color: #999901;
}
.buy-price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0 rgba(50, 50, 50, 0.75);
    margin-bottom: 20px;
    margin-top: 20px;
}
.article-pay {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
#buy-article.subscription {
    margin-top: 50px;
}
#buy-article h4 {
    line-height: 30px;
}
#buy-article a,
.society a{
    color:#999901;
}
.society a {
    font-weight:bold;
}
.society table td {
    padding-right: 50px;
}
#buy-article a:hover,
.society a:hover {
    color:#777;
    text-decoration: none;
}
#future.subscription {
    margin-top: 0;
    margin-bottom: 20px;
}
.future-action {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 15px;
}
.search-btns .input-group {
    display: flex;
    justify-content: center;
}
.search-btns select {
    padding: 0 10px;
    border-color: #cccccc;
    color: #555;
}
.search-page-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
#search-result.subscription,
#advertisement.subscription {
    margin-top: 30px;
    margin-bottom: 50px;
}
.search-action {
    margin-bottom: 50px;
}
#advertisement.subscription tr td:first-child {
    padding-right: 100px;
}
#advertisement.subscription table {
    margin-bottom: 30px;
}
#advertisement.subscription a {
    color: #999901;
}
#advertisement.subscription a:hover {
    color: #777;
    text-decoration: none;
}
#lost-password input {
    margin-bottom: 20px;
    width: 100%;
}
#lost-password button {
    width: 50%;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 5px 30px;
}
#book.subscription {
    position: relative;
    overflow: hidden;
}
#book.subscription img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#book.subscription:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.subscription.homepage:hover h5 {
    color: #999901;
}
@media (max-width: 1200px) {
    .factor-border h5 {
        text-align: center;
    }
    .factor-border {
        min-height:145px;
    }
}
@media (max-width: 992px) {
    .media-align {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .first-slider {
        width: 50%;
        float: left;
    }
    .two-section {
        width: 50%;
        float: left;
    }
    .subscription.homepage {
        margin-left: 10px;
    }
    .subscription.homepage:first-child {
        margin-top: 0;
    }
    .subscription.homepage:first-child h5 {
        margin: 0;
    }
    .media-align .col-md-3 {
        width: 100%;
        order: 2;
    }
    .media-align .col-md-9 {
        order: 1;
        width: 100%;
    }
    .flat {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .flat-holder {
        height: 110px;
    }
    .factor-border {
        min-height: 157px;
    }
    .flat-holder .img-holder,
    .flat-holder .img-holder img {
        height: 100%;
    }
    .one-article .img-holder {
        width: 50%;
    }
    .first-slider {
        margin-bottom: 5px;
    }
    .sidebar {
        margin-bottom: 50px;
    }
    .hover-flat h3 {
        margin-top: 20px;
    }
    .f-align {
        flex-direction: column;
    }
    .tab-divholder {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .f-align .col-md-4.search-btns {
        margin-left: 0;
        margin-top: 30px;
    }
    #login.subscription .col-md-8 {
        width: 50%;
    }
    .past-issue .col-md-3 {
        width: 40%;
        float: left;
    }
    .past-issue .col-md-9 {
        width: 60%;
        float: right;
    }
    .more-articles .col-md-3 {
        width: 25%;
        float: left;
    }
    .more-articles .col-md-3 .img-holder {
        height: 250px;
    }
    .two-section {
        margin-top: 40px;
    }
}
@media (max-width: 600px) {
    .more-articles .col-md-3 {
        width: 50%;
        float: left;
    }
    .more-articles .col-md-3 .img-holder {
        height: 343px;
    }
    .first-slider {
        width: 100%;
    }
    .two-section {
        width: 100%;
    }
    .two-section .subscription.homepage:first-child {
        margin-left: 0;
    }
    .two-section .subscription.homepage:last-child {
        margin-top: 0;
    }
    .two-section .subscription.homepage {
        width: 49%;
        float: left;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    #login.subscription p {
        text-align: center;
    }
    .two-section .subscription.homepage {
        width: 100%;
    }
    .two-section .subscription.homepage:last-child {
        margin-left: 0;
    }
    #login.subscription .col-md-8 {
        width: 100%;
    }
    #abstract h4 {
        text-align: center;
    }
    .tab-divholder {
        display: block;
    }
    .tab-divholder .col-md-3 {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
    .f-align .col-md-4.search-btns {
        margin-top: 0;
    }
    .factor-border:hover {
        margin-top: 0;
        transition: none;
    }
}
@media (max-width: 390px) {
    .more-articles .col-md-3 {
        width: 100%;
    }
    .more-articles .col-md-3 .img-holder {
        height: 468px;
    }

}


.maps {
    margin-top: 30px;
    margin-bottom: 50px;
}
.one-article .img-holder,
.more-articles .img-holder {
    position: relative;
    overflow: hidden;
}
.one-article .img-holder img,
.more-articles .img-holder img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.one-article .img-holder:hover img,
.more-articles .img-holder:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.more-articles .img-holder {
    height: 290px;
    margin-bottom: 20px;
}
.more-articles .img-holder img {
    height: 100%;
}
.owl-nav {
    position: relative;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
   background-color: transparent!important;
    color:transparent!important;
}
.owl-nav .owl-next:before {
    content:"\f054";
    position: absolute;
    font-family:FontAwesome;
    color: #999901;
    right: 10px;
    top: -300%;
    font-size: 20px;
}
.owl-nav .owl-prev:before {
    content:"\f053";
    position: absolute;
    font-family:FontAwesome;
    color: #999901;
    left: 10px;
    top: -300%;
    font-size: 15px;
}
.subscription.homepage {
    margin-top: 30px;
}
@media (max-width: 400px) {
    .more-articles .col-md-6 {
        width: 100%;
    }
}
@media (max-width: 443px) {
    .footer-logo img {
        display: none;
    }
}
.editor-title.editor-carousel-title {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}
.editor-carousel .editor-member {
    padding: 10px;
}
.editor-carousel .editor-member h5 {
    text-align: center;
}
.editor-carousel .owl-dots {
    display: none;
}
.editor-carousel .owl-nav {
    position: absolute;
    top: 40px;
    right: 0;
}
footer {
    background-color: #869b3e;
}
.editor-carousel .owl-nav .owl-prev:before {
    left: 30px;
}
.editor-carousel .owl-nav .owl-prev:before,
.editor-carousel .owl-nav .owl-next:before {
    font-size: 15px;
    border: 1px solid #eee;
    padding: 2px 7px;
}
.editor-carousel .col-md-12 {
    padding-left: 0;
}
.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.footer-logo img {
    height: 55px;
}
.upcoming-articles-page {
    height: 560px;
    overflow: hidden;
    border: 1px solid #eee;
    overflow-y: scroll;
	scrollbar-width: 5px;
}
.upcoming-articles-page .subscription {
    border: none;
    box-shadow: none;
    margin-bottom: 0!important;
}
.first-slider {
    margin-top: 40px;
}
.more-articles p {
    position: absolute;
    bottom: 10px;
    background-color: #8c981d;
    color: #fff;
    width: calc(100% - 30px);
    padding: 10px;
    font-size: 12px;
    opacity: 0.8;
    font-weight: bold;
}

.two-section .subscription.homepage h5 {
    color: #333;
    font-weight: bold;
    text-align: center;
}
.two-section .subscription.homepage a:hover {
   text-decoration: none;
}

.col-md-3.new-col-3 {
    width: 20%;
    padding-right: 0;
    text-align: center;
}

.factor-border, .fellowships-holder {
    min-height: 155px;
}

.second-nav .row.f-align>.col-md-9 {
    padding-left: 0;
}


@media (max-width: 768px) {
    #links .navbar-collapse.collapse.in .nav.navbar-nav {
        display: flex;
        flex-direction: column; 
    }

    #links .navbar-collapse.collapse.in, #links .navbar-collapse {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    #links .navbar-collapse.collapse.in {
        position: absolute;
        top: 75px;
        border-top: 1px solid #ccc;
        background-color: #FFF;
    }

    #links .navbar-nav>li>a {
        padding-top: 5px!important;
        padding-bottom: 5px!important; 
        text-align: center;
    }

    .navbar-default .navbar-nav>.open>a {
        background-image: none !important;
        box-shadow: none !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        text-align: center;
        padding: 5px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #eee !important;
    }

}

@media (min-width: 768px) and (max-width: 1360px) {
    body {
        margin-top: 125px !important;
    }

    #links.rin-nav.navbar {
        flex-wrap: wrap;
        flex-direction: row;
    }

    #links .navbar-collapse {
        order: 1;
        display: flex !important;
        width: 100%;
        align-items: center;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #ccc;
    }

    #links .navbar-nav {
        margin: 0;
    }
}