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

html {
	font-size: 16px;
}

body {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	/*line-height: 1.4;*/
	line-height: 1.2;
	font-weight: 500;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden; /* fix for aos animation */
}

a {
	/*color: #6ec2ab;*/
	text-decoration: none;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline: none;
}

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

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 800;
	margin-bottom: 20px;
}

p,
table {
	margin-bottom: 20px;
}

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

figure {
	margin-bottom: 20px;
}

table {
	width: 100%;
}
table tbody td {
	padding: 10px;
	background: #ececec;
}
table tr:nth-child(odd) td {
	background: #f7f7f7;
}

/* Ordered list default: 1., 2., 3., etc. */
.main-content .item-page ol {
	padding-left: 32px;
	margin-bottom: 20px;
}

/* Ordered list: bottom-spacing */
.main-content .item-page ol.bottom-spacing li {
	margin-bottom: 20px;
}

/* Bullets: default */
.main-content .item-page ul {
	list-style: none;
	margin: 0 0 20px 15px;
	padding: 0;
}
.main-content .item-page ul li {
	position: relative;
	padding-left: 20px;
}
.main-content .item-page ul li:before {
	content: "-";
	position: absolute;
	left: 0;
}

/* Bullets: bottom-spacing */
.main-content .item-page ul.bottom-spacing li {
	margin-bottom: 20px;
}

/* Bullets: red-squares */
.main-content .item-page ul.red-squares {
	padding-left: 15px;
	margin-bottom: 20px;
}
.main-content .item-page ul.red-squares li {
	line-height: 20px;
	margin-bottom: 2px;
}
.main-content .item-page ul.red-squares li:before {
	content: "";
	width: 10px;
	height: 20px;
	background: #ff505d;
}

/* --------------------------------------------
--- OVERRIDE over lity lightbox js library ---
----------------------------------------------- */
.lity {
	background: rgba(0,0,0,0.8);
}

/* --------------------------
--- BG IMAGE responsive ---
----------------------------- */
.img-zoom {
	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-zoom:hover .image-cover,
.img-zoom: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: transparent;
	border: 5px solid #3E3E3E;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
    color: #000;
	padding: 12px 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: #000;
	border-color: #000;
}

.btn-black {
	color: #fff;
	background: #000;
	border-color: #000;
}
.btn-black:hover,
.btn-black:focus {
	color: #000;
	background: transparent;
	border-color: #000;
}

.btn-primary {
	color: #fff;
	background: #000;
	border-color: #000;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #000;
	background: transparent;
	border-color: #000;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.btn-home {
	font-size: calc(1rem + 2vw);
	color: rgba(0,0,0,0.7);
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: rgba(0,0,0,0.2);
    padding: 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* --------------------------
--- HEADER ---
----------------------------- */
.header {
	background: #000;
	padding: 15px 0;
}

/* header-main */
.header-main-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo-container img {
	height: 40px;
}
.header-main-container h2 {
	color: #fff;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.logo-container img {
		height: 50px;
	}
}

/* only on mobile <992 px if scrolled hide the logo */
.mobile .logo-container .scrolled {
	/*visibility: hidden;*/
}

