html,
body{
    height: 100%;
    margin: 0;
}
body{
    font: 14px/20px 'Open Sans', sans-serif;
    color: #323232;
    background: #fff;
}
.alert-success p{
    margin: 0;
}

/*form*/
form{
    margin: 0;
}
input,
textarea,
select{
    color: #323232;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
input, button, select, textarea{
    font-family: inherit;
}
input::-webkit-input-placeholder {color:#898f91;}
input::-moz-placeholder          {color:#898f91;}
input:-ms-input-placeholder      {color:#898f91;}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus{
    border-color: #a240a2;
    box-shadow: none;
    color: #323232;
}
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="color"],
.uk-form select,
.uk-form textarea{
    box-shadow: none;
    border-radius: 0;
    border-color: #cad7db;
    height: 35px;
    padding: 6px 10px;
    width: 100%;
}
/*form end*/
em{
    color: inherit;
}
/*button*/
.btn{
    text-shadow: none;
    box-shadow: none;
    border-radius: 0 !important;
    border: none;
    background-image: none;
}
a.btn:hover{
    text-decoration: none;
}
.btn-border,
.btn-border:visited{
    border: 1px solid #CAD7DB;
    background: none;
    text-transform: uppercase;
    line-height: 38px;
    height: 40px;
    color: #4e5c72;
    padding: 0 30px;
    font-weight: 700;
}
.btn-border:hover{
    border-color: transparent;
    background: #a240a2;
    color: #fff;
}
.btn-green{
    background: #55b539;
    color: #fff !important;
}
.btn-green:hover,
.btn-green:focus{
    background: #80c86b;
    color: inherit;
}
.btn-primary {
    background: rgba(0, 168, 248, 1);
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF !important;
}
.btn-primary:hover,
.btn-primary:focus {
    background: rgba(0, 155, 235, 1);
}
.btn-remove{
    background: #717d8e;
    color: #fff;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
}
.btn-remove:hover,
.btn-remove:focus,
.btn-remove:visited{
    background: #4e5c72;
    color: #fff;
}
.tm-btn-large{
    height: 40px;
    line-height:40px;
    font-weight: 700;
    padding: 0 10px;
    min-width: 170px;
    text-transform: uppercase;
}
.tm-btn-small{
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}
.homepage-image {
    position: relative;
}
.homepage-image .btn-primary {
    min-width: 185px;
    height: 42px;
    position: absolute;
    left: 7.45%;
    bottom: 12.6%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
/*btn Cart*/
.btn-cart{
    float: right;
    height: 34px;
    margin-left: 25px;
}
    div.btn-cart .uk-link-muted{
        display: block;
        height: 34px;
        line-height: 34px;
        padding: 0 15px 0 35px;
        color: #fff;
        background: url(../images/bg-cart.svg) no-repeat 9px 50%;
        font-size: 11px;
    }
        div.btn-cart .uk-link-muted:hover,
        div.btn-cart .uk-link-muted:focus{
            text-decoration: none;
            color: #fff;
        }
        .btn-cart .uk-link-muted b{
            font-size: 13px;
            padding-right: 5px;
            text-transform: uppercase;
        }
/*btn Cart end*/
/*button end*/
a{
    color: #a240a2;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: #a240a2;
}
a:visited{
    color: #a240a2;
}
a:focus,
.btn:focus{
    outline: none;
    outline: none -webkit-focus-ring-color;
    outline-offset: 0;
}
p,
.yoo-zoo p{
    margin: 0 0 20px;
}
.container{
    width: auto;
}
.container.tbl{
    display: table;
    width: 100%;
}
.page-block{
    overflow-x: hidden;
    /*min-width: 1240px;*/
    min-width: 1300px;
    background: #fff;
    min-height: 100%;
}
#wrapper{
    width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 415px);
}
.mobile.ios #wrapper{
    min-height: calc(100vh - 110px) !important;
}
#main{
    padding-bottom: 50px;
}
#main:after,
.main:after{
    content: "";
    display: table;
    clear: both;
}
/*title*/
.title-h1,
.yoo-zoo .title-h1,
.details .title-h1,
.item .pos-title,
.yoo-zoo h1,
h1{
    font-size: 33px;
    line-height: 38px;
    color: #4e5c72;
    font-weight: 300;
    margin: 0 0 25px;
}
.title-h2,
.yoo-zoo h2,
h2{
    font-size: 24px;
    line-height: 28px;
    color: #424242;
    margin: 0 0 15px;
    font-weight: 400;
}
.title-line,
.yoo-zoo .title-line{
    border-bottom: 3px solid #e4e4e4;
    margin-bottom: 25px;
}
.title-line .title-h2,
.title-line .yoo-zoo h2,
.title-line h2{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 14px;
}
.title-line.category .title-h2{
    max-width: 850px;
}
.title-line.category{
    margin-bottom: 32px;
}
.title-line h2:after,
.title-line .title-h2:after{
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    height: 3px;
    width: 100%;
    z-index: 1;
}
.title-line h2.blue:after,
.title-line .title-h2.blue:after,
.news-list .title-line .title-h2:after,
.subs-news .title-line .title-h2:after,
.article-list.items .title-line .title-h2:after{
    background: #a240a2;
}
.title-line h2.yellow:after,
.title-line .title-h2.yellow:after,
.aside-nav .title-line .title-h2:after{
    background: #ffac00;
}
.article-list .title-line h2:after,
.article-list .title-line .title-h2:after{
    background: #6dc42d;
}
.news-list.items .title-h2{
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.title-h3,
.yoo-zoo h3,
h3{
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px;
    font-weight: 400;
}
.title-h4,
.yoo-zoo h4,
h4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #4e5c72;
    text-transform: uppercase;
}
.title-cart{
    background: url(../images/icon-cart-large.png) no-repeat;
    padding-left: 50px;
}
/*title end*/

/*breadcrumbs*/
.breadcrumb,
.yoo-zoo .breadcrumb{
    margin: 0 0 25px -5px;
    padding: 0;
    background: none;
}
    .breadcrumb li{
        position: relative;
        color: #323232;
        padding: 0 10px 0 5px;
        font-size: 12px;
        line-height: 16px;
    }
    .breadcrumb li.active{
        color: #707070;
    }
    .breadcrumb li:first-child,
    .breadcrumb li:last-child:after  {
        display: none;
    }
        .breadcrumb li a{
            color: inherit;
        }
        .breadcrumb li .divider{
            display: none;
        }
        .breadcrumb li:after {
            position: absolute;
            right: 0;
            top: 0;
            content: ">";
            font-size: 10px;
        }
/*breadcrumbs end*/

/*header*/

#header{
    background: #f2f2f2;
    margin: 0 -9999px 20px -9999px;
    padding: 0 9999px;
}
    #header .container{
        padding: 12px 0 12px;
    }
        #header .logo{
            float: left;
            width: 185px;
            height: 45px;
            margin: 7px 0 0 0;
        }
        #header .logo a{
            display: block;
            height: 100%;
        }
        #header .logo h1{
            margin: 0;
        }
        #header .logo img{
            display: block;
        }
        #header .frame{
            overflow: hidden;
            padding: 26px 0 0 40px;
        }
    #header .container.top{
        /*border-bottom: 1px dotted #c6c6c6;*/
        padding: 6px 0;
        font-size: 12px;
        line-height: 16px;
        color: #4F5D73;
    }
    #header .container.top p{
        margin: 0;
    }
        #header .top-info{
            float: left;
            width: 40%;
        }
        #header .col-right{
            float: right;
            width: 50%;
        }
        .nav.top{
            float: right;
            margin: 0 0 0 15px;
            width: 200px;
            text-align: right;
        }
        .nav.top > li{
            position: relative;
            display: inline-block;
            vertical-align: top;
            padding-left: 20px;
            line-height: 16px;
            z-index: 1;
        }
        .nav.top > li a{
            color: #4F5D73;
        }
        .nav.top > li a:hover{
            text-decoration: underline;
            background: none;
        }
        .nav.top li .nav-child{
            display: none;
            position: absolute;
            left: 50%;
            top: 25px;
            background: #fff;
            text-align: left;
            border: 1px solid #ddd;
            width: 130px;
            margin-left: -65px;
        }
        .nav.top li .nav-child:after{
            position: absolute;
            bottom: 100%;
            content: "";
            border-style: solid;
            border-width:  0 5px 5px 5px;
            border-color: transparent transparent #ddd transparent;
            left: 50%;
            margin-left: -2.5px;
        }
        .nav.top li .nav-child:before{
            position: absolute;
            left: 0;
            top: -10px;
            content: "";
            width: 100%;
            height: 10px;
        }
        .nav.top > li:hover .nav-child{
            display: block;
        }
        .nav.top li .nav-child li{
            border-top: 1px dotted #d4d4d4;
        }
        .nav.top li .nav-child li:first-child{
            border-top: none;
        }
        .nav.top li .nav-child li a{
            display: block;
            padding: 3px 10px;
        }
        .nav.top li .nav-child li a:hover{
            background: #f4f8fc;
            text-decoration: none;
        }
        .logout-button{
            float: right;
            margin: 0;
        }
        .login-nav{
            float: right;
            text-align: right;
            margin: -29px 0 0 -30px;
            width: 92px;
            font-size: 15px;
        }
        .login-nav li{
            display: inline-block;
            vertical-align: top;
            line-height: 16px;
        }
        .login-nav li a:hover{
            text-decoration: underline;
            background: none;
        }
        .login-name{
            float: left;
            font-weight: 700;
            text-align: right;
            font-size: 14px;
        }
        #logout_form{
            height: 23px;
            float: right;
            margin-top: -29px;
        }
            #logout_form .login-nav{
                margin-top: 0;
            }
/*header end*/
.zoo-filter-empty{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}
#content,
.sidebar,
.aside-left,
.aside-left-top,
.aside-right-top{
    display: table-cell;
    vertical-align: top;
}
.aside-right-top{
    position: relative;
}
.aside-left{
    position: relative;
    z-index: 1;
}
#content,
.aside-left-top{
    width: 100%;
}
.aside-right-top .mod-wrapper{
    width: 290px;
    margin-left: 60px;
}
.aside-right-top .mod-wrapper,
.aside-left-top .mod-wrapper{
    padding-bottom: 57px;
}
.sidebar .mod-wrapper{
    margin-bottom: 60px;
}
.col-frame{
    width: 280px;
    margin-right: 40px;
}
.yoo-zoo .item .aside .col-frame,
.yoo-zoo .author .aside .col-frame{
    float: right;
    width: 340px;
    margin: 0;
}
.yoo-zoo .item .aside .aside-holder,
.yoo-zoo .author .aside .aside-holder{
    background: #fff;
    padding-left: 60px;
    box-sizing: content-box;
}
.yoo-zoo .item .aside .aside-holder.remove-sticky{
    position: static !important;
}
.sidebar .col-frame{
    margin: 0 0 0 90px;
}
/*search-box */
.search-box{
    float: right;
    width: 56%;
}
    .search-box form{
        position: relative;
        margin: 0;
    }
        .search-box .inputbox{
            float: left;
            width: 100% !important;
            height: 34px;
            padding: 5px 90px 5px 35px;
            line-height: 22px;
            border-color: #ddd;
            border-radius: 3px;
            font-size: 12px;
            box-shadow: none;
            border-radius: 0;
            box-sizing: border-box;
            background: #fff url(../images/icon-zoom.png) no-repeat 9px 50%;
        }
            .search-box .button{
                position: absolute;
                right: 0;
                top: 0;
                width: 80px;
                height: 34px;
                background: #ffb300;
                border: none;
                border-radius: 0;
                text-shadow: none;
                padding: 0;
                font-weight: bold;
                text-transform: uppercase;
                margin: 0;
            }
            .search-box .button:hover{
                background: #ffc740;
            }
            .search-box .inputbox:focus + .button{
                border-left: 1px solid #a240a2;
            }
            .search-box label{
                display: none;
            }
/*search-box end*/

/*main-nav*/
.main-nav{
    background: #a240a2;
    margin: 0 -9999px;
    padding: 0 9999px;
}
    .main-nav .nav{
        display: table;
        margin: 0;
        padding: 0;
    }
    .main-nav .nav > li{
        display: table-cell;
        vertical-align: middle;
        line-height: 44px;
        position: relative;
        text-transform: uppercase;
        z-index: 100;
    }
    .main-nav .nav > li:after{
        position: absolute;
        display: block;
        content: "";
        right: 0;
        top: 2px;
        height: 40px;
        width: 1px;
        background: #92468f;
    }
        .main-nav .nav > li a,
        .main-nav .nav > li span{
            position: relative;
            display: block;
            padding: 0 15px;
            color: #fff;
            z-index: 1;
            font-weight: 700;
        }
        .main-nav .nav > li a:hover,
        .main-nav .nav > li a:focus{
            background: #92468f;
        }
        .main-nav .nav > li a:after{
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 2px;
            width: 100%;
        }
        .main-nav .nav > li.active > a:after{
            background: #ffac00;
        }
        /* hide the subnav for Journals menu item */
        .main-nav .nav .item-101 .nav-child {
            display: none;
        }
        .main-nav .nav > li ul{
            display: none;
            position: absolute;
            padding: 0;
            left: 0;
            top: 100%;
            width: 200px;
            background: #630f63;
        }
        .main-nav .nav > li:hover ul{
            display: block;
        }
        .main-nav .nav > li li{
            border-top: 1px solid #a240a2;
            font-size: 12px;
        }
        .main-nav .nav > li li:first-child{
            border-top: none;
        }
        .main-nav .nav > li li a{
            padding-top: 5px;
            padding-bottom: 5px;
        }
        .main-nav .nav > li li a:hover{
            text-decoration: none;
        }
        .main-nav .nav > li .nav-header{
            cursor: pointer;
            font-size: inherit;
            line-height: inherit;
            text-shadow: none;
        }
/*main-nav end*/

/*zoo*/

