#t3-footer {
	background-color: #2773b2;
	text-align: center;
	/*background-image: url('/images/template/certifikat.png');*/
	background-repeat: no-repeat;
	background-position: bottom 60px right 20%;
	margin-top: 70px;
}
#t3-footer .nav {
	margin-bottom: 100px;
}
#t3-footer .nav li {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
}
#t3-footer .nav li a {
	color: #fff;
	text-transform: uppercase;
}
.footer-social a {
	margin: 0 10px;
}
.footer-logo {
	margin: 20px 0;
}
.footer-social {
	margin: 40px 0;
}
.footer-copyright {
	color: #fff;
	font-size: 10px;
	margin: 30px 0;
}

.whiteboxes {
	background: #eff1f2;
}
.whiteboxes h1,
.whiteboxes a {
	color: rgba(0,0,0,1);
}
.whiteboxes .imagemenu2-item-content {
	padding: 25px 25px 35px 25px;
	background: #fff;
	text-align: left;
}
.whiteboxes .imagemenu2-item-content h3 {
	font-size: 18px;
	margin: 0;
}
.whiteboxes .imagemenu2-item-content a:hover {
	color: rgba(0,0,0,0.8);
}
@media screen and (max-width: 768px) {
	.whiteboxes .imagemenu2-item {
		border-top: 0;
		background: #fff;
		padding-top: 0;
	}
	.whiteboxes .imagemenu2-item-content {
		padding-left: 0;
	}
}

.video-iframe {
    position: relative;
    z-index: 1;
}

/* Responsive iframe */
.video-iframe {
	position: relative;
	padding-bottom: 57%;
	height: 0;
	border: 15px solid #fff;
}
.video-iframe iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.mod-video .horizontalmod-background {
	background: #ac1f23;
	padding: 125px 0;
}
.mod-video .horizontalmod-title h1 {
	font-size: 44px;
}


.mod-votes .horizontalmod-background {
	background: #eff1f2;
}
.mod-votes h1, .mod-votes h1 a,
.mod-votes h2, .mod-votes h2 a,
.mod-votes h3, .mod-votes h3 a {
	color: #000;
}
.mod-votes h1 a:hover,
.mod-votes h2 a:hover,
.mod-votes h3 a:hover {
	color: rgba(0,0,0,0.8);
}
.mod-votes h1, .mod-votes h1 a {
	font-size: 44px;
}
.mod-votes h2, .mod-votes h2 a {
	font-size: 30px;
}
.mod-votes h3, .mod-votes h3 a {
	font-size: 18px;
}
.mod-votes h3 {
	padding-left: 30px;	
}
.mod-votes h3:before {
	content: '\f054 ';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	font-size: 16px;
	top: 2px;
}



.mod-tabs {
	background: #2773b2;
	padding: 90px 0;
}
.mod-tabs h1 {
	font-size: 44px;
	color: #fff;
	margin-top: 0;
}
.mod-tabs-tab {
	font-size: 16px;
	font-weight: bold;
}
.mod-tabs-tab a {
	color: #fff;
	padding: 15px 25px!important;
}
.mod-tabs-tab.active a {
	color: #1c1e23!important;
}
.tabitem {
	position: relative;
	margin-bottom: 20px;
}
.tab-content {
	margin-top: 40px;
}
.tabitem1-content {
	background: #fff;
	position: absolute;
	bottom: 0;
	padding: 1px 25px 10px 25px;
	width: 100%;
}
.tabitem2-content {
	background: #fff;
	padding: 1px 25px 10px 25px;
}
.tabitem3-content {
	background: #fff;
	position: absolute;
	bottom: 0;
	padding: 1px 25px 10px 25px;
	width: 100%;
}
.tabitem3-content h6 {
	margin: 15px 0;
}
.tabitem-title,
.tabitem img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tabitem:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.tabitem-title:hover {
	color: rgba(0,0,0,0.8);
}
@media screen and (max-width: 992px) {
	.mod-tabs-tab a {
		padding-left: 0!important;
	}
	.tabitem1-content,
	.tabitem3-content {
		position: relative;
	}
}
@media screen and (max-width: 992px) {
	/*.tabitem1-content,
	.tabitem3-content {
		position: absolute;
	}*/
}






