@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', serif;
    color: #000000;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.marg {
    margin: 0 auto;
    width: 96%;
    max-width: 1600px;
}

strong,
b {
    font-weight: 600;
}

ul {
    margin: 2em 2em 2em 0;
}

ul li {
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
    color: #44729e;
    font-weight: 700;
}

input,
textarea,
select {
    font-family: 'Literata', serif;
    outline: none;
    font-weight: 400 !important;
    border: 1px solid #ddd;
    padding: 1em;
    font-size: .8em;
}

a {
    color: #3a5784;
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #3a5784 !important;
    text-decoration: none;
}

h1 {
    font-size: 2.3em;
    font-weight: 400;
    margin-bottom: .8em;
}

.heading {
    display: inline-block;
    text-align: left;
    width: 100%;
    background-image: url("../images/_body/hBg.png");
    background-position: center;
    background-repeat: repeat-x;
    background-color: white;
    margin: 0 0 1em 0;
    font-size: 3em;
}

.heading span {
    display: inline-block;
    background-color: white;
    padding: 0 1em 0 0;
}

.heading small {
    display: block;
    font-size: .5em !important;
    color: #44729e;
}

header {
    width: 100%;
    padding: 26px 0;
    margin-bottom: 1px;
    background-color: #3a5784;
}

.last-info {
    margin-left: auto;
}

.logo {
    position: absolute;
    top: -3px;
}

.logo img {
    height: 190px;
}

.head-cont {
    display: flex;
    padding: 1em 0;
    align-items: center;
}

.lanSelect {
    border: 1px solid #fff;
    line-height: 0;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.lan-opt {
    position: absolute;
    background-color: #3a5784;
    height: auto;
    color: white;
    padding: 0 10px;
    margin-left: -11px;
    border: 1px solid #fff;
    border-top: none;
    display: none;
}

.lan-opt img {
    display: block;
    margin: 10px 0 10px 0;
}

.lanSelect img {
    height: 18px;
}

.info-card {
    display: flex;
    margin-left: 20px;
    margin-left: auto;
    margin-right: 0;
}

.info-card>div {
    display: flex;
    color: white;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 20px;
}

.info-card div img {
    height: 25px;
    margin-right: 15px;
}

.social {
    display: flex;
    align-items: center;
}

.header-select-menu {
    height: 40px;
    border: 1px solid #ddd;
    margin-right: 2em;
}

.social img {
    height: 30px;
    margin-left: .5em;
}

.responsive-nav {
    display: none;
}

.panel {
    display: none;
}

.main-navi {}

.navigation {
    list-style: none;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 0 130px;
}

.navigation li {
    display: inline-block;
    margin: 0 .5em;
    padding: 0;
    background-image: none;
}

.navigation .act a {
    color: #fff;
    border: 1px solid #fff;
}

.navigation li a {
    color: #fff;
    text-decoration: none;
    padding: .5em;
    border: 1px solid #3a5784;
}

.navigation li a:hover {
    color: #fff !important;
    border: 1px solid #fff;
}

.navigation .act a:hover {
    color: #fff;
    border: 1px solid #fff;
}

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

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

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

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

.submenuHover li {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    font-size: .8em;
}

.submenuHover li:hover {
    transition: all 0.5s;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.submenuHover li:hover a {
    color: #3a5784 !important;
}

.submenuHover a {
    background-color: transparent !important;
    border-radius: unset !important;
    color: #000 !important;
    text-decoration: none;
    font-weight: 400 !important;
    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;
    /*background-color: #122247;*/
    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;
    }
}

.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 - 120px);
    display: flex;
    align-items: center;
}

.feautred-summary {
    font-size: 2em;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    width: 50%;
    padding: 1em 2em;
}

.feautred-summary strong {
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

#numbers {
    display: flex;
    text-align: center;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.izpo25 {
    flex: 1;
    text-align: center;
    border-right: 1px solid #ddd;
    font-weight: 700;
    color: #44729e;
    font-size: 1.2em;
    padding: 1em 0;
}

.fig-number {
    font-size: 2.5em;
    line-height: 50px;
}

.odsek {
    width: 100%;
    margin: 40px 0 40px 0;
    align-items: center;
}

.section {
    display: flex;
    margin: 2em 0;
    font-size: 1.2em;
    align-items: center;
}

.section>div {
    flex: 1;
    line-height: 1.5em;
}

.section img {
    width: 100%;
}

.featured-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
}

.featured-list a {
    text-decoration: none;
}

.list-item {
    height: 330px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    transition: 1.5s;
}

.izpostava-content {
    padding: 2em 20px;
    font-size: .9em;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    text-align: center;
    color: black;
}