/*.item .floatbox ul,
.item .content ul,
.item .floatbox ol,
.item .content ol{
    margin: 0 0 20px 0;
}
.item .floatbox ul li,
.item .content ul li,
.item .floatbox ol li,
.item .content ol li{
    padding-bottom: 8px;
}*/
.yoo-zoo{
    position: relative;
}
#yoo-zoo.publishing-article .journal{
    width: 1200px;
    max-width: 100%;
}
.item .main{
    display: table;
    width: 100%;
}
.item .content,
.item .aside{
    display: table-cell;
    vertical-align: top;
}
.item .content{
    width: 100%;
    position: relative;
    max-width: 860px;
}
/*Publishing Article items*/
.publishing-article .items{
    margin: 0 0 0 -11.1%;
    padding: 0;
    font-size: 0.01px;
    line-height: 0;
}
.publishing-article .teaser-item{
    display: inline-block;
    vertical-align: top;
    width: 21.5%;
    margin: 0 0 45px 10%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.publishing-article .teaser-item .img-box,
.publishing-article .journal .items .img-box {
    height: 240px;
    position: relative;
    margin-bottom: 15px;
}
.pos-media-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg-journal.svg) no-repeat 50% 50%;
    background-size: 80% auto;
}
.publishing-article .teaser-item .pos-media{
    background: #fff;
}
.publishing-article .teaser-item .pos-media a{
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.publishing-article .teaser-item .pos-media img{
    display: block;
    margin: 0 auto;
    max-width: 165px;
}
.zoo-purchases .title-h2 {
    margin-bottom: 25px;
    padding-top: 10px;
}
.publishing-article ul.items{
    margin-left: -3.4%;
}
.zoo-purchases .related-list {
    padding: 0 18px;
    border: 1px solid #e2e2e2;
}
    .publishing-article ul.items li,
    .zoo-purchases .related-list li{
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    .publishing-article ul.items li {
        display: inline-block;
        vertical-align: top;
        width: 11.5%;
        margin: 0 0 50px 4.9%;
    }
    .zoo-purchases .related-list li {
        padding: 20px 0 0;
        border-width: 1px 0 0;
        border-style: solid;
        border-color: #e2e2e2;
    }
    .zoo-purchases .related-list li:first-child {
        border: none;
    }
        .publishing-article .items .media{
            margin-bottom: 15px;
            background: #fff;
        }
        .publishing-article .journal .items .media{
            margin-bottom: 0;
        }
        .publishing-article .journal .items .img-box,
        .zoo-purchases .img-box{
            height: 208px;
        }
        .publishing-article .items .media a,
        .zoo-purchases {
            display: inline-block;
            vertical-align: top;
            height: 100%;
        }
        .publishing-article ul.items .media a{
            display: block;
        }
        .publishing-article .items .media img,
        .zoo-purchases {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }
        .publishing-article .items .teaser-item .media img{
            max-width: 170px;
        }
        .publishing-article .items .pos-meta,
        .zoo-purchases .pos-meta{
            color: #707070;
            font-size: 12px;
            margin-bottom: 10px;
        }
        .publishing-article .items .pos-meta a,
        .zoo-purchases .pos-meta a{
            color: inherit;
        }
        .publishing-article .items .pos-meta span,
        .zoo-purchases .pos-meta span{
            display: inline-block;
            vertical-align: top;
            padding-right: 5px;
        }
        .publishing-article .items .pos-title,
        .zoo-purchases .pos-title{
            font-size: 14px;
            line-height: 20px;
            margin: 0;
            text-align: center;
            color: #333;
            font-weight: 400;
        }
        .publishing-article .items .pos-title a,
        .zoo-purchases .pos-title a{
            color: inherit;
        }
        .publishing-article .journal .media-box,
        .publishing-article .books .media-box{
            margin-right: 40px;
            float: left;
        }
        .publishing-article .journal .general-content,
        .publishing-article .books .general-content{
            overflow: hidden;
        }
        .general-content-ua {}
        .lang-switcher-wrapper {
            display: inline-block;
            vertical-align: middle;
            margin-top: -0.3em;
        }
        .lang-switcher-wrapper .lang-switcher {
            width: 24px;
            height: 14px;
            display: inline-block;
            vertical-align: middle;
            opacity: 0.5;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: contain;
            cursor: pointer;
            margin-left: 10px;
        }
        .soft-hide {
            height: 0;
            overflow: hidden;
            position: absolute;
            left: 0;
            right: 0;
            z-index: -1;
            visibility: hidden;
        }
        .lang-switcher-wrapper .lang-switcher.active,
        .lang-switcher-wrapper .lang-switcher:hover {
            opacity: 1;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
        }
        .lang-switcher-wrapper .lang-uk {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAcCAYAAAAnbDzKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1N0Y1NkVGOTIzOTExRTg5RkQ1RTA3RTA2N0FCODMzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1N0Y1NkYwOTIzOTExRTg5RkQ1RTA3RTA2N0FCODMzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTU3RjU2RUQ5MjM5MTFFODlGRDVFMDdFMDY3QUI4MzMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTU3RjU2RUU5MjM5MTFFODlGRDVFMDdFMDY3QUI4MzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7RchfrAAAHoElEQVR42uyYC1SN6RrHf3t3T5chKtKRkoSMpFONOhlyv1MJNTkYJRrFUqxmOI77LYVxK4U0nFQmNCfEcRe5paEokqKLhKSitM+3v0wzZjjFMNasdf5r7bX2ftf3ve/zvO/z/p//f0tyV0TVtv5qNFJlJWpe1BL13TlWhR6RPHxUwbsgwN9J5jvxM46q9ZD8crz92lky5dEDsbRbKuEdMaBvR4IC+sl0Cu+RNTNE8vj0FaTZs0IlZ81dJMWxhyWKClLJ3z1sJaePzMBroj1KSgrvso7k5aex4w3iUwsD4nZOYl3A51TMXiU5bzdB8uTSdYy+nojUbMNsXpRX8qPLbC46fElZ6jW0tFSZO6c/xw5OZ1D/TnwstGqpzZpVziREutMidh8pHZwpiklG32MgdjfiMV7gjfSOZTdss+JpE+gpBn/eZjzX3L+hKq+INobN2LxuDPFC9vJd+KPQRF2ZwBlOHP+3Lzb5WaSYjiR3+Xa0bDtjnbqNjtvno9Jal9KHFUidx23BK/B7FKaMwTYzFj1XJwqjk0gxG8WtrzcIp1OBjbURifHehK50pqW+1gcLXEFByrjR3TkllPDYvyiQZu3BjWnLUWqqicWeFXQ7uglNK3Oqq1+wMfwkPXoHI5W/mHQoA8d+a1gafQnDzXOxOh2BRhdTbi+K4IyQ/b2w70Emw3l4V04m+zPLrzfqasrvNXhH+3Yc3DeVuS4dyR8dwJUhM6guLsU0ZCY2V2NoMbyn+Fxi0lUc+4ayYGkSZWVVdQnIUVPzgrDI03zWK5jYG+V0PRlOp+8WiuyUOXkRqZbulCafQ1VVCb9pn3PqsD9uLlZIpZLfFXj7drpEbfmCyMWDkC3dRKqVB49OCBvpNwa77D0YTndDoqTI5St3GeEWxuRpO8nNK61/X/rrCeX0OXdBIr0GriVdzwjb63EYL/KhMucul/tMJW2QHxWZt9HV1WTVkhEkJfjQw874rQNvrtOEZQuGcSBmIm3/c5SU9qMoiNxH8+GO2F6LwXT1DBSbanGv4DG+M3czeNRGzp3P/c080jctcPNWCZ6ToxjrFU3lyAHYZe2h1ZfDKT1whrMWbmJtVpc8opN5S2KiJhC5yR3jts0bDFxFRRFfb0ehFP3oXVVIqrkLOfPDUDc3otvxzVjELUetnSFPK56zLDgZhz4hxCekCRUsez1ntzIJkjW0qLxM3JytCBCYQa2gkOyZIZQeOouitgZGQRNoLRyz2AiFMrx77zGGuhryRsavGhnNJ43gQelT1DOyhEa0mvK0LFQN9TBePBX9cf2FaCTU1srYFXuBFauTKb5f3nDTuZNXKmvssasL9KbTrIn4/Vl+MTIhYDmUdLRR0FSvf6626vlrE2g9zRVZbS3PBIrm5arK+jpIVX8mhKqqau6XlDe6FBW18/PfqnbLXjP2vLDkld+1z2t+80zV7QLKUtIbfFcO7bdp+4fpLuNPDCl/cvw/gY8NRS2bzu9/VoGzy85dfWVI1aglyno6730piexNHeJ34H/R6Hs/gXkLExupFBVwHWlJBzO9nzda6AMFEXt5eu1WHf3Zd0XXuXejF3927z5318eKileqoix2epmBHlujzlJUXNa4E2hMJ/6boBTnzRnwSvAPEk+SPWsNTzNyUDM2wGSZL5c+aUVlZTVD+3R47QmojxvMpi0nmSZICU0Nlfok5LK9cFsigiXEwMcZvQBPwnensSHsJBWVz9/9EpuatCAq/At2bh1fH3z5law6UTfYn2cFJbRbOZ0m8Wvx2XObCd7R5N4pfeN8NTW1rNt4HHtBx2+PPscLwYOrtGqBecRcrC/uQNuhK3khO0nr7IpLbREnDvg2qHhfm0Czpuosnj+E5B986dWz/cuO+YDMSQtFWf3w2EVaf+WGScoOgovUGOSymTNncxpdOiUPnjJn3l6cBq3jyNEb4pjGp6ZYJq+ny75glHSbkeUfTI7jRGZbf8KBhKk49DBpOAG5ifeeZI/c1HuOs0Ew+dRWPuP2gvA6Y7MlAZ0hDlhc2ME+E0scncPYHX9JFGDvghvZxXhM2o6bZyQZmYV1MnuwAzbpuzD7NpCax+WkjwqgymsuYb62om+Q+4dXLvFPX+TmPSiwn+iDf6LCwqgfuBm0XhRumpZmGK/0I7lUynivWOGSPXlvTHLi1E36Dv0W11HdCPR3Er2GeBfcB5AruMK80F2k/tUT/bH92L/Rhz1n8lkZelgUfYpduxjwj6CBWFu1qZ/wkVAiWYJkfnIhAxUDoUa3zuNWe3PGLknix2sFH6QhiTJ69wX27k/HZ7KDWAlqWk1EcjCY4szNOetEr14cdwQ7/7EcS/BmY/R5pPvjvOuDr8zOI33ELC729BJdV9v5XugeDGPOqUe4ekR+sOB/CTnryHfX3mk1MXEXxcTkTbDTzkV0PxMhVkLukq2kdxmNu/pjpBLBRFSXlpHlt4qUjq6U7D1OywlD6XAhmgj0cRq5mUNHMv9wiVBYVIZ/YDz9h63n1Jm6PqNlayH+4dA5ZgkKGmpcn7IURTlt5fwznJqHZTTtbY3RsunEXL5PyJhtouv/2LiaUSCcfgROvcz4JrA/7QRq13VxovkwR/LX/Iv/CjAAr8sLgrm8oeAAAAAASUVORK5CYII=');
        }
        .lang-switcher-wrapper .lang-ua {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAcCAYAAAAnbDzKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1N0Y1NkYzOTIzOTExRTg5RkQ1RTA3RTA2N0FCODMzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1N0Y1NkY0OTIzOTExRTg5RkQ1RTA3RTA2N0FCODMzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTU3RjU2RjE5MjM5MTFFODlGRDVFMDdFMDY3QUI4MzMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTU3RjU2RjI5MjM5MTFFODlGRDVFMDdFMDY3QUI4MzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5aazfcAAAATUlEQVR42uzRUQ2AMBBEwTtSQRjBDAprpCYqgBYPfJBL5iUrYLJ53f2JwrV3WRlwRPEAAAAAAAAAAD6Uc5zLAwAAAAAAAAAAAL+0BRgAqKQFtXPy2JYAAAAASUVORK5CYII=');
        }
        .publishing-article .journal .img-hidden .media-box{
            display: none;
        }
        .publishing-article .journal .media-box img{
            display: block;
            max-width: 181px;
            height: auto;
        }
        .publishing-article .journal .pos-content,
        .publishing-article .article .pos-content,
        .publishing-article .books .pos-content{
            overflow: hidden;
            position: relative;
            transition: max-height 0.3s linear;
            -webkit-transition: max-height 0.3s linear;
            padding-bottom: 20px;
            max-height: 240px;
        }
        .publishing-article .annual-index .pos-content{
            max-height: none;
        }
        /* start css for fix #editor and #editorial-board */
        .publishing-article .journal .editorial-board .pos-content,
        .publishing-article .journal .editor .pos-content,
        .publishing-article .journal .options .pos-content,
        .pos-content.full {
            max-height: inherit !important;
        }
        .full-item #anchors-menu-sticky-wrapper,
        .tab-full #anchors-menu-sticky-wrapper {
            position: relative;
            left: 0;
        }

        /* end */
        .publishing-article .pos-block{
            color: #333;
            margin: 0 0 20px -35px;
            font-size: 0.0001px;
        }
        .publishing-article .top-content-box{
            margin-bottom: 20px;
            display: none;
        }
        .publishing-article .frame.editorial-board .top-content-box{
            display: block;
        }
        .publishing-article #main-tab-content .top-content-box{
            display: none;
        }
        .publishing-article .pos-block > * {
            font-size: 14px;
        }
        .publishing-article .pos-block .box__line {
            margin-top: 10px;
        }
        .publishing-article .pos-block .box{
            display: inline-block;
            vertical-align: top;
            padding: 0 0 0 35px;
            width: 50%;
        }
        .publishing-article .journal .pos-block b,
        .publishing-article .books .pos-block b{
            color: #4e5c72;
        }
        .publishing-article .journal .frame,
        .publishing-article .books .frame{
            overflow: hidden;
            margin-bottom: 45px;
        }
        .publishing-article .editorial-board .edboard_photo{
            float: left;
            margin-right: 10px;
            width: 70px;
        }
        .publishing-article .journal .related-list .frame{
            margin-bottom: 0;
        }




        .publishing-article .frame.options .zx-zoocart-addtocart{
            text-align: center;
        }
        .publishing-article .frame.options .zx-zoocart-addtocart .btn{
            display: inline-block;
            width: auto;
            padding-right: 20px;
        }
