.access-color-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.photoSwipe-pContent div.first {
    width: 80%;
    display: inline-block;
}

.photoswipe-pContent.active .access-color-layer {
    height: 30%;
    top: 45px;
    width: 30%;
    display: inline-block;
}

.access-color-layer.carousel {
    right: -4px;
    height: 90%;
}

.on-top {
    z-index: 1;
}

.on-bottom {
    pointer-events: none;
}

.small-access-mystructurae {
    background: -moz-linear-gradient(35deg, #ffffff00 81%, #E2E2E2 82%);
    background: -webkit-linear-gradient(35deg, #ffffff00 81%, #E2E2E2 82%);
    background: linear-gradient(35deg, #ffffff00 81%, #E2E2E2 82%);
}

.small-access-structuraeplus {
    background: -moz-linear-gradient(35deg, #ffffff00 81%, #fbedd3 82%);
    background: -webkit-linear-gradient(35deg, #ffffff00 81%, #fbedd3 82%);
    background: linear-gradient(35deg, #ffffff00 81%, #fbedd3 82%);
}

.small-access-structuraepro {
    background: -moz-linear-gradient(35deg, #ffffff00 81%, #fbedd3 82%);
    background: -webkit-linear-gradient(35deg, #ffffff00 81%, #fbedd3 82%);
    background: linear-gradient(35deg, #ffffff00 81%, #fbedd3 82%);
}

.small-access-contributor, .small-access-editorpreview {
    background: -moz-linear-gradient(35deg, #ffffff00 81%, #D56B0D 82%);
    background: -webkit-linear-gradient(35deg, #ffffff00 81%, #D56B0D 82%);
    background: linear-gradient(35deg, #ffffff00 81%, #D56B0D 82%);
}

.small-access-admin {
    background: -moz-linear-gradient(35deg, #ffffff00 81%, #C91E1A 82%);
    background: -webkit-linear-gradient(35deg, #ffffff00 81%, #C91E1A 82%);
    background: linear-gradient(35deg, #ffffff00 81%, #C91E1A 82%);
}

.big-access-mystructurae {
    background: -moz-linear-gradient(to right top, #ffffff00 50%, #E2E2E2 51%);
    background: -webkit-linear-gradient(to right top, #ffffff00 50%, #E2E2E2 51%);
    background: linear-gradient(to right top, #ffffff00 50%, #E2E2E2 51%);
}

.big-access-structuraeplus {
    background: -moz-linear-gradient(to right top, #ffffff00 50%, #fbedd3 51%);
    background: -webkit-linear-gradient(to right top, #ffffff00 50%, #fbedd3 51%);
    background: linear-gradient(to right top, #ffffff00 50%, #fbedd3 51%);
}

.big-access-structuraepro {
    background: -moz-linear-gradient(to right top, #ffffff00 50%, #fbedd3 51%);
    background: -webkit-linear-gradient(to right top, #ffffff00 50%, #fbedd3 51%);
    background: linear-gradient(to right top, #ffffff00 50%, #fbedd3 51%);
}

.big-access-contributor, .big-access-editorpreview {
    background: -moz-linear-gradient(to right top, #ffffff00 50%, #D56B0D 51%);
    background: -webkit-linear-gradient(to right top, #ffffff00 50%, #D56B0D 51%);
    background: linear-gradient(to right top, #ffffff00 50%, #D56B0D 51%);
}

.big-access-admin {
    background: -moz-linear-gradient(to right top, #ffffff00 50%, #C91E1A 51%);
    background: -webkit-linear-gradient(to right top, #ffffff00 50%, #C91E1A 51%);
    background: linear-gradient(to right top, #ffffff00 50%, #C91E1A 51%);
}

.access-color-layer .access-text {
    text-align: right;
    font-size: 13px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    color: black;
    width: 68%;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    white-space: normal;

}

.big-access-text {

}

.small-access-text {
}

.big-access-text:after, smallest-access-text:after {
    float: none;
    clear: both;
}

.access-btns {
    color: #fff;
    display:block;
    float: right;
    text-align: center;
    font-size: 13px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    border-radius: 4px;
    margin-right: 15px;
    margin-top: 10px;
    text-decoration: none;
    height: 20px !important;
}

.access-btns:hover {
    text-decoration: none;
    color: darkred;
}

.access-login-btn {
    background: #6BADB0;
    width: 80px;
}

.access-register-subscribe-btn {
    background: #F2C771;
    width: 100px;
	color: black;
	font-weight: bold;
}

.access-figure {
    position: relative;
}

.smaller-figure-access-color {
    width: 100%;
    height: 91%;
    top: 2px;
    right: 2px;
}

.narrow .access-btns {
    font-size: 10px;
}

.narrow .access-login-btn {
    width: 60px;
}

.narrow .access-register-subscribe-btn {
    width: 80px;
}

.narrow .access-text {
    font-size: 10px;
}

.category-content-access, .structure-content-access, .mediaPage-content-access, .literature-content-access,
.refs-content-access {
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.literature-content-access {
    display: inline-flex;
}

.category-content-access .background-hidden, .structure-content-access .background-hidden, .mediaPage-content-access .background-hidden {
    visibility: hidden;
    height: 100%;
    width: 100%;
}

.category-recently-added {
    background-image: url(/layouts/css/images/recently-added.png);
}

.category-recently-modified {
    background-image: url(/layouts/css/images/recently-modified.png);
}

.category-recently-illustrated {
    background-image: url(/layouts/css/images/recently-illustrated.png);
}

.category-list {
    background-image: url(/layouts/css/images/list.png);
}

.category-images {
    background-image: url(/layouts/css/images/images.png);
}

.category-diagram {
    background-image: url(/layouts/css/images/diagram.png);
}

.category-literature {
    background-image: url(/layouts/css/images/literature.png);
}

.category-case-studies-reports {
    background-image: url(/layouts/css/images/case-studies-reports.png);
}

.category-summary {
    background-image: url(/layouts/css/images/summary.png);
}

.category-restricted-summary {
    background-image: url(/layouts/css/images/restricted-summary.png);
}

.structure-images {
    background-image: url(/layouts/css/images/structurae-images.png);
}

.structure-summary {
    background-image: url(/layouts/css/images/structure-summary.png);
}

.structure-structure-videos {
    background-image: url(/layouts/css/images/structurae-videos.png);
}

.mediaPage-media {
    background-image: url(/layouts/css/images/media.png);
}

.my-structurae-access-box, .subscriber-access-box {
    max-width: 360px;
    min-width: 350px;
}

.permission-login-box {
    width: 90%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding-top: 30px;
}

.permission-login-box.diagram {
    left: 40px;
    width: 50%;
    margin: 0;
}

.permission-login-box.plus.diagram {
    left: 480px;
    width: 50%;
    margin: 0;
}

.permission-login-box.plus.diagram.diagramplus {
    width: 90%;
    position: initial;
    left: 0;
    padding-top: 0px;
    margin: 0 auto;
}

.refs-content-access .permission-login-box {
    width: 60%;
    margin: 0;
}

.permission-logo {
    height: 34px;
    width: auto;
}

.permission-content-anniversary {
    height: 128px;
    width: 192px;
    position: absolute;
    top:2px;
    left:2px;
}

.anniversary-images {
    position: relative;
}

.anniversary-figure-access-color p {
    font-size: 10px;
    margin-right: 10px;
}

.anniversary-figure-access-color a {
    margin-top: 5px;
    margin-right: 8px;
}

.anniversary-figure-access-color .access-register-subscribe-btn {
    width: 75px;
    font-size: 10px;
}

.anniversary-figure-access-color .access-login-btn {
    width: 50px;
    font-size: 10px;
}

.photos-figure-access {
    position: absolute;
    top: 2px;
    z-index: 1;
    width: 99%;
    left: 4px;
    height: 88%;
}

.access-color-layer.photos-figure-access p {
    font-size: 16px;
}

.one-column-subcat-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media screen and (max-width: 780px) {
    .category-content-access.single-permission-box,
    .mediaPage-content-access.single-permission-box {
        height: 500px;
    }

    .category-content-access.double-permission-box,
    .mediaPage-content-access.double-permission-box {
        height: 500px;
    }
}

@media screen and (min-width: 690px) and (max-width: 1000px) {
    .one-column-subcat {
        width: 100%;
        margin-bottom:40px;
        padding: 0px;
    }

    .one-column-subcat > div{
        float: left;
        padding: 0px;
        margin: auto;
    }

    figure.access-figure {
        max-width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .one-column-subcat {
        width: 100%;
        margin-bottom:30px !important;
        padding: 0px;
    }

    .one-column-subcat > div{
        float: left;
        padding: 0px;
        margin: auto;
    }

    figure.access-figure {
        max-width: 300px;
    }
}

.small-access-mystructurae.photos-figure-access {

}

img.login-to-get-access-img {
    width: 140px;
    height: auto;
    vertical-align: -webkit-baseline-middle;
}

#similar-categories {
    height: 350px;
}

.small-image-access-container {
    width: 98px;
    height: 66px;
    position: relative;
    display: flex;
}

.small-image-access {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 2px;
}

.small-access-container {
    display: flex;
    margin: 0px;
    margin-bottom: 20px;
}

.small-image-access-title {
    margin-top: 0px;
    margin-left: 15px;
}

.medium-image-access-container {
    width: 194px;
    height: 130px;
    position: relative;
    display: flex;
}

.medium-image-access {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 2px;
}

.medium-access-container {
    display: flex;
    margin: 0px;
    margin-bottom: 20px;
}

.medium-image-access-title {
    margin-top: 0px;
    margin-left: 15px;
}

.photos-figure-access .access-btns {
    height: 22px !important;
    font-size: 14px;
}

.pastelbutton
{
    display: inline-block;
    background-color: #E2E2E2;
    border-radius: .9em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: black;
    margin-top: 4px;
}

a.pastelbutton:hover, a.pastelbutton:hover
{
	text-decoration: none;
	background-color: #F2C771;
}

.pastelbutton_plus
{
    display: inline-block;
    background-color: #fbedd3;
    border-radius: .9em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: black;
    margin-top: 4px;
}