/* --------------------------
--- LANG SWITCHER ---
----------------------------- */
.lang-switcher {
	position: absolute;
	top: 15px;
	top: 1vw;
	right: 15px;
	right: 1vw;
	z-index: 1000;
}
.lang-switcher button {
	padding: 0;
	font-size: 0;
}
.lang-switcher button:hover {
	border-color: #3E3E3E;
}
.lang-switcher button:focus {
	border-color: #000;
}
.lang-switcher img {
	width: 2.5vw;
}
div.mod-languages .btn-group .btn {
	border-width: 0.4vw;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.lang-switcher .dropdown-menu {
	background: #000;
	/*min-width: 6rem;*/
	min-width: 7vw;
}
.lang-switcher div.mod-languages a {
	font-size: calc(0.5rem + 0.6vw);
	color: #fff;
}
.lang-switcher div.mod-languages ul li.lang-active {
	background: transparent;
}

/* -----------------
--- BREADCRUMBS ---
-------------------- */
.breadcrumbs {
	background: #ccc;
	font-size: 12px;
}
.breadcrumbs ol {
	margin: 0;
	padding: 8px 0 !important;
}
.mod-breadcrumbs__divider {
	display: none;
}
.breadcrumb-item a {
	color: #fff;
}
.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
	color: #6ec2ab;
}
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item:before {
	color: #fff;
}
.breadcrumb-item + .breadcrumb-item:before {
	float: none;
	font-size: 10px;
}
.breadcrumb-item:before {
	display: none;
}
.breadcrumb-item {
	display: none;
}
.breadcrumb-item:last-child {
	display: list-item;
}
.go-back {
	position: absolute;
	left: 0;
	top: 2vw;
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.go-back ol {
	margin: 0 !important;
	padding: 0 !important;
}
.go-back li a {
	display: block;
	background: #000;
	font-size: calc(1rem + 0.6vw);
	color: #fff;
	padding: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 4vw;
	height: 4vw;
	line-height: 4vw;
	text-align: center;
}
.go-back li a:hover,
.go-back li a:focus {
	color: #fff;
}
.go-back li a span {
	display: none;
}

/* ------------------------------------------------
--- MAIN CONTENT - where main content comes ---
--------------------------------------------------- */
.main-content {
	
}

/* --------------------------
--- MAIN MENU on homepage ---
----------------------------- */
.main-menu {
	padding-bottom: 40px;
}
.main-menu ul li {
	font-size: calc(1rem + 0.6vw);
	margin-bottom: 1vw;
}
.main-menu .list-unstyled {
	padding-left: 2rem;
	list-style: circle;
	margin-top: 10px;
}

/* --------------------------
--- FOOTER ---
----------------------------- */
.footer {
	background: #000;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover,
.footer a:focus {
	color: #6ec2ab;
}
.footer h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer h5 {
	color: #fff;
}
.footer-main {
	padding: 50px 0 30px;
	text-align: center;
}
.footer-columns > div {
	margin-top: 40px;
}
.footer-columns ul {
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.footer-columns .footer-1 {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.footer-main {
		text-align: left;
	}
	.footer h3 {
		margin-bottom: 25px;
	}
	.footer-columns {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer-columns .footer-1 {
		width: 60%;
	}
	.footer-columns .footer-2,
	.footer-columns .footer-3 {
		width: 20%;
	}
}
@media (min-width: 1200px) {
	.footer-columns {
		flex-wrap: nowrap;
	}
	.footer-columns > div {
		margin-top: 0;
	}
}

/* --------------------------
--- BACK TO TOP ---
----------------------------- */
#back-to-top {
	display: inline-block;
    width: 36px;
    height: 36px;
	background: transparent;
    border: 1px solid #0d6efd;
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1000;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#back-to-top:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 10px;
    height: 10px;
    margin: -2px 0 0 -5px;
    border-right: 3px solid #0d6efd;
    border-top: 3px solid #0d6efd;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#back-to-top.reveal {
	filter: alpha(opacity=100);
	opacity: 1;
}
#back-to-top.reachBottom {
	bottom: 15px;
}

/* ----------------
--- PAGINATION ---
------------------- */
.page-item {
	margin-right: 10px;
}
.page-item .page-link {
	font-size: 20px;
	color: #fff;
	border: 0 none;
	background-color: rgba(0,0,0,0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.page-item .page-link:hover {
	background-color: rgba(0,0,0,0.2);
	color: #fff;
}
.page-item.disabled .page-link {
    background-color: rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1);
    color: #B38A08;
}
.page-item.active .page-link {
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(0,0,0,0.2);
}

/* ------------------------------
--- CONTAINER for the content ---
--------------------------------- */
.container-wrapper {
	padding: 0 20px;
}
@media (min-width: 576px) {
	.container-wrapper {
		padding: 0 5vw;
	}
}
@media (min-width: 1920px) {
	.container-wrapper {
		width: 1480px;
		padding: 0;
		margin: 0 auto;
	}
}

/* -------------------------------------------
--- ARTICLE - default.php (default styles) ---
---------------------------------------------- */

/* Page header */
.page-header {
	position: relative;
}
.page-header .bg-image-container,
.page-header .bg-image-container .img-overlay,
.page-header .bg-image-container .bg-image-cover {
	position: absolute;
    width: 100%;
    height: 100%;
}
.page-header .bg-image-container .bg-image-cover {
	background-size: cover;
	/*background-position: 50% 50%;*/
	background-position: 50% 0;
	background-attachment: fixed;
	background-color: #6ec2ab;
}
/* On mobile browsers disable attachment fixed */
@media (hover: none) {
	.page-header .bg-image-container .bg-image-cover {
		background-attachment: scroll;
	}
}
.page-header .bg-image-container .img-overlay {
	background: rgba(110, 194, 171, 0.4);
	z-index: 1;
}
.page-header-content {
	position: relative;
	z-index: 1;
	padding: 56px 0 30px;
	color: #fff;
}
.page-header-content.cols-2 .head-2 {
	padding: 0 30px;
}
.page-header-content h1,
.page-header-content h2,
.page-header-content h3,
.page-header-content h4,
.page-header-content h5,
.page-header-content h6 {
	color: #fff;
	margin-bottom: 0;
}
.page-header-content h1 {
	font-size: calc(1rem + 4vw);
}
.page-header-content .image_intro img {
	width: 100%;
}
.page-header-content .head-1 {
	padding-top: 3vw;
}
.page-header-content.cols-2 .head-1 {
	padding-top: 0;
}
@media (min-width: 768px) {
	.page-header-content {
		padding: calc(58px + 3vw) 0 3vw;
	}
	.page-header-content.cols-2 {
		display: flex;
		align-items: center;
	}
	.page-header-content.cols-2 .head-1 {
		width: 70%;
	}
	.page-header-content.cols-2 .head-2 {
		width: 30%;
		padding: 0 0 0 2vw;
	}
	.page-header-content.cols-2 .article-text {
		padding-right: 4vw;
	}
}
@media (min-width: 1200px) {
	.page-header-content {
		padding: calc(68px + 6vw) 0 6vw;
	}
	.page-header-content.cols-2 .head-1 {
		width: 60%;
	}
	.page-header-content.cols-2 .head-2 {
		width: 40%;
	}
}

/* Page body */
.page-body {
	position: relative;
	z-index: 2;
}
.com-content-article__body {
	padding: 40px 0;
}
.page-body h2 {
	font-size: calc(1rem + 2vw);
}
@media (min-width: 992px) {
	.com-content-article__body {
		padding: 4vw 0;
	}
}

/* -----------------------------------------
--- CATEGORY - blog.php (default styles) ---
-------------------------------------------- */

/* Page header */

/* Page body */

/* ----------------------------------------------
--- CATEGORY - Category List (default styles) ---
------------------------------------------------- */

/* Page header */

/* Page body */
.com-content-category.category-list {
	padding: 20px 15px;
}
@media (min-width: 768px) {
	.com-content-category.category-list {
		padding: 4vw 20px;
	}
}
@media (min-width: 1200px) {
	.com-content-category.category-list {
		padding: 4vw 50px;
	}
}
@media (min-width: 1600px) {
	.com-content-category.category-list {
		padding: 4vw 12vw;
	}
}

/* -----------------------
--- HOMEPAGE (Article) ---
-------------------------- */

/* Home Section intro */
.home-section-intro {
	position: relative;
}

/* #1a: Home intro-slider-widget = default has slide-content */
.home-intro-slider {
	position: relative;
}
.intro-slider-widget {
	background: rgb(27,63,122);
	color: #fff;
}
.intro-slider-widget .slide-item {
	position: relative;
}
.intro-slider-widget .slide-image-container {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.intro-slider-widget .slide-image-overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(27,63,122, 0.66);
}
.intro-slider-widget .slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.intro-slider-widget .slide-content-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 400px;
}
.intro-slider-widget .slide-content {
	position: relative;
	z-index: 1;
	/*padding-bottom: 60px;*/
}
.intro-slider-widget .slide-text h2 {
	font-weight: 800;
	color: #fff;
}
.intro-slider-widget .slide-text h2 + p {
	margin-bottom: 0;
}
.main-content .intro-slider-widget .slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: flex;
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
}
.main-content .intro-slider-widget .slick-dots li {
	padding: 0;
	margin: 0;
}
.main-content .intro-slider-widget .slick-dots li:before {
	display: none;
}
.main-content .intro-slider-widget .slick-dots li button {
	display: block;
	width: 60px;
	height: 60px;
	background: transparent;
	font-size: 0;
	line-height: 0;
	border: 0 none;
	margin: 0 5px;
	padding: 0;
}
.main-content .intro-slider-widget .slick-dots li button:after {
	content: "";
	display: block;
	width: 60px;
	height: 10px;
	background: #fff;
}
.main-content .intro-slider-widget .slick-dots li.slick-active button:after {
	background: #6EC2AB;
}
@media (min-width: 480px) {
	.intro-slider-widget .slide-text h2 {
		font-size: calc(1rem + 3vw);
	}
}
@media (min-width: 768px) {
	.intro-slider-widget .slide-content-inner {
		justify-content: flex-start;
		text-align: left;
	}
	.intro-slider-widget .slide-item.Right .slide-content-inner {
		justify-content: flex-end;
		text-align: right;
	}
	.intro-slider-widget .slide-item.Center .slide-content-inner {
		justify-content: center;
		text-align: center;
	}
	.main-content .intro-slider-widget .slick-dots {
		margin: 0 0 27px;
	}
	.main-content .intro-slider-widget .slick-dots li button:after {
		height: 5px;
	}
}
@media (min-width: 992px) {
	.intro-slider-widget .slide-content-inner {
		min-height: 500px;
	}
}
@media (min-width: 1200px) {
	.intro-slider-widget .slide-content-inner {
		min-height: 600px;
		height: 92vh;
	}
}

/* #1b: Home intro-slider-widget = s fixnim Intro Slider Textom */
.has-intro-slider-text .intro-slider-widget {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #84521c;
    color: #fff;
}
.has-intro-slider-text .intro-slider-widget * {
	height: 100%;
}
.has-intro-slider-text .intro-slider-widget .slick-dots {
	height: auto;
}

/* #1b: Home intro-slider-widget = Intro Slider Text */
.intro-slider-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 400px;
	padding-top: 55px;
	padding-bottom: 60px;
}
.intro-slider-text-content {
	color: #fff;
}
.intro-slider-text-content h1 {
	font-size: calc(1rem + 8vw);
	color: #fff;
}
.intro-slider-text-content h1 + p {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.intro-slider-text-content h1 {
		font-size: calc(1rem + 6vw);
	}
}
@media (min-width: 992px) {
	.intro-slider-text {
		padding-top: 72px;
		min-height: 500px;
	}
	.intro-slider-text-content h1 {
		font-size: calc(1rem + 4vw);
	}
}
@media (min-width: 1200px) {
	.intro-slider-text {
		padding-top: 82px;
		min-height: 600px;
		height: 92vh;
	}
}