/*Publishing Article items end*/

        /*btn-full*/
        .btn-full{
            position: absolute;
            bottom: -4px;
            width: 100%;
            background: #fff;
        }
        .btn-full:after{
            position: absolute;
            left: 0;
            bottom: 100%;
            width: 100%;
            height: 150px;
            content: "";
            background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 85%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(85%,rgba(255,255,255,1)));
            background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 85%);
            background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 85%);
            background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 85%);
        }
        .full .btn-full:after,
        .full .btn-full .show{
            display: none;
        }
        .btn-full .show{
            display: inline-block;
            padding-right: 18px;
            background: url(../images/bullet-drop.svg) no-repeat 100% 50%;
            font-weight: 700;
            color: #4e5c72;
            text-transform: uppercase;
            cursor: pointer;
        }
        .full .btn-full .hide{
            display: inline-block;
            padding-right: 18px;
            background: url(../images/bullet-drop-t.svg) no-repeat 100% 50%;
            font-weight: 700;
            color: #4e5c72;
            text-transform: uppercase;
            cursor: pointer;
        }
        /*btn-full end*/
        .publishing-article .tab-content,
        .publishing-article .tab-active .content-box{
            display: none;
        }
        .publishing-article .board-block h2{
            margin-bottom: 30px;
        }
        .publishing-article .board-block table,
        .publishing-article .table-board{
            width: 100% !important;
        }
        .publishing-article .board-block table td,
        .publishing-article .table-board td{
            padding: 0 0 20px 40px;
            vertical-align: top;
        }
        .publishing-article .board-block table td:first-child,
        .publishing-article .table-board td:first-child {
            padding-left: 0;
        }
        .publishing-article .board-block table td img,
        .publishing-article .table-board td img{
            display: block;
            max-width: 150px;
        }
        .publishing-article .board-block .editorial-board-item td h3 {
            margin: 0;
            display: inline-block;
        }
        .publishing-article .board-block .editorial-board-item td h3 a {
            display: inline-block;
        }
        .publishing-article .board-block .editorial-board-item td h3 a:nth-child(2) {
            vertical-align: -2px;
            margin-left: -8px;
        }
        .publishing-article .board-block .editorial-board-item td p {
            margin-top: 3px;
            margin-left: 80px;
        }
        .publishing-article .board-block .editorial-board-item td h3 + p {
            margin: 0;
            display: inline-block;
        }
        .publishing-article .board-block .editorial-board-item h3 img {
            margin-right: 4px;
            margin-left: 4px;
        }

.yoo-zoo.publishing-article-author-profile .submission .editing-form .more-options{
    padding-right: 16px;
}
.yoo-zoo.publishing-article-author-profile .submission .editing-form .element-image .more-options{
    display: none;
}
.yoo-zoo.publishing-article-author-profile .mysubmissions .submissions li > div.header{
    border: none;
}
.yoo-zoo.publishing-article-author-profile .submission .creation-form div.image-preview{
    display: inline-block;
    width: auto;
    max-width: 180px;
    height: auto;
    overflow: visible;
}
.yoo-zoo.publishing-article-author-profile .submission .creation-form div.image-preview.hidden{
    display: none;
}
.yoo-zoo.publishing-article-author-profile .submission .creation-form div.image-preview span.image-cancel{
    background: url(../images/close.png) 0 0 no-repeat;
    right: -17px;
    top: -17px;
    width: 34px;
    height: 34px;
}
.yoo-zoo.publishing-article-author-profile .submission .creation-form .element-image,
.yoo-zoo.publishing-article-author-profile .submission .creation-form .d8ca451d-d341-437d-b067-37391fc0ed85{
    overflow: visible;
    display: inline-block;
}
.yoo-zoo.publishing-article-author-profile .submission .image-select select{
    width: 280px;
}
.yoo-zoo.publishing-article-author-profile .submission select{
    border-radius: 0;
    padding: 0;
    width: 400px;
}
.yoo-zoo .pos-indexed{
    padding-bottom: 45px;
}
.pos-indexed ul{
    margin: 0;
    padding: 0;
    width: 100%;
}
    .pos-indexed li{
        display: inline-block;
        vertical-align: top;
        padding: 0 5% 0 12px;
        margin-bottom: 11px;
        line-height: 16px;
        position: relative;
        width: 33%;
    }
    .pos-indexed li:after{
        position: absolute;
        left: 0;
        top: 6px;
        content: " ";
        width: 3px;
        height: 4px;
        background: #707070;
        border-radius: 6px;
    }
        .pos-indexed li a{
            margin-right: 5px;
        }
        .pos-indexed li .pdf-link{
            font-size: 12px;
            color: #707070;
        }
