/*=========Body========= custom7.css */
/*main*/
body {
    font-family: 'Chaparral Pro', 'Palatino', 'Georgia';
    font-size: 16px;
    line-height: 1.231;
    background: #d5d4cf;
    text-shadow: 0 1px #fff;
    color: #222;
    overflow-x: hidden;
}

hr {
    border: 0;
    border-top: 1px solid #c3c2bd;
    border-bottom: 1px solid #fff;
    margin-bottom: 0rem;
}

.btn-light {
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

a {
    color:#272727;
    text-decoration:none;
}

.mbody {
    /*position: relative;*/
    background: #eeede6;
    /*z-index: 30;*/
}

a:focus {
    outline: none;
}
a:hover {
    color: #3ca2f1;
}
a:hover, a:active {
    outline: none;
    text-decoration:none;
}

.more-btn {
    padding: 2px 12px 10px 15px;
    color: #fff;
    background-color: #202020;
    border-radius: 5px;
    text-decoration: none;
    white-space: inherit !important;
    text-transform: uppercase;
    border: 0px;
}
.more-btn::after {
    content: '';
    display: block;
    position: relative;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: -19px;
    top: 50%;
    border-left: 5px solid #eeede6;
    left: -16px;
}

.more-btn-arrow-right::after {
    content: '';
    display: block;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-left: 10px solid #fff;
    left: -6px;
}

input {
    padding: 4px 12px 4px 15px;
    color: #fff;
    background-color: #202020;
    border-radius: 5px;
    text-decoration: none;
    white-space: inherit !important;
}
input[type=search] {
    text-transform: uppercase;
}

/*main picture in background*/
@media (max-width: 1200px) {
    .frontimage {
        position: absolute;
        z-index: 10;
        max-height: 500px;
        left: 3%;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
    .frontimage {
        position: absolute;
        z-index: 10;
        max-height: 540px;
        left: 5%;
    }
}
@media (min-width: 1401px) {
    .frontimage {
        position: absolute;
        z-index: 10;
        max-height: 630px;
        left: 10%;
    }
}
.bg_image {
    z-index: -2;
    margin: 0 auto -760px;
    width: 1500px;
    /*background-image: url(../img/bg-item1.png);*/
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 760px;
    position: relative;
}

.proxima-nova{
    font-family: proxima-nova,"Helvetica","Arial";
}
.proxima-nova-condensed{
    font-family: proxima-nova-condensed,"Helvetica","Arial";
}

.chaparral{
    font-family: 'Chaparral Pro',"Palatino","Georgia";
}

/*======================*/


/*======Navigation======*/
/*header*/
header {
    border-top: 2px solid #1f1f1f;
    /*border-bottom: 1px solid #a6a6a6;*/
    /*background-color: #d5d4cf;*/
}

/*nav*/
#navbarMain {
    z-index: 50;
}

/*logo*/
@media (max-width: 575px) {
    a.logo {
        font-weight:600;
        font-size: 4vw;/*fixed*/
        line-height: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    a.logo {
        font-weight:600;
        font-size: 3vw;/*fixed*/
        line-height: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    a.logo {
        font-weight:600;
        font-size: 13px;/*fixed*/
        line-height: 20px;
    }
}
@media (min-width: 992px) {
    a.logo {
        display:block;
        float:left; margin:20px 15px 0 0;
        width:240px;  /* Match background image width */
        height:100px;
        text-indent:-9999px;
    }
    a.logo-hr {
        background:url(../img/hpm-hr.png) no-repeat;
    }
    a.logo-en {
        background:url(../img/hpm-en.png) no-repeat;
    }


    a.logo:hover {
        background-position:0 -116px;
    }
}

.sm-logo {
    content: url(../img/hpm-logo-sm.png);
    max-width: 35px;
}
@media (max-width: 575px) {
    .icon-ml{
        margin-left: -45px;
    }
}


/*list*/
ul.hcolumns {
    list-style:none;
    display:block;
    font-weight: 600;
    float:left;
    margin:5px 0 0;
    padding:0;
    text-shadow: 0 1px #fff;
}

ul.hcolumns>li{
    display:block;
    float:left;
}

@media (max-width: 992px) {
    ul.hcolumns {
        display:flex;
    }
}

@media (max-width: 992px) {
    ul.hcolumns>li {
        margin:0;
    }
}

@media (min-width: 992px) {
    ul.hcolumns>li {
        background: url(../img/sep-vert.png) repeat-y;
        margin:10px;
    }
}

@media (min-width: 1200px) {
    ul.hcolumns>li {
        background: url(../img/sep-vert.png) repeat-y;
        margin: 10px;
        margin-right: 40px;
    }
}

@media (min-width: 1200px) {
    .ml-55 { /* TODO: not needed? */
        margin-left: 55px;
    }
}

ul.hcolumns li ul li a.active {
    margin-left: -6px;
    padding: 3px 6px;
    color: #3ca2f1;
    text-shadow: 0px -1px #000;
    background: #202020;
    border-radius: 5px;
}

ul.hcolumns li ul {
    list-style:none;
    display:block;
    padding:0;
    margin:0;
}

ul.hcolumns li ul li {
    display:block;
    margin:5px 0px;
    padding-left:13px;
    position:relative;
}


ul.hcolumns li ul li div {
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-top: -25px;
    margin-left: 100%;
    background: none;
    border: none;
    z-index: 101;
    background-color: #202020;
    border-radius: 5px;
}

ul.hcolumns li ul li div a{
    color: #fff;
    text-decoration: none;
    white-space: inherit !important;
    text-shadow: none;
    border-radius: 5px;

}
@media only screen and (min-width: 992px) {
    /* For mobile phones: */
    .dropdown-menu:after {
        content: '';
        display: block;
        position: absolute;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        top: 0%;
        /* Without left arrow
        border-right: 7px solid #000;
        left: -7px;
        */
        margin-top: 7px;
    }
}


.navbar-nav li:hover>.dropdown-menu {
    display: block;
    /*left: inherit;
    top: inherit;*/
}

@media only screen and (max-width: 992px) {
    /* For mobile phones: */
    ul.hcolumns li ul li div {
        margin-top: 0px;
        margin-left: 10px;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #3ca2f1;
    text-decoration: none;
    background-color: #202020;
}

.dropdown-toggle::after {
    display:none;
}

/*search form*/
.sbutton {
    background-color: #4993f2;
}

.sicon:hover{
    color: #fff;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25)inset;
}

.form-control {
    font-size: 90%;
}

/*======================*/


/*========Slider========*/
.textout {
    text-shadow: 0px 2px #444;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 60px;
    font-size: 270%;
}

.main-carousel-wrapper {
    background: url(../img/bg-home-2.png) repeat-x;
    z-index:-20;
}

@media (min-width: 768px) {
.carousel-inner .carousel-item .btn a h3 {
    font-size: 175%;
}
}
.main-carousel .carousel-indicators {
    top: 320px;
}
.main-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 3px solid #000;
}

@media (min-width: 992px) {
    .textout {
        top: 20%;
        left: 30px;
        position: absolute;
        z-index: 20;
    }
}

.hc {
    font-weight: 900;
    line-height: 80px;
}
.textout h1 {
    text-shadow: 0px 2px #444;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 84px;
    font-size: 70px;/*fixed*/
}

.button-text-up{
    position: absolute;
    top: 165px;
    left: 45%;
    z-index: 100;
    padding-left: 2px;
    font-size: 14px;/*fixed*/
    font-weight: bold;
    text-shadow: 0px 1px #222;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .btn h3{
        font-size:125%;
    }
}

.button-arrow-right::after {
    content: '';
    display: block;
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-top: -15px;
    top: 45%;
    border-left: 15px solid #000;
    left: -6px;
}

.main-carousel .carousel-item img {
    z-index: 25;
}
.main-carousel .carousel-item .btn {
    position: absolute;
    border-left: 8px solid #000;
    top: 65%;
    text-align: left;
    left: 30%;
    z-index: 30;
    min-height: 60px;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
@media (max-width: 768px) {
    .main-carousel .carousel-item .btn {
        top: 65%;
        left: 0%;
        max-width: 320px;
    }
}
@media (min-width: 768px) {
    .main-carousel .carousel-item .btn {
        top: 65%;
        left: 20%;
        max-width: 600px;
    }
}
@media (min-width: 992px) {
    .main-carousel .carousel-item img {
        border-bottom: 3px solid #000;
        box-shadow: 1px 2px 3px 0 #999;
        z-index: 20;
    }
}
@media (max-width: 991px) {
    .main-carousel .carousel-item img {
        margin: 35px auto;
        width: 80%;
        border-bottom: 3px solid #000;
        box-shadow: 1px 2px 3px 0 #999;
    }
}

/*======================*/

/*======BreadCrumbs======*/

.bcwrapwide {
    border-bottom: 1px solid #d6d5cf;
    background: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 30;
}

.breadcrumbs {
    color: #999 !important;
    padding-top: 5px;
    font-weight: 600;
    font-size: 90%;
    line-height: 30px;
}
.bcwrapwide h2 {
    color: #4893f1;
    white-space: nowrap;
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 26px;/*fixed*/
    line-height: 36px;
}
.bcwrapwide .breadcrumbs a.active {
    color: #4893f1;
}
.bcwrapwide .breadcrumbs a.active:hover {
    color: #000;
}
.breadcrumbs a:hover {
    color: #4893f1;
}
.breadcrumbs a {
    color: #999;
}

/*======================*/

/*======Main body======*/

/* News*/

.main-news .btn:hover {
    background-color: #3ca2f1;
}
.main-news h3 {
    font-size: 1.5rem;
}

span.date {
    text-transform: uppercase;
    color: #7e7e7e;
    font-weight: 600;
    font-size: 75%;
    line-height: 20px;
}

.main-text {
    color: #909090;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 70px;
    line-height: 1em;
    font-size: 48px;/*fixed*/
}
.main-text-p {
    color: #272727;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;/*fixed*/
    padding-right: 10px;
}


/*poll*/

.poll .btn:hover {
    background-color: #3ca2f1;
}

.poll img {
    border-bottom: 3px solid #000;
    box-shadow: 1px 2px 3px 0 #999;
}

.main-text-s {
    color: #909090;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 40px;
    font-size: 30px;/*fixed*/
}
.question {
    border-bottom: 2px solid #202020;
    margin-bottom: 10px;
    padding: 5px 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 115%;
}

#questionlist {
    border-bottom: 2px solid #202020;
}

.poll ul {
    padding: 5px;
}

.poll ul li {
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
}

.poll input {
    float: left;
    margin: 3px 10px 10px 0;
}
.answer {
    clear: both;
    position: relative;
    overflow: hidden;
    /* margin: 0 0 0 -33px; */
}

#answerlist {
    padding-bottom:5px;
    display:none;
    position:relative;
    border-bottom: 2px solid #202020;
    margin-bottom: 1em;
}
.answer span {display:block;
    margin:5px 5px 5px 38px;
    clear:both;
    overflow:hidden;
    font-weight: 600;
    font-size: 90%;
}
.answer div.barwrap {
    float: left;
    width: 190px;
    height: 21px;
    overflow: hidden;
    margin: 0 0 5px 0;
}
.answer div.barwrap div {
    height: 21px;
    float: left;
    margin: 0;
    background: url(../img/bgpoll.png) repeat-x;
    margin-left: 6%;
}
.answer em {
    float: left;
    /*width: 38px;*/
    margin: 0px 0px 5px 0px;
    line-height: 20px;
    display: block;
}
#votecounter {
    font-weight: 600;
    font-size: 90%;
}