.izpostava-content h2 {
    font-size: 2em;
    line-height: 1.2em;
}

.izpostava-content p {
    max-height: 0;
    font-size: 1.2em;
    line-height: 1.5em;
    transition: max-height 1s ease-out;
    overflow: hidden;
    -webkit-transition: max-height 1s ease-out;
    -moz-transition: max-height 1s ease-out;
    -ms-transition: max-height 1s ease-out;
    -o-transition: max-height 1s ease-out;
}

.hoverDiv:hover p {
    max-height: 300px;
    transition: max-height 1s ease-in;
    -webkit-transition: max-height 1s ease-in;
    -moz-transition: max-height 1s ease-in;
    -ms-transition: max-height 1s ease-in;
    -o-transition: max-height 1s ease-in;
}

.blog-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    align-items: flex-start;
}

.part-list {
    grid-template-columns: repeat(6, 1fr);
    gap: 2em;
}

.blog-item {
    display: grid;
    align-items: center;
    gap: 1em;
    border-bottom: 2px solid #ddd;
}

.blog-item .button-min {
    margin: 0;
}

.blog-item small {
    font-size: 1em;
    display: block;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
    ;
}

.blog-item a {
    color: black;
}

.blog-item-image {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.blog-item-image img {
    width: 100%;
}

.blog-item-summary {
    line-height: 1.3em;
    padding-bottom: 1em;
}

.blog-item-summary h3 {
    font-size: 1.2em;
    margin: 0 0 1em 0;
    font-weight: 700;
}

.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);
}

footer {
    width: 100%;
    background-color: #f0f0f0;
    border-top: 1px solid #ddd;
    padding: 2em;
    margin-top: 0;
    text-align: center;
}

.social {
    display: inline-block;
    margin: 0 0 1.5em 0;
}

footer a {
    color: black;
    text-decoration: none;
}

.foot_logo {
    line-height: 0;
}

.foot_logo img {
    width: 80px;
    height: auto;
}

.foot_navi {
    padding: 0 0;
}

.foot_navi a {
    font-weight: 700;
}

.foot_split {
    width: 100%;
    padding: 0;
    background-image: url("../images/_body/fSplit.png");
    background-position: top center;
    background-repeat: no-repeat;
    height: 8px;
    margin: 2em 0;
}

.page_end {
    font-size: .8em;
    line-height: 1.5em;
    color: #747474;
}

.page_end a {
    color: #747474;
}


/*misc*/

.ponudnik {
    display: flex;
}

.ponudnik-summary {
    flex: 3;
    padding-right: 80px;
}

.ponudnik-summary h1 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 1em;
}

.ponudnik-summary p {
    font-size: 1.3em;
}

.ponudnik-summary h3 {
    font-size: 1.5em;
    margin: 1em 0;
}

.ponudnik-summary iframe {
    max-width: 100%;
    margin: 15px 0;
}

.ponudnik-info {
    flex: 2;
}

.contact-info {
    width: 100%;
    margin-bottom: 2em;
    padding: 25px;
    font-size: .9em;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
}

.ponudnik-info h4 {
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 1em;
    color: #44729e;
    font-weight: 600;
}

.contact-info td {
    padding: 3px 5px 3px 0;
}

.informator {
    width: 100%;
    height: 60vh;
    display: flex;
    margin: 3em 0 0 0;
}

.infos {
    width: 100%;
    height: auto;
    background-color: #3a5784;
    padding: 30px;
    color: white;
    display: grid;
    grid-template-columns: repeat(1, 1fr 1.5fr);
}

.dater>div {
    width: 100%;
    display: flex;
    color: white;
    align-items: flex-start;
    margin: 2em 0;
    font-size: 1.2em;
    line-height: 1.5em;
}

.dater img {
    width: 30px;
    margin-right: 35px;
}

.dater h5 {
    display: block;
    font-size: 1.2em;
    margin: 0 0 5px 0;
    padding: 0;
}

.dater a {
    color: white;
}

.dater a:hover {
    color: white !important;
}

.tickets {}

.tickets span {
    font-size: 0.9em;
    display: inline-block;
    width: 250px;
    line-height: 2em;
}

.info_content {
    padding: 1em;
    text-align: center;
    width: 100%;
    width: 250px;
    color: white;
    background-color: #9f8a70;
}

.infos {
    flex: 1;
}

.zemljevid {
    flex: 1;
}

.map {
    width: 100%;
    height: 100%;
}

.inputF {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: .9em;
}

.area-field {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: .9em;
}

.form-place {
    width: 100%;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    margin-bottom: 0 !important;
    font-size: .9em;
}

.form-place label {
    font-weight: 700;
    font-size: .8em;
}