.pos-related .title-line{
    margin-bottom: 30px;
}
.title-line .num{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 32px;
    color: #a240a2;
}
.yoo-zoo .element-socialbookmarks{
    margin-bottom: 25px;
    text-align: center;
}
.yoo-zoo  .element-email .title3,
.yoo-zoo .element-joomlamodule .title3 {
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.yoo-zoo .info-nav{
    margin: 0 40px 20px 0;
    padding: 0;
    list-style: none;
}
    .yoo-zoo .info-nav li{
        border-top: 1px solid #f4f4f4;
    }
    .yoo-zoo .info-nav li:first-child {
        border-top: transparent;
    }
    .yoo-zoo .info-nav li a{
        padding: 6px;
        display: block;
    }
    .yoo-zoo .info-nav li a span{
        padding-left: 3px;
        color: #4e5c72;
    }
    .yoo-zoo .info-nav li a.active,
    .yoo-zoo .info-nav li a:hover{
        text-decoration: none;
        background: #a240a2;
        color: #fff;
    }
    .yoo-zoo .info-nav li a:hover span{
        color: inherit;
    }
.publishing-article .box{
    margin-bottom: 10px;
}
.publishing-article .editor-box{
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdfe0;
}
.publishing-article .editor-box:after {
    content: "";
    display: block;
    clear: both;
}
    .publishing-article .editor-box .holder{
        overflow: hidden;
    }
    .publishing-article .editor-box .photo-box{
        float: right;
        margin-left: 30px;
    }
    .publishing-article .editor-box .photo-box img{
        display: block;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .publishing-article .editor-box .title-editor{
        text-transform: uppercase;
        color: #4e5c72;
        font-weight: 700;
        margin-bottom: 5px;
        overflow: hidden;
    }
    .publishing-article .editor-box .tabset{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .publishing-article .editor-box .tabset a{
        display: inline-block !important;
        vertical-align: top;
    }
    .publishing-article .pos-subtitle{
        font-weight: 400;
        color: #4e5c72;
        margin-bottom: 25px;
    }
.board-board .items .teaser-item{
    margin-bottom: 40px;
}
    .board-board .items .floatbox{
        overflow: hidden;
    }
    .board-board .items .pos-media{
        float: left;
        margin-right: 10px;
    }
    .board-board .items .pos-media a{
        display: block;
        height: 100%;
    }
    .board-board .items .pos-media img{
        display: block;
        width: 100px;
    }
    .board-board .items .frame{
        overflow: hidden;
    }
.blog-news .items .teaser-item{
    padding-bottom: 40px;
}
    .blog-news .items .pos-media{
        float: left;
        margin-right: 60px;
    }
    .blog-news .items .pos-media a{
        display: block;
        height: 100%;
    }
    .blog-news .items .pos-media img{
        display: block;
    }
    .blog-news .items .holder{
        overflow: hidden;
    }
    .blog-news .items .frame{
        overflow: hidden;
    }
    .blog-news .items .pos-content{
        overflow: hidden;
    }
        .blog-news .items p{
            margin-bottom: 10px;
        }
        .blog-news .date-box{
            font-size: 12px;
            color: #707070;
            margin-bottom: 20px;
        }
        .blog-news .items .element-itemlink a{
            display: inline-block;
            vertical-align: top;
            padding-right: 10px;
            background: url(../images/bullet-arrow-blue.svg) no-repeat 100% 50%;
        }
        .blog-news .item .pos-title{
            margin-bottom: 10px;
        }
        .blog-news .item .img-left{
            margin-bottom: 33px;
        }
        .blog-news .item .img-center{
            padding: 20px 0 90px 0;
        }
        .blog-news .item .img-center img{
            display: block;
            margin: 0 auto;
        }
        .blog-news .item .img-left img{
            display: block;
        }
        .blog-news .item .text-box{
            font-size: 18px;
            line-height: 26px;
        }
        .blog-news .item .text-box p{
            margin-bottom: 30px;
        }
        .blog-news .item .info-box h3{
            color: #a240a2;
        }
        .blog-news .item .info-box p{
            margin-bottom: 25px;
        }
        .blog-news .item .info-bottom{
            margin-bottom: 45px;
        }
        .blog-news .item .img-text{
            text-align: center;
            font-size: 12px;
            color: #707070;
            margin-bottom: 30px;
        }
        .blog-news .item .quote-box{
            margin: 0 20px 45px 20px;
            padding: 40px 60px;
            border: 1px solid #e2e2e2;
            text-align: center;
        }
        .blog-news .item .quote-box .txt{
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 25px;
        }
        .blog-news .item .quote-box .title{
            font-weight: 700;
            text-transform: uppercase;
            color: #4e5c72;
            margin-bottom: 3px;
        }
        .blog-news .item .quote-box .info{
            font-size: 12px;
            color: #707070;
        }
        .blog-news td img{
            margin: 0 10px 10px 0;
        }

    /* Filter category links */
    .filter-link-container{
        position: absolute;
        top: -65px;
        right: 0;
        font-weight: 700;
        text-transform: uppercase;
    }
        .filter-link-container a{
            position: relative;
            display: inline-block;
            vertical-align: top;
            color: #333;
            margin-left: 25px;
        }
        .filter-link-container a:hover,
        .filter-link-container a.active{
            color: #a240a2;
            text-decoration: none;
        }
        .filter-link-container a:hover:after,
        .filter-link-container a.active:after{
            content: "";
            position: absolute;
            left: 0;
            bottom: -13px;
            width: 100%;
            height: 3px;
            background: #a240a2;
        }
    #yoo-zoo .items .loader-container .loader{
        width: 50px;
        margin: 0 auto !important;
        padding-top: 100px !important;
    }
.mysubmissions .pagination a, .mysubmissions .pagination span {
    margin: 3px;
}
/*related list*/
.related-list,
.yoo-zoo .related-list,
.related-list ul{
    margin: 0;
    padding: 20px;
    list-style: none;
}
    .related-list li,
    .publishing-article-tag .teaser-item,
    .publishing-article-articles-catg .teaser-item{
        display: block;
        margin-bottom: 20px;
        border: 1px solid #e2e2e2;
        padding: 18px 55px 18px 18px;
    }
    .publishing-article-tag .teaser-item,
    .publishing-article-articles-catg .teaser-item{
        width: auto;
        text-align: left;
    }
    .related-list li.free{
        background: url(../images/icon-lock.svg) no-repeat 97.5% 50%;
    }
    .related-list li.active {
        transition: box-shadow 300ms;
        box-shadow:
                0 0 0  0px rgba(  0,  0,  0, 0.1),
                0 0 20px 0 rgba(0,0,0,0.5);
    }

.related-list div.free{
    background: url(../images/icon-lock.svg) no-repeat 100% 50%;
    width: 820px;
}

    .related-list li:after{
        content: "";
        display: table;
        clear: both;
    }
        .related-list li .pos-subtitle,
        .publishing-article-tag .teaser-item .pos-subtitle{
            margin-bottom: 10px;
        }
        .related-list li .pos-media{
            float: left;
            margin-right: 20px;
            width: 80px;
        }
        .related-list li .pos-media a{
            display: block;
            height: 100%;
        }
        .related-list li .pos-media img{
            display: block;
        }
        .related-list li .frame{
            overflow: hidden;
        }
        .related-list li .authors-box,
        .publishing-article .items .authors-box{
            margin-bottom: 10px;
        }
        .related-list li .list-box,
        .publishing-article .items .list-box,
        .publishing-article-tag .items .list-box{
            font-size: 12px;
            line-height: 16px;
            color: #707070;
        }
        .related-list li .list-box,
        .publishing-article-tag .items .list-box{
            margin-left: -22px;
        }
        .related-list li .list-box{
            padding-right: 70px;
        }
        .related-list li .list-box span,
        .publishing-article-tag .items .list-box span{
            display: inline-block;
            vertical-align: top;
        }
        .related-list li .list-box .txt,
        .publishing-article-tag .items .list-box .txt{
            padding-left: 25px;
        }
        .related-list li .description {
            margin-top: 10px;
        }
        .related-list li .description p {
            margin: 0;
        }
        .related-list li .description.description-hidden {
            display: none;
        }
        .related-list li .access-txt{
            text-transform: uppercase;
            font-weight: 700;
            color: #4F5D73;
            padding-left: 32px;
            background: url(../images/icon-clock.svg) no-repeat;
        }
        .related-list li .access-txt span{
            color: #333;
            text-transform: lowercase;
            font-size: 12px;
            font-weight: 300;
        }
        .related-list li .access-txt.orange{
            color: #FF6526;
            background: url(../images/icon-clock-orange.svg) no-repeat;
        }
/*related list end*/
.publishing-article .pos-row{
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.publishing-article .pos-row:after {
    content: "";
    display: table;
    clear: both;
}
.publishing-article .large-text{
    font-size: 18px;
    line-height: 26px;
}
.publishing-article .frame-info{
    padding-bottom: 50px;
}
ul.pos-info{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 70%;
}
.pos-info li{
    padding: 10px 0;
    border-top: 1px dotted #d4d4d4;
    word-wrap: break-word;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
    .pos-info li.buttons{
        text-align: right;
        display: block;
        margin-top: -41px;
    }
        .pos-info li.buttons .annotation-box{
            margin-left: 10px;
        }
            .pos-info li.buttons .annotation-box a, .pos-info li.buttons .annotation-box a:hover{
                text-decoration: none;
            }
.issue-keywords-wrapper{
    margin-left: 0;
}
.issue-keywords li{
    padding: 10px 0;
}
.pos-info li:after {
    content: "";
    display: table;
    clear: both;
}
.pos-info li:first-child {
    border-color: transparent;
}
.pos-info li .title{
    float: left;
    width: 80px;
    margin-right: 10px;
    -webkit-flex: 1 0px;
    -ms-flex: 1 0px;
    flex: 1 0px;
}
.pos-info li .txt{
    -webkit-flex: 4 0px;
    -ms-flex: 4 0px;
    flex: 4 0px;
}
.pos-info li.element-relateditems .txt{
    color: #a240a2;
}
.pos-info-dates {
    text-align: left;
    margin: 20px 0 0;
}
    .pos-info-dates div {
        display: inline-block;
    }
    .pos-info-dates .inline-b-wrapper {
        margin-right: 5px;
    }
.tab-block.item{
    border-bottom: none;
}
.tab-block.item .pos-info{
    border-right: 1px dotted #d4d4d4;
    width: 30%;
}
.tab-block.item .pos-info li{
    border: none;
}
.tab-block.item .counter-box{
    width: 70%;
}
.tab-block.item .counter-box li{
    width: 25%;
}
ul.counter-box,
div.yoo-zoo ul.counter-box{
    float: right;
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    width: 30%;
}
.counter-box li{
    display: inline-block;
    vertical-align: top;
    width: 47%;
    text-align: center;
    padding-top: 50px;
    margin-left: 10px;
}
.counter-box li span,
.counter-box li > div{
    display: inline-block;
    vertical-align: top;
}
.counter-box li:first-child {
    margin-left: 0;
}
.counter-box li[data-zoocart-id="_itemhits"],
.counter-box li.hitscount,
.counter-box li._itemhits{
    background: url(../images/icon-views.png) no-repeat 50% 7px;
}

.author li._itemhits {
background: url(../images/icon-author.png) no-repeat 50% 0;
}

.counter-box li.download{
    background: url(../images/icon-downloads.png) no-repeat 50% 0;
}
.counter-box li.author{
    background: url(../images/icon-author.png) no-repeat 50% 0;
}
.counter-box li.figure{
    background: url(../images/icon-figures.png) no-repeat 50% 0;
}
.counter-box li.table{
    background: url(../images/icon-tables.png) no-repeat 50% 0;
}
.counter-box li.article,
.counter-box li.publication{
    background: url(../images/icon-publication.png) no-repeat 50% 0;
}
.counter-box li.books,
.counter-box li.book{
    background: url(../images/icon-books.png) no-repeat 50% 0;
}

div.yoo-zoo ul.counter-box.uk-width-1-1{
    width: 100%;
    float: none;
    margin: 0 0 0 -20px;
}
div.yoo-zoo ul.counter-box.counter-box-horizontal{
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px dotted #d4d4d4;
}
ul.counter-box.uk-width-1-1 li{
    width: auto;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 20px;
}
ul.counter-box.counter-box-horizontal li{
    padding: 0 0 0 60px;
    line-height: 35px;
    background-position: 0 0 !important;
    font-weight: 300;
    text-transform: lowercase;
}
/*author start*/
.author-link-img {
    margin-right: 4px;
    margin-left: 4px;
}
.author .sub-title{
    margin: -15px 0 25px;
    color: #6f6f6f;
}
.author .media-box{
    float: left;
    margin-right: 20px;
    position: relative;
}
.author .media-box img{
    display: block;
    border-radius: 10px;
    max-height: 250px;
    width: auto;
}
.author .media-box .social-box{
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.author .media-box .social-box li{
    display: inline-block;
    vertical-align: top;
    width: 40px;
}
.author .media-box .social-box li + li{
    margin-left: 20px;
}
.author .media-box .social-box li a{
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/icons-social-circle.svg) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
.author .media-box .social-box li a.fa{
    background-position: -54px 0;
}
.author .media-box .social-box li a.lnkd{
    background-position: -108px 0;
}
.author .frame-info .pos-content{
    overflow: hidden;
    padding-top: 5px;
}
.author .pos-content .position-txt{
    margin-bottom: 15px;
    color: #a240a2;
}
.author .author-link-research-32 img {
    height: 60px;
}
.authors-box{
    margin-bottom: 15px;
}
.authors-box .title-h3{
    margin-bottom: 0;
}
.authors-box .authors-box-txt{
    margin: 0;
    padding: 0;
    list-style: none;
}
.authors-box .authors-box-txt li{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #707070;
    padding-right: 3px;
}
    .authors-box .doi{
        margin-left: 25px;
        font-style: italic;
        display: inline-block;
    }
    .volumes-list .authors-box ul{
        height: auto;
    }
    .authors-box .others{
        margin-left: 20px;
    }
/*author end*/

/*zoo end*/

/*filter-block*/
.filter-block{
    margin: 0;
}
    .filter-block .filter-types{
        display: none;
        margin-bottom: 10px;
    }
        .filter-block .filter-types .box{
            overflow: hidden;
            margin-bottom: 17px;
            position: relative;
        }
        .filter-block .check{
            margin: 0;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
        }
        .filter-block .lab{
            display: inline-block;
            vertical-align: top;
            height: auto;
            font-weight: 700;
            color: #424242;
            margin: 0;
            padding-left: 32px;
            position: relative;
            text-transform: uppercase;
        }
        .filter-block .lab:after{
            position: absolute;
            left: 0;
            top: 1px;
            content: "";
            width: 16px;
            height: 16px;
            background: #fff;
            border: 1px solid #b3b3b3;
            cursor: pointer;
        }
        .filter-block .check:checked + .lab:after{
            background: url(../images/bg-check.svg) no-repeat 50% 50%;
        }
        .filter-block .mod-title{
            padding: 9px 5px 9px 30px;
            text-transform: uppercase;
            color: #fff;
            background: #a240a2 url(../images/bullet-title.png) no-repeat 10px 50%;
        }
        .filter-block .zoo-filter .form-element-row{
            padding: 0;
            margin-bottom: 20px;
            overflow: inherit;
        }
        .filter-block .form-wrapper{
            border: 1px solid #dedede;
            padding: 20px 20px;
        }
        .filter-block .text{
            border: 1px solid #e2e2e2;
            padding: 6px 10px 6px 36px;
            height: 33px;
            box-shadow: none;
            line-height: 19px;
            width: 100%;
            border-radius: 0;
            margin: 0;
            font-size: 12px;
            color: #8e989b;
            background: #fff url(../images/icon-zoom-grey.svg) no-repeat 11px 50%;
        }
        .filter-block ul{
            margin: 0;
            list-style: none;
        }
        .filter-block .categories > li{
            border-top: 1px solid #ebeff1;
            position: relative;
        }
        .filter-block .categories > li:first-child {
            border-top: 1px solid transparent;
        }
        .filter-block .categories li .drop-box{
            padding-left: 10px;
            overflow: hidden;
            max-height: 0;
            -webkit-transition: max-height 0.8s ease 0s;
            -moz-transition: max-height 0.8s ease 0s;
            transition: max-height 0.8s ease 0;
        }
        .filter-block .categories li.active .drop-box{
            max-height: 800px;
        }
        .filter-block .categories li li{
            margin-top: 20px;
            background: url(../images/bullet-arrow.svg) no-repeat 0 50%;
            padding-left: 11px;
        }
        .filter-block .categories li li:last-child{
            margin-bottom: 20px;
        }
        .filter-block .categories li .holder{
            position: relative;
        }
        .filter-block .categories li .link-txt{
            font-weight: 700;
            font-size: 13px;
            margin: 0;
            height: auto;
            position: relative;
            z-index: 1;
            cursor: pointer;
            padding: 8px 20px 8px 20px;
            cursor: pointer;
            margin: 0 -20px;
        }
        .filter-block li .radio:checked + .link-txt{
            background: #a240a2;
            color: #fff;
        }
        /*.filter-block .categories li .bullet-plus {
            background: url(../images/bullet-plus.svg) no-repeat 98% 13px;
        }
        .filter-block .categories > li.active .link-txt{
            background: url(../images/bullet-min.svg) no-repeat 98% 17px;
        }*/
        .filter-block .categories li li .link-txt{
            font-weight: 300;
            background: none !important;
            padding: 0;
        }
        .filter-block li .radio{
            margin: 0;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
        }
        .filter-block .btn.search,
        .filter-block .btn.clear{
            float: left;
            height: 34px;
            background: #ffb300;
            color: #fff;
            border: none;
            border-radius: 0;
            text-shadow: none;
            padding: 0 10px;
            font-weight: bold;
            text-transform: uppercase;
        }
        .filter-block .btn.search:hover{
            background: #ffc740;
        }
        .filter-block .btn.clear{
            float: right;
            background: #717D8E;
        }
        .filter-block .btn.clear:hover{
            background: #4E5C72;
        }
        .filter-block .zoo-filter .form-element-row.textarea,
        .filter-block .zoo-filter .form-element-row.text,
        .filter-block .zoo-filter .form-element-row.textarea,
        .filter-block .zoo-filter .form-element-row.textareapro,
        .filter-block .zoo-filter .form-element-row.link,
        .filter-block .zoo-filter .form-element-row.image,
        .filter-block .zoo-filter .form-element-row.textpro {
            display: none;
        }
/*filter-block end*/

/*features-box*/
.features-box{
    margin: 0 -20px 50px -20px;
}
    .features-box ul{
        margin: 0;
        display: table;
        width: 100%;
        border-spacing: 20px 0;
        table-layout: fixed;
    }
        .features-box li{
            position: relative;
            display: table-cell;
            vertical-align: top;
            border: 1px solid #c3d6df;
            padding: 39px 18px 80px 18px;
            text-align: center;
        }
            .features-box li .media{
                margin-bottom: 15px;
            }
            .features-box li .media img{
                display: block;
                margin: 0 auto;
            }
            .features-box li .title{
                font-size: 24px;
                line-height: 26px;
                color: #424242;
                margin-bottom: 15px;
            }
            .features-box li .title a{
                color: inherit;
            }
            .features-box li .description{
                color: #575757;
            }
            .features-box li .btn-more{
                position: absolute;
                left: 18px;
                right: 18px;
                bottom: 18px;;
            }
            .features-box li .btn-more a{
                display: block;
                height: 40px;
                line-height: 40px;
                font-weight: 700;
                color: #fff;
                text-transform: uppercase;
                background: #00a8fa;
                text-decoration: none;
            }
            .features-box li .btn-more a:hover{
                background: #36c6ff;
            }
            .features-box li:nth-child(2) .btn-more a{
                background: #55b539;
            }
            .features-box li:nth-child(2) .btn-more a:hover{
                background: #80C86B;
            }
            .features-box li:last-child .btn-more a{
                background: #ffac00;
            }
            .features-box li:last-child .btn-more a:hover{
                background: #ffc740;
            }
/*features-box end*/

/*social-block item*/
.social-block{
    text-align: center;
    border: 1px solid #e2e2e2;
    padding: 40px 20px !important;
    margin: 40px 0;
}
    .social-block p{
        display: none;
    }
        .social-block .custom{
            display: inline-block;
            vertical-align: middle;
        }
        .social-block .title{
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
            line-height: 22px;
            padding-right: 14px;
            text-align: right;
        }
        .social-block .jssocials-share{
            display: inline-block;
            vertical-align: top;
            padding-left: 10px;
        }
        .social-block a{
            display: block;
            width: 40px;
            height: 40px;
            background: url(../images/icons-social-circle.svg) no-repeat;
        }
        .social-block .jssocials-share-facebook a{
            background-position: -54px 0;
        }
        .social-block .jssocials-share-linkedin a{
            background-position: -108px 0;
        }
        .social-block .jssocials-share-googleplus a{
            background-position: -163px 0;
        }
        .social-block .jssocials-share-email a{
            background-position: -217px 0;
        }

.socialbookmarks{
    text-align: left;
}
.aside .socialbookmarks{
    margin-top: 10px;
}
    .socialbookmarks .jssocials-share{
        display: inline-block;
        vertical-align: top;
    }
        .socialbookmarks .jssocials-share a{
            float: left;
            width: 40px;
            height: 40px;
            margin: 0 10px 0 0;
            background: url(../images/icons-social-share.svg) no-repeat;
            background-size: 231px 36px;
        }
        .socialbookmarks .jssocials-share-facebook a{
            background-position: 0 0;
        }
        .socialbookmarks .jssocials-share-twitter a{
            background-position: -45px 0;
        }
        .socialbookmarks .jssocials-share-email a{
            background-position: -195px 0;
            background-size: 234px 36px;
        }
        .socialbookmarks .jssocials-share-linkedin a{
            background-position: -92px 0;
        }
        .yoo-zoo  .element-email{
            margin-bottom: 30px;
        }
        .socialbookmarks .jssocials-researchgate a {
            display: block;
            width: 33px;
            height: 33px;
            background: url(../images/icon-researchgate.png) no-repeat;
            background-size: 33px auto !important;
            border-radius: 50%;
            text-indent: -9999em;
            margin-top: 1px;
        }
.mendeley-icon {
    display: inline-block;
    vertical-align: top;
}
.mendeley-icon a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/mendeley_share_button_5.png) no-repeat;
    background-size: 42px auto !important;
    border-radius: 16px;
    background-position: -5px -5px;
    margin: 2px;
}
.mendeley-icon img {
    height: 32px;
    border-radius: 16px;
}

.menu-wrapper {
    position: relative;
}
.social-box{
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 44px;
}
    .social-box .mod-title{
        display: inline-block;
        padding-right: 0;
        text-align: right;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
    }
    .social-box .customsocial-box{
        display: inline-block;
        height: 17px;
    }
    .social-box .jssocials-shares{
        float: right;
    }
    .social-box .jssocials-share{
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }
        .social-box .jssocials-share a{
            display: block;
            width: 20px;
            height: 20px;
            background: url(../images/icons-social.svg?v=1.1) no-repeat;
        }
        .social-box .jssocials-share-facebook a{
            background-position: 0 0;
        }
        .social-box .jssocials-share-twitter a{
            background: url("../images/icon-social-twitter.svg") no-repeat;
        }
        .social-box .jssocials-share-pinterest a{
            background-position: -92px 0;
        }
        .social-box .jssocials-share-googleplus a{
            background-position: -138px 0;
        }
        .social-box .jssocials-share-linkedin a{
            background: url("../images/icon-social-linkedin.svg") no-repeat;
        }

/*social-block item end*/

/*search page result*/
.label-info,
.badge-info{
    background: #a240a2;
    color: #fff;
}
.search .search-results{
    margin-bottom: 50px;
}
    #searchForm{
        padding-top: 5px;
        padding-bottom: 20px;
    }
    #searchForm .btn-toolbar,
    #searchForm .ordering-box{
        margin-bottom: 20px;
        position: relative;
    }
    #searchForm .btn-toolbar{
        padding-bottom: 5px;
        border-bottom: 1px solid #e5e5e5;
        overflow: hidden;
    }
    #searchForm .phrases-box,
    #searchForm .form-limit{
        margin: 0 0 20px;
    }
    #searchForm .phrases-box .controls{
        margin-left: -30px;
    }
    #searchForm .phrases-box .controls label{
        float: left;
        margin-left: 30px;
        padding-top: 0;
    }
    .search .search-results .result-text{
        margin: 0 0 25px 30px;
    }
    .search .search-results .result-created{
        margin: 0 0 10px 30px;
        color: #A7AEB9;
    }
    .search #search-searchword{
        display: block;
        width: 100% ;
        margin: 0;
        height: 34px;
        border: none;
        padding: 5px 40px 5px 25px;
        box-shadow: none;
        font-size: 18px;
    }
    .search .btn-toolbar .btn,
    .search .btn-toolbar .btn:active{
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0;
        border: none;
        height: 34px;
        background: #fff url(../images/icon-zoom.png) no-repeat 0 50%;
        padding: 0;
        width: 25px;
        box-shadow: none;
    }
    .search .search-results .result-text .highlight {
        background: #FCD46E;
    }
    .search .result-title{
        font-weight: normal;
        font-size: 18px;
        padding-bottom: 10px;
    }
    .search .count{
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        color: #ACB2BD;
        background: #F4F7F8;
        min-width: 20px;
        min-height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 10px;
        margin-right: 5px;
    }
    .search .search-row{
        position: relative;
        float: none;
    }
    .search .search-row .btn-primary, .search .search-row .btn-primary:active{
        position: absolute;
        right: 0;
        left: inherit;
        top: 0;
        width: 80px;
        height: 34px;
        background: #ffb300;
        border: none;
        border-radius: 0;
        text-shadow: none;
        padding: 0;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }
    .search .search-row .btn-primary:hover{
        background: #ffc740;
    }
