/*
Theme Name: NSZ2
Author: Drap d.o.o.
Author URI: https://drap.hr
Description: Tema za web stranice Nezavisnog sindikata znanosti i visokog obrazovanja
Version: 2.0
*/

/* start global */
* {
	font-family: 'Muli', sans-serif;
}

html {
	overflow-x: hidden;
}


h1 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 38px;
}

h2 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	margin: 25px 0 20px 0;
}

h3 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.3;
	margin: 25px 0 20px 0;
}

h4 {
	font-family: 'Fira Sans', sans-serif;
	margin: 20px 0 15px 0;
}

h5 {
	font-family: 'Fira Sans', sans-serif;
	margin: 20px 0 15px 0;
}

h6 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 20px 0 15px 0;
}

a {
	color: #0276CD;
	transition: all 0.5s ease-out;
}

a:hover {
	color: #005580;
	text-decoration: none;
}

a:focus {
	color: #005580;
}

p {
	margin: 20px 0 15px 0;
}


blockquote {
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	color: #424242;
	position: relative;
	border-left: 3px solid #1E67A7;
	padding: 5px 0 5px 10px;
	margin-left: -10px;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
	text-align: left;
}

.row {
	margin: 0;
}


.block-title h2 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 20px;
}

.block-title h2:after {
	content: ' ';
	display: block;
	width: 40px;
	height: 2px;
	background: #1E67A7;
}


.single img {
	width: 100%;
	height: auto;
}

.single .pbWrapper img {
	width: auto;
}

.title-centered {
	text-align: center;
}

.title-centered:after {
	margin: 0 auto;
}


.breadcrumbs {
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	margin: 10px 0 20px 0;
}

.breadcrumbs a:after {
	content: '»';
	font-size: 12px;
	line-height: 18px;
	font-family: 'Fira Sans', sans-serif;
	display: inline-block;
	margin: 0 25px;
}

.breadcrumbs a {
	color: #000000;
}

.breadcrumbs .current-page {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

.nav-links {
	font-size: 12px;
	line-height: 1;
	margin: 30px 0;

}

.page-numbers {
	font-family: Poppins;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 4px;
	color: #000;
}

.page-numbers:hover {
	background: rgba(30, 103, 167, 0.1);
}

.page-numbers.current {
	background: #1E67A7;
	color: #fff;
}

.page-numbers.dots {
	border: 0;
}

.container-main {
	padding: 0;
}

.container-full-grey {
	background: #F8F8F8;
	position: relative;
}


.block-container {
	padding: 60px 0;
}

/* start buttons */

.btn {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-radius: 100px;
	text-align: center;
	padding: 22px 45px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.5s ease-out;
}

.btn:hover {
	color: #ffffff;
	background: #1895F3;
}

.btn-grey {
	background: #F8F8F8;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.btn-white {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.btn-cta {
	color: #ffffff;
	background: #0276CD;
}


.btn-full-width-container {
	padding: 35px 0;
}

.btn-full-width {
	width: 100%;
}

/* end buttons */


/* start wysiwyg */

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.alignright {
	float: right;
	margin: 0 020px 20px;
}


.wp-caption-text {
	color: #aeaeae;
	font-style: italic;
}

/* end wysiwyg */


/* start form */


label {
	display: block;
	padding-left: 30px;
}

input,
textarea,
select {
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	border-radius: 100px;
	padding: 15px 30px;
	margin-bottom: 10px;

}

textarea {
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 15px 30px;
	margin-bottom: 10px;
}

input:focus,
textarea:focus {
	outline: 0;
}

/* end form */

/* end global */



/* start header */


.login-container {
	display: flex;
	align-items: center;
	height: 66px;
}

.logged-out-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.logged-out-list li {
	display: inline-block;
}

.logged-out-list li:first-child:after {
	content: '|';
	color: #E4E4E4;
	margin: 0 8px 0 10px;
}


.logged-out-list li a {
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;

	color: #000000;
}


.login-name-btn {
	color: #000000 !important;
	border: 0;
	background: transparent;
}

.login-name-btn:focus {
	outline: 0;
}

.user-name {
	color: #1E67A7;
	border: 0;
	background: transparent;
	font-weight: bold;

}


#logged-in-menu {
	background: #ffffff;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
	transform: translate(110px, 26px) !important;
}


.logged-in-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.logged-in-list li {
	width: 100%;
}

.logged-in-list li a {
	background: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
	line-height: 21px;
	text-transform: uppercase;
}

.logged-in-list li a:hover {
	background: #F4F3F3;
}


.logged-in-list li a:focus {
	color: #000000;
}


