@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap');
html,
body {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #242628;
    background-color: #fff;
    line-height: 25px;
}

.mobShow {
    display: none;
}

a {
    outline: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

a img {
    border: 0;
}

.imgCenter{
    float: left;
    width: 100%;
    line-height: 0;
    text-align: center;
    margin: 20px 0;
}
.imgCenter img{
    width: 100%;
    max-width: 600px;
}
.userGgallery {
    margin: 25px 0;
    line-height: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    width: 100%;
    background-color: #f2f2f2;
}


.userGgallery img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.pAbs{
    position: absolute;
    top: -0;
    left: 0;
    z-index: 100;
    background-color: #f00;
    padding: 5px 10px;
    cursor: pointer;
}
.pAbs>div{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    animation: blinker 1.5s infinite;
}
@keyframes blinker {
    from { opacity: 1.0; }
    50% { opacity: 0.5; }
    to { opacity: 1.0; }
}

strong,
b {
    font-weight: 700;
}

.akcija_posamezna{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;

}
.blk{
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.akcija_posamezna h2{
    display: flex;
    align-items:center;
    font-size: 25px;
}
.akcija_posamezna img{
    width: 100px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
}


ul li {
    list-style: square;
    padding-bottom: 5px;
}

.sto {
    float: left;
    width: 100%;
    height: auto;
}

.marg {
    margin: 0 auto;
    width: 1100px;
}
.breads{
    width: 100%;
   /* padding: 15px 0;*/
    font-size: 12px;
    /*border-top: 1px solid #7b6348;*/
    border-bottom: 1px solid #7b6348;
    
    margin-bottom: 10px;
}
.breads a{
    text-decoration: none;
}
.header {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.hRight {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.logo {
    float: left;
    width: auto;
    height: auto;
    cursor: pointer;
    text-align: center;
    line-height: 0;
}

.logo img {
    height: 60px;
}

.flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.hMenu {
    margin-right: 30px;
    font-size: 11px;
}

.hMenu a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.lan {
    float: left;
    width: auto;
    font-size: 13px;
    color: #ddd;
    font-weight: 600;
}

.lan a {
    text-decoration: none;
    color: #414141;
}

.menuMin {
    float: right;
    width: auto;
    font-size: 12px;
    margin-top: 32px;
}

.socialIco {
    float: right;
    width: auto;
    margin-top: 28px;
    margin-left: 20px;
}

.socialIco img {
    max-width: 25px;
}

.menuMin img {
    float: left;
    width: auto;
    height: 30px;
    margin-top: -7px;
}

.menuMin a {
    margin-left: 15px;
    color: #828181;
    text-decoration: none;
}

.menuMin a:hover {
    margin-left: 15px;
    color: #1f1d18;
    text-decoration: none;
}

.animMin {
    float: left;
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
    text-align: center;
}

.iconSocial {
    opacity: 0.7;
    filter: Alpha(opacity=70);
}

.iconSocial:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.animMin h3 {
    margin: 0;
    padding: 0;
    display: inline-block;
    background-image: url(../images/body/dark.png);
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: 300;
    padding: 15px;
}

.animacija {
    float: left;
    width: 100%;
    height: auto;
}

.animacija img {
    float: left;
    width: 100%;
}

.bx-wrapper .bx-viewport {
    border: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

ul.bxslider {
    margin: 0;
    padding: 0;
    border: none;
}

.slide-desc {
    position: absolute;
    /* background: rgba(0, 0, 0, .6);*/
    color: #fff;
    width: 80%;
    margin-left: 10%;
    bottom: 100px;
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    font-weight: 600 !important;
}

.slide-desc strong {
    font-weight: 600 !important;
}

.slide-desc a {
    color: #fff;
    text-decoration: underline;
}

.slide-desc a:hover {
    color: #fff;
    text-decoration: none;
}

.levo {
    float: right;
    width: 28%;
    height: auto;
    margin-bottom: 20px;
}

.katalog {
    float: left;
    width: 100%;
    height: 60px;
    background-image: url(../images/body/katalog.jpg);
    margin-bottom: 16px;
    font-weight: 300;
    cursor: pointer;
    background-repeat: no-repeat;
}

.pora2 {
    float: left;
    width: auto;
    height: auto;
    padding: 14px 0 0 70px;
    text-shadow: 1px 1px #000;
    color: #fff;
    font-size: 22px;
}

.poklicite {
    float: left;
    width: 100%;
    height: 60px;
    background-image: url(../images/body/poklicite.jpg);
    margin-bottom: 16px;
    font-weight: 300;
    cursor: pointer;
    background-repeat: no-repeat;
}

.najlepse {
    float: left;
    width: 100%;
    height: 60px;
    background-image: url(../images/body/najlepseTerase.jpg);
    margin-bottom: 16px;
    font-weight: 300;
    cursor: pointer;
    background-repeat: no-repeat;
}

.pora {
    float: left;
    width: auto;
    height: auto;
    padding: 19px 0 0 70px;
    text-shadow: 2px 2px #1b4d7c;
    color: #fff;
    font-size: 22px;
}

.submenu {
    float: left;
    width: 90%;
    height: auto;
    padding: 4%;
    border-radius: 5px;
    background-color: #e8edf1;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 11px;
}

.pokliciteDiv {
    float: left;
    width: 90%;
    height: auto;
    padding: 4%;
    margin-top: -11px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-top: none;
    background-color: #e8edf1;
    font-size: 12px;
    /*font-weight:400; margin-bottom:11px;*/
}

.subItem {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #d6dce1;
    cursor: pointer;
}

.subItem a {
    color: #000000;
    text-decoration: none;
}

.subItem a:hover {
    color: #0055a4;
    text-decoration: none;
}

.subItemAct {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #d6dce1;
    cursor: pointer;
}

.subItemAct a {
    color: #0055a4;
    text-decoration: none;
}

.subItemAct a:hover {
    color: #0055a4;
    text-decoration: none;
}

.subItemAkcija {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #d6dce1;
    cursor: pointer;
    /*background-color:#d14a46; text-align:center;*/
    color: #F00;
}

.subItemAkcija a {
    color: #F00;
    text-decoration: none;
}

.subItemAkcija a:hover {
    color: #F00;
    text-decoration: none;
}

.endItem {
    float: right;
    width: 90%;
    height: auto;
    padding-bottom: 8px;
    cursor: pointer;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #d6dce1;
}

.endItem a {
    color: #000000;
    text-decoration: none;
}

.endItem a:hover {
    color: #0055a4;
    text-decoration: none;
}

.endItemAct {
    float: right;
    width: 90%;
    height: auto;
    padding-bottom: 8px;
    cursor: pointer;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #d6dce1;
}

.endItemAct a {
    color: #0055a4;
    text-decoration: none;
}

.endItemAct a:hover {
    color: #0055a4;
    text-decoration: none;
}

blockquote{
    font-size: 1.4em;
    width:60%;
    margin:50px auto;
   
    font-style:italic;
    color: #555555;
    padding:1.2em 30px 1.2em 75px;
    border-left:8px solid #7b6348 ;
    line-height:1.6;
    position: relative;
    background:#EDEDED;
  }
  
  blockquote::before{
    font-family:Arial;
    content: "\26A0";
    color:#7b6348;
    font-size:1.5em;
    position: absolute;
    left: 10px;
    top:10px;
  }
  
  blockquote::after{
    content: '';
  }
  
  blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
  }

.obrazec {
    display: flex;
    margin: 30px auto;
    height: auto;
    background-color: #f2f2f2;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
    padding: 20px;
    box-sizing: border-box;
}

.obrazec p {
    line-height: 20px;
    margin-bottom: 10px;
}

.obrazecKat {
    display: flex;
    margin: 30px auto;
    width: 100%;
    max-width: 500px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    height: auto;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.desno {
    float: left;
    width: 100%;
    height: auto;
    font-weight: 300;
    margin-bottom: 20px;
}

.slikaPriporocilo {
    float: left;
    width: auto;
    height: auto;
    margin: 20px;
}

.slikaPriporociloOkras {
    float: right;
    clear: right;
    margin: 10px;
}

.slikaOkras {
    float: right;
    width: auto;
    height: auto;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #ddd;
}

.slikaStran {
    float: left;
    width: auto;
    height: auto;
    padding: 5px;
    border: 1px solid #ddd;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slikaSeznam {
    float: left;
    width: auto;
    height: auto;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 5px;
    border: 1px solid #ddd;
}

.slika {
    float: left;
    width: 97%;
    height: auto;
    padding: 1%;
    border: 1px solid #ddd;
    margin: 20px 0 20px 0;
}

.f12 {
    font-size: 12px;
}

.margl {
    margin-left: 2%;
}

.list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
    align-items: flex-start;
    justify-content: flex-start;
}

.segment {
    box-sizing: border-box;
    flex-basis: 25%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.segment p {
    line-height: 20px;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.segment h4 {
    margin: 0;
    padding: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    color: #7b6348;
    margin-bottom: 10px;
    font-weight: 700;
}

.segment1 {
    box-sizing: border-box;
    flex-basis: 25%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.segment1 p {
    line-height: 20px;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.segment1 h4 {
    margin: 0;
    padding: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #7b6348;
     
    font-weight: 700;
}

.segmentSlika {
    width: 100%;
}

.okrasNovice {
    float: right;
    max-width: 300px;
    border-radius: 5px;
    margin: 0 0 20px 20px;
    padding: 3px;
    border: 1px solid #ddd;
}

.seznamNovic {
    float: left;
    max-width: 180px;
    border-radius: 5px;
    margin: 20px 10px 0 0;
    padding: 3px;
    border: 1px solid #ddd;
}

.akcijaLeft {
    float: left;
    width: 98%;
    height: auto;
    margin-bottom: 18px;
}

.akcijaSlika {
    float: left;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -50px;
}

.akcijaSto {
    float: left;
    width: 98%;
    margin: 0;
    padding: 2px 0 10px 2%;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    background-color: #d90909;
    text-align: left;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: 300;
}

.akcijaLeft h4 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 3px 0 3px 0;
    font-size: 22px;
    color: #fff;
    margin-bottom: 3px;
    font-weight: 300;
}

.akcijaLeft a {
    color: #fff;
    text-decoration: underline;
}

.akcijaLeft a:hover {
    color: #fff;
    text-decoration: none;
}

.slikazaAkcijo {
    float: left;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

h1 {
    margin: 0;
    padding: 0;
    color: #7b6348;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 36px;
}

h2 {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    color: #7b6348 !important;
    font-size: 18px;
    margin: 20px 0 20px 0;
    line-height: 30px;
}

h2 span {
    color: #7b6348 !important;
}

h5 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #7b6348;
    font-weight: 700;
    margin-bottom: 15px;
}

h6 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #1f1d18;
    font-weight: 400;
    margin-top: 5px;
}

.inputF {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: 1px solid #7b6348;
    outline: none;
    padding-left: 10px;
    margin-bottom: 11px;
    font-family: 'Quicksand', sans-serif;
    color: #414141;
    font-size: 13px;
    font-weight: 300;
    box-sizing: border-box;
}

.areaF {
    width: 100%;
    height: 150px;
    background-color: #fff;
    border: 1px solid #7b6348;
    outline: none;
    padding-left: 10px;
    padding-top: 7px;
    margin-bottom: 11px;
    font-family: 'Quicksand', sans-serif;
    color: #414141;
    font-size: 13px;
    font-weight: 300;
    box-sizing: border-box;
}

.sendBtn {
    background-color: #7b6348;
    padding: 15px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.sendBtn:hover {
    background-color: #000;
}

.napaka {
    float: right;
    margin-top: 5px;
    width: auto;
    background-color: #ef4135;
    margin-right: 10px;
    color: #fff;
    height: auto;
    padding: 5px;
    display: none;
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
}

.uspesnosf {
    float: left;
    width: 100%;
    height: auto;
    display: none;
    font-weight: 300;
    background-color: #f2f2f2;
    text-align: center;
}

td {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #ddd;
    padding-top: 3px;
    padding-left: 5px;
    vertical-align: top;
    font-size: 12px;
}

tr:nth-child(even) {
    background: #f2f2f2
}

.first {
    background-color: #004783;
    color: #fff;
    padding: 10px 0 10px 5px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

th {
    background-color: #7b6348;
    color: #fff;
    padding: 10px 0 10px 5px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
}

thead {
    margin: 0;
    font-size: 13px;
    text-align: left;
}

.contactUs {
    float: left;
    width: 748px;
    padding: 10px;
    border: 1px solid #d14a46;
    background-color: #e8edf1;
    text-align: center;
    font-weight: bold;
}

a {
    color: #7b6348;
    text-decoration: underline;
}

a:hover {
    color: #242628;
    text-decoration: none;
}

.navigation {
    display: flex;
    list-style: none !important;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    padding: 0 0;
    margin-bottom: 20px;
}

.navigation li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    background-image: none;
    padding: 0 0;
    list-style: none !important;
    text-align: left;
}

.navigation li a {
    text-decoration: none;
    color: #000;
}

.main-navi {
    width: 100%;
}

.main-navi li:hover>ul {
    display: block;
    opacity: 1;
    animation: fadein .5s
}

.main-navi ul ul {
    position: absolute;
    display: none;
    margin: 0 0;
    padding: 0;
    opacity: 0;
    z-index: 5000;
    box-sizing: border-box;
    margin-left: -12px;
}

.main-navi a:hover {
    color: #7b6348;
}

.main-navi .act a {
    color: #7b6348;
}

.main-navi ul ul li {
    display: block;
    opacity: 1;
    animation: fadein .5s;
    -webkit-animation: fadein .5s;
}

.submenuHover {
    min-width: 250px;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 0 !important;
}

.submenuHover li {
    margin: 0!important;
    padding: 10px 0 10px 0!important;
    font-size: .9em;
    color: #000;
}

.submenuHover a:hover {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.submenuHover a:hover {
    color: #7b6348 !important;
}

.submenuHover a {
    background-color: transparent!important;
    border-radius: unset!important;
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 1em!important;
    border: none!important;
    line-height: .5em!important;
    box-sizing: border-box;
    font-weight: 500;
    opacity: 1 !important;
    border-bottom: 1px solid #ddd !important;
    color: #000 !important;
}

.submenuHover .act a {
    opacity: 1 !important;
}

.submenuHover a:hover {
    text-decoration: none;
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

footer {
    float: left;
    width: 100%;
    padding: 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #7b6348;
    position: relative;
    color: #fff;
    background-image: url("../images/body/wood.png");
    background-position: center;
}

.footLogo {
    width: 100%;
    text-align: center;
}

.footLogo img {
    height: 60px;
}

.foot-cont {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.foot-cont h5 {
    font-size: .9em;
    font-weight: 600;
    color: #d5b291 !important;
    line-height: 0;
    margin: 0 0 10px 0;
}

.foot-cont a {
    color: white;
    text-decoration: none;
}

.foot-cont a:hover {
    color: #d5b291 !important;
    text-decoration: none;
}

.fIcon {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    margin: 0 20px;
    text-align: left;
    color: white;
    flex-direction: column;
}

.fIcon h5 {
    font-size: 15px;
    color: #fff;
}

.page_end {
    width: 100%;
    text-align: center;
    font-size: .8em;
    color: #d5b291;
    line-height: 1.8em;
}

.page_end a {
    color: #d5b291;
    text-decoration: none;
}

.page_end a:hover {
    color: #d5b291 !important;
}

.gal {
    float: left;
    width: 100%;
    background-color: #000;
    margin-bottom: 2em;
}

.subCats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 25px 0;
}

.subCats H3 {
    padding: 15PX;
    text-align: center;
    flex-basis: 100%;
    margin: 0;
}

.subCat {
    flex-basis: 25%;
    position: relative;
    border: 1px solid #fff;
    box-sizing: border-box;
    line-height: 0;
}

.subCat img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    ;
}

.subCat h4 {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: white !important;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px;
}

.subCat a {
    color: white !important;
    text-decoration: none;
}

.rNavi {
    justify-content: flex-end;
    display: flex;
    display: none;
}

.responsive-nav {
    font-size: 25px;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}

.responsive-nav img {
    height: 35px;
    width: 35px;
}

.responsive-nav p {
    margin: 0;
    padding: 0;
}

.panel {
    background-color: #7b6348;
    z-index: 200000;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    top: 70px;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    justify-content: center;
    text-align: center;
    right: -100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}