/*search page result end*/

/*sidebar*/
.article-list{
    padding: 0;
}
.article-list ul{
    margin: 0;
    list-style: none;
}
    .article-list > li{
        border: 1px solid #e2e2e2;
        margin-bottom: 20px;
        padding: 16px;
    }
    .article-list li .media{
        float: left;
        margin-right: 20px;
    }
        .article-list li .media a{
            display: block;
            height: 100%;
        }
        .article-list li .media img{
            display: block;
        }
        .article-list li .holder{
            overflow: hidden;
        }
        .article-list li .frame{
            overflow: hidden;
            padding-bottom: 8px;
        }
        .article-list li .date,
        .article-list li .volume{
            font-size: 12px;
            color: #707070;
            line-height: 16px;
            padding-bottom: 13px;
        }
        .article-list li .author{
            font-size: 12px;
            padding-bottom: 4px;
        }
        .article-list li .title-h3{
            font-size: 15px;
            line-height: 21px;
            margin: 0;
            font-weight: 400;
        }

.article-list.items .title-h2{
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 0;
    font-weight: 700;
}
.article-list.items .frame{
    margin-bottom: 30px;
}
.article-list.items .zoo-list > li{
    margin-bottom: 20px;
}
.article-list.items .date{
    padding-bottom: 2px;
}
.article-list.items .title{
    margin-bottom: 4px;
}
.article-list.items .author{
    overflow: hidden;
}
.article-list.items .author h3{
    float: left;
    margin: 0 5px 0 0;
    font-size: 12px;
}
.article-list.items .author ul{
    overflow: hidden;
}
.article-list.items .author li{
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.article-list.items .author li a{
    color: #a240a2;
}
.article-list .layout-issue-with-image{
    margin-bottom: 25px;
}
.article-list .layout-issue-with-image .logo{
    width: 90px;
}
.article-list .layout-issue-with-image p{
    margin-bottom: 5px;
}
.article-list .layout-issue-with-image a{
    cursor: pointer;
}
.news-list{
    padding-bottom: 10px;
}
.news-list ul{
    margin: 0 0 5px;
    list-style: none;
}
.news-list.items ul{
    margin-bottom: 0;
    max-height: 348px;
    overflow: hidden;
}
    .news-list li{
        padding-bottom: 15px;
    }
        .news-list li .date{
            font-size: 12px;
            padding-bottom: 5px;
        }
        .news-list li .title-h4{
            text-transform: none;
            margin-bottom: 0;
            font-weight: 400;
            line-height: 20px;
        }
        .news-list.items li .date{
            color: #919191;
        }
        .news-list .btn{
            display: block;
            text-transform: uppercase;
            font-weight: 700;
            color: #4e5c72;
            height: 40px;
            line-height: 40px;
            background: #fff;
            padding: 0 10px;
            box-shadow: inset 0 0 1px 0 #cfd8dc;
            border: none;
        }
        .news-list .btn span{
            display: inline-block;
            vertical-align: top;
            padding-right: 12px;
            background: url(../images/bullet-arrow-grey.svg) no-repeat 100% 50%;
        }
        .news-list .btn:hover{
            background: #a240a2;
            color: #fff;
            box-shadow: none;
        }
        .news-list .btn:hover span{
            background: url(../images/bullet-arrow-white.svg) no-repeat 100% 50%;
        }
        .news-list.items .btn{
            position: absolute;
            left: 60px;
            bottom: 57px;
            padding: 0 51px;
        }
/*Subscribe news*/
.subs-news{
    margin-bottom: 25px;
}
    .subs-news .acymailing_form{
        width: 100%;
    }
        .subs-news .acymailing_form td{
            padding: 0 0 0 9px;
        }
        .subs-news .acymailing_form td:first-child {
            padding-left: 0;
            width: 70%;
        }
        .subs-news .inputbox{
            display: block;
            width: 210px !important;
            height: 40px;
            border: 1px solid #d4d4d4;
            margin: 0;
            padding: 9px 12px;
            border-radius: 0;
            box-shadow: none;
            color: #adadad;
        }
        .subs-news .btn{
            height: 40px;
            padding: 0 5px;
            background: #55b539;
            border: none;
            text-shadow: none;
            width: 100%;
            font-weight: 700;
            text-transform: uppercase;
        }
        .subs-news .btn:hover{
            background: #80C86B;
        }
        .subs-news p{
            margin-bottom: 10px;
        }
        .subs-news .acymailing_finaltext,
        .subs-news .item .acymailing_introtext,
        .subs-news .item .acymailing_form,
        .subs-news .item .acymailing_module_success{
            display: none;
        }
        .subs-news .item .acymailing_module_form{
            overflow: hidden;
        }
        .subs-news .item .acymailing_finaltext{
            display: block;
        }
        .subs-news .item form{
            height: auto !important;
            opacity: 1 !important;
        }
/*Subscribe news end*/

/*slider box*/
.slider-box p{
    margin: 0;
}
.slider-box img{
    display: block;
    max-width: 837px;
    height: auto;
}
/*slider box end*/
/*sidebar end*/

/*about us and authors-editors pages*/
.yoo-zoo.about-aboutus .floatbox,
.yoo-zoo.authors-editors .floatbox,
.yoo-zoo.board-board .floatbox{
    overflow: hidden;
}
.yoo-zoo.about-aboutus .pos-media,
.yoo-zoo.authors-editors .pos-media,
.yoo-zoo.board-board .pos-media{
    float: left;
    margin-right: 40px;
}
.yoo-zoo.about-aboutus .pos-media a,
.yoo-zoo.about-aboutus .pos-media img,
.yoo-zoo.authors-editors .pos-media a,
.yoo-zoo.authors-editors .pos-media img,
.yoo-zoo.board-board .pos-media a,
.yoo-zoo.board-board .pos-media img{
    display: block;
}
.yoo-zoo.about-aboutus .pos-content,
.yoo-zoo.authors-editors .pos-content,
.yoo-zoo.board-board .pos-content{
    overflow: hidden;
}
/*about us and authors-editors pages end*/

/*pagination*/
.zoo-pagination{
    margin-bottom: 0;
    overflow: hidden;
}
    .zoo-pagination .pagination-bg{
        display: inline-block;
        vertical-align: top;
        border: 1px solid #ededed;
        margin-left: -1px;
    }
        .zoo-pagination a,
        .zoo-pagination span{
            float: left;
            width: 47px;
            height: 43px;
            line-height: 43px;
            text-align: center;
            color: #4e5c72;
            text-decoration: none !important;
            border-left: 1px solid #ededed;
        }
        .zoo-pagination span{
            background: #ededed;
        }
        .zoo-pagination a:hover{
            background: #a240a2;
            color: #fff;
        }
        .zoo-pagination span{
              box-shadow: -1px 0px rgb(222, 222, 222), -1px 1px rgb(222, 222, 222);
        }
        .zoo-pagination .next,
        .zoo-pagination .end,
        .zoo-pagination .start,
        .zoo-pagination .previous{
            display: none;
        }
.search .pagination{
    margin: 0 0 25px 0;
}
.search .pagination ul{
    box-shadow: none;
    border-left: 1px solid #ececec;
    border-radius: 0;
}
.search .pagination .pagination-start,
.search .pagination .pagination-prev,
.search .pagination .pagination-next,
.search .pagination .pagination-end{
    display: none;
}
    .search .pagination li{
        display: inline-block;
        vertical-align: top;
    }
        .search .pagination ul > li > a,
        .search .pagination ul > li > span{
            height: 45px;
            width: 56px;
            line-height: 45px;
            float: none;
            display: block;
            padding: 0;
            text-align: center;
            border-color: #ececec;
            color: #4e5c72;
        }
        .search .pagination ul > li > span{
            background: #ececec;
        }
        .search .pagination ul > li > a{
            color: #4e5c72;
        }
        .search .pagination ul > li > a:hover,
        .search .pagination ul > li > a:focus,
        .search .pagination ul > .active > a,
        .search .pagination ul > .active > span{
            background: #a240a2;
            color: #fff;
        }

.pagination-nav{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ececec;
    list-style: none;
    margin: 0;
    padding: 0;
}
    .pagination-nav .item{
        float: left;
        border-left: 1px solid #ececec;
    }
    .pagination-nav .item:first-child{
        border: none;
    }
        .pagination-nav .item a{
            display: block;
            height: 43px;
            min-width: 45px;
            line-height: 45px;
            text-align: center;
            color: #4F5D73;
            padding: 0 10px;
        }

        .pagination-nav .item.current a, .pagination-nav .item.current a:hover{
            background: #ededed;
            color: #4F5D73;
            cursor: auto;
            box-shadow: none;
        }
        .pagination-nav .item a:hover{
            background: #a240a2;
            color: #fff;
            text-decoration: none;
            box-shadow: 0 0 1px #a240a2;
        }
        .pagination-nav .item.uk-active a{
            background: #ececec;
            text-decoration: none;
            box-shadow: -1px 1px 0 #ddd;
            color: #4F5D73;
        }
input.pagination-num{
    display: block;
    height: 43px;
    text-align: center;
    border-color: #CFD8DC;
    border-radius: 0;
    font-weight: 700;
    box-shadow: none;
}
/*pagination end*/

/*anchors-menu*/
#anchors-menu-sticky-wrapper{
    position: absolute;
    left: -9999px;
    height: auto !important;
}
.full-item #anchors-menu-sticky-wrapper,
.full #anchors-menu-sticky-wrapper{
    position: relative;
    left: 0;
}
.is-sticky .anchors-menu{
    width: 908px !important;
    z-index: 3;
    margin-left: -50px;
}
    .anchors-menu img {
        margin-right: 4px;
        margin-left: 4px;
    }
    .anchors-menu .title-h3{
        margin-bottom: 20px;
    }
        .anchors-menu .btn-frame{
            display: none;
            width: 100%;
            background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 85%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1), color-stop(85%,rgba(255,255,255,0.6))));
            background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 85%);
            background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 85%);
            background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 85%);
        }
        .is-sticky .anchors-menu .btn-frame{
            display: block;
        }
        .anchors-menu .btn-sign{
            width: 40px;
            height: 40px;
            background: #097ad6;
            background: url(../images/bg-sign.png) no-repeat;
            cursor: pointer;
            position: relative;
            z-index: 3;
        }
        .anchors-menu .box{
            padding: 20px 50px 20px 20px;
            background: #f7f9f8;
            margin-bottom: 25px;
        }
        .is-sticky .anchors-menu .box{
            display: none;
            background: #fffdfe;
            margin-top: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.4);
            position: relative;
            z-index: 2;
            margin-bottom: 0;
        }
        .is-sticky .anchors-menu.active .box{
            display: block;
        }
        .is-sticky .anchors-menu.active .close{
            position: absolute;
            right: 17px;
            top: 64px;
            width: 24px;
            height: 24px;
            background: url(../images/icon-close.png) no-repeat;
            cursor: pointer;
            opacity: 1;
            z-index: 3;
        }
            .anchors-menu ul{
                margin: 0;
                padding: 0;
                list-style: none;
            }
                .anchors-menu li{
                    padding-bottom: 10px;
                }
                .anchors-menu li a{
                    border-bottom:     1px dotted #a240a2;
                }
                .anchors-menu li a:hover{
                    text-decoration: none;
                    border-bottom:     1px dotted transparent;
                }
/*anchors-menu end*/

/*aside menu*/
.aside .journal-icon-box{
    text-align: center;
}
.aside .journal-icon-box img{
    width: 100px;
    margin-right: 40px;
}
.aside-nav ul{
    margin: 0;
}
.aside-nav li .separator{
    padding: 6px;
    border-bottom: 1px solid #f4f4f4;
    background: #a240a2;
    color: #fff;
    margin-bottom: -1px;
    display: block;
}
.aside-nav li .separator.hidden{
    display: none;
}
.aside-nav li.active .separator{
    background: none;
    color: #a240a2;
}
.aside-nav li li{
    border-top: 1px solid #f4f4f4;
}
.aside-nav li li:first-child {
    border-top: 1px solid transparent;
}
.aside-nav li li a{
    display: block;
    padding: 6px;
}
.aside-nav li li.active a,
.aside-nav li li a:hover,
.aside-nav li .separator:hover,
.aside-nav li.current .separator{
    background: #a240a2;
    color: #fff;
    text-decoration: none;
}
/*aside menu end*/

/*aside box start*/
.aside-info{
    background: #F6F7F8;
    padding: 20px;
    margin: 15px 0 20px;
}
/*aside box end*/

/*board-list*/
.board-list{
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    list-style: none;
}
.board-list li{
    overflow: hidden;
    padding-bottom: 30px;
}
.board-list li .pos-media{
    float: left;
    margin-right: 40px;
}
.board-list li .frame{
    margin-bottom: 0 !important;
}
.board-list li .title-h3{
    margin-bottom: 10px;
}
/*board-list end*/
/*video*/
.yoo-zoo .video-box,
.video-box{
    padding-bottom: 20px;
}
/*video end*/
/*error page*/
.error-page{
    text-align: center;
}
.error-page h2{
    font-size: 48px;
    line-height: 52px;
}
/*error page end*/

