@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

*, *::before, *::after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

body {
    font-family: 'Lato', Arial, Helvetica sans-serif;
    font-weight: 400;
    background-color: #ffffff;
    background-image: none;
    color: #505050;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
}

h1, h2, h3 {
    font-family: 'Lato', Arial, Helvetica sans-serif;
    font-weight: 400;
    transform-origin: 0 50%;
}

h1, h2, h3, a, div.searchoptions a span, a.prevnextposter, div.bookmarkinfo a, div.posternumber, div.postertitle, div.publicnotice {
    color: #505050;
}

p {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}

div.headerbox {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}



div.headerbox .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
    color: #fff;
    background-color: #505050;
    vertical-align: middle;
    float: none;
    height: 30px;
    position: relative;
    z-index: 10;
    padding: 0px;
}

div.headerbox .breadcrumb .innerbreadcrumb {
    font-style: italic;
    padding: 5px 0;
    color: white;
}

div.header {
    position: relative;
    background: none;
    max-width: none;
    margin: 0 auto;
    width: auto;
    padding: 0 50px;
    z-index: 10;
}


div.header .header-esr {
    position: absolute !important;
    bottom: 20px;
    right: 50px;
    color: #fff;
    font-size: 13px;
    text-align: left;
}

div.header a.headerlogo {
    float: left;
    height: 47px;
    width: 151px;
    padding: 0;
    display: block;
    position: absolute;
    left: 50px;
    top: 25px;
    margin: 0;
    z-index: 15;
}

.header-title {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 80%;
    width: 50%;
    max-width: 780px;
    z-index: 10;
}

div.header div.quicksearch {
    float: none;
    position: absolute;
    right: 50px;
    top: 25px;
    z-index: 15;
}


div.header div.quicksearch input {
    margin: 0;
    background-color: white;
    border-radius: 8px;
    border: none;
    width: 183px;
    padding: 8px 20px;
    outline: 0px;
    font-size: 16px;
    line-height: 1;
}

.container, .frontpage-paragraph {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1140px;
    max-width: 100%;
}


div.content_main::after {
    content: "";
    clear: both;
    display: table;
}

div.content_main_right {
    float: right;
    width: 25%;
}

div.content_main_left {
    float: left;
    width: 75%;
}


div.postersection {
    background-color: #F9FAFE;
    border: 0px;
    border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    padding: 25px 30px;
    border-right: 10px solid #505050;
}

.posternavigation {
/*    position: sticky;
    top: 0;*/
    margin: 0 0 60px 0;
    padding: 20px 0;
    background-color: #f9fafe;
    font-size: 16px;
    border: 0px;
    border-left-width: 0;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
}

div.posternavigation b {
    font-size: 16px;
    color: #505050;
    display: block;
    padding: 0 0 10px 20px;
}