.expo .btn {
    position: absolute;
    border-left: 8px solid #000;
    text-align: left;
    top: 155px;
    left: 10px;
    max-width: 400px;
    font-size: 115%;
    padding: 13px 30px 16px;
}


@media (max-width: 575px) {
    .expo .btn {
        top: 60%;
        max-width: 320px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .expo .btn {
        top: 70%;
        left: 10%;
    }
}

/*
@media (min-width: 768px) and (max-width: 991px) {
    .expo .btn {
        top: 65%;
        left: 30%;
    }
}

@media (min-width: 992px) {
    .expo .btn {
        top: 65%;
        left: 4%;
    }
}
*/

.button-arrow-right-s::after {
    content: '';
    display: block;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-left: 10px solid #000;
    left: -6px;
}

/*qoute*/

.quote .carousel-item {
    background-color: #eeede6;
}

.quotebutton .btn:hover{
    background-color: #3ca2f1;
}

.quotebutton .btn:focus{
    outline: 0;
    box-shadow: none;
}

@media (max-width: 551px) {
    .quotebutton{
        padding-top: 10px;
        position: static;
    }
}
@media (min-width: 552px) and (max-width: 991px) {
    .quotebutton{
        padding-top: 160px;
        position: static;
    }
}
@media (min-width: 992px) {
    .quotebutton{
        padding-top: 100px;
        position: static;
        padding-left: 50px;
    }
    .quote-headline {
        position:absolute;
        top:0;
        z-index: 20;
    }
    .quotetext-headline {
        margin-left: -50px;
    }
    .quotetitle {
        position: absolute;
        z-index: 22;
        text-shadow: 0 1px #fff;
    }
}
.pl {
    display: block;
    padding-left: 15px;
}
.arrow {
    width: 27px;
    height: 22px;
    background: url(../img/arrows.png) no-repeat;
    display: inline-block;
    border: none;
}
.arrow-right {
    background-position: right -43px;
}
.arrow-right:hover {
    background-position: right top;
}
.arrow-left {
    background-position: left -43px;
}
.arrow-left:hover {
    background-position: top left;
}

/*======================*/


/*========Footer========*/
/*map*/

.fmap {
    text-shadow: none;
    text-align: center;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
    box-shadow: 1px 2px 3px 0 #999;
    border-bottom: 3px solid #000;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.fcol {
    text-transform: uppercase;
    color: #7e7e7e;
    font-weight: 600;
    font-size: 80%;
    line-height: 20px;
}

.fcol strong {
    color: #222;
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 90%;
}

.fblackwrap {
    background: #272727;
    clear: both;
    text-shadow: none;
    text-transform: uppercase;
    color: #757575;
    font-weight: 600;
    font-size: 70%;
    line-height: 45px;
}
.fblack a {
    color: #757575;
}
.fblack a:hover {
    color: #3ca2f1;
}
#totop {
    position: fixed;
    bottom: 20px;
    right: 25px;
    width: 28px;
    height: 28px;
    background: url(../img/totop.png) no-repeat;
    opacity: 0.7;
    text-indent: -9999px;
}
/*======================*/