/* #2: Home intro static - Intro Text s pozadinskom slikom */
.home-intro-static {
	position: relative;
	background: #000;
	padding-top: 55px;
	height: 400px;
}
.intro-static-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.home-intro-static .intro-background-image {
	opacity: 0.5;
}
.home-intro-static .intro-background-image,
.home-intro-static .intro-background-image .bg-image-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
}
.home-intro-static .intro-text {
	position: relative;
	z-index: 1;
	color: #fff;
}
.home-intro-static .intro-text h1 {
	font-size: calc(1rem + 8vw);
	line-height: 1;
	color: #fff;
}
@media (min-width: 768px) {
	.home-intro-static .intro-text h1 {
		font-size: calc(1rem + 6vw);
	}
}
@media (min-width: 992px) {
	.home-intro-static {
		padding-top: 72px;
		min-height: 500px;
	}
	.home-intro-static .intro-text h1 {
		font-size: calc(1rem + 4vw);
	}
}
@media (min-width: 1200px) {
	.home-intro-static {
		padding-top: 82px;
		min-height: 600px;
		height: 92vh;
	}
}

/* Home - item text: samo za ispis glavnog teksta clanka */
.home-item-text {
	padding: 40px 0;
}
@media (min-width: 576px) {
	.home-item-text {
		padding: 3vw 0;
	}
}

/* home-section-1 */

/* home-section-2 */

/* end Homepage */

/* ---------------------------
--- CUSTOM PAGES (Article) ---
------------------------------*/

/* Page - Tambourine in the world map */
.item-world-map .page-header {
	position: absolute;
	width: 100%;
}
.item-world-map .page-header-content {
	padding: 0;
}
.item-world-map .page-header-content h1 {
	font-size: calc(1rem + 1vw);
	color: #000;
	padding: 1vw 1vw;
}
.item-world-map .page-header .bg-image-container {
	display: none;
}
.item-world-map .map-container {
	text-align: center;
}
.item-world-map .map-container svg {
	height: 100vh;
	padding: 4vh 0 4vh;
}
.item-world-map .places-information {
	display: none;
}
.wm-info-window {
	background: #fff;
	color: #000;
	min-width: 30vw;
	max-width: 50vw;
	padding: 1vw 1.2vw;
	-webkit-border-radius: 0.5vw;
	-moz-border-radius: 0.5vw;
	border-radius: 0.5vw;
	font-size: calc(1rem + 0.6vw);
}
.wm-info-window > h3 {
	font-size: calc(1rem + 1vw);
}
.wm-info-window > h3 span {
	font-size: calc(1rem + 0.6vw);
	font-weight: normal;
}
.wm-info-window .location-info {
	max-height: 70vh;
	overflow-y: auto;
}
.wm-info-window .location-info h5 {
	font-size: calc(1rem + 0.8vw);
	margin-bottom: 0.3vw;
}
.wm-info-window .location-info p {
	margin-bottom: 0.6vw;
}
.lity-close {
	position: absolute;
	color: #333;
}

/* Pulsating circle on SVG world map */
.item-world-map .map-container svg a[data-lity] > * {
	fill: #FFC857;
	stroke: #FFC857;
	stroke-opacity: .5;
	animation-duration: 2s;
	animation-name: pulse;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	transform-box: fill-box;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(2, 2, 2);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}


/* Page - Selfie App */
.selfie-page {}
.selfie-page {
	/*background: #FFC700;*/
	background: #FFC857;
	color: #000;
}
.selfie-page .inner-container {
	display: flex;
	width: 100vw;
}
.selfie-page .inner-container .col-L {
	position: relative;
	overflow: hidden;
	width: 32%;
	padding: 4vw 0 0;
	text-align: center;
	height: 100vh;
}
.selfie-page .inner-container .col-M {
	width: 38%;
	padding-top: 0;
	text-align: center;
	align-self: center;
	
}
.selfie-page .inner-container .col-R {
	position: relative;
	overflow: hidden;
	width: 30%;
	text-align: center;
	height: 100vh;
}
.selfie-page .inner-container .col-R .note-img {
	width: auto;
	height: 100%;
}
.selfie-page .logo {
	padding-left: 8vw;
	padding-right: 8vw;
	margin-bottom: 3vw;
}
.selfie-page .note-img {
	width: 50%;
}
.selfie-page .camera-frame {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-o-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
}
.selfie-page .button-container {
	position: relative;
	display: flex;
	justify-content: center;
}
.selfie-page .button-container .btn {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
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: 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;
}
.framed_picture {
	padding-bottom: 15px;
}
.close-qr {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.close-qr i {
	font-size: 30px;
	color: #FFC857;
}
.btn-camera {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    background: #000;
    color: #fff;
    width: 14vw;
    height: 14vw;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: calc(1rem + 0.8vw);
    line-height: 1.2;
}
.btn-camera #btn-text span {
	display: block;
	font-weight: normal;
}
#countdown {
	font-family: Courier, monospace;
	font-size: calc(3rem + 0.8vw);
}


/* Page - Interaktivna tambura - puzzle */
.puzzle-page {
	background: #FFC857;
	color: #000;
}
.puzzle-page .inner-container {
	display: flex;
	width: 100vw;
	height: 100vh;
}
.puzzle-page .inner-container .col-L {
	position: relative;
	overflow: hidden;
	width: 32%;
	padding: 4vw 0 0;
	text-align: center;
}
.puzzle-page .inner-container .col-M {
	width: 38%;
	align-self: center;
	text-align: center;
}
.puzzle-page .inner-container .col-R {
	width: 30%;
	text-align: center;
}
.puzzle-page .inner-container .col-R .note-img {
	width: auto;
	height: 100%;
}
.puzzle-page .logo {
	padding-left: 8vw;
	padding-right: 8vw;
	margin-bottom: 3vw;
}
.puzzle-page .note-img {
	width: 50%;
}
.puzzle-page .puzzle-container {
	background: transparent;
}

