html {
    background: url(/assets/modules/cms/asset/image/site/material-design.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: "Titillium Web", "Noto Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #3e3e41;
    font-size: 16px;
    background-color: transparent;
}

.cookie-disclaimer-block{
    z-index:9001;
}

#eu-flags {
    text-align: center;
    margin-bottom: 0;
}
#eu-statment {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: auto;
}

#hiddeneuflags {
    z-index:9950;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: all 200ms ease-out;
    width: 100%;
    background-color: #FFFFFF;
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 200ms;
}

#hiddeneuflags.hide {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition-delay: 200ms;
}

.invert{
    -webkit-filter: invert(1);
    filter: invert(1);
}

.d-menu li a, .v-menu li a {
    padding: 0 2rem 0 1.5rem !important;
}

.archive {
    margin: 0 !important;
    padding: 0 !important;
}

.archive li.year {
    display: inline-table;
    margin: 10px !important;
}

p{
    width: 100%;
}

.btncenter{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#articleDate {
    bottom: 25px;
    left: 30px;

}

#articleCategory{
    display: flex;
}

#articleSocial {
    display: flex;
    width: 100%;
    justify-content: center;
}

#articleSocial .fab, #articleSocial .fas {
    font-size: 24px;
    color: #FFF;
    width: 44px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    margin: 5px;
    border-radius: 4px !important;
}
.fa-pinterest {
    background-color: #dc0000;
    border-color: #dc0000;
}
.fa-facebook {
    border-color: #0c5d99;
    background-color: #0c5d99;
}
.fa-twitter{
    border-color: #0098F4;
    background-color: #0098F4;
}
.fa-linkedin {
    border-color: #0067b1;
    background-color: #0067b1;
}
.fa-at {
    border-color: #3b3b3b;
    background-color: #3b3b3b;
}

img.absolute-wide {
    width: 100%;
    margin: 0 auto;
    position: absolute;
}
img.absolute {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.articleIntroImageFullScale {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    min-height: 350px;
}

.fancybox-navigation{
    position: initial!important;
}

.title:hover {
    background-color: rgba(29, 29, 29, .8) !important;
}

.card {
    font-size: 1rem !important;
}

.no-decoration:hover, .no-decoration:visited, .no-decoration:link, .no-decoration:active {
    color: inherit;
    text-decoration: none;
}

.icon-list-hover {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.icon-list-hover li {
    display: block;
    padding: 0.2rem;
    cursor: pointer;
}

.icon-list-hover li:hover {
    background-color: #e5f3ff;
    border-color: #84bcea !important;
}

.icon-list-hover li i {
    margin: 0 20px 0 0;
}


.tabs-expand > ul.tabs-list {
    border-bottom: 1px solid #dfdfdf !important;
}

.text-size-16 {
    font-size: 16px !important;
}

.unit-m2::after {
    content: '\33A1';
    z-index: 1;
    left: 0;
    white-space: nowrap;
    vertical-align: baseline;
    font-size: 25px;
    margin-left: 5px;
}

.unit-ppi::after {
    content: 'PPI';
    z-index: 1;
    left: 0;
    white-space: nowrap;
    vertical-align: baseline;
    font-size: 18px;
    margin-left: 5px;
}

.unit-msp::after {
    content: 'MSP';
    z-index: 1;
    left: 0;
    white-space: nowrap;
    vertical-align: baseline;
    font-size: 18px;
    margin-left: 5px;
}

.unit-osoba::after {
    content: 'osoba / dvorani';
    z-index: 1;
    left: 0;
    white-space: nowrap;
    vertical-align: baseline;
    font-size: 18px;
    margin-left: 5px;
}

#tabs{
    margin-bottom: 10px;
}

.tabs-material li {
    position: relative;
    max-width: 100% !important;
}

.head-bar ~ .fixed-tabs, .tabs-material-wrapper.app-bar-present {
    top: 0 !important;
}

.eu-place {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.eu-statment {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: auto;
}

.sup {
    position: relative;
    bottom: 1ex;
    font-size: 80%;
}

.piaTopLogo {
    padding: 1rem;
    background-color: #fff;
    margin-top: -0.1rem;
}

.app-bar-expand .app-bar-menu .d-menu {
    -webkit-box-shadow: 2px 2px 2px 0 rgba(102, 102, 102, 0.7), -.5px 0 1px 0 rgb(102, 102, 102);
    box-shadow: 2px 2px 2px 0 rgba(102, 102, 102, 0.7), -.5px 0 1px 0 rgb(102, 102, 102);
}

.branding-bar {
    font-size: 16px !important;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.5);
}

.img-container .image-overlay::after, .img-container .image-overlay::before {
    top: 1em;
    bottom: 3em;
    left: 1em;
    right: 1em;
    border-radius: 5px;
}

.app-bar .hamburger {
    z-index: 1000;
}

.app-bar .hamburger:not(.hidden) ~ .ml-auto {
    margin-top: 20px;
}

.dropdown-toggle::before {
    border-color: #fff;
}

.mainNav .dropdown-toggle::before {
    border-color: #1d1d1d;
}

.bg-pia-white {
    background-color: #fff !important;;
}

.bg-pia-white:active {
    background-color: #EDF2F8 !important;
}

.bg-pia-white:hover {
    background-color: #EDF2F8 !important;
}

.bg-pia-white:focus {
    background-color: #EDF2F8 !important;
}

.bg-pia {
    background-color: #0c5d99 !important
}

.bg-pia-active:active {
    background-color: #0a4b7a !important
}

.bg-pia-hover:hover {
    background-color: #1380d4 !important
}

.bg-pia-focus:focus {
    background-color: #0568b1 !important
}

.svg-content > rect{
    cursor: pointer;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    height:350px;
    overflow: hidden;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.accordion>.frame>.content {
    padding: 10px!important;
}

.form-group + .form-group {
    margin-top: 0!important;
}
