@media (max-width: 1100px) {
    .product-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .feautred-img-sub {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logo img {
        height: 90px;
        margin-left: 10px;
    }
    .head-icons {
        margin-left: auto;
    }
    .ponudnik-summary {
        padding-right: 40px;
    }
    .top-con {
        display: none;
    }
    .main-navi,
    .hc3 {
        display: none;
    }
    .m-web {
        color: white;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        order: 3;
        flex: auto;
        margin-left: auto;
    }
    .responsive-nav {
        display: block;
        width: 40px;
        height: 40px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        line-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 25px;
        background-color: #fff;
        order: 4;
    }
    .responsive-nav img {
        height: 20px;
        width: 20px;
    }
    .p_icon {
        width: 100%;
        height: 40px;
        margin: 50px 0 50px 0;
        display: flex;
        justify-content: space-between;
    }
    .p_icon a {
        margin: 0;
        padding: 0;
    }
    .p_icon img {
        height: 30px;
    }
    .panel {
        background-color: #5b210a;
        z-index: 200000;
        position: absolute;
        width: 100%;
        min-height: 100%;
        transition: all 0.5s ease;
        top: 130px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        text-align: center;
        left: -100%;
    }
    .panelVis {
        left: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .panel ul {
        margin: 60px 0 0 0 !important;
        padding: 0;
        width: 100%;
        max-width: 260px;
    }
    .panel li {
        margin: 0 0;
        padding: 0;
        display: flex;
        align-items: flex-start;
    }
    .panel li a {
        color: #fff;
        text-decoration: none;
        font-size: 1.1em;
        width: 100%;
        display: inline-block;
    }
    .panel li :hover a {
        color: #f8c0a9 !important;
        text-decoration: none;
    }
    .panel a:link,
    .panel a:visited {
        color: #fff;
    }
    .rwdMore {
        flex: 1;
    }
    .panel li div:first-child {
        flex: 4;
        text-align: left;
        height: 40px;
    }
    .rwdMore img {
        height: 10px !important;
        margin-top: 0;
    }
    .subRole {
        height: 0;
        overflow: hidden;
    }
    .shown {
        height: auto;
    }
    .subRole a {
        font-weight: 300;
        padding-left: 10px;
        font-size: .9em !important;
        color: #f8c0a9 !important;
    }
    .finRole a {
        font-weight: 300;
        padding-left: 20px;
    }
    .prime-foot {
        display: none;
    }
    .end-navi {
        margin-top: 0;
    }
    .fLogo {
        width: 100px;
        margin-top: -45px;
    }
}

@media (max-width: 1000px) {
    .wrapper {
        background-image: url(../images/_body/scroll.gif);
        background-position: top left;
        padding-top: 45px;
        padding-bottom: 0;
        background-size: 50px;
        width: 100% !important;
        background-repeat: no-repeat;
        height: auto;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .minG {
        width: 80px;
    }
    .vrstni_izpis {
        width: 900px;
        margin-bottom: 35px;
    }
    .head_item {
        background-color: #82594c !important;
        color: white;
        font-size: .9em !important;
        font-weight: 500;
    }
    .addBtn_min {
        width: auto;
        font-size: 12px;
    }
    .posebna_ponudba h2 {
        font-size: 1.8em;
    }
    .heading {
        font-size: 1.8em !important;
    }
    .izpostave {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .intro p {
        font-size: 1.1em;
        line-height: 1.3em;
    }
    .izpostava-content h2 {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .izpostava-content p {
        font-size: .9em;
        line-height: 1.3em;
    }
    body {
        font-size: 14px;
    }
    .section h1 {
        font-size: 1.8em;
        text-align: center;
        margin-bottom: 1em;
    }
    .ponudnik {
        flex-direction: column;
    }
    .ponudnik-summary {
        flex: 1;
        padding-right: 0;
    }
    .ponudnik-summary h1 {
        font-size: 2em;
    }
    .ponudnik-summary p {
        font-size: 1.1em;
    }
    .ponudnik-info {
        flex: 1;
        margin-top: 2em;
    }
    .contact-info {
        margin-bottom: 2em;
        border-top: 5px solid #122247;
        padding-left: 0;
        padding-top: 25px;
        border-left: none;
    }
    .inquiry {
        border-top: 5px solid #aad25e;
        padding-left: 0;
        padding-top: 25px;
        border-left: none;
    }
    .share-content {
        width: 100%;
        margin: 60px 0 0 0;
        text-align: center;
    }
    .sub-show {
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        margin-bottom: 3em;
    }
    .sub-content {
        background-image: none;
    }
    .sub-title {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 2em;
        padding: 1em;
    }
    .sub-img {
        height: 350px;
        background-position: center;
    }
    .sub-img h1 {
        width: 100%;
        font-size: 1.5em;
        padding: 130px 0 0 20px;
        background-size: 70%;
    }
    .blog-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .sub-content {
        width: 100%;
        margin: 0 0 50px 0;
        font-size: 1em;
        line-height: 1.5em;
    }
    .sub-content h2 {
        font-size: 2em;
        font-weight: 500;
        margin: .8em 0;
        color: #5b210a;
        line-height: normal;
    }
    .sub-content h3 {
        font-size: 1.6em;
        font-weight: 500;
        margin: .8em 0;
        color: #5b210a;
        line-height: normal;
    }
    .sub-content h4 {
        font-size: 1.4em;
        font-weight: 500;
        margin: .4em 0;
        color: #5b210a;
        line-height: normal;
    }
    blockquote {
        float: left;
        width: 100%;
        font-size: 1.2em;
        line-height: 1.5em;
        font-weight: 500;
    }
    blockquote p {
        width: 100%;
        margin-left: 0%;
    }
    .blog_content {
        margin: 0 auto;
        width: 90%;
        max-width: 100%;
        border: 0px solid #ddd;
        padding: 0;
        margin-bottom: 60px;
    }
}

@media (max-width: 850px) {
    .option {
        flex-direction: column;
    }
    .product-details-heading {
        padding-right: 0;
    }
    footer {
        background-color: black;
        background-size: cover;
    }
    .izpostava {
        flex-basis: 100%;
        background-color: white;
        padding: 15px;
        border: 1px solid #d8dbb5;
        text-align: center;
        margin-bottom: 15px;
    }
    .izpostava img {
        height: 40px;
        margin-bottom: 10px;
    }
    .product-details {
        width: 100%;
        display: flex;
        margin-bottom: 25px;
        flex-direction: column;
    }
    .product-details-summary {
        margin-top: 25px;
        margin-bottom: 35px;
    }
    .kon-info {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
    .date {
        width: 150px;
        border-right: none;
        background-image: url("../images/_body/calendar.svg");
    }
    .guest {
        width: 100px;
        background-image: url("../images/_body/family.svg");
    }
    .form-btn {
        font-size: .8em;
        background-color: #5b210a;
        color: white;
        cursor: pointer;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        border: 0px solid #fff;
    }
    .pon {
        flex: 1;
        min-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .posebna_ponudba_img {
        flex: 1;
    }
    .posebna_ponudba_summary {
        flex: 2;
    }
    .foot-cont>div {
        margin: 0 1em;
        color: white;
        font-weight: 500;
        font-size: 1em;
        text-align: center;
        min-width: 150px;
        margin-bottom: 15px;
    }
    .list-item {
        height: 250px;
    }
    .subCatItem {
        height: 250px;
    }
    .featured-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .subCats {
        grid-template-columns: repeat(2, 1fr);
    }
    .event {
        width: 31%;
        margin: 0 1%;
        flex-direction: column;
    }
    .dateTag {
        width: auto;
        height: auto;
        text-align: left;
        display: inline-block;
        margin-right: 0;
        padding: 5px;
    }
    .dateTag h5 {
        font-size: 14px;
        line-height: 16px;
        display: inline-block;
        margin-left: 4px;
    }
    .dateTag small {
        color: black;
        font-size: 14px;
        line-height: auto;
    }
    .eventInfo {
        flex: 1;
    }
    .info-card>div {
        display: flex;
        color: white;
        align-items: center;
        flex-wrap: wrap;
        margin: 10px;
        font-weight: 600;
        font-size: .9em;
    }
    .info-card div img {
        height: 15px;
        margin-right: 8px;
    }
    .fIcon {
        width: 35px;
        height: 35px;
    }
    .fIcon img {
        height: 15px;
    }
    .section-bottom {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }
    .gp-set {
        height: 250px;
    }
    .bi-right {
        height: 250px;
        margin-bottom: 2em;
    }
    .thirds {
        display: flex;
        flex-direction: column;
    }
    .blanks {
        flex: 1;
        margin-right: 0;
        order: 2;
    }
    section.module.parallax {
        height: auto;
        padding: 100px 0;
    }
    section.module.parallax strong {
        background-color: rgba(91, 33, 10, 0.7);
        font-size: 1.3em;
    }
    section.module.parallax p {
        background-color: rgba(255, 255, 255, 0.7);
        font-size: .9em;
        line-height: 1.2em;
    }
    .cenikTable th:nth-child(1) {
        width: 150px;
    }
    .hDiv>div {
        flex-basis: 100%;
    }
}

@media (max-width: 580px) {
    .logos>div {
        flex-basis: 100%;
    }
    .product-details-image img {
        width: 100%;
    }
    .product-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .izpostava-content {
        padding: 3.5em 10px 1em 10px;
    }
    .pon {
        flex: 1;
        min-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .posebna_ponudba_img {
        flex-basis: 100%;
        width: 100%;
        height: 250px !important;
    }
    .posebna_ponudba_summary {
        flex-basis: 100%;
        width: 100%;
    }
    .logos {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .logos img {
        height: 50px;
    }
    .feautred-summary {
        font-size: 1.3em;
        padding: 0 2%;
    }
    .feautred-summary strong {
        font-size: 1.1em;
        line-height: 1em;
    }
    .imgRight {
        float: right;
        width: 100%;
        max-width: 100%;
        height: auto;
        clear: right;
        box-sizing: border-box;
        margin: 0 0 1em 0;
    }
    .imgLeft {
        float: left;
        width: 100%;
        max-width: 100%;
        height: auto;
        clear: left;
        box-sizing: border-box;
        margin: 0 0 1em 0;
    }
    .event {
        width: 48%;
        margin: 0 1%;
    }
    .mnenja {
        grid-auto-flow: row;
    }
    .mnenja-title {
        margin: 0 auto;
    }
    .marks {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .bull {
        float: none;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
    }
    .blog-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .slim {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 370px) {
    .rez-input {
        padding-left: 0;
        background-image: none;
    }
    .featured-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .subCats {
        grid-template-columns: repeat(1, 1fr);
    }
    .event {
        width: 100%;
        margin: 0 0 10px 0;
    }
}