a {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
/* FocalPoint Images */
.img-focus.height-23:after {
    padding-top: 23%;
}
.img-focus.height-30:after {
    padding-top: 30%;
}
.img-focus.height-39:after {
    padding-top: 39%;
}
.img-focus.height-40:after {
    padding-top: 40%;
}
.img-focus.height-42:after {
    padding-top: 42%;
}
.img-focus.height-48:after {
    padding-top: 48%;
}
.img-focus.height-50:after {
    padding-top: 50%;
}
.img-focus.height-52:after {
    padding-top: 52%;
}
.img-focus.height-56:after {
    padding-top: 56%;
}
.img-focus.height-57:after {
    padding-top: 57%;
}
.img-focus.height-60:after {
    padding-top: 60%;
}
.img-focus.height-61:after {
    padding-top: 61%;
}
.img-focus.height-63:after {
    padding-top: 63%;
}
.img-focus.height-64:after {
    padding-top: 64%;
}
.img-focus.height-67:after {
    padding-top: 67%;
}
.img-focus.height-68:after {
    padding-top: 68%;
}
.img-focus.height-69:after {
    padding-top: 69%;
}
.img-focus.height-71:after {
    padding-top: 71%;
}
.img-focus.height-73:after {
    padding-top: 73%;
}
.img-focus.height-75:after {
    padding-top: 75%;
}
.img-focus.height-76:after {
    padding-top: 76%;
}
.img-focus.height-78:after {
    padding-top: 78%;
}
.img-focus.height-103:after {
    padding-top: 103%;
}
.img-focus.height-114:after {
    padding-top: 113.8%;
}
.img-focus.height-120:after {
    padding-top: 120%;
}
.img-focus.height-134:after {
    padding-top: 134%;
}
/* Img focus Proportions */
.img-focus {
    display: block;
    overflow: hidden;
    position: relative;
}
.img-focus:after {
    content: "";
    display: block;
    padding-top: 65%;
}
.img-focus img {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%!important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transform: none;
}
#t4-header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 137px;
    border: 0;
}
.navbar-brand.logo-text .site-name {
    margin: 0;
}
.homepage #t4-main-body {
    display: none;
}
.homepage .t4-content-inner {
    background: #fafafa;
}
.modSlider .owl-carousel .owl-nav button.owl-prev,
.modSlider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    font-size: 48px;
    color: rgba(255,255,255,0.3);
}
.modSlider .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}
.modSlider .owl-carousel .owl-nav button.owl-next {
    right: 20px;
}
.modSlider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.custom-header {
    min-height: 410px;
    display: flex;
    align-items: end;
    padding: 40px 0;
    background-position: center center;
    background-size: cover;
    box-shadow: inset 0px -300px 200px -40px rgba(0,0,0,0.6);
    /*box-shadow: inset 0px -600px 200px -40px rgba(0,0,0,0.6); */
}
.logo-img {
    width: 115px;
}
.homepage #t4-header {
    background: transparent;
}
.homepage.not-at-top #t4-header {
    background: #fff;
}
.homepage .logo-img {
    content:url("/images/template/logo-w.png");
}
.homepage.not-at-top .logo-img {
    content:inherit;
}
.t4-megamenu .navbar-nav>li.active>a,
.t4-megamenu .navbar-nav>li.active>.nav-link {
    font-size: 1.1rem;
    font-weight: 300;
}
.homepage .t4-megamenu .navbar-nav>li.active>a,
.homepage .t4-megamenu .navbar-nav>li.active>.nav-link {
    color: #fff;
}
.homepage.not-at-top .t4-megamenu .navbar-nav>li.active>a,
.homepage.not-at-top .t4-megamenu .navbar-nav>li.active>.nav-link {
    color: inherit;
}



/* ShowMore button */
.showMore:nth-child(1),
.showMore:nth-child(2),
.showMore:nth-child(3),
.showMore:nth-child(4),
.showMore:nth-child(5),
.showMore:nth-child(6){
    display: block!important;
}