/*=========Node=========*/
/*Article*/
article {
    margin-top: 25px;
}
article h1 {
    font-weight: 600;
    font-size: 275%;
}
article p {
    line-height: 22px;
}
/*======================*/

/*======Right Menu======*/
/*uses on node, news,...*/

ul.menu {
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 25px 0 20px;
    padding: 0;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}
ul.menu > li {
    padding: 0;
    text-transform: uppercase;
    overflow: hidden;
    display: block;
    border-bottom:1px solid #a6a6a6;
    font-weight: 600;
    font-size: 90%;
    line-height: 18px;

}
ul.menu > li.last {
    border-bottom: none;
}
ul.menu > li > a {
    color:#2d2d2d;
    padding: 10px 10px 10px 20px;
    display:block;
    text-shadow: 0 0 #ccc;
}
ul.menu > li > a:hover {
    color: #4893f1;
}
ul.menu > li > a.active {
    background-color: black;
    margin: 5px;
    color: #4893f1;
    border-radius: 5px;
}
ul.menu > li > a::after {
    content: '';
    display: block;
    position: relative;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-top: -17px;
    border-left: 8px solid #eeede6;
    left: -20px;
}

ul.menu2 {
    list-style: none;
    padding: 0px;
    margin: -5px 6px 10px 15px;
    background: #e2e1dd;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 #999;
}
ul.menu2 > li {
    text-transform: none;
    margin: 3px 0 3px 0;
    border-bottom: 1px solid #c2c2c0;
    border-top: 1px solid #e0dfdc;
    overflow: hidden;
    font-weight: 600;
    line-height: 18px;
}
ul.menu2 > li.last {
    border-bottom: none;
}
ul.menu2 > li > a {
    color: #7e7e7e;
    margin: 4px 10px 4px 9px;
    padding-left: 15px;
    background: url(../img/bullets.png) 0 -98px no-repeat;
    text-shadow: 0px 1px #eee;
    display: block;
}
ul.menu2 > li > a.active, ul.menu2 > li >a.open, ul.menu2 li a:hover {
    color:#272727;
    background:url(../img/bullets.png) 2px -44px no-repeat;
}