.login-name-btn-mobile {
	color: #fff;
	border: 0;
	background: transparent;
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	padding: 0.5rem 1rem;
}

.login-name-btn-mobile:focus {
	outline: 0;
}




.sub-header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-social form {
	display: flex;
	margin: 0 3px 0 30px;
	padding-left: 20px;
	background: #ffffff;
	border-radius: 50px;
}

.sub-header-container form:focus {
	outline: 0;
}


.search-social input[type="text"] {
	border-radius: 50px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	border: 0;
	color: #495057;
	max-width: 161px;
	padding: 0;
	margin: 0;
}

*::placeholder {
	color: #ddd;
}

.search-social input[type="text"]::placeholder {
	color: #999;
}

.search-social input[type="text"]:focus::placeholder {
	color: #eee;
}


.search-social input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37px;
	height: 37px;
	color: transparent;
	position: relative;
	border: 0;
	border-radius: 37px;
	background: #1E67A7 url(images/search-icon.svg) no-repeat center center;
	margin: 0;
	padding: 0;
}


.sticky {
	position: fixed;
	top: 0;
}

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


.social-menu {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.social-menu li {
	width: 37px;
	height: 37px;
	border-radius: 37px;
	overflow: hidden;
	position: relative;
	margin: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.social-menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37px;
	height: 37px;
	color: transparent;
	position: relative;
}


.mobile-secondary-menu {
	display: none;
	background: #1E67A7;
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
	width: 100%;
	flex-direction: column;
}


.mobile-secondary-menu:before {
	content: ' ';
	display: block;
	width: 40px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 1rem;
}


.mobile-secondary-menu ul {
	list-style-type: none;
	padding: 0;
	width: 100%;
	margin-bottom: 0;
}

.mobile-secondary-menu ul li {
	width: 100%;
}

.mobile-secondary-menu ul li a {
	padding: 0.5rem 1rem;
	width: 100%;
	display: block;
}

.mobile-secondary-menu ul li a:hover {
	text-decoration: none;
}

.mobile-search {
	display: none;
	position: absolute;
	top: 5px;
	padding: 12px;
	transform: scale(1.2);
	right: 21px;
}

.mobile-search:focus {
	background: transparent;
}

.mobile-search input {
	border: 0px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1;
}

.mobile-search .search-btn {
	color: transparent;
	font-size: 0 !important;
	line-height: 25px;
}


.container-blue {
	background: #1E67A7;
}

.mobile-secondary-menu .lang {
	background: transparent;
}


.mobile-secondary-menu .lang-change {
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
}

.mobile-secondary-menu .lang-change:before {
	content: ' ';
	display: block;
	width: 40px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 1rem;
}



/*
.social-menu li a:after {
	content: ' ';
	position: absolute;
	display: block;
}*/

.fb {
	background: #3B5998 url(images/facebook-icon.svg) no-repeat center center;
}


.tw {
	background: #00ACED url(images/twitter-icon.svg) no-repeat center center;
}

.fl {
	background: #FF0084 url(images/flickr-icon.svg) no-repeat center center;
}

.yt {
	background: #FF0000 url(images/youtube-icon.svg) no-repeat center center;
}


.lang {
	background: url(images/en-icon.png) no-repeat center center;

}



.email {
	background: #6434A2 url(images/email-icon.svg) no-repeat center center;
}



.linkedin {
	background: #0E76A8 url(images/linkedin-icon.svg) no-repeat center center;
}


.navbar-blue .search-btn {
	width: 30px;
	height: 30px;
	background: url(images/search-icon.svg) no-repeat center center;
	cursor: pointer;
}

.navbar-blue .search-btn:hover {
	background: url(images/search-icon.svg) no-repeat center center;
}

.uberheader .col-3 {
	justify-content: flex-end;
	display: flex;
}

#einstein {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #1E67A7;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
}

#einstein img {
	max-width: 62px;
}


#einstein:hover {
	text-decoration: none;
}

#einstein span {
	padding-right: 15px;
}


.brand-logo {
	display: flex;
	width: 100%;
	max-width: 350px;
}


.brand-logo img {
	width: 100%;
}

.variable-logo {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.navbar-blue {
	background: #1E67A7;
	border-bottom: 7px solid #FDCC24;
	height: 56px;
	padding: 0;
	z-index: 2;
	position: relative;
}

.navbar-blue a {
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;

}

.navbar-blue a:hover,
.navbar-blue a:active,
.navbar-blue a:focus {
	color: #000000;
	background: #FDCC24;

}

.navbar-nav {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}


.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0.6rem 2rem;
}

.navbar-toggler {
	padding: .75rem;
	font-size: 2.25rem;
	color: #fff;
}

