/*created this file for new styles which i use coding new html content mostly for home page and changes which are needed in other pages */
/*.title-page__media {*/
    /*display: inline-flex;*/
/*}*/
/*.title-page__media img {*/
    /*width: 20%;*/
/*}*/
body {

}
.logo-width {
    width: 70%;
}
.post-1 {
    padding-bottom: 0 !important;
    margin-bottom: 10px;
}
.entry-header .home-slogan {
    text-align: center;
}
.entry-content .home-speech {
    text-indent: 25px;
    margin-top: 0;
    color: black;
}
.entry-content .home-invitation {
    margin-top: 20px;
}
.home-chancellor {
    text-align: right;
    text-align: -moz-right;
    text-align: -webkit-right;
    font-style: italic;
    padding-right: 5%;
    line-height: normal;
}
.home-block {
    border: 2px solid #d94d38;
    padding: 1% 1.5%;
    border-radius: 10px;
    min-height: 260px;
    margin-bottom: 15px;
}
/*.home-block-width {*/
    /*width: 56%;*/
/*}*/
.home-block-title {
    text-align: center;
}
.home-list {
    font-size: 16px;
    line-height: 1.5;
    list-style-image: url("../images/pencil.png");
}
.home-steps {
    margin: 25px auto 0;
}
.home-steps-title {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.home-steps-info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #666;
}
.home-steps-info:hover, :focus {
    color: inherit;
    text-decoration: none;
}
.home-steps-arrow {
    font-size: 30px;
    color: #222222;
}

@media screen and (max-width: 992px){
    .home-steps-info {
        flex-direction: column;
    }
    .home-steps-arrow {
        transform: rotate(90deg);
        width: 50px;
    }
}
@media screen and (min-width: 1920px) {
    .title-page__media img {
    height: 250px;
    }
}


/*page about*/
.about-plate {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 60px;*/
    color: #fff;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0;
    border-radius: 17px;
    background-color: #d94d38;
    box-shadow: 0px 12px 22px -4px grey;
}
/*.about-plate:before {*/
    /*position: absolute;*/
    /*content: '';*/
    /*top: 0;*/
    /*left: -59px;*/
    /*border-top: 30px solid transparent;*/
    /*border-right: 60px solid #0a7b81;*/
    /*border-bottom: 30px solid transparent;*/
    /*border-radius: 30px;*/
/*}*/
/*.about-plate:after {*/
    /*position: absolute;*/
    /*content: '';*/
    /*top: 0;*/
    /*right: -59px;*/
    /*border-top: 30px solid transparent;*/
    /*border-left: 60px solid #0a7b81;*/
    /*border-bottom: 30px solid transparent;*/
    /*border-radius: 30px;*/

/*}*/

.about-founders {
    text-align: center;
    /*border: 2px solid #0a7b81;*/
    padding: 1% 1.5%;
    /*border-radius: 10px;*/
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.about-founders h3 {
    margin: 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    min-height: 150px;
    font-size: 15px;
    color: black;
    letter-spacing: 1px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #972e33;

}
.about-founders h2 {
    width: 48%;
    color: black;
    letter-spacing: 1px;
    border: 2px solid #972e33;
    background: #efefef;
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 32%;
}


/*page editorial stuff*/
.editorial-row-container {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    flex-wrap: wrap;
}
.editorial-stuff {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    text-decoration: none;
    color: black;
    line-height: 1;
    padding: 0 10px;
    /*border: 1px solid #0a7b81;*/
    border-radius: 10px;
    height: 300px;
    width: 49%;
    margin-bottom: 10px;
}
.editorial-stuff:hover {
    text-decoration: none;
}
.editorial-stuff h2 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
}
.editorial-stuff span {
    color: #666666;
    font-size: 12px;
    font-style: italic;
}
.editorial-stuff img {
    width: 90%;
    /*height: 200px;*/
    /*border-radius: 10px;*/
    /*border: 1px solid #0a7b81;*/
    margin: 0 auto;
}

.editorial-profile-name {
    color: #d94d38;
    text-align: center;
    margin: 0 0 25px;
    line-height: 1;
}
.editorial-profile p {
    letter-spacing: 0;
    line-height: 1.5;
    text-indent: 15px;
    font-style: italic;
}
.editorial-profile-info {

}
.editorial-profile-info img {
    /*max-height: 250px;*/
    /*border-radius: 10px;*/
    padding: 0;
}
.editorial-profile-info h5 {
    font-size: 15px;
}
.editorial-profile-info ul {
    line-height: 1.4;
}
#journals .main-content .post-1 .entry-content img {
    height: 140px;
}