/* Page - Suvremeni sustavi tambura G i A (interaktivna tambura) */
.page-tambura-systems .inner-container .col-L {
	width: 28%;
}
.page-tambura-systems .inner-container .col-M {
	width: 44%;
}
.page-tambura-systems .inner-container .col-R {
	width: 28%;
}
.page-tambura-systems .logo {
	padding: 0;
}
.page-tambura-systems .logo img {
	width: calc(1rem + 16vw);
}
.page-tambura-systems .note-img {
	width: 72%;
}
.page-tambura-systems .page-header h1 {
	font-size: calc(1.2rem + 2vw);
	flex-grow: 1;
	margin-bottom: 5vw;
}
.page-tambura-systems .page-content .row {
	flex-grow: 1;
}
.page-tambura-systems h3 {
	font-size: calc(1rem + 0.6vw);
}
.page-tambura-systems p img {
	width: auto;
	height: 40vh;
}
.page-tambura-systems .row .col-6 audio {
	display: none;
	width: 100%;
	margin-bottom: 6px;
}
.btn-circle-container {
	display: flex;
	align-items: center;
    width: 18vw;
    height: 18vw;
    background: rgba(0,0,0,0.15);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 20px;
}
.btn-circle-play {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #000;
    border: 0 none;
    font-size: 3vw;
    color: #fff;
    width: 12vw;
    height: 12vw;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
}

/* Page - Gallery page - Galerija slika */
.gallery-page {
	background: #2D2D2D;
}
.gallery-page .inner-container {
	display: flex;
}
.gallery-page .inner-container .col-L {
	position: relative;
	overflow: hidden;
	width: 35%;
	padding: 4vw 0 0;
	text-align: center;
}
.gallery-page .inner-container .col-R {
	width: 65%;
	padding: 6vw 12vw 4vw 6vw;
}
.gallery-page .logo {
	padding-left: 8vw;
	padding-right: 8vw;
	margin-bottom: 3vw;
}
.gallery-page .note-img {
	width: 50%;
}

/* Page razglednica */
.postcard-page {
	background: #2D2D2D;
}
.postcard-page .inner-container {
	display: flex;
	width: 100vw;
	height: 100vh;
}
.postcard-page .inner-container .col-L {
	position: relative;
	overflow: hidden;
	width: 35%;
	padding: 4vw 0 0;
	text-align: center;
}
.postcard-page .inner-container .col-R {
	width: 65%;
	padding: 6vw 12vw 4vw 6vw;
	align-self: center;
}
.postcard-page .logo {
	padding-left: 8vw;
	padding-right: 8vw;
	margin-bottom: 3vw;
}
.postcard-page .note-img {
	width: 50%;
}
.postcard-page .btn-black:hover,
.postcard-page .btn-black:focus {
	color: #000;
	background: rgba(255,255,255,0.6);
	border-color: #000;
}
#postcardForm > h2 {
	margin-bottom: 15px;
}
#postcardForm .formContainer {
	position: relative;
}
#postcardForm .rsform-block label {
	display: none;
}
#postcardForm .rsform-block-from {
	position: absolute;
	width: 60%;
	top: 15px;
	left: 15px;
}
#postcardForm .rsform-block-postcard-image-preview img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#postcardForm .rsform-block-email {
	position: absolute;
	width: 90%;
	left: 15px;
	bottom: 65px;
}
#postcardForm .rsform-block-send {
	margin-bottom: 0 !important;
}

/* Page Gramophone */
.gramophone-page {
	background: #FFC857;
	color: #000;
}
.gramophone-page .inner-container {
	display: flex;
	width: 100vw;
	height: 100vh;
}
.gramophone-page .inner-container .col-L {
	position: relative;
	overflow: hidden;
	width: 50%;
	padding: 4vw 0 0;
}
.gramophone-page .inner-container .col-R {
	width: 50%;
	padding: 12vh 0 10vh;
	align-self: center;
	text-align: right;
}
.gramophone-page .logo {
	padding-left: 8vw;
	padding-right: 8vw;
	margin-bottom: 8vw;
}
.gramophone-page .logo img {
	max-width: 19vw;
}
.gramophone-page .songs {
	padding: 0 4vw 0 16vw;
}
.gramophone-page .song-title h2 {
	font-size: calc(1rem + 2vw);
	margin-bottom: 0;
}
.gramophone-page .songs .audio-player {
	display: none;
}
.gramophone-page .artist {
	font-size: calc(1rem + 0.6vw);
}
.gramophone-page .gramophone-container {
	position: relative;
}
.gramophone-page .gramophone-img {
	max-height: 78vh;
}
#audio-player-container {
	position: absolute;
	top: 16.5vw;
	left: 20.5vw;
	display: inline-block;
	background: transparent;
}
#audio-player-container button {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	outline: none;
	width: 2.78vw;
	margin: 0;
}
#audio-player-container button svg {
	height: 2.78vw;
}
#play-button.play svg.play {
	display: none;
}
#play-button.stop svg.stop {
	display: none;
}
@media (min-width: 1440px) {
	#audio-player-container {
		top: 16.5vw;
		left: 20.5vw;
	}
}
@media (min-width: 1920px) {
	#audio-player-container {
		top: 15.5vw;
		left: 22.5vw;
	}
}

/* Page Gramophone - ver2 */
.gramophone-page.playlist-player .inner-container .col-L {
	display: flex;
	flex-direction: column;
}
.gramophone-page.playlist-player .inner-container .col-R {
	padding: 0;
}
.gramophone-page.playlist-player .logo {
	margin-bottom: 0;
}
.gramophone-page.playlist-player .songs {
	padding: 0 8vw;
	flex-grow: 1;
	margin: 4vw 0;
}
.gramophone-page.playlist-player .gramophone-container {
	display: none;
}


/* Poll page (Anketa) */
.poll-page {
	background: #FFC857;
	color: #000;
}
.poll-container {
	display: flex;
}
.poll-container .c-1 {
	width: 60%;
	padding: 3vw 6vw 0;
}
.poll-container .c-1 .logo {
	width: 10vw;
	margin-bottom: 2vw;
}
.poll-container .c-2 {
	width: 40%;
	padding: 2vw 2vw 0 0;
	overflow: hidden;
	text-align: right;
	height: 100vh;
}
.poll-container .c-2 .note-img {
	width: auto;
	height: 100%;
}
.poll-container form > h2 {
	display: none;
}
.poll-container form .rsform-block label {
	font-size: 24px;
	font-weight: bold;
}
.poll-container .rsformProgress {
	margin-bottom: 40px;
}
.progress-bar {
	background-color: #000;
}
.btn-group > .btn:not(:first-child) {
	margin-left: -5px;
}
.poll-container .btn + .btn-primary {
	margin-left: 15px;
}
.thank-you-msg {
    background: #e6b300;
    padding: 20px 20px 5px;
    margin-bottom: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.form-label {
	margin-bottom: 20px;
}
.form-check {
	padding-left: 0;
	margin-bottom: 5px;
}
.form-check .form-check-input {
	display: none;
}
.form-check-label {
	background: #000;
	color: #fff;
	padding: 0 50px;
	text-align: center;
	height: 3vw;
	line-height: 3vw;
	border-radius: 3vw;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.rsform-block-satisfaction .form-check-label {
	line-height: 2.6vw;
}
.form-check.item-checked .form-check-label {
	background: #28a745;
}
#pollForm .formRed {
	display: none;
}
#pollForm .formError {
	color: red;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
	color: #fff;
}