.navbar-toggler:focus {
	outline: 0;
}

.dropdown-menu {
	background: #FDCC24;
	margin: 0;
	border: 0;
}

a.dropdown-item {
	color: #000000;
	line-height: 40px;
	background: #FDCC24;
}

a.dropdown-item:hover {
	background: #FAC201;
}


/*
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	color: #ffffff;

}
*/


/* start ticker */
.ticker {
	width: 100%;
	background: #DE0505;
}

.nszticker .wrapper {
	background: url(images/info-icon.svg) no-repeat left center;
	padding-left: 30px;
	max-width: 1130px;
}


.nszticker-item {
	position: relative;
	overflow: hidden;
	height: 40px;
	display: flex;
	align-content: center;

}



.nszticker-single-item {
	color: #ffffff;
	display: flex;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 35s;
	animation-duration: 35s;
	white-space: nowrap;
	width: auto;
	padding-left: 100%;
}

.nszticker-single-item p {
	font-family: Fira Sans;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0;
	display: flex;
	align-items: center;

}

.nszticker-single-item p:after {
	content: ':';
	margin-right: 5px;
}


.nszticker-single-item h4 {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	display: flex;
	align-items: center;
}



@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

/* end ticker */

/* end header */


/* thumbs gallery */


.main-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}


.main-slider .swiper-container {
	width: 100%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}

.main-slider .swiper-slide {
	background-size: cover;
	background-position: center;
}

.main-slider .slider-thumbs {
	position: absolute;
	max-height: 250px;
	bottom: 0;
	text-align: center;
	color: #ffffff;

}

.slider-top-pagination-container {
	display: none;
	justify-content: center;
	width: 100%;
}

.slider-top-pagination {
	width: 100%;
}


.slider-top-pagination .swiper-pagination-bullet {
	margin: 10px;
	width: 60px;
	height: 5px;
	border-radius: 30px;
}

.main-slider .slider-thumbs a {
	color: #fff;
}

.main-slider .slider-thumbs a:hover {
	text-decoration: none;
}

.main-slider-title {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	height: 105px;
	overflow: hidden;

}

.main-slider-excerpt {
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	padding-top: 4px;
	max-height: 70px;
	overflow: hidden;
}

.main-slider-excerpt p {
	margin: 5px 0 0 0;
}

.main-slider-meta {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	padding-top: 10px;
}




.main-slider .slider-thumbs .swiper-slide {

	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.main-slider .slider-thumbs .swiper-slide:hover {

	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000000 100%);
}



.main-slider .slider-thumbs .swiper-slide-thumb-active {
	background: rgba(0, 0, 0, 0.6);
}

.main-slider .slider-thumbs:hover {
	cursor: pointer;
}

.main-slider .slider-thumbs .swiper-slide {
	width: 33%;
	height: 100%;
	padding: 20px 35px;

}



/* end thumbs gallery */


/* start gallery */
.gallery {
	margin-right: 40px;
}

.gallery img {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
}

.gallery-item {
	margin: 0;
	padding: 0;
}

.gallery-item span {
	display: none;
}

.gallery dl { display: none; }

.gallery-item:nth-of-type(1),
.gallery-item:nth-of-type(2),
.gallery-item:nth-of-type(3),
.gallery-item:nth-of-type(4),
.gallery-item:nth-of-type(5),
.gallery-item:nth-of-type(6),
.gallery-item:nth-of-type(7),
.gallery-item:nth-of-type(8),
.gallery-item:nth-of-type(9),
.gallery-item:nth-of-type(10),
.gallery-item:nth-of-type(11),
.gallery-item:nth-of-type(12) { display: block; position: relative; background-color: #999; }

.gallery-item:nth-of-type(12) img { opacity: 0.3; }

.gallery-item:nth-of-type(12) span { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 36px; color: white; }


/* end gallery */


/* start video */


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	background-color: #000;
}

.video-container:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.video-container iframe,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* end video */

/* start article */