div.posternavigation a {
    font-size: 16px;
    color: #505050;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 0px;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}


div.posternavigation a.selected, div.posternavigation a:hover {
    background: #505050;
    color: #ffffff;
    border-radius: 0;
    border: 0px;
}

.posternavigation_ad {
    padding:15px;

}


.content_main, .frontpage-paragraph {
    margin-top: 25px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1140px;
    max-width: 100%;
}

.posterinfo.publicnotice {
    margin-bottom:0.67em;
}

div.table {
    display: table;
}
div.row {
    display: table-row;
}
div.cell {
    display: table-cell;
    padding: 3px;
    min-width: 130px;
}

div.footer {
    background-color: #a8a8a8;
    padding: 15px;
    min-height: 25px;
}

div.footertext {
    float: left;
    width: auto;
    text-align: justify;
}
div.footerlogo {
    float: right;
    width: auto;
    font-size: .8em;
    text-align: justify;
}

div.sidebar {
    padding: 0px;
    width: 150px;
    float: right;
    margin-bottom: 0px;
    margin-left: 50px;
}
div.sidebartile {
    font-size: 12px;
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin: 0 0 30px 0;
    border: 0px;
    background: none;
    text-align: left;
    font-style: italic;
    line-height: 1.3;
}

div.sidebartile.image-inline-tile {
    display: flex;
    flex-direction: column;
    background: #f6f6fb;
    border-radius: 5px;
    transition: all 0.2s;
}

div.sidebartile.image-inline-tile a {
    display: flex;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

div.sidebartile.image-inline-tile:hover {
    box-shadow: 0 1px 5px 0 rgba(58,59, 69, 0.2);
}

div.sidebartile.image-inline-tile a img {
    display: block;
    border-radius: 5px;
}

div.sidebartile.image-inline-tile  .image-inline-tile-desc {
    background: #f2f2f9;
    border-radius: 0 0 5px 5px;
    padding: 10px 15px;
}

hr.separator {
    border: 0;
    border-bottom: 1px solid #bbb;
    margin: 15px 0 30px;
}

hr.separator.separator-red {
    border-bottom-color: #df0018;
}

div.poster-bottom-images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

div.sidebartile.gallery-image-tile {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    div.sidebartile.gallery-image-tile {
        width: calc(33.33% - 30px);
    }
}

@media (max-width: 600px) {
    div.sidebartile.gallery-image-tile {
        width: calc(50% - 30px);
    }
}

@media (max-width: 320px) {
    div.sidebartile.gallery-image-tile {
        width: calc(100% - 30px);
    }
}

div.sidebartile.gallery-image-tile:hover {
    box-shadow: 0 1px 5px 0 rgba(58,59, 69, 0.2);
}

div.sidebartile.gallery-image-tile a {
    display: block;
}

div.sidebartile.gallery-image-tile a img {
    display: block;
    width: 100%;
}

div.sidebartile.gallery-image-tile .gallery-image-tile-desc {
    padding: 5px 10px;
    background: #f2f2f9;
    height: 100%;
}

@media (max-width:799px) {
    div.cell {
        display: block;
    }
    div.content_main {
        margin: 0px;
    }
    div.content_main_left{
        float:none;
        width: 100%;
        padding: 0;
    }
    div.content_main_right{
        float:none;
        width: 100%;
    }
    div.postersection {
        border-right: 0px;
        border-radius: 0px;
    }

    div.quicksearch {
        display:block;
        height: 34px;
        margin-top: 5px;
    }

    div.quicksearch form {
        display: none;
    }
}


div.searchlabel {
    float: left;
    width: 18%;
    padding: 4px 0;
    font-weight: bold;
    line-height: 1;
}


div.searchoptions {
    float: right;
    width: 82%;
    padding: 0px;
    overflow: hidden;
}

div.searchoptions a.active {
    background-color: rgb(80, 80, 80);
}

div.searchoptions a.active {
    color: #ffffff;
}

div.searchoptions a.active span {
    color: #fff;
}


div.search-form {
    margin: 0 0 30px 0;
}

div.searchoptions-pickers {
    height: 36px;
}

div.searchoptions-pickers.expanded {
    height: auto;
}

.searchbox {
    margin: 0px;
    padding: 50px 0px;
    border: 0px;
    background: #F9FAFE;
}

.searchbox div.search a.toggle {
    display: block;
    text-decoration: none;
    border: none;
    border-radius: 0;
    background: none !important;
    float: right;
    padding: 4px 5px;
    margin: 0;
    font-size: 15px;
}

div.searchoptions span.disabled {
    color: #999999;
}

div.searchoptions span.disabled,
div.searchoptions a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #D5D2D2;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 0 8px 12px 0;
    text-decoration: none;
    line-height: 1;
}

div.searchoptions a span.labelnumber,
div.searchoptions span.disabled span.labelnumber,
div.searchoptions div.labelinactive span.labelnumber {
    display: inline-block;
    width: auto;
    color: #999999;
    text-decoration: none;
}

div.searchoptions a span {
    text-decoration: none;
}

div.searchbox .ft {
    display: inline-block;
    margin: 0px;
    width: auto;
    border: 0px;
    border-radius: 0px;
    background: none;
    box-shadow: none;
}

div.searchbox #f {
    background-color: #fff;
    border: 1px solid #D5D2D2;
    width: 450px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 7px 20px;
    font-size: 12px;
    max-width: 100%;
    outline: none;
    line-height: 1;
}

form#searchForm {
    position: relative;
}

.search-form input.button {
    background: url(images/search-icon.svg) center center no-repeat;
    width: 30px;
    padding: 0px;
    height: 30px;
    text-indent: -9999em;
    position: absolute;
    right: 5px;
    top: 0px;
}

.button, .button2 {
    background: #505050;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
    padding: 6px 20px;
    font-size: 16px;
    color: white;
    margin: 0px;
    cursor: pointer;
    line-height: 1;
}

div.searchbox #f::placeholder {
    font-style: italic;
    color: #BAB9B9;
}

div.searchoptions a.png-picker-value.active {
    background-color: rgb(80, 80, 80);
}

div.searchoptions a.png-picker-value.active span {
    color: #ffffff;
}

div.results div.pc {
    width: 100%;
    margin: 0 0 10px 0;
}

.results.section div.posterline {
    background: #ffffff;
}

.posterline .postertext {
    font-size: 20px;
    color: #505050;
    font-weight: 900;
    line-height: 24px;
    margin-left: 85px;
}

.posterline .postertext b {
    display: block;
    font-size: 22px;
    color: #272727;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1;
}