.slideItem {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    display: flex;
}
.slideItem::before {
    content: '';
    background: rgba(50, 50, 50, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.slideContent {
    align-self: center;
    text-align: left;
    z-index: 2;
}
.slideTitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 300;
    max-width: 700px;
    line-height: 1.2;
}
.slideIntro {
    color: #fff;
    font-size: 1.2rem;
    position: relative;
}
.slideIntro:after {
    content: '';
    height: 2px;
    background: #fff;
    width: 640px;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.modFooter {
    padding: 50px 0;
}
.modFooter p {
    font-weight: 300;
    line-height: 1.8;
}
.modFooter h2, h5 {
    margin-top: 50px;
    font-family: 'Montserrat';
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 1rem;
}
.footerCopyright {
    text-align: right;
}
.footerSocial a {
    font-size: 30px;
    margin-right: 20px;
}


/* MODULE ICONS - Dvorci / Kurije / Ruševine */
.modIcons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.modIcons-card {
    perspective: 1000px;
    margin-bottom: 50px;
}
.modIcons-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.modIcons-card:hover .modIcons-inner {
    transform: rotateY(180deg);
}
.modIcons-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}
.modIcons-front {
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.modIcons-back {
    color: white;
    transform: rotateY(180deg);
}
.modIcons-front, .modIcons-back {
    border-radius: 15px;
    padding: 30px;
}
.modIcons-icon img {
    height: 97px;
    margin-bottom: 20px;
}
.modIcons-title {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.modIcons-number {
    padding-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 4rem;
    display: inline-block;
    line-height: 1;
}
.modIcons {
    margin-top: -50px;
    z-index: 1;
    position: relative;
}
.modIcons-backtitle {
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 600;
}
.modIcons-text {
    text-align: justify;
    font-size: 0.8rem;
    font-weight: 400;
}
.modIcons-link {
    text-align: right;
}
.modIcons-link a,
.modIcons-link a:hover {
    font-size: 0.8rem;
    margin-top: 20px;
    color: #fff;
    display: inline-flex;
    align-items: center;
}
.modIcons-link i {
    font-size: 1.5rem;
    margin-left: 15px;
}

/* Module Istraži */
.modIstrazi {
    padding: 70px 0;
}
.modIstrazi-title {
    font-size: 2.3rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5rem;
    margin-bottom: 20px;
}
.modIstrazi-intro {
    font-weight: 300;
    line-height: 2;
    text-align: center;
    margin-bottom: 70px;
}
.modIstrazi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 20px;
}
.modIstrazi-inner {
    text-align: center;
    position: relative;
}
.modIstrazi-icon img {
    max-width: 110px;
}
.modIstrazi-text {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.7;
    text-align: center;
}
.modIstrazi-text strong {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
.modIstrazi-inner:nth-child(even) .modIstrazi-icon {
    margin-top: 60px;
}
.modIstrazi-inner:after {
    content: '';
    display: block;
    position: absolute;
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}
.modIstrazi-inner:nth-child(1):after,
.modIstrazi-inner:nth-child(3):after {
    background-image: url(/images/template/line1.png);
    width: 264px;
    height: 64px;
    top: 60px;
    right: -140px;
}
.modIstrazi-inner:nth-child(2):after {
    background-image: url(/images/template/line2.png);
    width: 264px;
    height: 64px;
    top: 0px;
    right: -140px;
}

.cslider {
    padding: 0 100px;
}

.cslider .owl-carousel .owl-nav button.owl-prev,
.cslider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    font-size: 48px;
    color: rgba(0,0,0,0.3);
}
.cslider .owl-carousel .owl-nav button.owl-prev {
    left: -100px;
}
.cslider .owl-carousel .owl-nav button.owl-next {
    right: -100px;
}



.cslider-card {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    margin: 100px 10px;
    background: #fff;
    text-align: left;
}
.cslider-image{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.cslider-top {
    position: relative;
}
.cslider-head {
    position: absolute;
    padding: 0 40px;
    bottom: 50px;
    color: #fff;
    z-index: 2;
}
.cslider-itemtitle {
    font-size: 25px;
    color: #fff;
    font-family: "Roboto Slab";
    text-transform: uppercase;
    display: block;
}
.cslider-location {
    font-size: 15px;
    margin-left: 5px;
    position: relative;
    bottom: 3px;
}
.cslider-image:before {
    box-shadow: inset 0px -120px 60px 0px rgba(0,0,0,0.7);
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.cslider-introtext {
    font-size: 0.9rem;
}
.cslider-bottom {
    padding: 40px;
}

.owl-item {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.owl-item.active {
    scale: 1;
}
.owl-item.active.center {
    scale: 1.12;
    z-index: 2;
}
.cslider-icon {
    position: absolute;
    bottom: -28px;
    z-index: 1;
    left: 40px;
    max-width: 60px;
}
.homegallery {
    margin: 60px 0 120px 0;
}
.homegallery h2 {
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}



/* Article */
.k2itemImageBlock {
    text-align: right;
    background: #FAFAFA;
}
.k2itemImage {
    width: 70%;
    display: inline-block;
}
.k2itemBlock1 {
    background: #fff;
    width: 80%;
    position: relative;
    top: -200px;
    margin-bottom: -200px;
    padding: 78px;
}
.k2introGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
}
.k2itemCategory {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.k2itemTitle {
    font-family: Roboto Slab;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 0.15em;
    margin: 0;
}
.k2itemIntroText {
    margin-top: 50px;
    font-size: 22px;
    font-weight: 300;
    line-height: 50px;
}
.k2itemIntroMore {
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.04em;
    cursor: pointer;
}
.k2itemIntroMore i {
    font-size: 150%;
    margin-left: 15px;
    position: relative;
    bottom: -5px;
}
.modalTitle {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.1em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.k2povijest {
    padding: 50px 200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.k2povijest img {
}


.k2povijest .owl-carousel .owl-nav button.owl-prev,
.k2povijest .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    font-size: 48px;
    color: rgba(0,0,0,0.3);
}
.k2povijest .owl-carousel .owl-nav button.owl-prev {
    left: -100px;
}
.k2povijest .owl-carousel .owl-nav button.owl-next {
    right: -100px;
}
.k2povijestItem {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 70px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: justify;
}
.k2povijestItem strong {
    font-family: Roboto Slab;
    font-size: 50px;
    font-weight: 300;
    line-height: 100px;
    letter-spacing: 0.05em;
    text-align: left;
}

.k2itemBlock2 {
    margin: 50px 0;
}
.k2map {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    position: relative;
}
.k2locationGrid,
.k2eventsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.k2locationTitle,
.k2eventsTitle {
    font-size: 50px;
    font-weight: 300;
    line-height: 100px;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
    margin-top: 0;
}
.k2location,
.k2events {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.02em;
    height: 100%;
    background: #fafafa;
    padding: 80px 80px 80px 300px;
    position: relative;
    left: -150px;
    top: 70px;
    margin-bottom: 70px;
    z-index: 0;
}
.k2location p {
    line-height: 80px;
    display: flex;
}
.k2location i {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border: 2px solid #C54245;
    margin-right: 30px;
    border-radius: 80px;
    color: #C54245;
    font-size: 1.3rem;
}

.k2itemBlock4 {
    margin: 200px 0 100px 0;
}
.k2itemBlock5 {
    padding: 0 80px;
    margin: 100px 0;
}
.k2itemBlock5 h3 {
    margin-left: 100px;
}
.k2eventsImage {
    z-index: 1;
    position: relative;
}
.k2eventsImage img {
    width: 100%;
}
.k2eventsText {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 30px;
}
.k2eventsLink {
    font-weight: 500;
    display: flex;
    line-height: 50px;    
}

.k2eventsLink i {
    margin-left: 25px;
    color: #C54245;
    font-size: 50px;
}


@media only screen and (max-width: 1200px) {  
html, body {
  display: none;
 }
}