@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    box-sizing: border-box
}

::-moz-selection {
    color: #fff;
    background: #a45b16
}

::selection {
    color: #fff;
    background: #16a44a
}

body {
    font-family: 'Titillium Web', sans-serif;
    color: #586877;
    width: 100%;
    height: 100%;
    font-size: 16px;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.3em;
    max-width: 1920px;
    margin: 0 auto;
}

.secondary-font {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400
}

.header_container {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    padding: 0 20px
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px
}

.user_container {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 20px;
    margin-bottom: 50px;
}

.narrow_container {
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 0
}

.into_cont {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blog_izpis img {
    width: 100%
}

.t_summary {
    font-size: 1.3em;
    margin-bottom: 25px
}

main {
    width: 100%;
    margin-top: 110px;
}

.inner_main {
    float: left;
    margin-top: 0
}

b,
strong {
    font-weight: 600
}

ul {
    margin: 2em
}

ul li {
    list-style: circle;
    margin-bottom: 5px
}

u {
    text-decoration: none!important
}

input,
select,
textarea {
    font-family: 'Titillium Web', sans-serif;
    outline: 0;
    font-weight: 400!important;
    padding: 1em;
    font-size: 1em;
    color: #586877
}

a {
    color: #16a44a;
    text-decoration: underline;
    transition: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

a:hover {
    color: #16a44a;
    text-decoration: none
}

.btn {
    background-color: #fff;
    padding: .5em 1em;
    color: #000;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 600
}

.btn:hover {
    background-color: #16a44a;
    color: #fff
}

h1 {
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: .8em;
    color: #16a44a;
    line-height: 1em
}

.user_style h2 {
    font-size: 1.8em;
    margin: 1em 0 .5em 0;
    font-weight: 500;
    line-height: 1em
}

.user_style h3 {
    font-size: 1.5em;
    margin: 1em 0 .5em 0;
    font-weight: 400
}

.user_style h4 {
    font-size: 1.5em;
    margin: 1em 0 .5em 0;
    font-weight: 400
}

.breaker {
    text-align: center;
    width: 100%;
    padding: 0 0!important;
    margin: 50px 0 50px 0!important;
    display: flex;
    justify-content: center;
    line-height: 1.2em;
    font-size: 2.5em;
    color: #586877
}

.breaker strong {
    font-weight: 400;
    padding: 0 20px;
    flex-basis: auto
}

h6 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #004783
}

.files {
    width: 100%;
    margin-top: 15px
}

.fileDownload {
    padding: 5px 0 5px 25px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px
}

.doc {
    background-image: url(../images/_body/doc.png)
}

.docx {
    background-image: url(../images/_body/docx.png)
}

.gif {
    background-image: url(../images/_body/gif.png)
}

.jpg {
    background-image: url(../images/_body/jpg.png)
}

.mp3 {
    background-image: url(../images/_body/mp3.png)
}

.mp4 {
    background-image: url(../images/_body/mp4.png)
}

.pdf {
    background-image: url(../images/_body/pdf.png)
}

.png {
    background-image: url(../images/_body/png.png)
}

.xls {
    background-image: url(../images/_body/xls.png)
}

.xlsx {
    background-image: url(../images/_body/xlsx.png)
}

.cover_img {
    display: flex;
    width: 100%;
    margin: 1em 0 1em 0;
    justify-content: center
}

.imgCover {
    width: 100%;
    max-width: 600px;
    height: 35vh;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.imgRight {
    float: right;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: right;
    box-sizing: border-box;
    margin: 0 0 1em 1em
}

.imgRight img {
    width: 100%
}

.imgLeft {
    float: left;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 0 1em 1em 0
}

.imgLeft img {
    width: 100%
}

.imgCenter {
    display: flex;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 1em 0 1.5em 0;
    line-height: 0;
    justify-content: center
}

.imgCenter img {
    width: 100%!important;
    max-width: 100%
}

.userGgallery {
    margin: 25px 0;
    line-height: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    width: 100%
}

.pGal {
    margin-top: 1px;
    margin-bottom: 10px;
}

.userGgallery img {
    width: 100%;
}

.obvestilo {
    background-color: #c32d2d;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 25px;
    margin-top: -30px;
}

.obvestilo .header_container {
    display: flex;
    align-items: center;
    position: relative
}

.obvestilo a {
    color: #fff
}

.obvestilo img {
    height: 20px;
    margin-right: 10px
}

.zapri {
    cursor: pointer;
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #c32d2d;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
}

blockquote {
    float: left;
    width: 100%;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
    padding: 30px 0 30px 0;
    margin: 30px 0 30px 0;
    background-color: #212934;
    color: #fff;
    font-weight: 600
}

blockquote a {
    color: #fff
}

blockquote p {
    width: 70%;
    margin-left: 15%
}

.carousel {
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px
}

.carouselImg {
    display: none;
    width: 100%
}

.carouselBtn {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff!important;
    background-color: #000!important
}

.display-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.display-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.breadCrumbs {
    font-size: .8em;
    padding: 10px 0 10px 0;
    color: #acacac;
    margin-bottom: 0
}

.breadCrumbs a {
    text-decoration: none;
    color: #acacac
}

.thank-you-page {
    margin: 2em auto;
    max-width: 870px;
    width: 100%;
    padding: 2em;
    margin-bottom: 2em;
    text-align: center;
    background-color: #fff
}

.thank-you-page h3 {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #16a44a
}

.lost-links a {
    display: inline-block;
    margin: .5em
}

.thank-you-page img {
    max-width: 30%;
    margin-bottom: 1em
}

table {
    width: auto;
    border-spacing: 0;
    max-width: 100%
}

tr:nth-child(even) {
    background: inherit
}

.pointer {
    cursor: pointer
}

.check-option {
    display: flex;
    line-height: 1.1em;
    align-items: center
}

.check-option label {
    margin-left: 10px;
    font-size: 13px!important;
    color: #1f2023;
    font-weight: 500
}

.inputF {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 0 0 10px
}

.input_rez {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    font-size: .9em;
    padding: 0 0 0 25px;
    color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px
}

.icon_user {
    background-image: url(../images/_body/user.svg)
}

.radio_buttons {
    display: flex;
    flex-wrap: wrap
}

.p_radio {
    display: flex;
    align-items: center;
    margin: 10px 10px 10px 0;
    cursor: pointer;
    flex-basis: auto
}

.p_radio_circle {
    width: 20px!important;
    height: 20px!important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #000;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background-color: #fff
}

.p_radio_act {
    width: 10px;
    height: 10px;
    background-color: #16a44a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 0
}

.p_radio_info {
    font-size: .9em;
    color: #fff
}

.area-field {
    width: 100%;
    background-color: #fff;
    height: 150px;
    border: 1px solid #ddd;
    font-size: 1em;
    line-height: 1.2em;
    padding: 10px 0 0 10px
}

.default-form-btn {
    background-color: #16a44a;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    min-width: 200px;
    text-align: center;
    font-size: 1em;
    padding: .5em .5em;
    font-weight: 700!important;
    -webkit-appearance: button;
    width: 100%
}

.default-form-btn:hover {
    background-color: #000
}

.message {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    display: none
}

.message_cont {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center
}

.message_show {
    font-size: 15px;
    position: fixed;
    width: 96%;
    max-width: 400px;
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: left;
    line-height: 16px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    color: #fff!important
}

.message_icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat
}

.success {
    background-color: #96df73
}

.error {
    background-color: #16a44a
}

.warning {
    background-color: #ffd557
}

.success .message_icon {
    background-image: url(../images/_body/success.svg)
}

.warning .message_icon {
    background-image: url(../images/_body/warning.svg)
}

.error .message_icon {
    background-image: url(../images/_body/error.svg)
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-weight: 700;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: .3s
}

.closebtn:hover {
    color: #000
}

header {
    width: 100%;
    background-color: #212934;
    padding: 15px 0 15px 0;
    position: fixed!important;
    z-index: 10000;
    top: 0;
    max-width: 1920px
}

.header-content>.header_container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.login {
    margin-left: auto
}

.login img {
    height: 15px!important;
    margin-right: 8px!important
}

.header-element {
    display: flex;
    align-items: center;
    font-weight: 600 !important;
    width: auto;
    font-size: 13px;
    line-height: 15px;
    padding: 0 15px;
    flex-direction: column;
    color: white;
}

.header-element img {
    height: 18px;
    width: 18px;
    margin: 0 0 8px 0
}

.roundB {
    cursor: pointer;
}

.header-element a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    color: #fff;
}