.articles-container-list {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.articles-container > a {
	color: inherit;
	display: block;
}

.articles-container > a p {
	margin: 0;
}


.articles-container > a:hover {
	text-decoration: inherit;
}


.article {
	padding: 17px 0;
	cursor: pointer;
	transition: all 0.5s ease-out;
	overflow: hidden;
}

.article-list {
	max-height: 232px;
	margin-bottom: 15px;
}




.article-img {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 0;
	max-width: 380px;
	max-height: 215px;
	margin: 0 auto;
	position: relative;
}




.article-img img {
	transition: all 0.5s ease-out;

}


.article-date {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Fira Sans', sans-serif;
}

.article-title {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	padding: 10px 0;
	transition: all 0.5s ease-out;
	margin: 0;
}

.article-excerpt {
	font-size: 14px;
	line-height: 1.5;
	color: #424242;
	transition: all 0.5s ease-out;
}

.article:hover .article-title {
	color: #1E67A7;
}

.article:hover .article-excerpt {
	color: #000000;
}

.article:hover .article-img img {
	transform: scale(1.1);
}


.article-grid {
	padding: 10px;
}


.article-grid-alt {}

.article-grid-date {
	position: absolute;
	background: #ffffff;
	z-index: 1;
	bottom: 0;
	padding: 2px 18px;
}

.container-full-grey .article-grid-date {
	background: #F8F8F8;
}

.article-grid-title {
	text-align: center;
	/* max-height: 60px;
	overflow: hidden; */
	margin: 5px 0 10px 0;
	width: 100%;
}

.article-grid-excerpt {
	text-align: center;
	max-height: 85px;
	overflow: hidden;
}

.article-grid-excerpt p {
	margin-top: 0;
}

.article-grid-alt-img {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	min-height: 310px;

}

.article-grid-alt-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */

	z-index: 1;
}

.article-grid-alt-img img {
	transform: scale(1.5);
}

.article-grid-alt:hover .article-grid-alt-img img {
	transform: scale(1.6);
}

.article-grid-alt:hover .article-grid-alt-title {
	color: #fff;
}


.article-grid-alt-content {
	position: absolute;
	color: #ffffff;
	text-align: center;
	z-index: 1;
	bottom: 0;
	padding: 20px;
}

.article-grid-alt-title {
	color: #ffffff;
}


.article-grid-4 {
	padding: 0;
}

.article-grid-4 .article-img {
	max-height: 160px;
}


/* end article */


/* start sidebar */

.jin_widget_subdisplay h2 {
	margin: 0 0 20px 0;
	line-height: 40px;

}


.jin-archive {
	margin: 0 0 60px 20px;
}

.jin-archive h2 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	margin: 0 0 20px 0;
}

.jin-archive h2:after {
	content: ' ';
	display: block;
	width: 40px;
	height: 2px;
	background: #1E67A7;
}

.jin-archive-year-wrapper {
	margin: 20px 5px;
}

.jin-archive-year {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 100px;
	padding: 15px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;

}

.jin-archive-month {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 100px;
	padding: 10px 15px;
	margin: 7px 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28.7%;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.5s;
}

.jin-archive-month.active {
	color: #ffffff;
	background: #1E67A7;
}

.jin-archive-month.active:hover {
	color: #ffffff;
}

.jin-archive-month.inactive {
	color: #eeeeee;
	background: #ffffff;
	cursor: default;
}

.jin-archive-month.inactive:hover {
	text-decoration: none;
	color: #eeeeee;
	border: 1px solid rgba(0, 0, 0, 0.1);
}


.jin-archive-month:hover {
	text-decoration: none;
	color: #1E67A7;
	border: 1px solid #1E67A7;
}

.jin_widget_subdisplay {
	margin: 0 0 60px 20px;
}

.jin_widget_subdisplay h2 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
}

.jin_widget_subdisplay h2:after {
	content: ' ';
	display: block;
	width: 40px;
	height: 2px;
	background: #1E67A7;
}

.jin_widget_subdisplay .sub-menu {
	list-style-type: none;
	padding: 0;
}

.jin_widget_subdisplay .menu-item a {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
	display: block;
}



/* end sidebar */


/* start benefit slider */

.benefit-slider {
	background: #FDCC24;
	padding: 35px 20px 55px 20px;
	position: relative;
}

.benefit-slider a {
	text-decoration: none;
}

.benefit-slider h6 {
	background: #FDCC24;
}

.benefit-slider h6 a {
	color: #212529;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
}