/*aside cart*/
.aside-box{
    margin-bottom: 35px;
    display: none;
    position: relative;
}
.aside-box.active{
    display: block;
}
.aside-box .title-h3{
    font-weight: 400;
    color: #333;
}
.aside .nav-row{
    padding: 37px 40px 30px 0;
    min-height: 107px;
}
.page-nav{
    float: left;
}
.page-nav a{
    float: left;
    color: #4e5c72;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 38px;
    border: 1px solid #CAD7DB;
    text-align: center;
    min-width: 87px;
    margin-left: 17px;
}
.page-nav a:first-child {
    margin-left: 0;
}
.page-nav a:hover{
    color: #fff;
    background: #a240a2;
    text-decoration: none;
    border-color: #a240a2;
}
.books .aside .page-nav{
    float: none;
    overflow: hidden;
}
.books .aside .page-nav .next{
    float: right;
}
div.btn-switch{
    position: absolute;
    right: 0;
    top: 49px;
    background: url(../images/bg-switch.svg) no-repeat;
    width: 25px;
    height: 18px;
    cursor: pointer;
}
.buy-list{
    background: #F6F7F8;
    padding: 16px 20px;
}
.buy-list .title-h3{
    margin: 10px 0 20px 0;
}
.buy-list .row{
    margin: 0 0 18px;
}
.buy-list .radio{
    float: left;
    margin: 0 10px 0 0;
}
.buy-list .frame-row{
    display: block;
    overflow: hidden;
    margin: 0;
}
.buy-list .area{
    display: block;
    padding-bottom: 10px;
}
.buy-list .name{
    float: left;
    color: #707C8E;
    text-transform: uppercase;
    width: 60%;
    padding-right: 10px;
}
.buy-list .price{
    float: right;
    font-size: 18px;
    line-height: 20px;
    color: #a240a2;
    width: 40%;
    text-align: right;
}
.buy-list .price-hryvnias{
    float: right;
    font-size: 14px;
    color: grey;
    text-align: right;
}
.buy-list .txt{
    font-size: 12px;
    line-height: 18px;
}
.buy-list .tax-note{
    font-size: 10px;
    display: block;
    margin-bottom: 5px;
}
.aside .img-block{
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 85px;
    min-height: 120px;
}
.aside .img-block img{
    float: left;
    max-width: 80px;
}
.aside .btn-close{
    position: absolute;
    right: 0;
    top: 50px;
    cursor: pointer;
    background: url(../images/icon-close.svg) no-repeat 100% 50%;
    height: 19px;
    line-height: 16px;
    padding-right: 30px;
    font-size: 12px;
    color: #B3B9C2;
}
/*aside cart end*/

/*buy-list btn*/
.buy-list .btn,
.yoo-zoo .btn.cart{
    width: 100%;
    display: block;
    border: none;
    margin: 0 0 2px;
    padding: 0 5px 0 50px;
    height: 40px;
    text-transform: uppercase;
    font: 700 14px/40px 'Open Sans', sans-serif;
    text-align: left;
}
.premium-account .btn.cart{
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding-right: 20px;
}
.buy-list .btn + .btn {
    margin-top: 16px;
}
    .buy-list .btn.preview{
        background: #55b539 url(../images/icon-preview.svg) no-repeat 17px 50%;
        background-size: 25px auto !important;
    }
    .buy-list .btn.preview:hover{
        background: #80c86b url(../images/icon-preview.svg) no-repeat 17px 50%;
    }
    .buy-list .btn.download{
        background: #55b539 url(../images/icon-download.svg) no-repeat 17px 50%;
        background-size: 18px auto !important;
    }
    .buy-list .btn.download:hover{
        background: #80c86b url(../images/icon-download.svg) no-repeat 17px 50%;
    }
    .buy-list .btn.add{
        background: #55b539 url(../images/icon-add.svg) no-repeat 17px 50%;
        background-size: 8% auto;
    }
    .buy-list .btn.add:hover{
        background: #80c86b url(../images/icon-add.svg) no-repeat 17px 50%;
        background-size: 8% auto;
    }
    .buy-list .btn.add.added{
        background: #55b539 url(../images/icon-checked.svg) no-repeat 17px 50%;
        background-size: 8% auto;
    }
    .buy-list .btn.add.added:hover{
        background: #80c86b url(../images/icon-checked.svg) no-repeat 17px 50%;
        background-size: 8% auto;
    }
    .btn.cart{
        background: #55b539 url(../images/icon-cart.svg) no-repeat 17px 50%;
    }
    .btn.cart:hover{
        background: #80c86b url(../images/icon-cart.svg) no-repeat 17px 50%;
    }
    .buy-list .wishlist-action.btn.add{
        background: #ffb300 url(../images/icon-add.svg) no-repeat 17px 50%;
        background-size: 8% auto;
    }
    .buy-list .wishlist-action.btn.add.added{
        background: #ffc740 url(../images/icon-checked.svg) no-repeat 17px 50%;
        background-size: 8% auto;
        cursor: default;
    }
/*buy-list btn end*/

/*Tab*/
.tab-block{
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
}
.tab-block .tab-nav{
    margin: 0 0 28px 0;
    padding: 0;
    list-style: none;
    border-bottom: 3px solid #e4e4e4;
}
.tab-block .tab-nav li{
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 25px;
    margin-top: 10px;
}
.tab-block .tab-nav li:last-child{
    margin-right: 0;
}
.tab-block .tab-nav li a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 100%;
}
.tab-block .tab-nav li a{
    color: #333;
    display: block;
    padding: 0 4px 10px 4px;
}
.tab-block .tab-nav li:hover a:after,
.tab-block .tab-nav li.active a:after{
    background: #a240a2;
}
.tab-block .tab-nav li:hover a,
.tab-block .tab-nav li.active a{
    color: #a240a2;
    text-decoration: none;
}
.tab-block .tab-content{
    display: none;
}
.tab-block .tab-content.active{
    display: block;
}
.tab-block .info-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tab-block .info-list li{
    padding: 10px 0;
}
.tab-block .info-list li:after{
    content: "";
    display: table;
    clear: both;
}
.tab-block .info-list li:first-child {
    border-color: transparent;
}
.tab-block .info-list li .title{
    float: left;
    margin-right: 10px;
    width: 135px;
}
.tab-block .info-list li .txt{
    overflow: hidden;
    word-wrap: break-word;
}
.tab-block .info-list .list{
    margin: -10px 0 0 0;
}
.tab-block .list{
    margin: 0;
    list-style: none;
    padding: 0;
}
    .tab-block .list li{
        padding-left: 25px;
        position: relative;
    }
        .tab-block .list li:before{
            content: "";
            position: absolute;
            left: 12px;
            top: 17px;
            width: 5px;
            height: 5px;
            background: #a240a2;
            border-radius: 5px;
        }
/*Tab end*/

/*volumes-list*/
.volumes-list{
    margin: 35px 0 60px 0;
    padding: 20px 0;
    list-style: none;
    border: 1px solid #cad7db;
    display: table;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    table-layout: fixed;
}
.volumes-list > li{
    display: table-cell;
    width: 33%;
    vertical-align: top;
    border-left: 1px solid #cad7db;
    padding: 0;
    position: relative;
    height: 400px;
}
.volumes-list > li#issue-item-block{
    padding-top: 60px;
}
.volumes-list > li#issue-item-block .issue-item{
    padding: 0;
}
.volumes-list > li:first-child {
    border-left: none;
}
.volumes-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 340px;
    overflow-y: auto;
}
.volumes-list ul.issue-item-wrapper{
    overflow-y: initial;
    height: auto;
}
.volumes-list .authors-box ul{
    overflow-y: scroll;
    height: 295px;
}
.volumes-list #volume-wrapper {
    height: 400px;
}
.volumes-list ul li{
    padding: 5px 20px;
    color: #5c5c5c;
}
.volumes-list ul li:hover,
.volumes-list ul li.active{
    background: #eff3f4;
    font-weight: 700;
    cursor: pointer;
    color: #7D8182;
}
.volumes-list ul li.issue-item:hover,
.volumes-list ul li.issue-item.active{
    background: none;
    font-weight: inherit;
    cursor: inherit;
    color: inherit;
}
.volumes-list ul li:hover .issue-desc,
.volumes-list ul li.active .issue-desc{
    font-weight: 400;
}
.volumes-list h3{
    font-weight: 700;
    color: #000;
}
.volumes-list h3 a{
    color: inherit;
}
.volumes-list h3.item-authors-title{
    background: #eff3f4;
    font-weight: 700;
    color: #7D8182;
    padding: 5px 20px;
    font-size: 100%;
}
.issue-item-line .issue-desc,
ul[id^='issue-item-block-'],
ul[id^='issue-block-volume-'] {
    display: none;
}
.showDescription .issue-desc {
    display: block;
    padding-top: 12px;
}
.volumes-list .subtitle{
    margin-bottom: 20px;
}
.volumes-list .date-box{
    margin-bottom: 20px
}
.volumes-list .date-box b{
    display: inline-block;
    vertical-align: top;
    padding-right: 32px;
    background: url(../images/bg-calendar.svg) no-repeat 95% 50%;
}
.volumes-list .btn-link{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    text-decoration: none;
}
.volumes-list .btn-link a{
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #4e5c72;
    border: 1px solid #CAD7DB;
    height: 40px;
    line-height: 40px;
}
.volumes-list .btn-link:hover a{
    text-decoration: none;
    border-color: #a240a2;
    background: #a240a2;
    color: #fff;
}
/*volumes-list end*/

/*Form profile*/
.form-profile .title-line{
    margin-bottom: 30px;
}
.form-profile label{
    margin: 0;
}
.form-profile .control-label{
    padding-top: 7px;
    text-align: left;
}
.form-profile input[type="text"],
.form-profile input[type="password"],
.form-profile input[type="email"],
.form-profile .customselect{
    display: block;
    width: 260px;
    height: 35px;
    border-color: #CAD7DB;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 10px;
}
.form-profile input[type="text"].input-medium{
    display: inline-block;
    vertical-align: top;
    width: 85%;
}
.form-profile .input-append .btn{
    height: 35px;
    border-radius: 0;
}
.form-profile .controls{
    margin-left: 225px;
}

.form-profile .control-label{
    width: 220px;
}
.form-profile .input-append{
    display: block;
}
.form-profile .btn-green{
    height: 40px;
    line-height: 30px;
    border: none;
    padding: 0;
    min-width: 170px;
    text-transform: uppercase;
    font-weight: 700;
}
.form-profile .btn-border{
    min-width: 170px;
}
.form-profile .spacer label{
    color: #a240a2;
}
.form-profile fieldset{
    margin-bottom: 35px;
}
.form-profile .title-txt label{
    font-weight: 700;
    text-transform: uppercase;
}
/*Form profile end*/

/*Cart popup*/
.zx-zoocart-minicart{
    color: #323232;
}
.zx-zoocart-minicart-cart .uk-table{
    width: 100%;
    color: #323232;
}
.zx-zoocart-minicart-cart .uk-table td:first-child {
    text-align: left;
    padding-left: 25px;
}
.zx-zoocart-minicart-cart .uk-table td .zx-zoocart-minicart-row-remove{
    float: left;
    margin-left: -20px;
}
.zx-zoocart-minicart-cart .uk-table td .zx-zoocart-tableitems-row-variations{
    padding: 5px 0;
}
.zx-zoocart-minicart-cart .uk-badge{
    padding: 3px 5px;
}
.zx-zoocart-minicart-cart .price-hryvnias{
    font-size: 14px;
    font-weight: normal;
    color: grey;
}
/*Cart popup end*/

/*Cart info*/
.cart-info .uk-table{
    margin-bottom: 10px;
}
.cart-info .uk-table th.uk-grid{
    margin-left: 0;
}
.cart-info .uk-table td{
    padding: 10px 0;
}
.cart-info .uk-table td .zx-zoocart-tableitems-row-remove{
    float: left;
    margin-right: 10px;
}
.cart-info .uk-table td .zx-zoocart-tableitems-row-name .uk-display-inline{
    overflow: hidden;
    display: block !important;
}
.cart-info .uk-form .uk-form-row input.uk-width-1-1{
    box-shadow: none;
    border-radius: 0;
    height: 35px;
    border-color: #cad7db;
    padding-top: 6px;
    padding-bottom: 6px;
}
.cart-info .uk-form .uk-form-row .uk-button,
.cart-info  .uk-text-right .uk-button{
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    background: #55b539;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 35px;
}
.cart-info .uk-form .uk-form-row .uk-button:hover,
.cart-info  .uk-text-right .uk-button:hover{
    background: #80c86b;
}
.cart-info .title-line{
    margin-bottom: 30px;
}
.cart-info .zx-zoocart-auth a{
    text-decoration: underline;
}
.cart-info .zx-zoocart-auth a:hover{
    text-decoration: none;
}
#zx-zoocart-cart .zx-zoocart-cart-extras {
    text-align: left;
}
.zx .uk-grid[data-uk-grid-match="{target:'.uk-panel'}"] .uk-panel-box {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.zx-zoocart-address-manager-form.uk-form.uk-container-center {
    margin-left: 0;
    margin-right: 0;
}
#zx-zoocart-cart .price-hryvnias, #zx-zoocart-order .price-hryvnias {
    color: grey;
    font-size: 14px;
    font-weight: normal;
}
/*Cart info end*/

/* Teaser article */
.yoo-zoo .items h2 {font-size: 18px;}
/* Teaser article end */

/* Purchases start */
.tm-button {
    -webkit-appearance: none;
    margin: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    background: #f5f5f5;
    vertical-align: middle;
    line-height: 33px;
    min-height: 35px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
    color: #444 !important;
}
.tm-button:hover,
.tm-button:focus {
    background-color: #fafafa;
    color: #444;
    outline: 0;
    text-decoration: none;
    border-color: rgba(0,0,0,.15);
}
.tm-button-mini {
    min-height: 22px;
    padding: 0 8px;
    line-height: 20px;
    font-size: 12px;
}
.tm-margin-left {
    margin-left: 15px;
}
.expire-soon {color: red !important;}
/* Purchases end */

/*calendar*/
.calendar > table{
    width: 100%;
}
/*calendar end*/