.bItems {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #16a44a;
    font-size: 14px;
    padding-top: 2px
}

.basket {
    color: #fff;
    cursor: pointer;
    margin-right: 0
}

.logo {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    line-height: 0;
}

.logo img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    height: 50px;
}

.header-right {
    display: flex;
    align-items: center
}

.head-cont {
    display: flex;
    padding: 0 0;
    align-items: center
}

.lanSelect {
    border: 1px solid #fff;
    line-height: 0;
    padding: 10px;
    position: relative;
    cursor: pointer
}

.featured-content {
    display: flex;
    justify-content: center;
    align-items: center
}

.feautred-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative
}

.feautred-summary {
    font-size: 1em;
    color: #fff;
    width: 60%;
    padding: 100px;
    text-align: center
}

.feautred-summary strong {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 700;
    display: block;
    margin-bottom: 15px
}

.feautred-summary h2 {
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.feautred-img_sub {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative
}

.section {
    display: flex;
    padding: 100px 0;
    align-items: center;
    background-color: #fff
}

.pb0 {
    padding-bottom: 0
}

.edinstveno {
    text-align: center
}

.white_bg {
    background-color: #fff;
    padding: 2em 0
}

.section h1 {
    font-size: 2.5em;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #000
}

.section h2 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 2em 0;
    color: #969696
}