ul.swiper-wrapper {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.benefit-slider h3 a {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px auto;
	display: block;
	max-width: 700px;
}

.benefit-slider h3 a:hover {
	text-decoration: none;
}


.benefit-slider .jin_w_cta {
	display: block;
	margin-top: 20px;
	max-width: 190px;
	margin: 0 auto;
}

.benefit-slider .jin_w_cta span {
	display: block;
	margin-top: 20px;
}

.benefit-slider .swiper-container {
	margin: 0;
}

.benefit-slider-arrows {
	display: flex;
}


.jin_pogodnosti-more-wrapper {
	list-style-type: none;
	padding: 0;
	max-width: 700px;
	margin: 0 auto;
}

.jin_pogodnosti-more-wrapper a {
	color: #000000;
}

ul.more {
	list-style-type: none;
	padding: 0;
}

.benefit-slider-next:after {
	display: none;
}

.benefit-slider-prev:after {
	display: none;
}

.benefit-slider-next {
	right: 20%;
}

.benefit-slider-prev {
	left: 20%;
}


.benefit-slider-next,
.benefit-slider-prev {
	width: 64px;
}



.benefit-slider-next img {
	transform: rotate(180deg);
}


.benefit-slider-next img,
.benefit-slider-prev img {
	width: 100%;
}

.benefit-slider-pagination-container {
	display: none;
	justify-content: center;
	width: 100%;
}


.benefit-slider-pagination .swiper-pagination-bullet {
	margin: 6px;

}

/* end benefit slider */


/* start ideje.hr */

.ideje-logo {
	max-width: 180px;
	margin: 50px 0;
}

/* end ideje.hr */

/* start newsletter */

.newsletter-block {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.newsletter.jin-newsletter {
	margin-right: 20px;
	width: 50%;
}

.newsletter.jin_widget_citations {
	margin-left: 20px;
	width: 50%;
}

.newsletter.jin_widget_citations blockquote {
	border: 0;
	font-size: 24px;
	line-height: 30px;
	padding: 20px 0 0 80px;
	background: url(images/quote.svg) no-repeat top left;
	text-align: left;
}


.newsletter.jin_widget_citations cite {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
}

.newsletter-form {
	display: flex;
}

.newsletter-form input {
	display: inline-block;
}


.newsletter h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}


.form-control {
	width: 100%;
	max-width: 400px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 100px;
	padding: 15px 25px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	height: 64px;
	margin-right: 15px;
}

/* end newsletter */



/* start partneri */

.partneri {
	justify-content: space-between;
	margin: 70px 0;
	text-align: center;
}


.partneri .col-md-2 {
	display: flex;
	align-items: center;
	justify-content: center;
}


.partneri img {
	display: block;
}


/* end partneri */



/* start page */


.page-container {
	padding-bottom: 100px;
}

.page-featured-img img {
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}

.single-page-featured-img {
	max-height: 368px;
	overflow: hidden;
}

.jin_listdocs {
	padding: 20px 0;
}

.jin_listdocs a {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 15px;
}


.jin_listdocs a .jin_ld_title {
	padding: 10px 0 0 60px;
}

.jin_listdocs a .jin_ld_excerpt {
	padding: 0 0 10px 60px;
	font-size: 13px;
	color: #000;
}


.jin_listdocs.smallicon a .jin_ld_icon {
	background: url('images/icons/small/ostalo.png') no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
}

.jin_listdocs.smallicon a[href$=".PDF"] .jin_ld_icon,
.jin_listdocs.smallicon a[href$=".pdf"] .jin_ld_icon {
	background: url('images/icons/small/pdf.png') no-repeat;
}

.jin_listdocs.smallicon a[href$=".DOC"] .jin_ld_icon,
.jin_listdocs.smallicon a[href$=".doc"] .jin_ld_icon,
.jin_listdocs.smallicon a[href$=".DOCX"] .jin_ld_icon,
.jin_listdocs.smallicon a[href$=".docx"] .jin_ld_icon {
	background: url('images/icons/small/doc.png') no-repeat;
}

.jin_listdocs.smallicon a[href$=".XLS"] .jin_ld_icon,
.jin_listdocs.smallicon a[href$=".xls"] .jin_ld_icon,
.jin_listdocs.smallicon a[href$=".XLSX"] .jin_ld_icon,
.jin_listdocs.smallicon a[href$=".xlsx"] .jin_ld_icon {
	background: url('images/icons/small/xls.png') no-repeat;
}

.jin_listdocs.smallicon a[href$=".HTM"] .jin_ld_icon,
.jin_listdocs.smallicon a[href$=".htm"] .jin_ld_icon,
.jin_listdocs.smallicon a[href$=".HTML"] .jin_ld_icon,
.jin_listdocs.smallicon a[href$=".html"] .jin_ld_icon {
	background: url('images/icons/small/html.png') no-repeat;
}

.jin_listdocs.bigicon a {
	flex-direction: row;
}

.jin_listdocs.bigicon .jin_ld_meta {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.jin_listdocs.bigicon .jin_ld_meta > * {
	padding: 0;
}

.jin_listdocs.bigicon a .jin_ld_icon {
	background: url('images/icons/big/ostalo.png') no-repeat -50px -1px;
	width: 120px;
	height: 120px;
}

.jin_listdocs.bigicon a[href$=".PDF"] .jin_ld_icon,
.jin_listdocs.bigicon a[href$=".pdf"] .jin_ld_icon {
	background: url('images/icons/big/pdf.png') no-repeat -50px -1px;
}

.jin_listdocs.bigicon a[href$=".DOC"] .jin_ld_icon,
.jin_listdocs.bigicon a[href$=".doc"] .jin_ld_icon,
.jin_listdocs.bigicon a[href$=".DOCX"] .jin_ld_icon,
.jin_listdocs.bigicon a[href$=".docx"] .jin_ld_icon {
	background: url('images/icons/big/doc.png') no-repeat -50px -1px;
}

.jin_listdocs.bigicon a[href$=".XLS"] .jin_ld_icon,
.jin_listdocs.bigicon a[href$=".xls"] .jin_ld_icon,
.jin_listdocs.bigicon a[href$=".XLSX"] .jin_ld_icon,
.jin_listdocs.bigicon a[href$=".xlsx"] .jin_ld_icon {
	background: url('images/icons/big/xls.png') no-repeat -50px -1px;
}

.jin_listdocs.bigicon a[href$=".HTM"] .jin_ld_icon,
.jin_listdocs.bigicon a[href$=".htm"] .jin_ld_icon,
.jin_listdocs.bigicon a[href$=".HTML"] .jin_ld_icon,
.jin_listdocs.bigicon a[href$=".html"] .jin_ld_icon {
	background: url('images/icons/big/html.png') no-repeat -50px -1px;
}




/* end page */

/* start single page */

.single-container {
	position: relative;
	padding-bottom: 100px;
}

.single-img {
	width: 100%;
	height: 560px;
	position: relative;
	overflow: hidden;
	z-index: -1;
}

.single-no-img {
	height: 120px;
}

.single-img img {
	position: absolute;
	width: 100%;
}


.single-meta {
	display: flex;
	align-items: flex-start;
}

.single-date {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Fira Sans', sans-serif;
	margin-right: 15px;
}

.single-category .post-categories {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}


.single-category .post-categories li {
	display: inline-block;
}


.single-category .post-categories li:after {
	content: ',';
	margin-right: 5px;
}

.single-category .post-categories li:last-child:after {
	content: ' ';
}


.single-social {
	background: #ffffff;
	padding: 30px 0 0 30px;
	position: relative;

}

.single-social-space {
	width: 56px;
}

.single-social-list {
	padding: 0;
	list-style-type: none;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}

.single-social-list li {
	width: 48px;
	height: 48px;
	border-radius: 48px;
	overflow: hidden;
	position: relative;
	margin: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.single-social-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	color: transparent;
	position: relative;
}




.single-social-list li a:after {
	content: ' ';
	position: absolute;
	display: block;
}

.single-content {
	padding: 0 0 0 30px;
}


.single-content h4 {
	margin-right: 40px;
}



.single-content p {
	margin-right: 40px;
}




.single-content-wrapper {}

.single-heading {
	max-width: 820px;
	background: #ffffff;
	padding: 30px;
}

.single-title {}

.single-excerpt {
	font-weight: bold;
}

.single-wrapper {
	max-width: 892px;
	margin-top: -140px;
	margin-left: 100px;
	display: flex;
	padding: 30px;
}

.related-container {
	max-width: 380px;
	margin: 0 auto;
}

.related-slider .swiper-slide {
	width: 380px;
}

.related-slider-next:after,
.related-slider-prev:after {
	display: none;
}

.related-slider-next:focus,
.related-slider-prev:focus {
	outline: 0;
}

.related-slider-next {
	right: 10%;
	width: 82px;

}

.related-slider-next img {
	transform: rotate(180deg);
}

.related-slider-prev {
	left: 10%;
	width: 82px;
}

.messages-slider-pagination-container,
.related-slider-pagination-container {
	display: flex;
	justify-content: center;
	width: 100%;
}

.messages-slider-pagination .swiper-pagination-bullet,
.related-slider-pagination .swiper-pagination-bullet {
	margin: 10px;
	width: 60px;
	height: 5px;
	border-radius: 30px;
}

.messages-slider p {
	text-wrap: balance;
}


/* end single page */


/* start form pravno pitanje */
#pravno-pitanje label {
	display: block;
}

#pravno-pitanje .btn {
	color: #fff;
	background: #0276CD;
}