.mod-izdvojeno {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #d9dee1;
}
.mod-izdvojeno-title {
    margin-bottom: 70px;
}
.mod-izdvojeno-items {
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
.mod-izdvojeno-item {
}
.mod-izdvojeno-item-image {
	position: relative;
	display: block;
	overflow: hidden;
}
.mod-izdvojeno-item:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.mod-izdvojeno-item-image img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mod-izdvojeno-item-title h2 {
	font-size: 18px;
	margin: 20px 0;
}
.mod-izdvojeno-item-category a {
	font-weight: 700;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	line-height: 1;
}
.mod-izdvojeno-item-content {
	background: #fff;
	padding: 5px 25px;
}
.mod-izdvojeno-item-category  {
	margin: 25px 0;
}
@media screen and (max-width: 768px) {
	.mod-izdvojeno {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.mod-izdvojeno-item-title h2 {
		margin: 15px 0 8px 0;
	}
	.mod-izdvojeno-title {
		margin-bottom: 30px;
	}
	.mod-izdvojeno-items {
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}
	.mod-izdvojeno-item-content {
		padding: 5px 20px;
	}
}
@media screen and (max-width: 552px) {
	.mod-izdvojeno-items {
		grid-template-columns: 1fr;
	}
}


.greencolor {
	color: #66cc33;
}
.redcolor {
	color: #cc0000;
}
.mdocBlock {
	font-size: 12px;
	margin: 15px 0;
}
.mdocTitle h5 {
	margin: 15px 0;
	font-weight: 500;
}
.mdoc-row {
	padding-top: 30px;
	padding-bottom: 30px;
}
.mdoc,
.mdoc-row:not(:last-child) {
	border-bottom: 1px solid #e1e3e4;
}
.mod-doc {
	margin: 30px 0;
}
.mdocStatus {
	margin-top: 4px;
}
@media screen and (max-width: 768px) {
	.mdocBlock,
	.mdocTitle h5 {
		margin: 5px 0;
	}
}
.mod-doc-new {
	padding: 0 30px;
	margin: 0;
}


.mod-head-items {
	background: #66cc33;
	padding: 55px 0;
}
.head-items {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 2fr 1fr;
}
.head-item h1 {
	font-size: 38px;
	margin-top: 20px;
	line-height: 1.3;
}
.head-item h2 {
	font-size: 24px;
	margin-top: 20px;
	line-height: 1.3;
}
.head-item a {
	color: #fff;
}
.head-item-introtext {
	font-size: 18px;
	font-family: 'Merriweather';
	color: #fff;
}
@media screen and (max-width: 992px) {
	.head-item h1 {
		font-size: 28px;
	}
	.head-item h2 {
		font-size: 18px; 
	}
}
@media screen and (max-width: 768px) {
	.head-items {
		grid-template-columns: 1fr;
	}
}



.grb {
	text-align: center;
	margin: 20px 0;
}
.topMenu  {
	float: left;
}
.topMenu  .nav-stacked > li {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.topMenu  .nav-stacked > li a {
	color: #000;
}


#exbAE_optsf {
	display: none;
}

.k2CategoriesListBlock .catCounter {
	display: none;
}
.k2CategoriesListBlock ul {
	padding-left: 0;
	list-style: none;
}
.k2SearchBlock .inputbox {
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.k2CategoriesListBlock li {
	border-top: 1px solid #edecec;
}
.k2CategoriesListBlock a {
	padding: 5px 0;
	display: inline-block;
	font-size: 16px;
}

.eu-header {
    padding-right: 80px;
    position: relative;
}
.eu1 {
    position: absolute;
    width: 31%;
    height: 47%;
    left: 20%;
    top: 20%;
    cursor: pointer;
}
.eu2 {
    position: absolute;
    width: 30%;
    height: 47%;
    left: 52%;
    top: 20%;
    cursor: pointer;
}
@media screen and (max-width: 992px){
	.eu-header {
		display: none;
	}
}


.home-headerslider .owl-nav {
	display: none;
}
.home-headerslider {
	background: #1a6caf;
	padding: 60px 0;
	background-image:
		linear-gradient(45deg, #2773b2 25%, transparent 25%), 
		linear-gradient(-45deg, #2773b2 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, #2773b2 75%),
		linear-gradient(-45deg, transparent 75%, #2773b2 75%);
	background-size: 12px 12px;    
	background-position:0 0, 12px 0, 12px -12px, 0px 12px;
}
.footer-logo {
	font-family: 'Merriweather';
	font-weight: 900;
	color: #fff;
	font-size: 24px;
}
.mod-povijest {
	background-image: url('/images/template/povijest-bg.jpg');
	background-size: cover;
	background-position: center center;
	color: #fff;
	font-size: 16px;
}
.mod-tabs-tab:first-child a {
	padding-left: 0!important;
}

.tab-item-first {
	position: relative;
}
.tab-item a {
    color: #181a1f;
}
.tab-item-first h2 {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 30px;
}
.tab-grid-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
@media screen and (max-width: 992px){
	.tab-grid-items {
		grid-template-columns: 1fr;
	}
}
.tab-grid-item {
	background: #fff;
}
.tab-item-second  {
	padding: 0 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.grid-izdvojeno-natjecaji {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 80px;
	padding: 80px 0;
}
@media screen and (max-width: 768px){
	.grid-izdvojeno-natjecaji {
		grid-template-columns: 1fr;
		grid-gap: 30px;
		padding: 40px 0;
	}
}
.grid-izdvojeno-natjecaji h3 {
	font-size: 44px;
	font-weight: 900;
	margin-bottom: 30px;
}
.izdvojeno-single-item {
	background: #2773b2;
	padding: 30px 20px;
}
.izdvojeno-single-img {

}
.izdvojeno-single-title {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	font-family: "Merriweather";
}
.izdvojeno-single-cat {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.info-read-more  {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 24px;
	font-family: "Merriweather";
	font-weight: 900;
	border: 1px solid #000;
	padding: 14px 30px;
	margin-bottom: 15px;
	display: inline-block;
}
.info-read-more:hover  {
	border: 1px solid #2773b2;
	background: #2773b2;
	color: #fff;
}

.main-swiper {
	padding: 0 30px;
	position: relative;
}
.slider-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 30px;
	margin: 30px 0;
}
.swiper-pagination {
/*	width: max-content!important;
	left: 60%!important;*/
  	bottom: 0;
}
.swiper-pagination-bullet {
	width: 15px!important;
	height: 15px!important;
	margin: 0 6px!important;
	background: #fff!important;
}
/*
.swiper-slide {
	width: 60%!important;
}
.swiper-slide:nth-child(2n) {
	width: 60%!important;
}
.swiper-slide:nth-child(3n) {
	width: 60%!important;
}
*/
.itemslide-background {
    margin-bottom: 30px;
}
@media screen and (max-width: 992px){
  	.slider-grid {
        grid-template-columns: 1fr;
      	grid-gap: 0;
    }
    .itemslide-background {
        margin-bottom: 0;
    }
  	/*
	.swiper-slide {
		width: 100%!important;
	}
	.swiper-slide:nth-child(2n) {
		width: 100%!important;
	}
	.swiper-slide:nth-child(3n) {
		width: 100%!important;
	}
	.swiper-pagination {
		left: auto!important;
		width: 100%!important;
	}
	*/
}
.itemslide-content {
	padding-top: 0;
}
.itemslide-content h3 {
  	margin-top: 20px;
}
.itemslide-content h2 {
  	margin-top: 0;
}
.header-customlink {
    display: inline-block;
    margin-right: 40px;
}
.header-customlink a {
    color: #000;
    font-weight: 600;
}
.k2itemIntroText .interactiveMap img, 
.k2itemFullText .interactiveMap img {
    margin: 0;
}