.company-contact {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1em;
    margin-bottom: 0 !important;
    gap: 2em;
}

.full-row {
    grid-column: -1/1;
}

.default-form-btn {
    background-color: #44729e;
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-width: 200px;
    text-align: center;
    font-size: 1em;
    padding: 1em 0;
    font-weight: 700 !important;
}

.default-form-btn:hover {
    background-color: #122247;
}

.check-option {
    font-size: .9em;
    line-height: 14px;
    margin: 10px 0;
    display: flex;
}

.check-option input {
    margin-right: 10px;
}

.downGallery {
    width: 100%;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

.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;
}

.related h4 {
    font-size: 2em;
    color: #122247;
    text-align: center;
    margin: 3em 0;
}

.breadCrumbs {
    font-size: 0.8em;
    padding: 30px 0 25px 150px;
    color: #acacac;
    border-top: 1px solid #f2f2f2;
}

.breadCrumbs a {
    text-decoration: none;
    color: #acacac;
}

.user-content {
    margin: 0 auto;
    width: 95%;
    max-width: 950px;
    margin-bottom: 2em;
    font-size: 1.1em;
    line-height: 1.5em;
}

.mb0 {
    margin-bottom: 0;
}

.user-content h1 {
    font-size: 2.5em;
    line-height: 1.1em;
    color: #122247;
    margin-bottom: 1em;
}

.user-content h2,
.user-content h3,
.user-content h4 {
    font-size: 1.5em;
    line-height: 1.1em;
    color: #000;
    margin: 1em 0;
}

.blog_content {
    flex: 2.5;
    padding: 0 2em;
    border-left: 1px solid #ddd;
    order: 2;
    line-height: 1.4em;
    font-size: 1.1em;
}

.blog_content h1 {
    font-size: 2.5em;
    line-height: 1.1em;
    color: #122247;
    margin-bottom: 1em;
}

.blog_content h2,
.blog_content h3,
.blog_content h4 {
    font-size: 1.5em;
    line-height: 1.1em;
    color: #000;
    margin: 1em 0;
}

.subCats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    width: 100%;
}

.subCats a {
    text-decoration: none;
}

.subCatItem {
    height: 350px;
    background-size: cover;
    display: flex;
    align-items: center;
    transition: 1.5s;
    background-position: center;
}


/* MISC*/

.imgCover {
    float: left;
    width: 100%;
    height: 35vh;
    background-size: 100%;
    margin: 1em 0 1em 0;
    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%;
}

.userGgallery {
    padding: 1em;
    background-color: #000;
    margin: 1em 0;
    line-height: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.userGgallery img {
    max-height: 150px;
    max-width: 100%;
    margin: 5px;
}

blockquote {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-top: 2px solid #333;
    border-bottom: 5px solid #333;
    padding: 30px 0 30px 0;
    margin: 30px 0 30px 0;
    background-color: #fffbf4;
    font-weight: 700;
}

blockquote p {
    width: 70%;
    margin-left: 15%;
}

.carousel {
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.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%)
}

.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);
}

.thank-you-page {
    margin: 2em auto;
    max-width: 870px;
    width: 100%;
    padding: 2em;
    margin-bottom: 2em;
    text-align: center;
}

.lost-links a {
    display: inline-block;
    margin: .5em;
}

.thank-you-page img {
    max-width: 30%;
    margin-bottom: 1em;
}

.button {
    padding: 1em 2em;
    display: inline-block;
    margin: 2em 0 0 0;
    text-decoration: none;
    color: #9f8a70;
    border: 2px solid #9f8a70;
    font-size: 0.9em;
    font-weight: 700 !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.button:hover {
    background-color: #9f8a70;
    color: white !important;
}

.button_min {
    padding: 10px 15px;
    display: inline-block;
    margin: 1em 0 0 0;
    text-decoration: none;
    color: #9f8a70;
    border: 2px solid #9f8a70;
    font-size: 0.9em;
    font-weight: 700 !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.button_min:hover {
    background-color: #9f8a70;
    color: white !important;
}

.prostori {
    width: 100%;
    margin-bottom: 100px;
}

.rooms {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

.rooms a {
    display: block;
    border: 1px solid #ddd;
    text-align: center;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    background-color: #f2f2f2;
    color: black;
}

.rooms a:hover {
    background-color: #9f8a70 !important;
    color: white !important;
}

a.actRoom {
    background-color: #9f8a70 !important;
    color: white;
}

.show {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 10px;
    align-items: center;
    font-size: 1.2em;
    line-height: 1.6em;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

.actShow {
    opacity: 1;
    height: auto;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

.show h4 {
    color: #9f8a70;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.show img {
    width: 100%;
}