#pravno-pitanje .btn:hover {
	background: #1895F3;
}

.wysiwyg-category-description img {
	display: none;
}

.wysiwyg-category-description h2:first-of-type { 
	margin-top: 0; 
}

/* end form pravno pitanje */



/* start footer */
footer {
	color: #fff;
	background: #34414D;
	border-top: 10px solid #FDCC24;
	padding-top: 60px;
}


.footer-nav {
	padding-bottom: 70px;
}


.footer-nav .menu-main-menu-container > ul > li {
	padding: 0 10px;
	display: flex;
	flex-direction: column;
}

footer .menu {
	list-style-type: none;
	padding: 0;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	display: flex;
}

footer .menu a {
	color: #FFFFFF;
}

footer .menu > li > a {
	height: 24px;
	line-height: 1.2;
}

footer .sub-menu {
	list-style-type: none;
	padding: 0;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	margin-top: 40px;
}

footer .sub-menu a {
	color: #FFFFFF;
}


footer .sub-menu li {
	padding: 5px 0;
	line-height: 1.4;
}


.footer-info {
	border-top: 1px solid #C4C4C4;
	padding: 60px 0;
}


.footer-info h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
}

.footer-info p {
	font-size: 14px;
	line-height: 16px;
	padding-top: 10px;
}