.posterline .postertext i {
    font-size: 10px;
    color: #505050;
    line-height: 14px;
    display: block;
    margin-top: 8px;
}

.posterline .postertext img {

}

.posterline div.posterimage img {
    max-height: 75px;
    max-width: 75px;
}





div.pc {
    display:inline-block;
    vertical-align: top;
    width:49.5%;
    width:calc(50% - 4px);
    margin-top:0.5em;
    margin-bottom: 1em;
}

div.pc a{
    text-decoration:none;
    color: inherit;
    display:block;
}

.pclink {
    padding-right:1.3em;
    text-align: right;
    color: #ababab;
    font-style:italic;
    margin-bottom:.2em;
    margin-top:1em;
    font-size: .9em;
}

div.pc .pclink a{
    text-decoration: underline;
    display:inline;
}


div.postercard, div.posterline {
    background-color: #efefef;
    background: -webkit-linear-gradient(to bottom, #f8f8f8 0%, #efefef 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #efefef 100%);
    border: 1px solid #e6e6e6;
    border-radius: 0.3em;
    margin:0em;
    margin-left:.5em;
    margin-right:.5em;
    margin-left:1vw;
    margin-right:1vw;
    padding:0.4em;
}

div.postercard:hover, div.posterline:hover {
    background: -webkit-linear-gradient(to bottom, #efefef 0%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #efefef 0%, #f8f8f8 100%);
    border-color: #cccccc;
}
div.postercard {
    min-height: 8em;
}

div.postercard p{
    text-align:left;
}

div.postercard h2 {
    padding:.2em;
    text-align:left;
    padding-left: 0.9em;
    padding-right: 0.9em;
    color:black;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0px 1px white;
}
p.authorlist{
    font-size:.9em;
    font-style:italic;
}

div.posterline div.posterimage{
    float:left;
    width:75px;
    margin-right: 10px;
}
div.posterline div.posterimage img{
    max-height:75px;
    max-width:75px;
}

div.posterline div.postertext{
    margin-left: 85px;
}

div.posterline i{
    font-size: 0.85em;
    color: #555555;
}

div.posterline h2{
    color: inherit;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
}

div.resultpager {
    margin: 0px;
    border: 0px;
    padding: 10px 0;
    border-radius: 0px;
    background-color: #505050;
    color: #ffffff;
    line-height: 1;
}


div.results{
    padding-bottom: 1em;
}




div.results div.pc{
    width:100%;
    margin-top: 0.3em;
    margin-bottom: 0;
}

div.results div.pc p{
    clear: left;
}

@media (max-width:649px) {
    div.pc {
        width:100%;
    }
}

div.postercard img.coverpicture {
    float:right;
    margin: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
}
div.postercard h2 img {
    margin:0;
    margin-left: .5em;
    margin-right: .5em;
    float: right;
}
@media (max-width:999px) {
    div.postercard img.coverpicture {
        width: 33%;
    }
}
@media (max-width:849px) {
    div.postercard img.coverpicture {
        width: 15%;
    }
}
@media (max-width:799px) {
    div.postercard img.coverpicture {
        width: 16%;
    }
}
@media (max-width:699px) {
    div.postercard img.coverpicture {
        width: 17%;
    }
}
@media (max-width:599px) {
    div.postercard img.coverpicture {
        width: 18%;
    }
}
@media (max-width:499px) {
    div.postercard img.coverpicture {
        width: 19%;
    }
}
@media (max-width:399px) {
    div.postercard img.coverpicture {
        width: 20%;
    }
}

div.previousposter {
    font-size:0.9em;
    float:left;
}
div.nextposter {
    font-size:0.9em;
    float:right;
}

div.pagingbox {
    background: #df0019;
    padding: 0 0 50px 0;
    margin-top: 30px;
}

div.pagingbox .prevnextposter
{
    background: none;
    color: #fff;
    border: none;
    font-size: 20px;
    font-style: italic;
    padding: 0;
    margin: 0;
}

div.pagingbox span.prevnextposter {
    color: rgba(255, 255, 255, 0.4);
}

div.poster-pagingbox {
    background: #fff;
}

div.poster-pagingbox .prevnextposter
{
    background: none;
    color: #df0019;
    border: none;
    font-size: 20px;
    font-style: italic;
    padding: 0;
    margin: 0;
}

div.poster-pagingbox span.prevnextposter {
    color: rgba(223, 0, 25, 0.4);
}









/*
@media (max-width: 768px) {
    div.header div.nav2 {
        display: block;
        float: none;
        position: absolute;
        bottom: 20px;
        left: 50px;
        right: 50px;
    }

    div.innerbreadcrumb {
        display: none;
    }

    div.header .header-esr {
        display: none;
    }
}
*7