ul.menu3 {
    list-style:none;
    padding:0px;
    margin:0px 0px 1px 0px;
    background:#d6d5d1;
    overflow:hidden;
    display:block;
}
ul.menu3>li {
    text-transform:none;
    margin:0;
    border-bottom:1px solid #c2c2c0;
    border-top:1px solid #e0dfdc;
    overflow:hidden;
    font-weight: 600;
    line-height: 18px;
}
ul.menu3>li.last {
    border-bottom:none;
}
ul.menu3 > li > a {
    color:#7e7e7e;
    margin:4px 10px 4px 18px;
    padding:2px 0 2px 15px;
    text-shadow:0px 1px #eee;
    display:block;
}
ul.menu2 li a:hover {
    color:#272727;
    background:url(../img/bullets.png) 2px -44px no-repeat;
}
ul.menu3 > li > a.active {
    background:url(../img/bullets.png) 2px 6px no-repeat;
    color:#272727;
}


/*===================*/

/*========News=======*/
/*News list*/
.newslist .row{
    border: 0;
    border-top: 1px solid #c3c2bd;
    border-bottom: 1px solid #fff;
    padding: 25px 0;
}
.newslist .row.last{
    border-bottom: none;
}
.newslist .row.first{
    border-top: none;
}
.newslist .row:hover{
    background-color: #fff
}
.newslist .row h3 {
    font-weight: 600;
    font-size: 150%;
    line-height: 28px;
    padding-left: 10px;
}
.newslist .row span.catdat {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 75%;
    line-height: 20px;
    white-space: nowrap;
    clear: left;
    color: #7e7e7e;
}
.newslist .row span.catdat a {
    color: #4893f1;
}
.newslist .row span.catdat a:hover {
    color: #000;
}
.newslist .row p {
    padding-left: 10px;
}