/*tooltip-box*/
.tooltip-box{
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 100;
}
    .tooltip-box .tooltip-box-content{
        position: absolute;
        visibility: hidden;
        left: 50%;
        bottom: 100%;
        color: #707c8e;
        min-width: 276px;
        margin-bottom: 10px;
        padding: 9px 14px;
        background: #f6f7f8;
        -ms-transform: translate(-50%, -30%);
        -webkit-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
        opacity: 0;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
        .tooltip-box .tooltip-box-content:after{
            position: absolute;
            left: 50%;
            content: '';
            bottom: -10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #f6f7f8 transparent transparent transparent;
            -ms-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }
        .tooltip-box:hover .tooltip-box-content{
            visibility: visible;
            opacity: 1;
            -ms-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }
/*tooltip-box end*/

/*Slider start*/
.slideshow-block{
    margin: 25px 0 40px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
    .slideshow-block .next,
    .slideshow-block .prev{
        display: none;
        position: absolute;
        right: 0;
        top: 50%;
        line-height: 38px;
        width: 83px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: #4e5c72;
        border: 1px solid #CFD8DC;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: #fff;
    }
    .slideshow-block .prev{
        left: 0;
        right: auto;
    }
    .slideshow-block:hover .next,
    .slideshow-block:hover .prev{
        display: block;
    }
    .slideshow-block .slides{
        border: 1px solid #CFD8DC;
    }
    .slideshow-block .slides li img{
        display: block;
        margin: 10px auto;
    }
/*Slider end*/

/*authors-list start*/
.authors-filter{
    margin-bottom: 20px;
}
.authors-list{
    table-layout: fixed;
    width: 100%;
    margin-bottom: 35px;
}
.authors-list th{
    text-transform: uppercase;
    border-bottom: 1px solid #FFBB1A;
    padding: 10px 0 10px 25px;
    color: #707070;
    text-align: center;
    vertical-align: middle;
}
.authors-list td{
    padding: 10px 0 10px 25px;
    border-bottom: 1px dotted #d4d4d4;
    text-align: center;
    vertical-align: middle;
}
.authors-list th:first-child,
.authors-list td:first-child{
    padding-left: 0;
    text-align: left;
}
.authors-list th:first-child, .premium {
    background: url(../images/icon-star.svg) no-repeat 0 50%;
    padding-left:15px;
}
.publication-history-list th:first-child {
    background: none;
}
.authors-list th:nth-child(2),
.authors-list td:nth-child(2){
    text-align: left;
}
.authors-list tr:hover td{
    background: #F4F8FC;
}
.authors-list td:first-child{
    padding-left: 8px;
}
.authors-list td:last-child,
.authors-list th:last-child{
    padding-right: 8px;
}

.authors-list-history th:nth-child(2),
.authors-list-history td:nth-child(2) {
    text-align: center;
}
.authors-list-history th:nth-child(3),
.authors-list-history tbody td:nth-child(3) {
    text-align: left;
}
.authors-list-history th:first-child {
    background: transparent;
}
/*authors-list end*/

/*custom select start*/
.tm-form-select{
    height: 34px;
    border: 1px solid #CFD8DC;
    line-height: 32px;
    padding: 0 20px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.tm-form-select [class*="uk-icon"]{
    position: absolute;
    right: 6px;
    top: 50%;
    color: #8A8A8A;
    transform: translate(0, -50%);
}
/*custom select end*/

/*sidebar-block-info start*/
.block-info-item{
    margin-bottom: 30px;
    border: 1px solid #C9D5DE;
    padding: 20px;
    color: #575757;
}
.sidebar .block-info-item{
    margin-bottom: 30px;
}
.block-info-item .mod-title{
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.block-info-item.green .mod-title{
    color: #55b539;
}
.block-info-item.yellow .mod-title{
    color: #ffb300;
}
.block-info-item .customblock-info-item{
    line-height: 24px;
}
.block-info-item p{
    margin-bottom: 0;
}
.block-info-item .btn-link{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
    text-decoration: none !important;
}
.block-info-item.green .btn-link{
    background: #55b539;
    color: #fff;
}
.block-info-item.green .btn-link:hover{
    background: #80c86b;
}
.block-info-item.yellow .btn-link{
    background: #ffb300;
    color: #fff;
}
.block-info-item.yellow .btn-link:hover{
    background: #ffc740;
}
/*sidebar-block-info end*/

/*vertical-align-flex start*/
.vertical-align-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
    .vertical-align-flex > [class*="span"] {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
/*vertical-align-flex end*/

/*option-block start*/
.option-block{
    margin-bottom: 30px;
}
.option-block .radio{
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.option-block input[type=radio]:checked ~ .option-block-label{
    background: #eff3f4;
}
.option-block .option-block-frame{
    height: 100%;
}
.option-block .option-block-label{
    display: block;
    text-align: center;
    padding: 10px;
    margin: 0;
    border: 1px solid #e2e2e2;
    box-sizing: content-box;
}
.option-block .option-block-label:hover{
    background: rgba( 239, 243, 244, 0.3);
}
.option-block .option-block-text{
    display: block;
    margin-bottom: 25px;
}
.option-block .option-block-price{
    font-size: 18px;
    color: #a240a2;
    font-weight: 400;
}
.option-block .option-block-price-hryvnias{
    color: grey;
}
.option-block .title-h4{
    text-align: center;
    color: #707C8E;
    margin-bottom: 10px;
}
.option-block-text-plan3 {
    margin-bottom: 45px !important;
}
/*option-block end*/

/*premium-box start*/
.premium-box{
    background: #F6F7F8;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #e2e2e2;
}
.premium-box .premium-box-price{
    font-size: 18px;
    color: #a240a2;
}
.premium-box .price-hryvnias{
    font-size: 14px;
    color: grey;
    margin-bottom: 0;
}
.premium-box .premium-box-label{
    color: #707C8E;
    text-transform: uppercase;
}
/*premium-box end*/


.uk-subnav-pill > .uk-active > *{
    background: #a240a2;
    box-shadow: none;
    border-radius: 0;
}
.uk-subnav-pill > * > *:focus,
.uk-subnav-pill > * > *:hover{
    border-radius: 0;
}


/*widget*/
#frame_wrapper{
    border: 1px solid #cad7db;
    padding: 15px 0px;
}
#resseting_fields label{
    width: 100px;
}
#resseting_fields .color-input{
    margin-left: 110px;
}
/*widget end*/

/*editing-form start*/
.yoo-zoo form.editing-form div
.yoo-zoo form.editing-form .creation-form{
    margin: 0;
    padding: 0;
}
.editing-form .element > strong{
    font-size: 14px;
    line-height: 20px;
    text-transform: inherit;
}
.editing-form input[type="text"],
.editing-form textarea{
    border-color: #cad7db;
    border-radius: 0;
    box-shadow: none;
    height: 35px;
    padding: 6px 10px;
    margin: 0;
}
.editing-form textarea{
    height: auto;
}
.yoo-zoo form.editing-form div{
    margin: 0;
    padding: 0;
}
.yoo-zoo form.editing-form .element,
.yoo-zoo form.editing-form .title-h3{
    margin: 0 0 20px;
}
.editing-form .controls{
    padding-top: 8px;
}
.editing-form .controls .radio{
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
    margin: 0 10px 0 0;
}
.editing-form .submit .btn{
    float: left;
}
.editing-form .upload div.button-container{
    height: 35px;
}
.editing-form .upload div.button-container input[type="file"]{
    height: 100%;
    cursor: pointer;
}
.editing-form .upload div.button-container button.button-grey.search{
    height: 35px;
    border: none;
    background: #ffb300;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    line-height: 35px;
    text-shadow: none;
}
/*editing-form end*/

/*publishing-article-tag*/
.publishing-article-tag  .teaser-item-bg:after{
    display: block;
    clear: both;
    content: "";
}
.publishing-article-tag .teaser-item .media{
    margin: 0 20px 0 0;
    float: left;
    width: 74px;
}
.publishing-article-tag .teaser-frame{
    overflow: hidden;
}
.publishing-article-tag .items .pos-title{
    text-align: left;
    font-size: 18px;
    line-height: 20px;
}
.publishing-article-tag .items .pos-title a{
    color: #a240a2;
}
/*publishing-article-tag end*/

/* partners-teaser */
.partners-wrapper .zoo-item-list {
    margin: -30px 0 50px 0;
}

.zoo-item-list div.teaser-item.item-partners-box {
    border: 1px solid #c3d6df;
}
.partners-info-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.item-partners-box {
    margin-top: 30px;
    padding: 10px;
}
.item-partners-box:first-child {
    margin-top: 0;
}

.partners-info-wrapper h1.pos-title {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    line-height: 1.3;
}

.partners-info-wrapper .pos-content p {
    margin-bottom: 0;
}

.zoo-item-list .partners-info-wrapper div.media-left {
    margin: 0px 35px 0px 0px;
}
.partners-info-wrapper .pos-content {
    padding-bottom: 10px;
}
.partners-info-wrapper .partners-logo {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    float: none !important;
    padding-left: 10px;
}
.partners-logo .element-image {
    width: 200px;
}
.partners-info {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
/* partners-teaser */

/*footer*/
#footer{
    background: #a240a2;
    color: #fff;
    position: relative;
}
    #footer p{
        margin: 0;
    }
    #footer a{
        color: #fff;
    }
    #footer .container{
        width: 1200px;
        max-width: 100%;
    }
    #footer .holder{
        background: #630f63;
        padding: 33px 9999px;
        margin: 0 -9999px;
    }
    #footer .holder:after {
        content: "";
        display: block;
        clear: both;
    }
    #footer .items{
        padding: 30px 0 10px 0;
    }
.subs-box{
    display: inline-block;
    color: #fff;
}
    .subs-box form{
        margin: 0;
    }
        .subs-box .acymailing_module_form .acymailing_introtext{
            display: inline-block;
            vertical-align: middle;
            padding: 0 6px 0 0;
            font-weight: 700;
            width: 110px;
            color: #fff;
            text-transform: uppercase;
        }
        .subs-box .acymailing_form{
            display: inline-block;
            vertical-align: middle;
        }
        .subs-box .acymailing_form td{
            padding: 0 0 0 10px;
            text-align: left;
        }
        .subs-box .acymailing_form td:first-child {
            padding-left: 0;
            width: 280px;
        }
        .subs-box .inputbox{
            margin: 0;
            height: 34px;
            font-size: 12px;
            padding: 8px 11px;
            background: #fff;
            box-sizing: border-box;
            border-radius: 0;
            border: none;
            color: #cad7db;
            display: block;
        }
        .subs-box .btn{
            height: 34px;
            line-height: 34px;
            border: none;
            text-shadow: none;
            text-transform: uppercase;
            font-weight: 700;
            padding: 0 18px 0 40px;
            background: #ffac00 url(../images/icon-cover.svg) no-repeat 12px 50%;
        }
        .subs-box .btn:hover{
            background: #ffc740 url(../images/icon-cover.svg) no-repeat 12px 50%;
        }

.pay-box{
    color: #fff;
}
    .pay-box .mod-title{
        padding-bottom: 15px;
    }
    .pay-box ul{
        margin: 0;
        font-size: 0.01px;
        line-height: 0;
        padding: 0;
    }
        .pay-box li{
            display: inline-block;
            vertical-align: top;
            padding-left: 12px;
        }
        .pay-box li:first-child {
            padding-left: 0;
        }
        .pay-box li a{
            display: block;
            height: 100%;
        }
        .pay-box li img{
            display: block;
        }

.add-nav{
    margin: 0 0 0 -45px;
}
    .add-nav > li{
        display: inline-block;
        vertical-align: top;
        padding-left: 45px;
        font-size: 12px;
        width: 220px;
    }
    .add-nav > li:last-child{
        padding-left: 10px;
    }
    .add-nav > li li{
        padding-bottom: 10px;
    }
    .add-nav li.item-126 ul{
        margin-left: -10px;
    }
    .add-nav li.item-126 li{
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
        width: 50%;
    }
        .add-nav > li span{
            display: block;
            font-weight: 700;
            text-transform: uppercase;
            padding-bottom: 10px;
            font-size: 14px;
        }
.footer-bottom-c-wrapper > .mod-wrapper {
    float: left;
}

    .bottom-nav.menu{
        margin:  0 0 0 -35px;
        font-size: 0;
        line-height: 0;
        padding: 0;
    }
        .bottom-nav.menu > li{
            display: inline-block;
            vertical-align: top;
            padding-left: 35px;
            font-size: 12px;
            width: 130px;
            margin: 0;
            box-sizing: content-box;
        }
        .bottom-nav.menu > li:nth-child(2){
            width: 170px;

        }
            .bottom-nav.menu ul{
                margin-left: -10px;
                padding: 0;
            }
            .bottom-nav.menu li li{
                padding: 0 0 10px 10px;
            }
            .bottom-nav.menu li.item-196 li{
                display: block;
                box-sizing: border-box;
            }
            #footer .bottom-nav.menu > li .separator{
                display: block;
            }
            #footer .bottom-nav.menu > li .separator,
            #footer .bottom-nav.menu > li.item-194 {
                font-weight: 700;
                text-transform: uppercase;
                padding-bottom: 10px;
                font-size: 14px;
                color: #fff;
            }
            .nav > li.item-194 > a:hover,
            .nav > li.item-194 > a:focus,
            #footer .menu li.current a {
                background: none;
                text-decoration: underline;
            }
.footer-bottom-wrapper.span12 {
    margin-left: 0;
}
.mod-wrapper.copyright-txt {
    font-size: 11px;
    margin-top: 30px;
}
    .copyright-txt ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .mod-wrapper.copyright-txt li {
            line-height: 1.3;
        }
        .copyright-txt-code {
            margin-bottom: 10px;
        }
.designed-by {
    font-size: 12px;
    margin-top: 35px;
    line-height: 1.3;
}
    .designed-by a {
        text-decoration: underline;
    }
    .designed-by a:hover {
        text-decoration: none;
    }
#footer .adds-box {
    float: left;
    width: 254px;
    padding-left: 35px;
}
.adds-box{
    font-size: 12px;
    line-height: 14px;
    width: 212px;
}
    .adds-box .mod-title{
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 15px;
    }
    .adds-box ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }
        .adds-box li{
            padding-bottom: 15px;
        }
        .adds-box li:after{
            display: block;
            content: "";
            clear: both;
        }
        .adds-box .icon{
            float: left;
            width: 22px;
            height: 22px;
            background: url(../images/icons-contact.svg) no-repeat 50% 0;
            margin-right: 10px;
        }
        .adds-box li.phone .icon{
            background-position: 50% -49px;
        }
        .adds-box li.phone a{
            color: #fff !important;
        }
        .adds-box li.info .icon{
            margin-top: 5px;
        }
        .adds-box li.mail .icon{
            background-position: 50% -90px;
        }
        .adds-box .txt{
            display: block;
            overflow: hidden;
        }