.footer-info a {
	margin-right: 10px;
}

.footer-info p a {
	color: #fff;
	text-decoration: underline;
}




.footer-copyright {
	text-align: center;
	background: #242D35;
	padding: 20px;
}

.footer-copyright p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}

.footer-credits {
	padding: 0;
}

/* end footer */

/* start odgovori na pravna pitanja */

.page-template-page-odgovori-na-pravna-pitanja #main-content .container:nth-child(2) {
	max-width: 100%;
	padding: 0 100px;

}

.page-template-page-odgovori-na-pravna-pitanja form .btn {
	background: #0276CD;
	color: #fff;
}

.page-template-page-odgovori-na-pravna-pitanja form .btn:hover {
	background: #1895F3;
}

.page-template-page-odgovori-na-pravna-pitanja td.nowrap {
	padding: 0 30px;

}

.page-template-page-odgovori-na-pravna-pitanja table {
	font-size: 14px;
	line-height: 16px;
	color: #000000;

}


.page-template-page-odgovori-na-pravna-pitanja table .btn {
	padding: 8px 25px;
	background: #F4F4F4;
}



.page-template-page-odgovori-na-pravna-pitanja table .btn:hover {
	background: #1895F3;
}

.page-template-page-odgovori-na-pravna-pitanja .twrap {
	min-height: 65px;
	margin: 5px 10px 5px 0;
}

.page-template-page-odgovori-na-pravna-pitanja .btn-info {
	padding: 8px 25px;
	background: #0276CD;
}

.page-template-page-odgovori-na-pravna-pitanja #pageSelector {
	padding: 8px 25px;
	height: auto;
	margin-left: 20px;
}


#potpis {
	color: #1E67A7;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

.search-form {
	margin-right: 10px;
}

.search-submit {
	background: #0276CD;
	color: #fff;
}

.search-submit:hover {
	background: #1895F3;
}



/* end odgovori na pravna pitanja */



/* start pogodnosti članstva */

.jin_pogodnosti_categories {
	list-style-type: none;
	padding: 0;
}

.jin_pogodnosti_article {
	display: flex;
	flex-direction: column;
	padding: 15px 0;
}

.jin_pogodnosti-image {
	margin: 0 auto;
}

.jin_pogodnosti-content {
	padding: 15px 0;
}

.jin_pogodnosti-content h4 {
	font-size: 18px;
	line-height: 1;
	font-family: 'Fira Sans', sans-serif;
}

.jin_pogodnosti-content h4 a {
	font-size: 18px;
	line-height: 1;
	font-family: 'Fira Sans', sans-serif;
}

.jin_pogodnosti-content p {
	font-size: 16px;
	line-height: 21px;
}

.jin_pogodnosti-more {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}

/* end pogodnosti članstva */

.smallquote {
	padding-left: 60px;
	background: url('images/smallquote.svg') no-repeat 0 0;
}

.smallquote,
.smallquote * {
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.smallquote-by {
	font-family: serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	color: #999;
}

.credits {
	position: absolute;
	display: block;
	background: rgba(0,0,0,0.5);
	color: white;
	font-size: 10px;
	padding: 2px 5px;
	right: 0;
	top: 0;
}

/* media queries */


@media (max-width: 1400px) {
	.benefit-slider-next {
		right: 40px;
	}

	.benefit-slider-prev {
		left: 40px;
	}

}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1180px;
	}

}