.b_img {
    margin-bottom: 25px
}

.blog_read {
    line-height: 1.5em;
    text-align: justify
}

.blog_read td,
.blog_read th {
    line-height: 1.2em;
}

.blog-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    margin-bottom: 80px
}

.blog_item {
    position: relative
}

.blog_item_img {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.blog_item img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.blog_item_content {
    width: 90%;
    margin-left: 5%;
    margin-top: -50px;
    background-color: #fff;
    padding: 15px;
    position: relative
}

.blog_item:hover .blog_item_img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.blog_item:hover a {
    color: #16a44a;
    text-decoration: none
}

.blog_item h3 {
    font-size: 1.3em;
    margin: 10px 0 10px 0;
    font-weight: 500;
    line-height: 1.2em
}

.blog_item p {
    font-size: 1em;
    font-weight: 400;
    display: block;
    margin-bottom: 5px
}

.blog_item a {
    color: inherit
}

.contact_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.contact_form {
    flex: 1
}

.c_info {
    padding: 0 20px
}

.contact_card {
    flex: 1;
    margin-left: 50px;
    padding: 0
}

.contact_card h3 {
    margin-top: 0;
    margin-bottom: 20px
}

.contact_card>div {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.contact_card>div p:first-child {
    display: inline-block;
    width: 100px;
    font-size: .9em;
    font-weight: 600;
}

.form-place {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    padding: 15px;
    background-color: #f2f2f2
}

.rez-place {
    padding: 0;
    background-color: inherit
}

.form-place>div {
    flex-basis: 50%;
    padding: 10px 10px 0 10px
}

.full-row {
    flex-basis: 100%!important
}

.form-place label {
    font-size: 14px
}

.back-btn {
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
    background-color: #373f50
}

.back-btn:hover {
    background-color: #16a44a;
    color: #fff
}

footer {
    width: 100%;
    display: flex;
    color: #ddd;
    font-size: 16px;
    padding: 50px 0;
    flex-wrap: wrap;
    line-height: 1.4em;
    background-color: #212934
}

.pg-end {
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    color: #ddd;
    margin-bottom: 20px
}

.pg-end a {
    color: #ddd!important;
    text-decoration: none
}

.pg-end a:hover {
    color: #b4b7be !important
}

footer .header_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.fIcon {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-left: 40px;
}

.foot_split {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    font-size: .8em;
}

.home {
    font-size: 15px;
    font-weight: 500;
    margin-left: 0;
}

.fIcon img {
    height: 25px;
    margin-right: 10px;
}

.fIcon a {
    color: #fff;
    text-decoration: none;
}

.social {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    line-height: 0;
    margin-top: 30px;
}

.social a {
    width: 35px;
    height: 35px;
    border: 1px solid #16a44a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    background-color: #16a44a;
}

.social a:hover {
    background-color: #000
}

.foot-span h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
}

.social img {
    height: 15px;
    margin: 0 0
}

.foot-span {
    line-height: 1.6em;
    flex: 1
}

.fInfo {
    line-height: 1.2em;
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px
}

.fInfo img {
    height: 15px;
    margin-right: 10px
}

.foot-span a {
    color: #16a44a;
    text-decoration: none
}

.foot-span a:hover {
    color: #fff
}

.share-content {
    width: 100%;
    margin: 60px 0 0 0;
    text-align: right
}

a.share-btn {
    display: inline-block;
    width: auto;
    padding: 10px;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 0 15px
}

.share-fb {
    background-color: #2d609b
}

.back-btn {
    background-color: #333
}

.izpostava {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    flex-wrap: wrap;
}

.iImg {
    flex: 1;
    line-height: 0;
    order: 1;
}

.iCont {
    flex: 1;
    order: 2;
}

.iCont>div {
    padding: 20px 40px;
}

.rev .iImg {
    order: 2;
}

.rev .iCont {
    order: 1;
}

.iImg img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.izpostava h1 {
    font-weight: 600;
    font-size: 2.2em;
}

.provider_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: none
}

