    @charset "utf-8";
    /* CSS Document */
    /* galeria styles */
    /* w stopce */
    
    .custom-img{
        width: 50% !important;
        overflow:hidden;
    
    }
    
    .custom-box{
    display: flex; height: 400px; width: 100%; justify-content: center;
    }
    @media(max-width:700px){
    .custom-img{
    
        width:auto !important;
    }
    .custom-box{
        height:auto;
    
    }
    }
    .galery-frontier-item-footer {
        float: left;
        position: relative;
        padding: 5px;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
        margin: 5px 0 0 0;
        width: 24%
    }
    
    .galery-frontier-foto-footer {
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        height: 100px;
        transition: ease 0.5s;
    }
    /* w galeriach */
    
    .galery-frontier-item {
        float: left;
        margin: 0 0 15px 0;
        width: 100%;
        position: relative;
        padding: 5px;
        background-color: #fff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    }
    
    .galery-frontier-foto {
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        height: 240px;
        transition: ease 0.5s;
    }
    
    .galery-frontier-foto:hover {
        transition: ease 0.5s;
        opacity: 0.5;
        cursor: zoom-in;
    }
    
    .galery-frontier-subtitle {
        text-align: center;
        background: #fff;
        width: 100%;
        padding: 10px 0;
    }
    
    .galery-frontier-subtitle {
        text-transform: none;
    }
    
    .galery-frontier-subtitle>span:first-child {
        color: #000;
        font-size: 14px;
    }
    
    .galery-frontier-subtitle>span:last-child {
        color: #FF6E00;
        font-size: 14px;
    }
    
    .short-menu-ul {
        padding: 15px 0px;
        list-style-type: none;
    }
    
    .short_menu_item {
        color: #000;
        border: 0px;
        padding: 0 0 10px 10px;
        display: block;
        font-family: "Pacifico";
        width: 100%;
        font-size: 20px;
        text-align: left;
        border-bottom: dotted 1px #FF6E00;
    }
    
    .yearBox {
        text-align: center;
    }
    
    .yearLink {
        font-size: 30px;
        color: #000;
    }
    
    .thisYear {
        font-size: 30px;
        color: rgb(255, 0, 0);
    }
    
    .yearLink:visited {
        color: #000;
    }
    
    .yearLink:hover {
        color: #FF6E00;
    }
    /* Small devices (landscape phones, 576px and up) */
    
    @media (min-width: 576px) {
        .galery-frontier-item {
            width: 100%;
            margin: 15px;
        }
    }
    /* Medium devices (tablets, 768px and up)*/
    
    @media (min-width: 768px) {
        .galery-frontier-item {
            width: 45%;
            margin: 15px;
        }
    }
    /* Large devices (desktops, 992px and up) */
    
    @media (min-width: 992px) {
        .galery-frontier-item {
            width: 30%;
            margin: 15px;
        }
    }
    /*  Extra large devices (large desktops, 1200px and up) */
    
    @media (min-width: 1200px) {
        .galery-frontier-item {
            width: 22%;
            margin: 15px;
        }
    }
    
    