/*single news*/
article div.articledate {
    background: url(../img/border-title.png) left center no-repeat;
    height: 20px;
    padding-left: 90px;
    color: #7e7e7e;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 75%;
    line-height: 18px;
}
article p a {
    background: #fff;
    padding: 0 1px;
    border-bottom: 1px solid #5f5e5b;
}

.img-no-shadow {
    box-shadow: none !important;
}

.mfp-title, .mfp-counter {
    text-shadow: none !important;
}

/*======================*/

/*=======Contact======*/

.contact img {
    border-bottom: 3px solid #000;
    box-shadow: 1px 2px 3px 0 #999;
}
.form-text {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
}
.contact .btn:hover {
    background-color: #3ca2f1;
}
.form-error {
    background:#f5d9d9;
}
.fmessage {
    padding:10px;
    color:#fff;
    margin:0 0 25px;
    text-shadow:0px 1px #222;
    border-radius: 5px;
}
.fmessage.success {
    background:#4893f1;
}
.fmessage.fail {
    background:#bc0017;
}
/*======================*/

/**=Cookie notification==*/

.cc-banner .cc-message, .cc-btn {
    font-weight: 600;
    font-size: 90%;
    line-height: 20px;
}

.cc-window.cc-banner {
    padding: 0.4em 1.8em;
}

/*======================*/

/*=====Category=========*/
.category-nav {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 90%;
}
.category-nav a {
    margin-right: 1em;
}
.category-nav .nav-item {
    padding: .25em 2em;
    border: 1px solid #c9c9c9;
    color: #5f5f5f;
}
.category-nav .nav-item.disabled {
    border: none;
}
.category-nav .nav-item:hover {
    background-color: #fefefe;
}
.category-nav .nav-item.active {
    background-color: #4893f1;
}
.category-head {
    text-transform:uppercase;
    background:url(../img/sep-hor-light.png) bottom left repeat-x;
    clear:both;
    margin:0px 0px 20px;
    padding:10px 20px;
    font-weight: 600;
    font-size: 125%;
}
/*======================*/

/*=====Exhibitions====*/
.exhibition-cat-title {
    text-transform: uppercase;
    color: #909090;
    font-weight: 900;
    font-size: 165%;
    line-height: 34px;
}
.exhibition-carousel .carousel-item {
    background: none;
}

.exhibition-carousel img{
    max-width: 96%;
}
.exhibition-carousel li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 3px solid #000;
}
@media (max-width: 768px) {
    .exhibition-carousel .carousel-item .btn {
        position: absolute;
        border-left: 6px solid #000;
        top: 70%;
        text-align: left;
        left: 20%;
        z-index: 80;
        width: 80%;
    }
}

@media (min-width: 768px) {
    .exhibition-carousel .carousel-item .btn {
        position: absolute;
        border-left: 8px solid #000;
        top: 70%;
        text-align: left;
        left: 20%;
        z-index: 80;
        width: 80%;
    }
}

/*======================*/

/*======Galleries=====*/
.gallery-item-link {
    display: block;
}
.gallery-item-link a.shadowwrap span {
    background:url(../img/arrow-hover.png) center center;
    display:none;
    position:absolute;
    z-index:5;
    height:100%;
    width:100%;
}
.gallery-item-link:hover a.shadowwrap span {
    display:block;
}
.gallery-item-link .gallery-category-name {
    color:#4893f1;
    font-weight: 600;
    font-size: 90%;
    white-space: nowrap;
    text-transform: uppercase;
}
.gallery-item-link h3 a {
    color:#272727;
    font-weight: 600;
    font-size: 85%;
    line-height: 28px;
}
.gallery-item-link:hover h3 a {
    color: #4893f1;
}
/* TODO: apply where needed */
.shadowwrap {
    display:block;
    float:left;
    border-bottom:3px solid #000;
    box-shadow:1px 2px 3px 0 #999;
    position:relative;
}
.shadowwrap img {
    border:none;
    z-index:0;
}

a.shadowwrap span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    z-index: 5;
}
a.shadowwrap:hover span {
    display: block;
}
a.swpopup span{
    background: url(../img/hover-popup.png) center center no-repeat;
}
a.swlink span{
    background: url(../img/hover-link.png) center center no-repeat;
}