.vis {
    display: flex!important
}

.provider_item {
    flex-basis: 33.3%;
    padding: 20px;
    margin-bottom: 2em;
    position: relative;
    display: flex;
    align-items: center
}

.provider_item small {
    color: #828282;
    font-size: 13px;
    line-height: 18px;
    display: block;
    font-weight: 500
}

.provider_item h3 {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 20px
}

.provider_item img {
    width: 120px;
    margin-right: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #16a44a
}

.catalog_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.fr5 {
    grid-template-columns: repeat(5, 1fr)
}

.p_item_intro {
    grid-area: 1/3/1/3;
    background-color: #16a44a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: center;
    padding: 20px
}

.p_item_intro p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px
}

.p_item_intro img {
    width: 60%;
    margin-bottom: 10px
}

.p_item_intro a {
    color: #fff
}

.catalog_item {
    width: 50%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;
}

.favorite {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer
}

.bFav {
    top: 15px;
    right: 15px
}

.favorite img {
    height: 20px!important;
    width: 20px!important
}

.cat_item_img {
    line-height: 0;
    flex-basis: 45%;
    background-color: white;
}

.cat_item_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.catalog_item:hover .cat_item_img img {}

.catalog_item:hover .catalog_item_info {}

.catalog_item_info {
    width: auto;
    padding: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    flex-basis: 55%;
}

.catalog_item_info span {
    margin: 10px 0;
    display: block;
}