@media (max-width: 1200px) {



	.jin-archive-month {
		width: 44%;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}


@media (max-width: 992px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 100%;
	}

	.navbar-blue {
		height: auto;
	}

	.sub-header-container {
		padding: 10px;
		justify-content: center;
	}

	.uberheader,
	.variable-logo,
	.search-social {
		display: none;
	}

	.breadcrumbs {
		display: none;
	}

	.home #main-content {
		margin: 0;
	}

	#main-content {
		margin: 50px 0;
	}

	.benefit-slider h3 a {
		max-width: 400px;
		padding: 0 20px;
	}




	.jin_pogodnosti-more-wrapper {
		max-width: 400px;
		padding: 0 20px;
	}


	footer .menu {
		flex-wrap: wrap;
	}

	.footer-info p {
		display: block;
	}

	.form-control {
		margin: 0;
		text-align: center;
	}

	.newsletter h4 {
		text-align: center;
	}

	.newsletter-form .btn {
		margin-top: 15px;
		max-width: 200px;
	}





	.footer-nav .menu-main-menu-container > ul > li {
		flex: 50%;
		padding-top: 30px;
	}

	.newsletter-block {
		display: flex;
		flex-direction: column;
	}

	.newsletter.jin_widget_citations {
		width: 100%;
		margin-top: 30px;
		padding: 0 15px;
	}

	.newsletter-form {
		flex-direction: column;
		align-items: center;
	}

	.newsletter.jin-newsletter {
		margin: 0 auto;
		width: 100%;
	}

	.mobile-search {
		display: flex;
	}


	.mobile-secondary-menu {
		display: flex;
	}

}

@media (max-width: 767px) {



	.main-slider-title {
		font-size: 25px;
		line-height: 27px;
	}

	.slider-top-pagination-container {
		display: flex;
	}

	.main-slider .slider-thumbs .swiper-slide {
		display: flex;
		align-items: center;
	}

	.main-slider-title {
		height: auto;
	}

	.main-slider .slider-thumbs {
		pointer-events: none;
	}

	.benefit-slider-pagination-container {
		display: flex;
	}

	.benefit-slider-arrows {
		display: none;
	}


	.block-title h2 {
		text-align: center;
	}

	.block-title h2:after {
		margin: 0 auto;
	}


	.single-wrapper {
		padding: 30px 0;
	}


	.article {
		padding: 15px 15px 30px 15px;
	}

	.article-grid-title {
		max-height: auto;
	}

	.article-img,
	.article-grid-4 .article-img {
		max-width: 100%;
		max-height: 100%;
	}



	.article-img img {
		transform: scale(1.4);
	}

	.article:hover .article-img img {
		transform: scale(1.5);
	}


	.jin-archive-month {
		width: 30.5%;
	}

	.article-list {
		max-height: 100%;
	}


	.article-content {
		padding: 10px 0 0 0;
	}



	.benefit-slider-next img,
	.benefit-slider-prev img {
		max-width: 40px;
	}

	.benefit-slider-next {
		right: 10px;
	}

	.benefit-slider-prev {
		left: 10px;
	}



	.partneri .col-md-2 {
		padding: 30px 0;
	}

	.footer-nav .menu-main-menu-container > ul > li {
		flex: 100%;

	}

	.single-wrapper {
		margin-top: 0;
		margin-left: 0;
	}


	.single-heading,
	.single-content {
		padding: 0;
	}

	.single-content h4 {
		margin-right: 0;
	}

	.single-content .gallery,
	.single-content p {
		margin-right: 0;
	}

	.single-meta {
		padding-bottom: 20px;
	}

	.single-img {
		height: auto;
	}

	.single-img img {
		position: relative;
		width: 100%;
		height: auto;
	}

	.single-social {
		display: none;
	}

	.newsletter {
		text-align: center;
	}

	.jin_pogodnosti_article {
		flex-direction: column;
		text-align: center;
	}

	.jin_pogodnosti-image {

		margin-bottom: 15px;
	}


	.btn-full-width-container {
		margin: 0 10px;
	}

	.single-meta {
		flex-direction: column;
	}

	.footer-nav {
		display: none;
	}



}

@media (max-width: 500px) {
	.jin-archive-month {
		width: 44%;
	}

	.benefit-slider h3 a {
		max-width: 300px;
		padding: 0 20px;
	}

	.jin_pogodnosti-more-wrapper {
		max-width: 300px;
		padding: 0 20px;
	}

	.newsletter {
		text-align: center;
	}

	.newsletter-form input {
		text-align: center;
	}

	.newsletter-form {
		flex-direction: column;
		align-items: center;
	}

	.newsletter.jin_widget_citations blockquote {
		padding: 40px 0 0 30px;
	}

	.related-slider-pagination .swiper-pagination-bullet {
		width: 10px;
	}

}



@media only screen and (max-device-width: 768px) and (orientation: landscape) {
	.main-slider .slider-thumbs {
		max-width: 50%;
		max-height: 100%;
	}

	.main-slider .swiper-container {
		height: 250px;
	}
}