@media screen and (min-width: 992px){
    .editorial-stuff {
        width: 23.5%;
    }
    .editorial-profile-info {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }
    #journals .main-content .post-1 .entry-content img {
        height: 240px;
    }
}
@media screen and (min-width: 510px) and (max-width: 650px){
    .editorial-stuff img {
        width: 70%;
    }
}
@media screen and (min-width: 651px) and (max-width: 991px){
    .editorial-stuff img {
        width: 57%;
    }
}
@media screen and (max-width: 324px){
    .editorial-stuff {
        width: 80%;
    }
    .editorial-row-container {
        justify-content: center;
    }
}
.archive-block {
    display: flex;
    flex-wrap: wrap;
}
.archive-block p {
    text-indent: 0;
}
.form-container {
    padding: 20px 50px;
    border-radius: 10px;
    border: 2px solid #d94d38;
}
.form-title {
    margin-bottom: 20px;
    text-align: center;
}
.form-apply-text {
    text-align: justify;
}

a:focus {
    outline: none;
    border: none;
}
@media screen and (min-width: 768px) {
    .entry-category-sticky {
        position: sticky;
        top: 25px;
    }
    .gallery-margin-left {
        margin-left: 200px !important;
    }
   .container-for-gallery-margin #w0 {
        margin-left: 200px;
    }

}
.formobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .title-page__media {
        display: none;
    }
    .section-title__inner {
        top: 0;
    }
    .ui-title-page {
        background-color: #d94d38;
        color: #fff;
        margin-bottom: 30px;
    }
    .form-control {
        margin-bottom: 4px;
         padding: 0 0 0 6px;
         letter-spacing: 0;
    }
    .form-container {
        padding: 10px 5px;
        border-radius: 10px;
        border: 2px solid #d94d38;
    }
    .about-founders h3 {
        font-size: 13px;
        letter-spacing: 0;
    }
    .mobile-hidden {
        display: none;
    }
    .logo-width {
        width: 50%;
    }
    .header{
        background-color: #d94d38;
    }
    .formobile {
        display: block;
        color: white!important;
        letter-spacing: 2px;
    }

}


p.key-words {
    text-align: left !important;
    text-align: -moz-left !important;
    text-align: -webkit-left !important;
}


/*Fixed submit button (plane) in the footer where user can subscribe*/
button.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 34px;
    padding: 0 15px;
    background: transparent;
    pointer-events: auto;
    color: #999999;
    display: flex;
    justify-content: center;
    transition: all .3s;
    width: 42px;
}
button.form-control-feedback:focus {
    outline: none;
}


/*login page ВХОД*/
.site-login {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    padding: 20px 0;
    text-align: center;
}
.site-login .row {
    margin: 0;
    display: flex;
    justify-content: center;
}
.site-login p {
    padding: 0 15px;
    text-indent: 0;
    text-align: center;
}
.site-login h1 {
    margin-bottom: 20px;
}
.site-login .form-control {
    margin-bottom: 0;
}
.site-login .form-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;

}
.site-login .form-group .checkbox {
    margin: 0;
}
.site-login .form-group button {
    width: 50%;
}


/*sign up page регистрация*/
.site-signup {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    padding: 20px 0;
    text-align: center;
}
.site-signup .row {
    margin: 0;
    display: flex;
    justify-content: center;
}
.site-signup h1 {
    margin-bottom: 20px;
}
.site-signup .form-control {
    margin-bottom: 0;
}
.site-signup .form-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;

}
.site-signup .form-group .checkbox {
    margin: 0;
}
.site-signup .form-group label {
    margin: 0;
}
.site-signup .form-group button {
    width: 50%;
}


/*password restore page восстановление пароля*/
.site-request-password-reset {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    padding: 20px 0;
}
.site-request-password-reset p {
    text-align: center;
}
.site-request-password-reset .row {
    margin: 0;
    display: flex;
    justify-content: center;
}
.site-request-password-reset h1 {
    margin-bottom: 20px;
    text-align: center;
}
.site-request-password-reset p {
   padding: 0 15px;
    text-indent: 0;

}
.site-request-password-reset .form-control {
    margin-bottom: 0;
}
.site-request-password-reset .form-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 15px 0;
}
.site-request-password-reset .form-group .checkbox {
    margin: 0;
}
.site-request-password-reset .form-group label {
    margin: 0;
}


/*reset password page регистрация*/
.site-reset-password {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    padding: 20px 0;
    text-align: center;
}
.site-reset-password .row {
    margin: 0;
    display: flex;
    justify-content: center;
}
.site-reset-password h1 {
    margin-bottom: 20px;
}
.site-reset-password p {
    text-align: center;
    text-indent: 0;
}
.site-reset-password .form-control {
    margin-bottom: 0;
}
.site-reset-password .form-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;

}
/*.site-reset-password .form-group .checkbox {*/
    /*margin: 0;*/