.twitter-timeline-wrapper {
    float: right;
    width: 250px;
}

.premium-box-price {
    width: 60%;
}

.uk-text-right>.zx-zoocart-addtocart {
    width: 225px;
}
.by-premium-button {
    padding-left: 0px;
}

.related-list li .list-box .txt,
.publishing-article-tag .items .list-box .txt{
    padding-left: 25px;
}

.footer-bottom-menu {
    padding: 10px 0 0;
    margin: 30px 0 0;
    font-size: 0.0001px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.7);
}
    .footer-bottom-menu > * {
        font-size: 12px;
    }
    .footer-bottom-menu > li {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        position: relative;
    }
    .footer-bottom-menu.nav > li > a:hover,
    .footer-bottom-menu.nav > li > a:focus {
        background: transparent;
        text-decoration: underline;
    }
    .footer-bottom-menu > li:after {
        content: "";
        display: block;
        width: 1px;
        height: 14px;
        background: #FFF;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -7px;
    }
    .footer-bottom-menu > li:last-child:after {
        content: none;
    }

/*footer end*/

.custom-btn-list-flag{
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    float: right;
    padding-top: 9px;
}
.btn-list-flag{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.btn-list-flag li{
    display: block;
}
.btn-list-flag li + li{
    padding-top: 5px;
}
.btn-list-flag li a{
    display: block;
    width: 24px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: 1px solid #C9D5DE;
}
.btn-list-flag li a.ua {
    background: url(../images/icon-ua.svg) no-repeat;
    background-size: cover;
}
.btn-list-flag li a:hover,
.btn-list-flag li a:focus{
    opacity: 0.8;
}

.yoo-zoo .items h1.pos-title a {
    color: #a240a2 !important;
}

/* RSS feed link in social icons */
.aside-holder .socialbookmarks .jssocials-rss {
    line-height: 34px;
}
.aside-holder .socialbookmarks .jssocials-rss a {
    width: 32px;
}
.jssocials-shares .jssocials-rss {
    line-height: 32px;
    text-align: center;
}
.socialbookmarks-footer .jssocials-rss a,
.jssocials-shares .jssocials-rss a,
.aside-holder .socialbookmarks .jssocials-rss a {
    background: url("../images/icon-social-rss.svg") no-repeat;
}

.icon-export {
    background: url("../images/csv.svg") no-repeat;
    width: 30px;
    height: 30px;
}
.icon-user {
    margin-top: 2px;
}
.icon-excel {
    background: url("../images/icon-excel.png") no-repeat;
    width: 17px;
    height: 17px;
    margin-right: 3px;
}



/* Forms Start */
.search-box {
    width: 40%;
}
.manuscript-form {
    float: right;
    margin-left: 25px;
}
    .manuscript-button {
        height: 34px;
        display: inline-block;
        padding: 0 20px;
        background-color: #55b539;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 34px;
        text-transform: uppercase;
        text-decoration: none !important;
        font-weight: bold;
        color: #FFF !important;
        cursor: pointer;
    }
    .manuscript-button:hover {
        background-color: #80c86b;
        text-decoration: none;
    }
    .item .aside .manuscript-form {
        float: none;
        margin: 0 0 25px;
    }
        .item .aside .manuscript-button {
            font-size: 15px;
            font-weight: 400;
            min-width: 195px;
            text-align: center;
            text-transform: none;
        }
    .manuscript-form .tm-form-rsforms {
        display: none;
        /*width: 0;
        height: 0;
        position: absolute;
        z-index: -1;
        overflow: hidden;
        opacity: 0;*/
    }
    .manuscript-form [if*="thankyou"] p {
        font-size: 12px;
    }
    .manuscript-form .rsform-thankyou-button {
        display: none;
    }
    .editorial-form-wrapper {
        width: 0;
        height: 0;
        position: absolute;
        z-index: -1;
        overflow: hidden;
        opacity: 0;
    }
    .popup-block {
        position: relative;
        background: #FFF;
        padding: 20px;
        width: auto;
        max-width: 500px;
        margin: 20px auto;
    }
        .popup-block .tm-form-rsforms h2 {
            font-size: 26px;
            text-align: center;
            margin: 20px 0;
            line-height: 1.3;
        }
        .popup-block .tm-form-rsforms h3 {
            font-size: 20px;
            margin: 10px 0;
            line-height: 1.2;
        }
        .popup-block .rsform-submit-button {
            margin-bottom: 0 !important;
        }

.editorial-office-block {
    padding: 20px 50px 20px 20px;
    background: #f7f9f8;
    margin-bottom: 25px;
}
    .editorial-office-block .btn-editor-contact {
        height: 35px;
         line-height: 35px;
        font-size: 16px;
        text-transform: none;
        padding: 0 25px;
    }

#anchors-menu-sticky-wrapper.is-sticky .editorial-office-block {
    display: none;
}


/* Forms End */

/* RS Forms Start */
#content .tm-form-rsforms {
    width: 800px;
}
.tm-form-rsforms .uk-form-row+.uk-form-row {
    margin-top: 5px;
}
.tm-form-rsforms h2 {
    margin: 0 0 25px;
    font-size: 33px;
    line-height: 38px;
    font-weight: 300;
    color: #4e5c72;
}
.tm-form-rsforms h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 6px;
    border-bottom: 3px solid #a240a2;
    font-size: 23px;
    line-height: 1.3;
    color: #424242;
}
.tm-form-rsforms h5 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    color: #424242;
}
.tm-form-rsforms h3 + h5 {
    margin-top: 25px;
}
.tm-form-rsforms .rsform-block-submission-date .rsform-calendar-box {
    width: 10em;
    vertical-align: top;
}
.tm-form-rsforms .rsform-block-submission-date .rsform-calendar-button {
    height: 20px;
    vertical-align: top !important;
}
#content .tm-form-rsforms .rsform-block-submission-date .rsform-calendar-button {
    height: 35px;
}
.uk-form-label.uk-form-danger {
    background: none !important;
}
.rsform-input-box.uk-form-danger {
    background: #FFF !important;
    color: inherit !important;
}
.tm-form-rsforms .rsform-submit-button,
.tm-form-rsforms .rsform-submit-button:focus,
.tm-form-rsforms .rsform-submit-button:active {
    min-height: 34px;
    line-height: 34px;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    margin: 0 0 20px;
    padding: 0 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.tm-form-rsforms .rsform-submit-button:not([disabled]) {
    background: #ffb300 !important;
}
#manuscriptForm.tm-form-rsforms .rsform-submit-button {
    margin-top: 25px;
}
.tm-form-rsforms .rsform-submit-button:not([disabled]):hover {
    background: #ffc740;
}
.tm-form-rsforms .rsform-block-co-email {
    position: relative;
    margin-bottom: 20px;
}
.tm-form-rsforms .rsform-block-co-email::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    margin: 15px 0 -7px;
    border-top: 1px dashed #999;
}
.tm-form-rsforms #customized_button {
    min-height: 26px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
    padding: 0 10px;
    background-color: #55b539;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    cursor: pointer;
}
.tm-form-rsforms #customized_button:hover {
    background-color: #80c86b;
}
.tm-rsform-manuscript-success {
    margin: 8px 0;
}
    #formThankYou .tm-rsform-manuscript-success {
        margin: 25px;
    }
.tm-form-rsforms .uk-grid+.uk-grid {
    margin-top: 0;
}
.rsform-block-coauthorslist,
.rsform-block-coauthorslist * {
    margin: 0 !important;
    padding: 0 !important;
}
.tm-form-rsforms .rsform-block-personaldataagree {
    margin-top: 30px !important;
}
    .rsform-block-personaldataagree .formControlLabel {
        display: none;
    }
    .personaldataagree-text {
        padding-left:10px;
        font-weight: 700;
    }
.tm-form-rsforms textarea {
    height: auto;
}
/* Editorial Form Start */
.btn-editor-contact {
    display: inline-block;
    height: 16px;
    margin-right: 7px;
    padding: 0 5px;
    background-color: #55b539;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    color: #FFF !important;
    cursor: pointer;
}
.btn-editor-contact:hover {
    background-color: #80c86b;
    text-decoration: none;
}
/* RS Forms End */

/*Two Step Verification Start*/
#ca_banner {
    height: auto !important;
}
.form-profile .akeeba-renderer-fef {
    padding-top: 0;
}
    .form-profile #loginguard-methods-list {
        margin-top: 7px;
    }
.user-delete-form {
    width: 700px;
}
    .user-delete-form textarea {
        width: 100%;
        padding: 7px;
    }
    .user-delete-form .btn-toolbar {
        text-align: right;
    }
        .user-delete-form .btn-group {
            width: 170px;
        }
.btn-remove-profile {
    margin-right: 70px;
}
.privacy-policy-block {
    font-size: 16px;
}
.icon-phone:after {
    content: "\e260";
}
/*Two Step Verification End*/

@media screen and (max-width: 1200px) {
.page-block, #footer .container {
    width: 100%;
    min-width: 100%;
    padding: 10px;
}
#wrapper {
    width: 100%;
    margin: 0 auto;
}
.row-fluid .span9, .row-fluid .span8, .row-fluid .span6, .row-fluid .span4, .row-fluid .span12 {
    width: 100%;
    float: none;
}

.row-fluid .span3 {
    width: 100%;
    float: none;
}
.footer-bottom-c-wrapper > .mod-wrapper {
    float: none;
}
.features-box ul {
    display: flex;
    width: 100%;
    flex-direction: column;
}
#content, .sidebar, .aside-left, .aside-left-top, .aside-right-top {
    display: flex;
    flex-direction: column;
}
.main-nav .nav {
    display: flex;
    flex-direction: column;
}
#header {
    background: #f2f2f2;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.yoo-zoo {
    position: relative;
    display: flex;
    flex-direction: column;
}
.publishing-article .items {
    margin: 0px;
}
.items .width100 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.filter-link-container {
    position: relative;
    top: 0px;
    right: 0;
    padding-top: 15px;
}
#footer .holder {
    padding: 0px;
    margin: 0px;
}
#header .logo {
    float: none;
    width: 100%;
}
#header .frame {
    padding: 5px;
    margin-top: 10px;
}
.main-nav {
    padding: 5px;
    margin: 5px;
}
.twitter-timeline-wrapper {
    float: right;
    width: 100%;
}
.login-nav {
    float: none;
    margin: 5px;
    text-align: center;
    width: 96%;
    font-size: 15px;
    padding-left: 0px;
}
.social-box {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    line-height: 44px;
}
.container.tbl {
    display: block;
    width: 100%;
}
.sidebar .col-frame {
    margin: 0px;
    width: 100%;
}

.btn-cart {
    float: none;
    height: 34px;
    margin-left: 0px;
    margin-bottom: 5px;
}
div.btn-cart .uk-link-muted {
    width: 100%;
}
.manuscript-form {
    float: none;
    margin-left: 0px;
    margin-bottom: 5px;
    width: 100%;
}
.manuscript-button  {
    width: 100%;
    text-align: center;
}
.search-box {
    width: 100%;
    float: none;
}
.social-box {
    background: #a240a2;
    padding: 5px;
    margin: 5px;
}
.aside-right-top .mod-wrapper {
    width: 100%;
    margin-left: 0px;
}
.col-frame {
    width: 100%;
    margin-right: 0px;
}
.publishing-article .items .teaser-item .media img {
    max-width: 100%;
}
.publishing-article .teaser-item {
    display: block;
    width: 100%;
    margin: 5px;

    text-align: center;
}
.publishing-article .teaser-item .img-box, .publishing-article .journal .items .img-box {
    height: 100%;
}
.aside-left .custom div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.related-list, .yoo-zoo .related-list, .related-list ul {
    margin: 0;
    padding: 5px;
    list-style: none;
}
.subs-box {
    padding: 10px;
}
#footer .items {
    padding: 20px 0 10px 0;
    display: flex;
    flex-direction: column;
}
#yoo-zoo.publishing-article .journal {
    width: 100%;
}
.journal .item .main {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.social-box .mod-title {
    margin-left: 15px;
}
.yoo-zoo .item .aside .col-frame, .yoo-zoo .author .aside .col-frame {
    float: none;
    width:100%;
}
.yoo-zoo .item .aside .aside-holder, .yoo-zoo .author .aside .aside-holder {
    padding-left: 0px;
}
.pos-indexed li {
    width: 100%;
}
.title-h1, .yoo-zoo .title-h1, .details .title-h1, .item .pos-title, .yoo-zoo h1, h1 {
    font-size: 25px;
    line-height: 30px;
    color: #4e5c72;
    font-weight: 300;
    margin: 20px 0 25px;
}
.item .content, .item .aside {
    display: flex;
    flex-direction: column;
}

.publishing-article .pos-block {
    color: #333;
    margin: 5px;
    font-size: 0.0001px;
    display: flex;
    flex-direction: column;
}
.publishing-article .pos-block .box {
    padding: 0 0 0 0px;
    width: 100%;
}
#main-tab-content {
    display: flex;
    flex-direction: column;
}

#footer .row-fluid .span8 {
    padding-top: 15px;
}
#footer .adds-box {
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
}
.footer-bottom-wrapper {
    margin-bottom: 15px;
}

.form-horizontal .control-group {
    display: flex;
    flex-direction: column;
}
.form-profile .controls {
    margin-left: 0px;
}
.zoo-filter-empty {
    padding: 30px 0px;
}
div.yoo-zoo ul.counter-box.uk-width-1-1 {
    margin: 0 0 0 -20px;
    display: flex;
    flex-direction: column;
}
.item .main {
    display: block;

}
.publishing-article .pos-row {
    display: flex;
    flex-direction: column;
}
ul.pos-info {
    float: none;
    width: 97%;
}
ul.counter-box, div.yoo-zoo ul.counter-box {
    float: none;
    margin: 0 0 0 0px;
    padding: 0;
    list-style: none;
    width: 100%;
}
.counter-box li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    margin-left: 0px;
    margin-top: 9px;
}
.authors-box .doi {
    margin-left: 0px;
}
.volumes-list .btn-link a {
    font-size: 7px;
}
.pos-info li .title {
    font-size: 12px;
}
.partners-info-wrapper {
    flex-direction: column;
}
.zoo-item-list .partners-info-wrapper div.media-left {
    margin: 0px;
}
.partners-info {
    width: 100%;
}
.publishing-article .items .pos-meta {
    width: 99%;
}
.pos-info li.buttons {
    margin-top: 0px;
}

}