/*Gallery in article*/
.labelhead {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 75%;
    line-height: 18px;
}

.hidden {
    display: none !important;
}
/*======================*/

/*==Page search form==*/
.inner-search-form h2 {
    background: #99988D;
    border-bottom: 1px solid #eeede6;
    font-weight: 900;
    font-size: 75%;
    line-height: 22px;
    color: #eeede6;
    text-transform: uppercase;
    text-shadow: none;
}
.inner-search-form .inner-search-form-holder {
    background: #D1D0C6;
}
.inner-search-form label {
    margin: 5px;
    color: #323232;
    text-shadow: 0px 1px #fff;
    font-weight: 600;
    font-size: 75%;
    text-transform: uppercase;
}
.inner-search-form input, .inner-search-form select {
    font-weight: bold;
}

/*======================*/

/*=====Catalog========*/
.catalog-list .shadowwrap {
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-bottom: none;
}
.catalog-list a.shadowwrap img {
    margin: 3px;
}
.catalog-list a.shadowwrap span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/magnify-hover.png) center center no-repeat;
    display: none;
    z-index: 5;
}
.catalog-list a.shadowwrap:hover span {
    display: block;
}
.catalog-list h3 {
    color: #272727;
    font-weight: 600;
    font-size: 150%;
    line-height: 28px;
}
.catalog-list .exhibit-h3 {
    font-weight: 600;
    font-size: 125%;
    line-height: 30px;
}
.catalog-list .catline {
    text-transform: uppercase;
    color: #4893f1;
    font-weight: 600;
    font-size: 80%;
    line-height: 20px;
    margin: 0 0 8px;
}
.catalog-list .catline a {
    color: #4893f1;
}
.catalog-list .catline a:hover {
    color: #272727;
}
.catalog-list .catalog-info span {
    text-transform: uppercase;
    color: #7e7e7e;
}
/*======================*/

/*========Links=======*/
.links-item-link {
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c3c2bd;
}
.links-item-link.first {
    border-top: none;
}
.links-item-link.last {
    border-bottom: none;
}
.links-item-link:hover {
    background: #fff;
}
.links-item-link .links-text-link {
    text-transform: uppercase;
    color: #4893f1;
    font-weight: 600;
    font-size: 75%;
    line-height: 20px;
}
.links-item-link .links-title-link {
    font-weight: 600;
    font-size: 150%;
    line-height: 28px;
}
.links-item-link .links-title-link {
    color: #222;
}
/*======================*/

/*=====Pagination=====*/
.page-link {
    color: #555;
    background-color: transparent;
    border-color: #c9c9c9;
}
.page-item.disabled .page-link {
    background-color: transparent;
    border-color: #c9c9c9;
}
.page-link:hover {
    color: #555;
    background-color: #fefefe;
    border-color: #c9c9c9;
}
.page-item.active .page-link {
    background-color: #4893f1;
}
/*======================*/


/*==Download res button==*/
ul.download {
    display:block;
    clear:both;
    overflow:hidden;
    list-style:none;
    padding:0;
}
ul.download li {
    display:block;
    overflow:hidden;
    margin:0 0 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(../img/transp-w.png);
}
ul.download li:hover {
    background: url(../img/transp-b.png);
}
ul.download li a {
    display:block;
    text-transform: none;
    padding:5px 10px 5px 35px;
    background: url(../img/arrows-download.png) 12px 8px no-repeat;
    color:#323232;
    overflow:hidden;
}
ul.download li a:hover {
    background: url(../img/arrows-download.png) 12px -108px no-repeat;
    color:#fff;
    text-shadow:0px 1px #333;
}
ul.download li a:hover span {
    color:#fff;
}
ul.download li a span {
    display:block;
    float:left;
    margin:-5px 10px -5px 0px;
    width:35px;
    border-left:1px solid #eeede6;
    border-right:1px solid #eeede6;
    text-align:center;
    color:#3ca2f1;
    font: bold 10px/30px proxima-nova,"Helvetica","Arial"; /* font as gfx */
    text-transform:uppercase;
    font-weight: bold;
}
/*======================*/

/*=Exhibit Collections=*/

.exhibit-collections .row a strong {
    font-weight: 600;
    font-size: 125%;
    line-height: 20px;
    text-shadow: 0px 1px #fff;
    position: absolute;
    z-index: 3;
    background: url(../img/bg-w-transp.png);
    display: block;
    float: left;
    padding: 5px 35px;
    bottom: 20px;
    margin-right: 65px
}
.exhibit-collections .overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../img/transp-b.png);
    justify-content: center;
    align-items: center;
    max-width: 680px;
}
.img-overlay:hover .overlay {
    display: flex;
}
.exhibit-collections a:hover {
    color: #fff;
    text-shadow: 0px 1px #333;
}