/*}*/
/*.site-reset-password .form-group label {*/
    /*margin: 0;*/
/*}*/
.site-reset-password .form-group button {
    width: 50%;
}




.field-articles-status .form-control {
    padding: 6px 12px;
}
.articles-index {
    padding-bottom: 20px;
}
.btn {
    text-indent: 0;
}

.add-editorial-member .table > tbody > tr > td, th {
    padding: 4px;
    text-align: center;
}
.admin-color {
    color: #222222!important;
}
.admin-color:hover {
    color: #ffffff !important;
}
.article-margin-bottom {
    margin-bottom: 15px !important;
}
#journal .entry-category p {
    text-indent: 0;
    text-align: left;
}
.journal-name {
    padding: 30px 0;
    background: #d94d38;
}
.journal-name h1 {
    color: white;
}

@-moz-document url-prefix() {
    button.form-control-feedback i{
        top: 11px!important;
        position: absolute;
    }
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td  {
    padding: 14px 7px!important;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    vertical-align: middle;

}
.table-bordered > thead > tr > td > input.form-control {
    margin-bottom: 0!important;
}
.articles-index th[data-col-seq="1"] {
    width: 6%;
}
.articles-index th[data-col-seq="3"] {
    width: 16%;
}

.table-grid tbody tr td {
    /* width: 100%; */
    text-align: left;
    display: grid;
}
.search-button {
    position: absolute;
    right: 3px;
    top: 27px;
    border: none;
    background: transparent;
    outline: none
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .search-button {
        top: 1px;
    }
    input[type='search'] {
        height: 25px;
        margin-top: 6px;
    }
    ul.nav.navbar-nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-founders {
        justify-content: center;
    }
    .about-founders h3 {
        margin: 15px 7.5px 0;
        width: 45%;
    }
    .about-founders h2 {
        width: 45%;
        left: 28%;
        padding-top: 4.5%;
    }
    i.icon.fa.fa-paper-plane-o {
        padding-top: 10px;
    }
    .editorial-stuff img {
        width: 100%;
    }
    .footer__logo h2 {
        font-size: 20px;
    }
    .editorial-stuff {
        margin-bottom: 45px;
    }
    .editorial-stuff h2 {
        line-height: 1.5;
        margin-bottom: 25px;
    }
    .editorial-stuff span {
        line-height: 1.3;
    }
}
ul.mobile-language-menu li a {
    padding: 0 !important;
}
.search-page {
    padding-bottom: 100px;
}
.search-page a {
    margin-bottom: 20px;
}

label[for="articles-doi"] {
    text-transform: uppercase;
}
.blueimp-gallery > .title {
    text-shadow:
            -0   -2px 0   #000000,
            0   -2px 0   #000000,
            -0    2px 0   #000000,
            0    2px 0   #000000,
            -2px -0   0   #000000,
            2px -0   0   #000000,
            -2px  0   0   #000000,
            2px  0   0   #000000,
            -1px -2px 0   #000000,
            1px -2px 0   #000000,
            -1px  2px 0   #000000,
            1px  2px 0   #000000,
            -2px -1px 0   #000000,
            2px -1px 0   #000000,
            -2px  1px 0   #000000,
            2px  1px 0   #000000,
            -2px -2px 0   #000000,
            2px -2px 0   #000000,
            -2px  2px 0   #000000,
            2px  2px 0   #000000,
            -2px -2px 0   #000000,
            2px -2px 0   #000000,
            -2px  2px 0   #000000,
            2px  2px 0   #000000;
}
.blueimp-gallery>.close {
    padding: 5px 13px;
}
.width_img {
    width: 100px;
}
.btn-primary:hover {
    background-color: #d94d38;
    border-color: #cf8f8e;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    /*background-color: #31b0d5;*/
    background-color: #d94d38;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    /*background-color: #31b0d5;*/
    background-color: #d94d38;
    border-color: #269abc;
}
.table-grid table tbody tr td a {
    word-break: break-word;
}
#write-modalForm {
    text-align: center;
}
#write-modalForm .form-control {
    height: 28px;
    padding: 0 15px;
    margin-bottom: 15px;
}
#write-modalForm .file-drop-zone-title {
    padding: 15px 10px;
}
#write-modalForm .file-preview {
    width: 72%;
}
#write-modalForm .file-input {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#write-modalForm .krajee-default.file-preview-frame .kv-file-content {
    width: auto;
    height: auto;
}
#write-modalForm .btn-success {
    border-color: #222;
}
#write-modalForm .btn-success:hover {
    border-color: #23527c;
}
.modal.fade.write-modal.theme-modal-box.in {
    display: flex!important;
    display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -o-flex!important;
    -webkit-align-items: center!important;
    align-items: center!important;
}