/* Ebooks - Page */
.ebooks-page {
	background: #2D2D2D;
	color: #fff;
}
.ebooks-page .inner-container {
	display: flex;
	width: 100vw;
	height: 100vh;
}
.ebooks-page .inner-container .col-L {
	position: relative;
	overflow: hidden;
	width: 35%;
	padding: 4vw 0 0;
	text-align: center;
}
.ebooks-page .inner-container .col-R {
	width: 65%;
	padding: 2vw 12vw 2vw 6vw;
	align-self: center;
}
.ebooks-page .logo {
	padding-left: 8vw;
	padding-right: 8vw;
	margin-bottom: 3vw;
}
.ebooks-page .note-img {
	width: 50%;
}
.book-columns {
	margin-top: 4vw;
}
.book-columns:first-child {
	margin-top: 0;
}
.book-columns .b-row {
	display: flex;
	justify-content: center;
}
.book-columns .b-col p {
	display: none;
}
.book-columns ._df_thumb {
	width: 9.8vw;
	height: 14vw;
	margin: 0 0.8vw;
}
.book-columns:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 5.58%;
	background: url('../images/book-shelf.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -0.84vw;
}

/* Page Article - .item-default (Povijest orkestara) */
.item-default {
	background: #FFC857;
}
.item-default .inner-container {
	display: flex;
}
.item-default .inner-container .col-L {
	width: 35%;
	padding: 4vw 0 0;
	text-align: center;
}
.item-default .inner-container .col-R {
	position: relative;
	width: 65%;
	padding: 2vw 2vw 2vw 4vw;
}
.item-default .logo {
	padding-left: 8vw;
	padding-right: 8vw;
	margin-bottom: 3vw;
}
.item-default .note-img {
	width: 50%;
}
.item-default .page-header-content {
	padding: 0;
}
.item-default .page-header .container-wrapper {
	width: auto;
	padding: 0;
}
.item-default .page-header-content h1 {
	font-size: calc(1rem + 2vw);
	color: #000;
}
.item-default .page-header .bg-image-container .img-overlay {
	display: none;
}
.page-header .bg-image-container .bg-image-cover {
	background-color: transparent;
}
.item-default .page-body .container-wrapper {
	padding: 0 16vw 0 0;
	width: auto;
}