/*======================*/

/*Permanent Collections*/

.permanent-collections img {
    border-bottom: 3px solid #000;
    box-shadow: 1px 2px 3px 0 #999;
}

.permanent-collections .btn {
    position: absolute;
    border-left: 6px solid #000;
    box-shadow: 1px 1px 3px 0 #777;
    text-align: left;
    padding-left: 1em;
}
.permanent-collections .btn:hover {
    color: #3ca2f1;
}
@media (max-width: 767px) {
    .permanent-collections .btn {
        top: 70%;
        left: 10%;
        font-size: 4vw;/*mobile*/
        max-width: 70%;
    }
}
@media (min-width: 768px) {
    .permanent-collections .btn {
        top: 80%;
        left: 15%;
        font-size: 1.8vw;/*mobile*/
        max-width: 50%;
    }
}
/*======================*/

/*=====Departments======*/

.departments-cat-title {
    font-weight: 600;
    font-size: 275%;
}

@media (max-width: 551px) {
    .workshop-img-title{
        font-weight: 600;
        font-size: 165%;
        line-height: 30px;
        bottom: 5px;
    }
}
@media (min-width: 552px) and (max-width: 991px) {
    .workshop-img-title{
        font-weight: 600;
        font-size: 165%;
        line-height: 40px;
        bottom: 15px;
    }
}
@media (min-width: 992px) {
    .workshop-img-title{
        font-weight: 600;
        font-size: 165%;
        line-height: 30px;
        bottom: 20px;
    }
}
.workshop-img-title {
    text-shadow: 0px 1px #fff;
    position: absolute;
    z-index: 3;
    background:rgba(255,255,255, 0.2);
    display: block;
    float: left;
    padding: 5px 35px;
    max-width: 680px;
}
.departments .overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 15px;
    background: url(../img/transp-b.png);
    justify-content: center;
    align-items: center;
    max-width: 680px;
}
.img-overlay:hover .overlay {
    display: flex;
}
.departments a:hover {
    color: #fff;
    text-shadow: 0px 1px #333;
}

.departments .btn:hover {
    background-color: #3ca2f1;
}

.desccol {
    border-left: 2px solid #c3c2bd;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 75%;
    line-height: 16px;
    color: #7e7e7e;
    overflow: hidden;
    margin-bottom: 1em;
}
@media (min-width: 768px) {
    .desccol {
        width: 70%;
    }
}

/*======================*/


/*========Search========*/
ul.searchresults {
    padding: 0;
    margin: 20px 0;
    padding: 0;
    display: block;
    clear: both;
    list-style: none;
    overflow: hidden;
}
ul.searchresults li {
    border-bottom: 1px solid #c3c2bd;
    border-top: 1px solid #fff;
    display: block;
    overflow: hidden;
    padding: 20px 10px;
    position: relative;
}
ul.searchresults li:hover {
    background: #fff;
}
ul.searchresults li.first {
    border-top: none !important;
}
ul.searchresults li.last {
    border-bottom: none !important;
}
ul.searchresults li h3 a {
    display: block;
    background: url(../img/dashes.png) 5px 12px no-repeat;
    padding: 0 10px 0 40px;
    font-weight: 600;
    font-size: 150%;
    line-height: 28px;
}
ul.searchresults li p {
    margin: 5px 10px 10px 40px;
}

/*========Games=========*/
.games .overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 15px;
    background: url(../img/transp-b.png);
    justify-content: center;
    align-items: center;
    max-width: 680px;
}
.img-overlay:hover .overlay {
    display: flex;
}
.games a:hover {
    color: #fff;
    text-shadow: 0px 1px #333;
}

.games .btn:hover {
    background-color: #3ca2f1;
}

.fullpage.flash {
    margin: 20px auto;
    height: 517px;
    width: 920px;
    border: 1px solid #d6d5cf;
}
/*======================*/

.qquote-wrapper {
    background: url(../img/quotes-dark.png) no-repeat;
    background-position-x: 4em;
    min-height: 200px;
    font-weight: 600;
    line-height: 20px;
}

.qquote-wrapper h2 {
    text-transform: uppercase;
    margin-left: 22%;
    color: #909090;
    font-weight: 900;
    font-size: 42px;/*fiksno*/
}
@media (max-width: 767.98px) {
    .qquote-wrapper {
        background: none;
    }
    .qquote-wrapper h2 {
        margin: 0;
        text-align: center;
    }
}