.catalog_item_price {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.catalog_item_price small {
    font-size: 15px;
    margin-right: 5px;
    font-weight: 500;
}

.catalog_item_discount {
    display: flex;
    position: absolute;
    top: 10px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #16a44a;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    margin-left: 1em
}

.catalog_item a {
    text-decoration: none
}

.catalog_item h2 {
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px
}

.reservation_details {
    width: 100%;
    float: left
}

.catalog_details {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
}

.catalog_details_image {
    flex: 1;
    text-align: center;
    background-color: #fff;
    padding: 0;
    line-height: 0;
    position: relative;
    width: 100%
}

.note_fav {
    display: none;
    position: absolute;
    background-color: #373f50;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    width: auto;
    margin-top: 10px;
    left: 0;
    top: 60px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    z-index: 1000;
    text-align: center
}

.t0 {
    top: 10px
}

.index-img {
    width: 100%!important;
}

.catalog_details_description {
    margin-left: 2em;
    flex: 1
}

.d_opis {
    margin-bottom: 20px
}

.d_vsebina {
    margin-bottom: 20px;
    font-weight: 600;
}

.d_vsebina h3 {
    font-weight: 500;
    color: #16a44a
}

.options {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sOption {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.wide_option {
    width: 100% !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.catalog_details_description h5 {
    margin-bottom: 1px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding: 15px 0 15px 35px!important;
    color: #2b3445;
    background-color: #f2f2f2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.catalog_details_description h5 img {
    height: 20px;
    margin-right: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}


.rotate {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.d_summary {
    width: 100%;
    margin-bottom: 10px
}

.border_top {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px
}

.select_section {
    width: 100%;
    padding: 15px 0 0 0;
    transition: .5s all;
    height: auto;
    overflow: hidden;
    opacity: 1;
}

.rposvetilo {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.hidden_s {
    height: 0;
   opacity: 0;
    transition: .5s all;
}

.s_size {
    background-image: url(../images/_body/velikost.svg)
}

.s_vaza {
    background-image: url(../images/_body/setting.svg)
}

.s_barva {
    background-image: url(../images/_body/barva.svg)
}

.s_posvetilo {
    background-image: url(../images/_body/posvetilo.svg)
}

.s_dostava {
    background-image: url(../images/_body/dostava.svg)
}

.catalog_details_description h1 {
    font-size: 2.5em;
    color: #000;
}

.minOption {
    width: 110px;
    padding: 10px;
    font-size: 14px;
    text-align: center
}

.minOption .optionPrice {
    font-size: 18px;
    line-height: 20px;
    margin: 0
}

.minOption .c_size {
    font-size: 13px;
    line-height: 15px;
    text-transform: initial
}

.minOption .bull {
    width: 16px;
    height: 16px;
    background-size: 8px
}

.optionPrice {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 5px 0;
    text-align: center;
}

.c_size {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.sc {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.lt {
    text-decoration: line-through
}

.dv {
    background-color: #16a44a;
    padding: 3px 8px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 15px
}

.row {
    float: left;
    width: 100%;
    margin: 25px 0
}

.bull {
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: -5px;
    left: -5px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.single {
    background-color: #fff!important;
    color: inherit!important
}

.single .bull {
    display: none
}

.actOpt {
    background-color: #212934;
    color: #fff
}

.actOpt .bull {
    background-image: url(../images/_body/check.svg)
}

.catalog_details_price {
    width: 100%;
    margin: 25px 0;
    background-image: url(../images/_body/price.svg);
    background-size: .6em;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1em;
    font-size: 2em;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    order: 5
}

.old-price {
    font-weight: 400;
    text-decoration: line-through;
    color: #4d4d4d;
    margin-right: 10px;
    font-size: .8em
}

.discount-value {
    display: flex;
    top: 0;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #16a44a;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .5em;
    font-weight: 600;
    margin-left: 1em
}

.s12 {
    background-color: #2b3445
}

.s14 {
    background-color: #2b3445
}

.status {
    position: absolute;
    left: 0;
    padding: .5em 1em;
    width: auto;
    top: 20px;
    left: 10px;
    text-align: left;
    color: #fff;
    font-size: .8em;
    z-index: 10;
    font-weight: 700
}

.catalog_details_add {
    width: 100%;
    margin: 0 0 20px 0
}

.catalog_details_add label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.catalog_add_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.fw100 {
    flex-basis: 100%
}

.dateRez {
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-left: 35px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../images/_body/calendar.svg);
    background-size: 15px;
    width: 285px;
    margin-bottom: 0
}

.catalog_add_form span img {
    height: 15px
}

.catalog_add_form span {
    cursor: pointer;
    padding: 0 .5em
}

.zaloga {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px
}

.zaloga span {
    padding: 0!important
}

.product-details-qty {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-right: none;
    text-align: center;
    font-size: 1.5em;
    display: inline-block;
    padding: 0!important;
    margin: 0
}

.add,
.minus {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0
}

.catalog_add_btn {
    display: flex;
    align-items: center;
    padding: 2px 1em 0 35px;
    height: 50px;
    text-align: center;
    font-size: 1em;
    line-height: 0;
    background-color: #16a44a;
    color: #fff;
    cursor: pointer;
    margin-left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-weight: 600!important;
    background-image: url(../images/_checkout/cart-add.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px
}

.catalog_add_btn:hover {
    background-color: #2b3445
}

.overLay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 10000
}

.basketPanel {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -340px;
    width: 320px;
    height: 100%;
    min-height: 100%;
    transition: all .5s ease;
    padding: 1em;
    overflow: scroll;
    border-left: 8px solid #000;
    z-index: 11000
}

.bakset-flex {
    display: flex;
    flex-direction: column
}

.close-side {
    font-size: 2em!important;
    position: absolute;
    right: 15px;
    top: 10px;
    border: none!important;
    outline: 0;
    cursor: pointer
}

.side-items {
    color: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px 0;
    line-height: 20px;
    position: relative
}

.side_img {
    width: 100%;
    height: 200px;
    text-align: center;
    line-height: 0;
    margin-bottom: 15px
}

.side_content {
    width: 100%;
    line-height: 1.2em;
    font-size: .9em;
}

.side-items img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.basketPanel div h3 {
    font-size: 1.1em!important;
    font-weight: 600;
    margin: 0 0 10px 0
}

.basketPanel strong {
    background-color: #f2f2f2;
    color: #2b3445;
    font-size: 1.2em;
    margin-top: 10px;
    padding: 10px;
    display: block;
    text-align: center
}

.basketPanel h2 {
    font-size: 1.8em;
    text-align: center;
    margin: 1em 0 1em 0
}

.side-remove {
    position: absolute;
    top: -10px;
    cursor: pointer
}

.side-remove img {
    height: 20px!important;
    width: 20px!important
}

.basketVis {
    right: 0;
    transition: all .5s ease
}

.overVis {
    display: block
}

.bakset-flex p {
    text-align: center;
    font-size: 1.6rem;
    display: block;
    margin: 15px 0;
    padding-bottom: 1em;
    border-bottom: 2px solid #ddd
}

.bakset-flex a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #000;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    color: #fff;
    transition: all .5s ease;
    display: block;
    cursor: pointer;
    margin-bottom: 15px
}

.sideBtn {
    font-size: .8em!important
}

.cta {
    background-color: #16a44a!important;
    font-weight: 600;
    color: #fff!important;
    font-size: .9em!important
}

.count {
    text-align: center;
    margin-bottom: 2em
}

.count h6 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.6em
}

.count h6 strong {
    color: #f1c5ce
}

.bakset-flex a:hover {
    opacity: .8;
    color: #fff!important
}

.responsive-nav {
    display: none
}

.panel {
    display: none
}

.navigation {
    display: flex;
    list-style: none;
    font-size: 1.1em;
    font-weight: 500;
    margin: 0
}

.navigation li {
    display: inline-block;
    margin: 0 0 0 25px;
    padding: 0;
    background-image: none
}

.navigation .act a {
    color: #16a44a
}

.navigation li a {
    text-decoration: none;
    color: #fff
}

.navigation li a:hover {
    color: #16a44a!important
}

.navigation .act a:hover {
    color: #16a44a
}

.main-navi {
    margin-right: 50px
}

.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
}

.main-navi ul ul li {
    display: block;
    opacity: 1;
    animation: fadein .5s
}

.submenuHover {
    min-width: 250px;
    height: auto;
    background-color: #000;
    box-sizing: border-box;
    margin-top: 0!important
}

.submenuHover li {
    margin: 0!important;
    padding: 5px 0 5px 0!important;
    font-size: 1em;
    color: #fff!important
}

.submenuHover li:hover {
    transition: all .5s;
    color: #fff!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.submenuHover li:hover a {
    color: #16a44a!important
}

.submenuHover a {
    background-color: transparent!important;
    border-radius: unset!important;
    color: #fff!important;
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 1em!important;
    border: none!important;
    border-bottom: 1px solid #ddd!important;
    line-height: .5em!important;
    box-sizing: border-box;
    -webkit-border-radius: unset!important;
    -moz-border-radius: unset!important;
    -ms-border-radius: unset!important;
    -o-border-radius: unset!important
}

.submenuHover a:hover {
    text-decoration: none;
    color: #fff!important
}

@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
    }
}

.subCatsNorm {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0 30px 0;
    justify-content: center;
    align-items: center
}

.subCatsNorm a {
    background-color: #fff;
    flex-basis: 200px;
    height: 100px;
    margin: 10px;
    text-decoration: none;
    border: 1px solid #ddd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

.subCatsNorm a:hover {
    background-color: #fff
}

.rez-place {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.rez-left {
    flex-basis: 48%
}

.rez-right {
    flex-basis: 48%;
    color: #fff;
    font-size: .9em;
    text-align: justify
}

.rez-right h2 {
    color: #16a44a;
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: 400
}

.pn_section {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between
}

.pn_section::-webkit-scrollbar {
    display: none
}

.fCent {
    justify-content: center
}

.sNav {
    width: 100%;
    display: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 600
}

.dNav {
    width: 100%;
    display: flex
}

.dNav img {
    height: 25px;
    cursor: pointer;
    margin: 0 5px
}

.pn_item {
    flex: 0 0 auto;
    flex-basis: 100%;
    margin: 0;
    box-sizing: border-box
}

.tabs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    font-weight: 600;
    font-size: 16px
}

.tabs a {
    text-decoration: none;
    margin: 0 10px;
    color: #000
}

.tabs a:hover {
    color: #16a44a
}

.act_swicth {
    color: #16a44a!important
}

.items {
    display: flex;
    width: 100%
}

.product-details-add-btn {
    background-image: url(../images/_body/shopping-bag-top.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 0 1em 0 35px;
    height: 55px;
    text-align: center;
    font-size: .9em;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-weight: 600!important;
    border: none
}

.vavcer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 0;
    flex-wrap: wrap;
    background-color: #fff;
    border-top: 1px solid #ddd
}

.vavcer img {
    height: 50px
}

.vavcer>div {
    flex: 1;
    max-width: 160px;
    min-width: 160px;
    text-align: center;
    margin-bottom: 10px;
    font-size: .8em!important
}

.eNovice {
    width: 100%;
    background-color: #2b3445;
    padding: 0 0;
    margin: 0;
    color: #fff;
    text-align: center
}

.ml-form-embedContent,
.ml-form-successContent {
    margin-bottom: 5px!important
}

.ml-form-embedContent h4,
.ml-form-successContent h4 {
    margin-bottom: 3px!important;
    font-family: "Baloo Bhaijaan 2", cursive!important;
    font-weight: 600!important
}

.ml-form-embedContent p,
.ml-form-successContent p {
    font-family: "Baloo Bhaijaan 2", cursive!important;
    margin-bottom: 10px!important
}

.ml-mobileButton-horizontal {
    margin-top: -10px!important
}

.button-block .btn-block {
    width: 100%!important;
    display: block!important;
    padding: 0!important
}

.quaters2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 20px;
    background-color: #e3f2dd;
}

.quater2 {
    flex: 1;
    display: flex;
    align-items: center;
    line-height: 1.1em;
    flex-direction: column;
}

.quater2 img {
    width: 150px;
}

.quaters2 h4 {
    font-size: 20px;
    margin-top: 10px;
}

.quaters2 h2 {
    font-size: 35px;
    margin-bottom: 20px;
    text-align: center;
}

.quaters {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    background-color: #f2f2f2;
}

.quater {
    flex: 1;
    display: flex;
    align-items: center;
    line-height: 1.1em
}

.quater p {
    padding-right: 25px
}

.quater img {
    width: 70px;
    margin-right: 10px
}

.quater h4 {
    font-size: 20px;
    margin-bottom: 0
}

.subCats {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.subCat {
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.subCats a {
    text-decoration: none;
    color: inherit!important
}

.subCat h2 {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    color: inherit;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    border-top-left-radius: 5px;
}

.subCat:hover h2 {
    background-color: #16a44a;
    color: #fff;
    padding: 15px
}

.container ul,
.user_container ul {
    margin: 15px 0 15px 20px;
    padding: 0;
    position: relative;
    padding-left: 25px
}

.container li,
.user_container li {
    margin: 0;
    list-style: none
}

.container li::before,
.user_container li::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url(../images/_body/check.svg);
    background-size: 100%;
    position: absolute;
    left: 0;
    margin-top: 3px;
    background-repeat: no-repeat
}

.user_style table {
    width: auto;
    border-spacing: 0;
    max-width: 100%
}

.user_style tr:nth-child(even) {
    background: inherit
}

.user_style td {
    padding: 5px 10px;
    font-size: .9em;
    border-bottom: 1px solid #ddd
}

.user_style th {
    background-color: #16a44a;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: left;
    font-weight: 600
}

.check_container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 4px;
    margin: 0 0 10px 0
}

.check_container p {
    margin-top: -3px;
    padding: 0!important;
    font-weight: 400;
    line-height: 16px
}

.big_check {
    padding-top: 2px;
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0
}

.check_container b {
    font-size: 15px !important;
    font-weight: 400;
}

.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #2b3445
}

.check_container:hover input~.checkmark {
    background-color: #16a44a
}

.check_container input:checked~.checkmark {
    background-color: #16a44a
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check_container input:checked~.checkmark:after {
    display: block
}

.check_container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.altContainer {
    margin-top: 40px
}

.altContent {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    align-items: center
}

.altTxt {
    flex: 1;
    order: 1;
    box-sizing: border-box
}

.txt_cont {
    width: 100%;
    padding-right: 20px;
    padding-left: 0
}

.reverse .txt_cont {
    text-align: right;
    padding-left: 20px;
    padding-right: 0
}

.altImg {
    flex: 1;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 50%;
    line-height: 0
}

.altImg a {
    flex: 1 1 200px
}

.altImg img {
    min-width: 200px;
    max-width: 100%
}

.altTxt h2 {
    margin: 25px 0;
    line-height: 1em
}

.reverse .altTxt {
    order: 3
}

.cta_btn {
    display: inline-block;
    background-color: #16a44a;
    color: #fff;
    margin-top: 20px;
    font-size: 1.2em;
    padding: 15px;
    font-weight: 500;
    text-decoration: none;
    text-align: center
}

.cta_btn:hover {
    background-color: #000;
    color: #fff
}

.p_help {
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block
}

.posvetilo .p_help {
    color: #fff
}

.tags {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0
}

.tags h4 {
    flex-basis: 100%;
    text-align: center
}

.tags a {
    text-decoration: none;
    padding: 5px;
    border: 1px solid #eee;
    background-color: #f2f2f2;
    margin: 5px;
    color: #586877;
    font-size: 13px;
    line-height: 13px
}

.tags a:hover {
    color: #16a44a
}

.oznaka {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.oznakaImg {
    flex-basis: 150px;
    line-height: 0
}

.oznakaImg img {
    width: 150px;
    height: 100px;
    object-fit: cover
}

.oznakaContent {
    width: calc(100% - 170px)
}

.oznakaContent h2 {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 20px
}

.oznakaContent p {
    font-size: 16px;
    line-height: 20px
}

.oznakaContent small {
    font-weight: 500;
    font-size: 14px
}

.paralax {
    position: relative;
    width: 100%;
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 35px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.paralax h1 {
    color: white;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.paralax a {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    background-color: white;
    font-size: 15px;
    text-decoration: none;
}

.mikroT {
    width: 100%;
    display: flex;
    background-color: #e3f2dd;
    align-items: center;
    font-weight: 600;
    padding: 10px;
    color: #000;
    margin-bottom: 10px;
}

.mikroT img {
    height: 70px;
    margin-right: 10px;
}