body {
	background-color: #fff;
	font-family: 'Lato', sans-serif;
}
a {
	color: royalblue;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

	text-decoration: none;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

.navigacija-logo{
    width: 130px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.navigacija {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 0rem;
    height: 140px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.navigacija-over {
	border-bottom: 0px solid #e2e2e2;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.navigacija ul li a{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.4px;
	color: #232323;
    opacity: 0.7;
    transition-duration: 0.4s;
    -webkit-font-smoothing: antialiased;
}
.navigacija ul li a:hover{
	color: #b54562;
}
.navigacija .navbar-nav .nav-link {
	padding-right: 1.1rem;
    padding-left: 1.1rem;
}
.navbar-shrink {
    padding: .5rem 0rem;
    height: 70px;
}
.navigacija-logo-b {
    width: 52px;
}
.navigacija-over-b {
	background-color: rgba(255, 255, 255,  0.94);

	        -webkit-box-shadow: 0px -4px 50px -2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px -4px 50px -2px rgba(0,0,0,0.15);
    box-shadow: 0px -4px 35px -2px rgba(0,0,0,0.15);

}
/* dodatak za temu */
.main_navigacija_wp ul {
  display: -ms-flexbox;
  display: flex;
/*  -ms-flex-direction: column;
  flex-direction: column;*/
  padding-left: 0;
  margin-bottom: 0;
  list-style: none ;
}

.main_navigacija_wp ul li a {
  padding-right: 0;
  padding-left: 0;
}


.main_navigacija_wp ul li a {
  display: block;
  padding: 0.5rem 1rem;
}

.main_navigacija_wp ul li a:hover, .main_navigacija_wp ul li a:focus {
  text-decoration: none;
}

.main_navigacija_wp ul li a.disabled {
  color: #6c757d;
}







.home-button {
	background-image: -moz-linear-gradient(left, #773983 0%, #c3351f 100%);
    background-image: -o-linear-gradient(left, #773983 0%, #c3351f 100%);
    background-image: -webkit-linear-gradient(left, #773983 0%, #c3351f 100%);
    background-image: linear-gradient(left, #773983 0%, #c3351f 100%);

	width: 145px;
	height: 41px;
	font-size: 13px;

	text-decoration: none;
	text-shadow: none;
	font-weight: 400;
	border-radius: 50px;

	padding-top: 12px;
	text-transform: uppercase;

	margin-top: 50px;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

}
.home-button a {

		color: #fff;
}






/* --- mobilna navigacija --- */
.z-mobile-back-img {
    background-image: none;
}

@media screen and (max-width:567px) {
    .z-mobile-back-img {
    background-image: url(img/front.jpg);
    background-size: 200vh;
    background-position-x: left;
    background-position-y: bottom;
    }
}
.z-mobile .navigacija-social {
  padding: 0 0 10px 40px;
}
.z-mobile {
  background-color: #202020;
  height: 100%;
  position: fixed;
  right: -300px;
  top: 0;
  -moz-transition: right 0.5s cubic-bezier(.41,-0.04,.56,1.15);
  -o-transition: right 0.5s cubic-bezier(.41,-0.04,.56,1.15);
  -webkit-transition: right 0.5s cubic-bezier(.41,-0.04,.56,1.15);
  transition: right 0.5s cubic-bezier(.41,-0.04,.56,1.15);
  width: 300px;
  z-index: 9001;


/*  -webkit-box-shadow: -6px 0px 34px -12px rgba(0,0,0,0.65);
-moz-box-shadow: -6px 0px 34px -12px rgba(0,0,0,0.65);
box-shadow: -6px 0px 34px -12px rgba(0,0,0,0.65);*/
  /* IT'S OVER 9000! */
}
.z-mobile #menuToggle {
  display: block;
  position: relative;
  height: 40px;
  left: -60px;
  top: 17px;
  width: 40px;
}

.z-mobile #menuToggle span {/* crtica */
  background: #3a3a3a;
  display: block;
  height: 10%;
  left: 10%;
  position: absolute;
  top: 45%;
  width: 80%;
  border-radius: 3px;
}
.z-mobile #menuToggle span:before, .z-mobile #menuToggle span:after {/* crtica */
  background: #3a3a3a;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: -250%;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
  border-radius: 3px;

}
.z-mobile #menuToggle span:after {/* crtica */
  top: 250%;
  border-radius: 3px;
}
.z-mobile .main_navigacija_wp ul {/* tekst */
  list-style: none;
  padding-left: 0;
	display: block;
}
.z-mobile .main_navigacija_wp ul li a {/* tekst */
  color: white;
  display: block;
  padding: 0 0 10px 40px;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 700;
}
.z-mobile .main_navigacija_wp ul li a:hover {/* tekst */
    text-decoration: none;
}

.open {
  right: -4px;
}
.open #menuToggle span {
  background: transparent;
  left: 10%;
  top: 45%;
}
.open #menuToggle span:before, .open #menuToggle span:after {
  background: #3a3a3a;
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #menuToggle span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menuToggle .navClosed {
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
#menuToggle .navClosed:before, #menuToggle .navClosed:after {
  -moz-transition: top 0.2s linear 0.2s, -moz-transform 0.3s linear 0.2s;
  -o-transition: top 0.2s linear 0.2s, -o-transform 0.3s linear 0.2s;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0.2s, 0.2s;
  transition: top 0.2s linear 0.2s, transform 0.3s linear 0.2s;
}
#menuToggle .navOpen {
  -moz-transition: background 0.2s linear 0.3s;
  -o-transition: background 0.2s linear 0.3s;
  -webkit-transition: background 0.1s linear;
  -webkit-transition-delay: 0.3s;
  transition: background 0.2s linear 0.3s;
}
#menuToggle .navOpen:before, #menuToggle .navOpen:after {
  -moz-transition: top 0.3s linear, -moz-transform 0.3s linear;
  -o-transition: top 0.3s linear, -o-transform 0.3s linear;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, transform 0.3s linear;
}
.z-mobile-logo img {
    height: 140px;
    width: 140px;
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
    margin-bottom: 30px;
}
.z-over-wrapper {
    opacity: 0;
    background-color:#000;
    width:100%;
    height:100%;
    z-index:99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.z-overlay-on {
    opacity: 0.55;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/* --- mobilna navigacija end --- */





header .home-splash {
	background-image: url('img/family.jpg');
	background-size: cover;
	height: 70vh;
	opacity: 0.7;
	position: fixed;
	width: 100%;
	z-index: -1;
}
header .home-splash-two {
	background-image: url('img/family.jpg');
	background-size: cover;
	height: 100vh;
	opacity: 0.7;
	position: fixed;
	width: 100%;
	z-index: -1;
}
header .home-slogan {
     position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100px;

	text-align: center;
	font-size: 4.3vw;
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

header.header-home {
	padding-bottom: 100vh;
}
header.header-glavni {
  padding-bottom: 70vh;
}
article.article-main {
	padding-top: 120px;
	background-color: #fff;
	width: 100%;
	padding-bottom: 80px;

}
article.article-main h1 {
	color: #444;
	font-weight: 900;
	letter-spacing: 1px;
    line-height: 60px;
    font-size: 46px;
    text-align: center;
}
.article-main-title {
	color: #444;
	font-weight: 900;
	letter-spacing: 1px;
    line-height: 60px;
    font-size: 46px;
    text-align: center;
}
article.article-main h2 {
	color: #b54562;
	text-align: center;
	font-size: 18px;
}
article.article-main .main-box {
	background-color: #f7f7f7;
	text-align: center;
	padding: 30px 30px;
	margin-top: 50px;

    -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
article.article-main .main-box:hover {
  -webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
}
article.article-main .article-main-box {
  margin-top: 50px;
  color: #838383;
  font-size: 17px;
  font-weight: 400;
}
article.article-main .main-box img {
	width: 60px;
}
article.article-main .main-box h2 {
	font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 20px;
    color: #444;

}
article.article-main .main-box p {
	font-size: 14px;
    line-height: 22px;
    color: #aaa;
}
article.article-main .article-main-box .post-thumbnail img {
  max-width: 100%;
 height: auto;
}
article.article-onama {
	padding-top: 80px;
	width: 100%;
	padding-bottom: 80px;
	background-color: #FCFCFC;
}
article.article-onama h1 {
	color: #444;
	font-weight: 900;
	letter-spacing: 1px;
    line-height: 60px;
    font-size: 46px;
    text-align: center;
}
article.article-onama h2 {
	color: #b54562;
	text-align: center;
	font-size: 18px;
}
article.article-onama .box-onama {
	margin-top: 50px;
}
article.article-single-post h1 {
  padding-bottom: 80px;
}


/* img-fluid */
.gallery-item a img, .gallery-item dt img {
    max-width: 100%;
    height: auto; /*     max-height: 300px; */
    border: 1px solid #fff !important;
}
.gallery .gallery-item {
    margin: 0px !important;
    padding-bottom: 20px;
}

article.article-objave {
	padding-top: 80px;
	width: 100%;
	padding-bottom: 80px;
	background-color: #FCFCFC;
}
article.article-objave h1 {
	color: #444;
	font-weight: 900;
	letter-spacing: 1px;
    line-height: 60px;
    font-size: 46px;
    text-align: center;
}
article.article-objave h2 {
	color: #b54562;
	text-align: center;
	font-size: 18px;
}
article.article-objave .box-objave {
	margin-top: 50px;
	box-shadow: 0 5px 30px rgba(0,0,0,.03);
	background-color: #fff;
	font-size: 17px;
	padding: 0 0 0 0;
}
article.article-objave .box-objave img {
	width: 300px;
	height: 300px;
	display: block;
	object-fit: cover;
	float: left;
	margin-right: 40px;
}

@media screen and (max-width: 700px) {
	article.article-objave .box-objave img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	article.article-objave .box-objave .objave-content {
		padding-left: 30px !important;
		padding-bottom: 30px !important;
	}
}
article.article-objave .box-objave .objave-content {
	padding: 50px 40px 5px 0;
}
article.article-objave .box-objave .objave-content h2 {
	text-align: left;
	font-size: 30px;
	font-weight: 600;
	color: #444;
	letter-spacing: 0px;

}
article.article-objave .box-objave .objave-content h3 {
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #bababa;
	letter-spacing: 0px;
	padding: 10px 0;

}
article.article-objave .box-objave .objave-content p {
	color: #999;
	font-weight: 400;
}



article.article-galerija {
	padding-top: 80px;
	width: 100%;
	padding-bottom: 80px;
	background-color: #fff;
}
article.article-galerija h1 {
	color: #444;
	font-weight: 900;
	letter-spacing: 1px;
    line-height: 60px;
    font-size: 46px;
    text-align: center;
}
article.article-galerija h2 {
	color: #b54562;
	text-align: center;
	font-size: 18px;
}
article.article-onama .box-galerija {
	margin-top: 50px;
}





footer {
	background-image: -moz-linear-gradient(left, #773983 0%, #c3351f 100%);
    background-image: -o-linear-gradient(left, #773983 0%, #c3351f 100%);
    background-image: -webkit-linear-gradient(left, #773983 0%, #c3351f 100%);
    background-image: linear-gradient(left, #773983 0%, #c3351f 100%);
}
footer p {
	    color: #fff;
    height: 40px;
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 0;
}