/* Page - Blog Article (really not in use for Kuca Tambure) */
/* .item-blog */
.article-sidebar h3 {
	margin-bottom: 15px;
}
.article-sidebar .moduletable {
	margin-bottom: 40px;
}
.article-content .article-date {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	background: #6ec2ab;
	color: #fff;
	padding: 6px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.article-header h1 {
	margin-bottom: 30px;
}
.article-body {
	line-height: 1.4;
}
.article-body .com-content-article__body h1,
.article-body .com-content-article__body h2,
.article-body .com-content-article__body h3,
.article-body .com-content-article__body h4,
.article-body .com-content-article__body h5,
.article-body .com-content-article__body h6 {
	margin-bottom: 20px;
}
.article-body .com-content-article__body * + h1,
.article-body .com-content-article__body * + h2,
.article-body .com-content-article__body * + h3,
.article-body .com-content-article__body * + h4,
.article-body .com-content-article__body * + h5,
.article-body .com-content-article__body * + h6 {
	margin-top: 30px;
}
.article-body figure {
	margin-bottom: 30px;
}
.article-body figure img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.author-block {
	background: #eee;
	padding: 20px 20px 5px;
	margin: 30px 0;
}
.author-block .written-by {
	margin-bottom: 15px;
}
.author-block .biography .avatar {
	margin-bottom: 15px;
}
.author-block .biography .avatar img {
	width: 80px;
}
.author-block .biography .short-bio {
	color: #666;
}
.article-content .article-tags {
	margin-bottom: 30px;
}
@media (min-width: 576px) {
	.article-sides {
		display: flex;
		margin-left: -10px;
		margin-right: -10px;
	}
	.article-sides .article-side-1,
	.article-sides .article-side-2 {
		padding: 0 10px;
	}
	.article-sides .article-side-2 {
		width: calc(100% - 120px);
	}
	.article-content .article-date {
		width: 100px;
		text-align: center;
		padding: 10px 15px 16px;
		margin-bottom: 30px;
	}
	.article-content .article-date .day {
		display: block;
		font-size: 32px;
	}
	.article-content .article-date .month {
		display: block;
		font-size: 16px;
		font-weight: 500;
	}
	.author-block .biography .avatar {
		float: left;
		padding-right: 20px;
		margin-bottom: 0;
	}
	.author-block .biography .short-bio {
		margin-left: 100px;
	}
}
@media (min-width: 992px) {
	.article-container {
		display: flex;
		margin-left: -2vw;
		margin-right: -2vw;
	}
	.article-container .article-content {
		width: 65%;
		padding: 0 2vw;
	}
	.article-container .article-sidebar {
		width: 35%;
		padding: 0 2vw;
	}
}

/* Page - Author */
.page-layout-author {
	padding: 20px 0 30px;
}
.page-layout-author .author-info {
	background: #f1f1f1;
	padding: 20px;
}
@media (max-width: 575px) {
	.page-layout-author .author-columns .author-col-1,
	.page-layout-author .author-columns .author-col-2 {
		margin-bottom: 25px;
	}
	.page-layout-author .author-info {
		overflow: hidden;
	}
	.page-layout-author .author-info .author-image {
		float: left;
		margin-right: 15px;
	}
}
@media (min-width: 576px) {
	.page-layout-author .author-columns {
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.page-layout-author .author-columns > div {
		padding: 0 15px;
	}
	.page-layout-author .author-columns .author-col-1 {
		width: 200px;
	}
	.page-layout-author .author-columns .author-col-2 {
		width: calc(100% - 200px);
	}
	.page-layout-author .author-columns .author-col-3 {
		width: 100%;
		border-left: 1px solid #eeeeee;
	}
	.page-layout-author .author-info {
		text-align: center;
	}
	.page-layout-author .author-info .author-image {
		margin-bottom: 10px;
	}
	.page-layout-author .author-info .author-image img {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.page-layout-author {
		padding: 3vw 0;
	}
}
@media (min-width: 1200px) {
	.page-layout-author .author-columns {
		flex-wrap: nowrap;
		margin-left: -30px;
		margin-right: -30px;
	}
	.page-layout-author .author-columns > div {
		padding: 0 30px;
	}
	.page-layout-author .author-columns .author-col-1 {
		width: 20%;
	}
	.page-layout-author .author-columns .author-col-2 {
		width: 55%;
	}
	.page-layout-author .author-columns .author-col-3 {
		width: 25%;
	}
}
@media (min-width: 1600px) {
	.page-layout-author .author-columns .author-col-1 {
		width: 15%;
	}
	.page-layout-author .author-columns .author-col-2 {
		width: 60%;
	}
	.page-layout-author .author-columns .author-col-3 {
		width: 25%;
	}
}

/* ---------------------------------
--- CUSTOM PAGES (Category Blog) ---
------------------------------------*/

/* Page - Category Blog - Blog Buttons (Kuca Tambure) */
.blog-buttons {
	background: #FFC857;
	color: #000;
	padding: 0;
	height: 100vh;
	overflow: hidden;
}

/* category header */
.blog-buttons .category-header {
	border-bottom: 1px solid #000;
	display: none;
}
.blog-buttons .category-header h1 {
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.blog-buttons .category-header h1 {
		margin-bottom: 1vw;
	}
}

/* items leading */
.blog-buttons .items-leading {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: center;
}
.blog-buttons .items-leading .column-holder:nth-child(2) {
	padding-top: 5vw;
	text-align: center;
	height: 100vh;
	overflow: hidden;
}
.blog-buttons .items-leading .column-holder .logo img {
	max-width: 19vw;
	margin-bottom: 2vw;
}
.blog-buttons .items-leading .column-holder .note-img {
	max-width: 75%;
}
.blog-buttons .items-leading .catitem {
	position: relative;
	display: flex;
	padding: 6% 2%;
}
.blog-buttons .items-leading .catitem.leading-0,
.blog-buttons .items-leading .catitem.leading-2 {
	justify-content: center;
}
.blog-buttons .items-leading .catitem.leading-1 {
	justify-content: end;
}
.blog-buttons .items-leading .catitem.leading-3 {
	justify-content: start;
}
.blog-buttons .items-leading .catitem a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	background: #000;
	color: #fff;
	width: 14vw;
	height: 14vw;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.blog-buttons .items-leading .catitem .title-container h2 {
	font-size: calc(0.5rem + 0.5vw);
	font-weight: 700;
	margin: 0;
	color: #fff;
	text-align: center;
}
.blog-buttons .items-leading .catitem .title-container h2 span {
	display: block;
	font-weight: normal;
}
@media (min-width: 576px) {
	.blog-buttons .items-leading .catitem .title-container h2 {
		font-size: calc(1rem + 0.8vw);
	}
}

/* category children (design as Blog-Buttons) */
.category-children {
	position: relative;
}
.category-children .header-image {
	position: absolute;
	width: 100%;
	text-align: center;
	padding-top: 5vw;
}
.category-children .header-image .kt-logo img {
	max-width: 19vw;
	margin-bottom: 2vw;
}
.category-children .header-image .music-notes img {
	max-width: 22vw;
}
.category-children .subcategories {
	padding-top: 6vw;
}
.category-children .subcategories .row-section {
	display: grid;
	grid-template-columns: 30% calc(40% - 40px) 30%;
	gap: 20px;
	align-items: center;
}
.category-children .subcategories .child-item {
	position: relative;
	display: flex;
	padding: 6% 2%;
	justify-content: center;
}
.category-children .subcategories .row-section:nth-child(2) .column-holder:first-child .child-item {
	justify-content: right;
}
.category-children .subcategories .row-section:nth-child(2) .column-holder:nth-child(3) .child-item {
	justify-content: left;
}
.category-children .subcategories .child-item a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	background: #000;
	color: #fff;
	width: 14vw;
	height: 14vw;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.category-children .subcategories .child-item .title-container h2 {
	font-size: calc(0.5rem + 0.5vw);
	font-weight: 700;
	margin: 0;
	color: #fff;
	text-align: center;
}
.category-children .subcategories .child-item .title-container h2 span {
	display: block;
	font-weight: normal;
}
@media (min-width: 576px) {
	.category-children .subcategories .child-item .title-container h2 {
		font-size: calc(1rem + 0.8vw);
	}
}
.category-children.less-then-3 .subcategories {
	padding-top: 0;
}
.category-children.less-then-3 .subcategories .row-section {
	height: 100vh;
}








/* Blog Buttons = Kids layout (Kuca Tambure) */
.blog-buttons.kids-layout {
	background-image: url('../images/sbg1.jpg');
	background-size: cover;
}
.page.suv-2 .blog-buttons.kids-layout {
	background-image: url('../images/sbg2.jpg');
	background-size: cover;
}
.blog-buttons.kids-layout .items-leading .catitem a {
	background: #fff;
	color: #000;
}
.blog-buttons.kids-layout .items-leading .catitem .title-container h2 {
	color: #000;
}

/* Blog - Videos layout */
.videos-layout .item-image .video-item .video-title {
	display: none;
}
.videos-layout .item-image .video-item a {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.videos-layout.category-blog .blog-item .item-image.no-image {
	width: 40%;
}
.videos-layout .video-item .video-link {
	position: relative;
	display: block;
	color: rgba(255, 255, 255, 0.5);
}
.videos-layout .video-item .video-link .play-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	display: flex;
    align-items: center;
    justify-content: center;
}
.videos-layout .video-item .video-link .play-icon {
	font-size: 3vw;
}

/* Page Category - INDEX (default category articles list different from Blog) */
.page-category-index .page-header {
	background: rgba(27,63,122, 0.66);
	margin-bottom: 20px;
}
.page-category-index .page-header-inner {
	padding: 30px 0 20px;
}
.page-category-index .page-header * {
	color: #fff;
	margin-bottom: 0;
}
.page-category-index .page-header .category-desc {
	padding-top: 25px;
}
.page-category-index .page-body {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.page-category-index .page-header {
		margin-bottom: 4vw;
	}
	.page-category-index .page-header-inner {
		padding: 2vw 0;
	}
	.page-category-index .page-body {
		margin-bottom: 4vw;
	}
}

/* Page Category Blog (Novosti) */
/* .category-blog */
.category-blog {
	background: #FFC857;
}
.category-blog .inner-container {
	display: flex;
	width: 100vw;
}
.category-blog .inner-container .col-L {
	position: relative;
	overflow: hidden;
	width: 35%;
	padding: 4vw 0 0;
	text-align: center;
	height: 100vh;
}
.category-blog .inner-container .col-R {
	position: relative;
	width: 65%;
	padding: 5vw 12vw 2vw 4vw;
	/*align-self: center;*/
}
.category-blog .logo {
	padding-left: 8vw;
	padding-right: 8vw;
	margin-bottom: 3vw;
}
.category-blog .note-img {
	width: 50%;
}
.category-blog .cat-header h1 {
	font-size: calc(1rem + 1.1vw); /* 32px */
	text-transform: uppercase;
	margin-bottom: 2.8vw;
}
.category-blog .blog-item {
	display: flex;
	margin-bottom: 2vw;
	align-items: center;
}
.category-blog .blog-item .item-image {
	width: 40%;
}
.category-blog .blog-item .item-content {
	width: 60%;
	padding-top: 1vw;
	padding-left: 2vw;
}
.category-blog .blog-item .item-image.no-image {
	width: 6vw;
}
.category-blog .blog-item .item-content.no-image {
	width: 80%;
}
.btn-open-more {
	display: block;
	background: #000;
	color: #fff;
	width: 6vw;
	height: 6vw;
	line-height: 6vw;
	text-align: center;
	font-size: 2vw;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.btn-open-more:hover,
.btn-open-more:focus {
	color: #fff;
}
.category-blog .cat-article-image .image-cover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.category-blog .cat-article-image .icon-magnify {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.category-blog .cat-article-image {
	display: block;
	position: relative;
	font-size: calc(1rem + 2vw);
	color: rgba(255,255,255,0.6);
}
.blog .article-title h2 {
	font-size: calc(1rem + 0.7vw);
	margin-bottom: 1.1vw;
}
.blog .article-title h2 a {
	color: #000
}
.blog .article-title h2 a:hover,
.blog .article-title h2 a:focus {
	color: #fff;
}
.blog .article-intro,
.blog .article-tags {
	margin-bottom: 20px;
}
.blog .com-content-category-blog__navigation ul.pagination {
	flex-wrap: wrap;
	margin-bottom: 0 !important;
}
.blog .com-content-category-blog__navigation ul.pagination li {
	margin-bottom: 10px;
}
@media (min-width: 1920px) {

}







/* Page Category Blog - Article Tags - same style for category and item view */
.article-tags {
	display: flex;
}
.article-tags .tags-icon {
	position: relative;
	top: 1px;
	margin-right: 6px;
	color: #1b407a;
}
.article-tags ul {
	margin: 0;
}
.article-tags .list-inline-item {
	position: relative;
	margin-right: 5px;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
.article-tags .list-inline-item:before {
	display: none;
}
.article-tags .list-inline-item .btn {
	display: inline;
	border: 0 none;
	font-size: 16px;
	font-weight: normal;
	color: #1b407a;
	padding: 0;
}
.article-tags .list-inline-item .btn:hover,
.article-tags .list-inline-item .btn:focus {
	background: none;
	color: #ff515c;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.article-tags .list-inline-item:not(:last-child):after {
	position: absolute;
	content: ",";
	color: #1b407a;
	top: 1px;
	right: -4px;
}

/* -----------------------------------------------------
--- SPECIFIC PAGES - different Components (Plugins) ---
-------------------------------------------------------*/

/* Page TAGS */
.com_tags .article-container {
	padding: 20px 0 30px;
}
.com_tags .com-tags-tags__filter {
	margin-bottom: 30px;
}
.com_tags .com-tags-tags__filter input[type="text"] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
	border-width: 1px;
	padding: 5px 10px;
}
.com_tags .com-tags__items ul li h3 {
	margin-bottom: 0;
}
.com-tags__pagination {
	margin-top: 50px;
}
@media (min-width: 768px) {
	.com_tags .article-container {
		padding: 3vw 0;
	}
}
@media (min-width: 1200px) {
	.tag-category .com-tags__items ul li h3 {
		font-size: 20px;
	}
}

/* Page SEARCH (com-finder) */
.com-finder {
	padding: 20px 15px;
}
.com-finder label.me-2 {
	font-weight: bold;
	margin-bottom: 10px;
}
.com-finder .awesomplete {
	flex-grow: 1;
}
.com-finder .awesomplete > input {
	line-height: 1.3;
	padding: 13px 15px;
}
.com-finder .result__title-url {
	font-weight: 300;
}
.com-finder .result__title-text {
	font-weight: bold;
}
.com-finder .result__description {
	font-weight: 400;
}
.com-finder .result__date {
	font-weight: 800;
}
@media (min-width: 768px) {
	.com-finder {
		padding: 4vw 20px;
	}
}
@media (min-width: 1200px) {
	.com-finder {
		padding: 3vw 50px;
	}
}
@media (min-width: 1600px) {
	.com-finder {
		padding: 3vw 12vw;
	}
}

/* ---------------------------
--- MODULES ---
------------------------------ */

/* mod_tags_popular */
.mod-tagspopular ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mod-tagspopular ul li {
	display: inline-block;
	margin-bottom: 6px;
}
.mod-tagspopular ul li a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #666;
}
.mod-tagspopular ul li a:hover,
.mod-tagspopular ul li a:focus {
	background: #6ec2ab;
	border-color: #6ec2ab;
	color: #fff;
}

/* mod_articles_news */
.mod-articlesnews__item {
	margin-bottom: 15px;
}
.mod-articlesnews__item .newsflash-date {
	font-weight: bold;
	margin-bottom: 5px;
}
.mod-articlesnews__item .newsflash-title {
	font-size: 16px;
	margin-bottom: 0;
}
.mod-articlesnews__item .newsflash-title a {
	color: #6ec2ab;
}

/* mod__latest-posts */
.mod__latest-posts .mod-articlesnews__item {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
}
.mod__latest-posts .mod-articlesnews__item > div {
	padding: 0 10px;
}
.mod__latest-posts .article-date {
	display: block;
	width: 86px;
	text-align: center;
	background: #6ec2ab;
	color: #fff;
	padding: 10px 15px 16px;
	margin-bottom: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.mod__latest-posts .article-date:hover,
.mod__latest-posts .article-date:focus {
	color: #fff;
	background: #b72416;
}
.mod__latest-posts .article-date .day {
	display: block;
	font-size: 26px;
	font-weight: bold;
}
.mod__latest-posts .article-date .month {
	display: block;
	font-size: 14px;
}
.mod__latest-posts .mod-articlesnews__item .newsflash-title {
	margin: 5px 0;
}
.mod__latest-posts .mod-articlesnews__item .newsflash-title a {
	color: #fff;
}
.mod__latest-posts .mod-articlesnews__item .newsflash-title a:hover,
.mod__latest-posts .mod-articlesnews__item .newsflash-title a:focus {
	color: #6ec2ab;
}

/* ---------------------------------------
--- CUSTOM FIELD - Repeatable Sections ---
------------------------------------------ */

/* Section - colors */
.section.white-bg .text-field-inner {
	background: #fff;
}
.section.green-bg .text-field-inner {
	background: #6ec2ab;
	color: #fff;
}
.section.gray-bg .text-field-inner {
	background: #e7e7e7;
	color: #333;
}
.section.not-white-bg h1,
.section.not-white-bg h2,
.section.not-white-bg h3,
.section.not-white-bg h4,
.section.not-white-bg h5,
.section.not-white-bg h6 {
	color: #fff;
}
.section.not-white-bg.gray-bg h1,
.section.not-white-bg.gray-bg h2,
.section.not-white-bg.gray-bg h3,
.section.not-white-bg.gray-bg h4,
.section.not-white-bg.gray-bg h5,
.section.not-white-bg.gray-bg h6 {
	color: #6ec2ab;
}

/* Section - has-Image */
.section.hasImg .text-field-inner {
	padding: 30px 20px 20px;
}
.section.hasImg.img-Left .text-field-inner {
	padding: 30px 20px 20px;
}
.section.hasImg .img-field {
	position: relative;
}
.section.hasImg .video-controls {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.section.hasImg .text-field {
		width: 100% !important;
	}
	.section.hasImg .img-field {
		width: 100% !important;
	}
	.section.hasImg .img-field .img-container {
		width: 100% !important;
	}
}
@media (min-width: 768px) {
	.section .image-cover {
		position: absolute;
		width: 100%;
		height: 100%;
		padding-bottom: 0;
	}
	.section.hasImg {
		display: flex;
	}
	.section.hasImg.img-Left {
		flex-direction: row-reverse;
	}
	.section.hasImg .text-field {
		position: relative;
		z-index: 1;
		width: 52%;
	}
	.section.hasImg .text-field-inner {
		padding: 6vw 20px 5vw 20px;
	}
	.section.hasImg.img-Left .text-field-inner {
		padding: 6vw 20px 5vw 20px;
	}
	.section.hasImg .img-field {
		width: 48%;
	}
}
@media (min-width: 1200px) {
	.section.hasImg .text-field-inner {
		padding: 6vw 50px 5vw 14vw;
	}
	.section.hasImg.img-Left .text-field-inner {
		padding: 6vw 50px 5vw 50px;
	}
}

/* Section = ROW-1 = No-Image = Blue Box */
@media (min-width: 576px) {
	.section.noImg.row-1 .blue-box {
		margin-top: -8vw;
	}
}

/* Section - No-Image */
.section.noImg .text-field-inner {
	padding: 30px 20px 20px;
}
@media (min-width: 768px) {
	.section.noImg .text-field-inner {
		/*padding: 6vw 12vw 5vw;*/ /* reduced by Doron wish */
		padding: 4vw 20px 3vw;
	}
}
@media (min-width: 992px) {
	.section.noImg .text-width-50 {
		width: 52%;
	}
}
@media (min-width: 1200px) {
	.section.noImg .text-field-inner {
		padding: 4vw 5vw 3vw;
	}
}

/* Section - Background-Image */
.section.hasImg.img-Background-image {
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
}
.section.hasImg.img-Background-image .text-field,
.section.hasImg.img-Background-image .img-field {
	width: 100%;
}
.section.img-Background-image h1,
.section.img-Background-image h2,
.section.img-Background-image h3,
.section.img-Background-image h4,
.section.img-Background-image h5,
.section.img-Background-image h6 {
	color: #fff;
}
.section.img-Background-image .text-field {
	position: relative;
	z-index: 3;
}
.section.img-Background-image .img-field,
.section.img-Background-image .img-container,
.section.img-Background-image .image-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.section.img-Background-image .image-cover {
	padding-bottom: 0;
}
.section.img-Background-image .text-field-inner {
	background: transparent;
	padding: 30px 30px 20px;
}
.section.img-Background-image .img-container {
	background: rgba(27, 63, 122, 1);
}
.section.img-Background-image .img-container .image-cover {
	opacity: 0.2;
}
@media (min-width: 576px) {
	.section.img-Background-image .text-field-inner {
		padding: 6vw 12vw 5vw;
	}
}

/* ---------------------------------------------
--- EDITOR CUSTOM TEMPLATES - (columns etc.) ---
------------------------------------------------ */
.section hr {
	/*display: none;*/
	background: transparent;
	margin: 10px 0 20px;
}
.custom-block.cols-2_blue-box .blue-box {
	background: #132b5b;
	color: #fff;
	padding: 22px 22px 1px;
}
.custom-block.cols-2_blue-box + hr {
	display: none;
}
.custom-block.cols-2_blue-box .blue-box h1,
.custom-block.cols-2_blue-box .blue-box h2,
.custom-block.cols-2_blue-box .blue-box h3,
.custom-block.cols-2_blue-box .blue-box h4,
.custom-block.cols-2_blue-box .blue-box h5,
.custom-block.cols-2_blue-box .blue-box h6 {
	color: #fff;
}
.custom-block.cols-3.style-lines .b-row .b-col > * {
	padding-left: 25px;
}
.custom-block.cols-3.style-lines h1,
.custom-block.cols-3.style-lines h2,
.custom-block.cols-3.style-lines h3,
.custom-block.cols-3.style-lines h4,
.custom-block.cols-3.style-lines h5,
.custom-block.cols-3.style-lines h6 {
	margin-bottom: 5px;
}
.custom-block.cols-3.style-lines .b-row .b-col {
	position: relative;
}
.custom-block.cols-3.style-lines .b-row .b-col:before {
	content: "";
	width: 4px;
	height: 50px;
	background: #ff515c;
	position: absolute;
	left: 0;
	top: 0;
}
@media (min-width: 576px) {
	.custom-block .b-row {
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.custom-block .b-row .b-col {
		padding-left: 15px;
		padding-right: 15px;
	}
	.custom-block.cols-3.style-lines .b-row .b-col:before {
		left: 15px;
	}
	.custom-block.cols-2 .b-row .b-col {
		width: 50%;
	}
	.custom-block.cols-2_blue-box .column1 {
		width: 60%;
	}
	.custom-block.cols-2_blue-box .column2 {
		width: 40%;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.custom-block.cols-2_blue-box .blue-box * {
		font-size: 20px;
	}
	.custom-block.cols-2_blue-box .blue-box p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.custom-block.cols-3.style-lines + hr {
		display: none;
	}
}
@media (min-width: 768px) {
	.custom-block .b-row {
		margin-left: -30px;
		margin-right: -30px;
	}
	.custom-block .b-row .b-col {
		padding-left: 30px;
		padding-right: 30px;
	}
	.custom-block.cols-3.style-lines .b-row .b-col:before {
		left: 30px;
	}
	.custom-block.cols-3 .b-row .b-col {
		width: 50%;
	}
	.custom-block.cols-4 .b-row .b-col {
		width: 50%;
	}
	.custom-block.cols-2_blue-box .blue-box {
		padding: 4vw 4vw calc(4vw - 29px);
	}
}
@media (min-width: 992px) {
	.custom-block.cols-3 .b-row .b-col {
		width: 33.3333333333%;
	}
	.custom-block.cols-4 .b-row .b-col {
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.custom-block.cols-3.style-lines h1,
	.custom-block.cols-3.style-lines h2,
	.custom-block.cols-3.style-lines h3,
	.custom-block.cols-3.style-lines h4,
	.custom-block.cols-3.style-lines h5,
	.custom-block.cols-3.style-lines h6 {
		margin-bottom: 20px;
	}
}

/* -------------------------------
--- CUSTOM ANIMATIONS ---
---------------------------------- */

/* Logo, Hamburger */
.focus-in-expand{-webkit-animation:focus-in-expand .8s cubic-bezier(.25,.46,.45,.94) .8s both;animation:focus-in-expand .8s cubic-bezier(.25,.46,.45,.94) .8s both}
@-webkit-keyframes focus-in-expand{0%{letter-spacing:-.5em;-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes focus-in-expand{0%{letter-spacing:-.5em;-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}

/*  main-menu */
.fade-in-top-1{-webkit-animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .0s both;animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .0s both}
.fade-in-top-2{-webkit-animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .3s both;animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .3s both}
@-webkit-keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

/* Intro slider text */
.fade-in-bottom-1{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) .1s both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) .1s both}
.fade-in-bottom-2{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1.2s both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1.2s both}
@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
