
/* --------------------------
--- GENERAL CSS ---
----------------------------- */

html {
	font-size: 16px;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden; /* fix for aos animation */
}

body.bg-init,
body .animsition-overlay-slide {
	background-color: #fff;
}
body .animsition-overlay-slide {
	z-index: 3001;
}

p {
	margin: 0 0 25px;
}

ul,
ol {
	padding-left: 60px;
	margin-bottom: 25px;
}

p + ul,
p + ol {
	margin: 0px 0 25px;
}

b, strong {
    font-weight: 700;
}

img {
	height: auto;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #0a381c;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 25px;
}

h1, .h1 {
	font-size: 80px;
}
h2, .h2 {
	font-size: 60px;
}
h3, .h3 {
	font-size: 36px;
}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}

a {
	color: #0a381c;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

/* fix iPhone Safari changing colour of phone numbers */
a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
}

/* Responsive BG image - image-cover */
.img-container {
	overflow: hidden;
	display: block;
}
.image-cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-bottom: 66.66666%;
	-webkit-transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
}
.img-container:hover .image-cover,
.img-container:focus .image-cover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* Buttons */
.btn {
	position: relative;
    background: #0a381c;
	border: 0 none;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
    color: #fff;
	padding: 13px 50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn:hover,
.btn:focus {
	color: #fff;
	background: #006929;
}
.btn:active {
	color: inherit;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* btn back */
.btn-back {
	display: flex;
	align-items: center;
	position: absolute;
	top: -4vw;
	right: 30px;
	background: #0a381c;
	width: 8vw;
	height: 8vw;
	-webkit-border-radius: 30%;
	-moz-border-radius: 30%;
	border-radius: 30%;
}
.btn-back:before {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-70%);
	-moz-transform: translateX(-70%);
	-o-transform: translateX(-70%);
	-ms-transform: translateX(-70%);
	transform: translateX(-70%);
	content: "";
	display: inline-block;
	width: 18%;
	height: 31.84%;
	background: url('../images/chevron-left.png') no-repeat center;
	background-size: cover;
}
.left-sidebar .btn-back {
	right: -2vw;
}

/* --------------------------
--- HOME MENU ---
----------------------------- */

.page.home {
	background: -webkit-linear-gradient(346deg, rgb(246, 247, 249) 0%, rgb(202, 205, 210) 100%);
	background: -o-linear-gradient(346deg, rgb(246, 247, 249) 0%, rgb(202, 205, 210) 100%);
	background: -ms-linear-gradient(346deg, rgb(246, 247, 249) 0%, rgb(202, 205, 210) 100%);
	background: -moz-linear-gradient(346deg, rgb(246, 247, 249) 0%, rgb(202, 205, 210) 100%);
	background: linear-gradient(104deg, rgb(246, 247, 249) 0%, rgb(202, 205, 210) 100%);
}

html,
body,
.animsition,
.home-control-panel {
	height: 100%;
}

.home-control-panel {

}
.home-control-panel .left-panel {
	text-align: center;
}
.home-control-panel .right-panel {

}
.home-button {
	padding: 50px 0;
}
.home-button img {
	height: 100px;
}
.home-button img {
	height: 150px;
}
.home-button h1 {
	font-size: calc(1rem + 2vw);
	color: #006a2a;
	text-transform: uppercase;
	margin: 0;
}
.home-button h1 a {
	color: #006a2a;
}
.home-button h1 strong {
	display: block;
}
.home-menu ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.home-menu ul li {
	width: 50%;
	padding: 0 6%;
	text-align: center;
}
.home-menu ul li:nth-child(1),
.home-menu ul li:nth-child(2) {
	margin-bottom: 3vh;
}
.home-menu ul li a {
	display: block;
}
.home-menu ul li .item-img {
	display: inline-block;
	background: #2fbe68;
	padding: 20%;
	-webkit-border-radius: 30%;
	-moz-border-radius: 30%;
	border-radius: 30%;
	margin-bottom: 1vh;
}
.home-menu ul li .dark-blue .item-img {
	background: #0a381c;
}
.home-menu ul li .item-img img {
	max-height: 80px;
}
.home-menu ul li .item-name {
	display: block;
	font-size: calc(0.6rem + 1vw);
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

/* Left sidebar */
.main-row .left-sidebar {
	background: #f6f6f8;
}
.main-row .left-sidebar > .custom {
	padding: 30px;
}
.mod--left-sidebar {
	display: flex;
}
.mod--left-sidebar p {
	margin: 0;
}
.mod--left-sidebar p a img {
	height: 80px;
	margin-right: 30px;
}
.mod--left-sidebar h1 {
	font-size: calc(1rem + 2vw);
	color: #0a381c;
	text-transform: uppercase;
	margin: 0;
}
.mod--left-sidebar h1 a {
	color: #006a2a;
}
.mod--left-sidebar h1 strong {
	display: block;
}
.main-row .main-content {
	
}

/* Blog kategorija - obavijesti */
/* category-body */
.blog {
	position: relative;
}
.blog .category-body {
	padding: 5vw;
}
.blog .catitem {
	margin-bottom: 70px;
}
.blog .blog-list-thumb {
	float: left;
	width: 30%;
	margin: 0;
}
.blog .blog-list-thumb {
	position: relative;
	z-index: 1;
	margin: 0 0 20px;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.2);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	overflow: hidden;
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
}
.blog .blog-list-thumb .image-cover {
	padding-bottom: 100%;
}
.blog .blog-list-content.withThumb {
	padding-left: 35%;
	padding-top: 2vw;
}
.blog .blog-list-content h2 {
	font-size: calc(1rem + 1vw);
	margin: 0 0 25px;
}
.blog .blog-list-content .introtext {
	margin-bottom: 30px;
}
.blog .blog-list-content .introtext a {
	color: #000;
}
.blog .blog-list-content .date-published {
	display: inline-block;
	color: #808080;
	font-size: 12px;
	text-transform: lowercase;
	padding-top: 20px;
}

/* Blog article */
.tpl-basic {
	position: relative;
}
.tpl-basic .article-main-content {
	padding: 5vw;
}
.tpl-basic .article-image-intro {
	width: 50%;
	margin-bottom: 3vw;
}

/* Blog kategorija - Multimedija */
.blog.multimedija .catitem {
	margin-bottom: 50px;
}
.blog.multimedija .title-container h2 {
	margin: 0;
}
.blog.multimedija .title-container a {
	display: inline-block;
	width: 340px;
	background: #0a381c;
	color: #fff;
	text-align: center;
	padding: 100px 50px;
	padding: 40px 25px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* Webcam Popup result image */
body:after {
    content: '' !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: visible;
    z-index: -1;
}
body.overlay-bgg:after {
    opacity: 0.8;
    visibility: visible;
    z-index: 999;
}
.popup_w {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 500px; /* 410px */
    text-align: center;
    background-color: #ffffff;
    opacity: 0;
    visibility: visible;
    margin-top: 100px;
    z-index: -1;
    transition: all .15s;
    padding: 15px;
}
.active.popup_w {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
    margin: 0;
}
/* close popup */
.close-qr {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.close-qr i {
	font-size: 30px;
	color: #006a2a;
}