.qquote-carousel .carousel-inner{
    min-height: 240px;
}
.qquote-title {
    text-transform: uppercase;
    font-size: 90%;
}
.qquote-text {
    font-style: italic;
    font-weight: 400;
    font-size: 150%;
    line-height: 1.5em;
    background: url(../img/bg-quote-top-wide.png) no-repeat;
    padding: 25px 35px 0 40px;
    overflow: hidden;
    display: block;
}
.qquote-text-border-bottom {
    background: url(../img/bg-quote-bottom-wide.png) no-repeat;
    height: 19px;
}

#langmenu a {
    padding: 1px 6px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ccccc4;
    box-shadow: 0 1px 0 0 #fff;
    color: #666;
    text-shadow: 0px 1px #fff;
    font-weight: 600;
    font-size: 85%;
    line-height: 20px;
}
#langmenu a.active, #langmenu a:hover {
    background:#4993f2;
    color: #fffefb;
    text-shadow: none;
}

/* digaccess temp */
/* clean after done*/

.nav-util a {
    /*margin-right: .2rem;*/
}
.nav-util li {
    padding-right: 0.2em;
}

li.digaccess div {
    font-weight: 600;
    min-width: 16rem;
    padding: 10px;
    margin: 0;
    margin-top: -15px;
    /*margin-left: 26px;*/
    background: none;
    border: none;
    z-index: 101;
    background-color: #ffffff;
    border-radius: 5px;
}

.digaccess-dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: right;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.digaccess-dropdown-menu {
    margin-left: -120px;
}

@media (max-width: 575px) {
    /* For mobile phones: */
    .digaccess-dropdown-menu {
        margin-left: -100px;
    }
}

.digaccess-btn {
    display: grid;
    margin-top: -34px;
    padding-right: 5px;
    /* padding-left: 10px; */
    /* background: #4993f2; */
    /* border-color: #4993f2; */
    /* padding-bottom: 8px; */
    /* padding-top: 8px; */
    font-size: xx-large;
}
@media only screen and (max-width: 992px) {
    /* For mobile phones: */
    .digaccess-btn {
        margin-top: -22px;
        font-size: x-large;
    }
}


li.digaccess div a {
    text-decoration: none;
    white-space: inherit !important;
    text-shadow: none;
    border-radius: 5px;
}

/* Basket */
a.basketbutton, button.basketbutton {
    margin-top: 0 !important;
    display: inline;
    background: #4893f1;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    text-shadow: 0px 1px #444;
    padding: 3px 10px 2px 10px;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
a.inbasketbutton {
    /*background: darkseagreen;*/
    background: #909090;
}
button.outbasketbutton {
    background: indianred;
}
a.basketbutton:hover, button.basketbutton:hover {
    color: #272727;
    text-shadow: 0px 1px darkgray;
}
.alert {
    margin-bottom: 0;
}


/*Hismus With you*/

.hwy-main-title {
    text-transform: uppercase;
    color: #909090;
    font-weight: 900;
    font-size: 200%;
    line-height: 34px;
    display: block;
}

.hwy-sec-title {
    text-transform: uppercase;
    color: #909090;
    font-weight: 900;
    font-size: 165%;
    line-height: 34px;
}


.arrow-heading.collapsed .fa-chevron-down,
.arrow-heading .fa-chevron-right {
  display: none;
}

.arrow-heading.collapsed .fa-chevron-right,
.arrow-heading .fa-chevron-down {
  display: inline-block;
}

i.fa {
  cursor: pointer;
  margin-right: 5px;
}

.collapsed ~ .arrow-body {
  padding: 0;
}

ul.searchresults li h3 {
        font-size: 1.17em;
        font-weight: bold;
}

/*= 2nd manu Collections=*/

@media (max-width: 991px) {
    .hkv-2nd-menu .row a strong {
        padding: 5px 15px;
        bottom: 5px;
    }
}

@media (min-width: 992px) {
    .hkv-2nd-menu .row a strong {
        padding: 5px 15px;
        bottom: 20px;
    }
}

.hkv-2nd-menu .row a strong {
    font-weight: 600;
    font-size: 125%;
    line-height: 20px;
    text-shadow: 0px 1px #fff;
    position: absolute;
    z-index: 3;
    background: url(../img/bg-w-transp.png);
    display: block;
    float: left;
    margin-right: 5px
}
.hkv-2nd-menu .overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../img/transp-b.png);
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.hkv-2nd-menu a:hover {
    color: #fff;
    text-shadow: 0px 1px #333;
}

/*======================*/