/*
Theme Name: Sportske igre mladih
Theme URI: https://openlink.rs
Author: OpenLink
Author URI: https://openlink.rs
Version: 5.0
*/

/* 
1.0 HEADER 
2.0 MENU 
3.0 PAGE LAYOUT & ELEMENTS
4.0 PAGES
5.0 FOOTER
6.0 MEDIA QUERIES
*/

/******** 1.0 header ********/

.plazma-page img {
	width: 100%;
}

.plazma-page .container-fluid {
	padding: 0;
}

.plazma-page figure {
	margin: 0;
}

.header-bar {
	padding-left: 5%;
	padding-right: 5%;
}

.header-top {
	background: rgb(246,246,246);
	background: linear-gradient(90deg, rgba(246,246,246,1) 49%, rgba(224,224,224,1) 100%);
	padding-right: 10%;
}

.header-link-page span {
	color: #414042;
}

.header-link-page p {
	color: #d12026;
}

.header-top p {
	margin-bottom: 10px;
}

.header-link-page a {
	font-size: 20px;
	text-transform: uppercase;
	color: #414042;
	float: right;
	font-weight: 400;
}

.header-link-page, .header-top-sponzor {
	padding-top: 10px;
}

.header-top-sponzor {
	text-align: right;
}

.header-link-page, .header-top-sponzor {
	padding-top: 4px;
}

.header-top-sponzor a {
	display: inline-block;
}

.header-top-sponzor a:nth-child(1), .header-top-sponzor a:nth-child(2) {
	padding-right: 70px;
}

.header-top-sponzor a {
	font-size: 20px;
	text-transform: uppercase;
	color: #414042;
	font-weight: 400;
}

.header-top-sponzor span {
	font-size: 16px;
	font-weight: 400;
}

.header-logo-sponzora span {
	text-transform: uppercase;
	font-size: 14px;
	color: #064c29;
	display: flex;
	align-items: center;
}

.header-logo-sponzora {
	text-align: center;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#clockdiv > div {
	display: inline-block;
	padding: 0;
	margin: -2px;
}

#clockdiv {
	text-align: center;
}

#clockdiv .days::after, #clockdiv .hours::after {
	content: ':';
	padding-left: 3px;
	position: absolute;
}

.counter-text {
	line-height: 17px;
	font-size: 52px;
	color: #064c29;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 200;
}

.header-counter .days, .header-counter .hours, .header-counter .minutes {
	font-size: 22px;
	line-height: 20px;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: 400;
}

.header-counter .smalltext {
	font-size: 14px;
	border-top: 1px solid #d12026;
}

.header-counter {
	padding-top: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#clockdiv > div:nth-child(1) {
	margin-bottom: 5px;
}

.sticky {
	position: fixed;
	top: 0px !important;
	left: 0;
	right: 0;
	z-index: 999999;
	background-color: #fff;
	padding-left: 5%;
	transition: all 0.3s ease;
}

.sticky .top-menu2, .sticky .header-counter {
	display: none;
}

.sticky .logo-header img {
	max-height: 80px;
}

.sticky .top-menu1 .navbar {
	padding-top: 17px;
	padding-right: 35px;
	border-right: 1px solid #d3d3d3;
	padding-bottom: 0;
}

.search-frm::before {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: .5s;
	float: right;
	font-size: 24px;
}

.search-frm {
	display: block;
	cursor: pointer;
	position: relative;
	padding-top: 5px;
}

.search-frm.search-results {
	margin-left: 0;
}

.search-frm .search-box {
	background-color: #fff;
	display: none;
	padding: 2px;
	height: 40px;
	width: 260px;
	position: absolute;
	right: 0;
	top: 48px;
	z-index: 99;
	border: 1px double #1e1e1e;
}

.search-box input::-moz-placeholder {
	color: #010101 !important;
}

.search-box input {
	width: 100%;
	color: #010101;
	font-size: 15px;
	line-height: 31px;
	position: relative;
	padding: 0 5px !important;
	background-color: transparent;
	border: 0px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	font-weight: normal;
	letter-spacing: 1px;
}

/* neka roditelj s podmenijem bude inline kao i ostali linkovi */
.hd-item { 
  display: inline-block; 
  position: relative; 
  vertical-align: middle;
}

.hd-submenu.dropdown-menu .dropdown-item {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 21px !important;
  text-align: center;
  padding: .25rem 1rem;              /* isto kao Bootstrap / main-menu */
  color: #fff !important;            /* default bijelo */
  border-bottom: 0 !important;
  background: transparent;
  transition: color .3s ease;
  text-transform: uppercase !important;
}

.hd-submenu.dropdown-menu .dropdown-item:hover,
.hd-submenu.dropdown-menu .dropdown-item:focus {
  color: #402295 !important;         /* hover kao main-menu */
  background: transparent;           /* bez bootstrap pozadine */
}

/* ===== ZASTAVICE / JEZICI (header) ===== */
.ysg-links{
  display: flex;
  align-items: center;
  justify-content: flex-end; /* desno u headeru */
  gap: 10px;                /* razmak između teksta i zastavica */
}

.ysg-links ul{
  list-style: none !important;
  margin: 0;
  padding-left: 0;          /* po želji: makni “indent” */
}

.ysg-links ul li{
  list-style: none;
  display: inline-block;
  padding-right: 10px;      /* razmak među zastavicama */
}

.ysg-links ul li:last-child{
  padding-right: 0;
}

.ysg-links img{
  max-width: 26px;          /* desktop veličina zastavice */
  height: auto;
  display: block;
}		

/******** 1.0 END HEADER ********/

/******** 2.0 MENU ********/

.header-bar {
	padding-top: 5px;
}

.menu-item-has-children .caret {
	position: relative;
	content: "\f078";
	font-family: "FontAwesome";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	z-index: 999;
	cursor: auto;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

#menu-top-menu {
	width: 100%;
}

#menu-top-menu .menu-item > a {
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

.navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

#menu-main-menu li a {
	color: #454647;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	padding: 8px 16px;
	transition: all 0.2s ease;
	background-color: transparent;
	text-decoration: none;	
	border-bottom: 3px solid transparent;
}

.hd-menu a {
	color: #454647;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 400;
	padding: 0px 8px;
	border-right: 1px solid #aeaeae;
}

.hd-menu a:last-child {
	border-right: none;
}

#menu-main-menu .active a, #menu-main-menu li a:hover, .hd-menu a:active, .hd-menu a:hover {
	background-color: transparent;
	text-decoration: none;
}

#menu-main-menu .active a, #menu-main-menu li a:hover {
	text-decoration: none;
}

.top-menu1 .navbar {
	padding-top: 30px;
	padding-right: 35px;
	border-right: 1px solid #d3d3d3;
	padding-bottom: 0;
}

#bs-example-navbar-collapse-1 {
	padding-bottom: 0px;
	padding-top: 7px;
	align-items: center;
	justify-content: center;
}

.navbar.navbar-default ul {
	justify-content: center;
	align-items: center;
	float: none;
}

.dropdown-menu {
	border: none;
	border-radius: 0;
	background-image: linear-gradient(to right, #9141fa, #23c6ff);
}

.dropdown-menu li a {
	color: #fff !important;
	text-align: center;
	font-size: 21px !important;
	transition: all 0.3s ease;
	border-bottom: 0px solid transparent !important;
}

.top-menu1 li a.active, .top-menu1 li a:hover {
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(0.25turn, rgba(135,31,255), rgba(75,136,255), rgb(39,198,255));
	border-image-slice: 100%;
	border-image-slice: 10;
}

.dropdown-item:focus, .dropdown-item:hover {
	border-bottom: 0px solid transparent !important;
	border-image: none !important;
	color: #402295 !important;
}



/******** 2.0 END MENU ********/



/******** 3.0 PAGE LAYOUT & ELEMENTS ********/

/* Standard Page Elements */

body {
	font-family: 'Saira Condensed', sans-serif;
	color: #454647;
}

#scroll-top {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	text-indent: -9999px;
	background: url('images/icon_top.png') no-repeat;
	outline: none !important;
}

/******** 3.0 END PAGE LAYOUT & ELEMENTS  ********/


/** NUMERIC PAGINATION **/

.navigation-main {
	margin-top: 25px;
	text-align: center;
	margin-bottom: 40px;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
color: #fff;
text-decoration:none;
}


.navigation li {
display: inline;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	background-color: #27c6ff;
	border-bottom-right-radius: 13px;
	cursor: pointer;
	padding: 12px;
	padding: 5px 14px;
	color: #fff;
}

.navigation li a:hover, .navigation li.active a {
background-color: #3ab0f8;
color: #fff;
}

/******** 4.0 PAGES ********/

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

.page-content {
	padding-top: 70px;
	padding-bottom: 30px;
	background-color: #fffcfa;
}

.page-content.standard-page {
	padding-top: 70px;
	padding-bottom: 30px;
	background-color: #f1f1f1;
	padding-left: 5%;
	padding-right: 5%;
}

.page-content.standard-page .vesti-date {
	font-weight: 500;
	font-size: 16px;
	margin-top: 15px;
}

div#popup-prijava {
	background: rgba(236, 236, 236, 0.5);
}

#popup-prijava .modal-header {
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 0;
}

#popup-prijava .modal-content {
	border-radius: 0;
	text-align: center;
	border: none;
}

#popup-prijava .modal-body img {
	width: 100%;
}

#popup-prijava .modal-dialog.modal-dialog-centered {
	max-width: 790px;
}

.modal-open .container-fluid, .modal-open  .container {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

#popup-prijava .close {
	font-size: 37px;
	font-weight: 400;
	color: #454647;
	opacity: 1;
}

/* Front page */

.fp-slider {
	position: relative;
}

.fp-slider a {
	position: absolute;
	bottom: 6%;
    padding-right: 6%;
	color: #fff !important;
	text-transform: capitalize;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 400;
	cursor: pointer;
	left: 0;
	text-align: right;
}

.fp-slider a i {
	color: #C93A7A;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #C93A7A;
	border-radius: 50%;
	padding: 32px 34px;
	margin-right: 15px;
}

.video-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	max-height: 800px;
}

.ytp-chrome-top.ytp-show-cards-title {
	display: none!important;
}

.fp-section-counter {
	background-color: #f1f1f1;
}

.fp-conter-box-content {
	width: 33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.fp-counter-counter-main {
	background-color: #FFF;
	color: #054b27;
	text-align: center;
	margin: 0 auto;
	padding: 35px 15px;
	position: relative;
	top: -80px;
	max-width: 1050px;
	box-shadow: 0 0 18px 14px rgba(0, 0, 0, 0.18);
	border-bottom-right-radius: 15px;
}

.fp-conter-box-title {
	font-size: 22px;
	text-transform: uppercase;
	border-top: 4px solid;
	border-image: linear-gradient(to right,#9141fa,#23c6ff) 1 0 0 0;
	line-height: 35px;
}

.fp-conter-box-content {
	font-size: 53px;
	line-height: 50px;
	font-weight: 300;
}

.fp-slider.container-fluid img {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.fp-section-2 > .container-fluid {
	padding-left: 5%;
	padding-right: 5%;
}

#fp-spozori1 img {
	width: 100%;
}

.fp-section-3 {
	background-color: #439FCA;
}

.fp-section-3 .container-fluid {
	padding-left: 5%;
	padding-right: 5%;
}

.fp-section-3-title h3 {
	color: #fff;
	padding-bottom: 10px;
	font-size: 50px;
	line-height: 60px;
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: 300;
}

.ambasadori-box-title h4 {
	font-size: 29px;
	line-height: 30px;
	margin-top: 0;
}

a .ambasadori-box-title h4 {
	font-size: 29px;
	line-height: 30px;
	margin-top: 0;
	color: #454647;
	font-weight: 400;
}

.ambasadori-box-text-items {
	font-size: 18px;
	line-height: 22px;
	color: #27c6ff;
	text-transform: uppercase;
}

.ambasadori-box-text {
	background-color: #fff;
	padding: 15px;
	border-bottom-right-radius: 15px;
}

.ambasadori-box .slick-next::before {
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	line-height: 1;
	opacity: 1;
	color: white;
	content: "\f054" !important;
	font-weight: 900;
	background-color: #6dcff6;
	padding: 15px 15px;
	border-bottom-right-radius: 15px;
}

.ambasadori-box .slick-prev::before {
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	line-height: 1;
	opacity: 1;
	color: white;
	content: "\f053" !important;
	font-weight: 900;
	background-color: #6dcff6;
	padding: 15px 15px;
	border-bottom-left-radius: 15px;
}

.ambasadori-box .slick-prev {
	left: -47px;
}

.section-ambasadori {
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 70px;
}

.ambasadori-box-content-inner {
	padding: 0 5px;
}

.ambasadori-box-img img {
	width: 100%;
}

.ambasadori-box-img {
  text-align: center;
}

.fp-section-latest-news, .fp-section-sponzori2, .fp-section-photo-gallery {
	background-color: #f1f1f1;
	padding-left: 5%;
	padding-right: 5%;
}

.fp-section-latest-news {
	margin-top: -55px;
}

.fp-section-2 {
	background-color: #f1f1f1;
	padding-top: 45px;
	padding-bottom: 45px;
}

.fp-section-3 {
	padding-top: 1%;
	padding-bottom: 2%;
	background-image: url('images/ambasadori-bcg.jpg');
	background-repeat: repeat;
}

.fp-section-sponzori2 {
	padding-top: 45px;
	padding-bottom: 45px;
}

.fp-section-sponzori2.fp-section-sp3 {
	padding-top: 0px;
}

.fp-section-sponzori2 img {
	width: 100%;
}

.fp-section-photo-gallery {
	padding-bottom: 45px;
}

.fp-section-photo-gallery h2 {
	padding-bottom: 10px;
	font-size: 50px;
	margin-bottom: 0;
	font-weight: 300;
}

.btn-fp {
	text-align: center;
	margin-top: 25px;
}

.btn-fp a {
	text-align: center;
	background-color: #27c6ff;
	padding: 10px 25px;
	color: #fff;
	text-transform: uppercase;
	border-bottom-right-radius: 15px;
	font-size: 19px;
}

.fp-section-video-gallery, .fp-section-8 {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 45px;
	padding-bottom: 0;
}

.fp-section-video-gallery .btn-fp a {
	text-align: center;
	background-color: #db44ff;
	padding: 10px 25px;
	color: #fff;
	text-transform: uppercase;
	border-bottom-right-radius: 15px;
	font-size: 19px;
}

.fp-section-8 h3 {
	font-size: 20px;
	line-height: 17px;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #838383;
}

.fp-section-8 img {
	width: 100%;
	filter: grayscale(100%);
}

.fp-section-8 img:hover {
	filter: grayscale(0);
}

.fp-section-8 .col-logo-4 {
	width: 25%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 100px;
}

.fp-section-8 .col-logo-5 {
	width: 16%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 100px;
}

.fp-section-8 .col-logo-6 {
	width: 16.5%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 100px;
}

.fp-section-8 .col-logo-7 {
	width: 14.2%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fp-section-8 .col-logo-8 {
	width: 12.5%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 100px;
}

.fp-banners-box img {
	padding: 10px 12px;
	width: 100%;
}

.fp-sponzori-box4 {
	padding-left: 5px;
	padding-right: 5px;
}

.sponsors-line {
	clear: both;
	vertical-align: middle;
	display: inline-block;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fp-section-8.fp-section-pokrovitelji .container-fluid {
	border-top: 1px solid #e3e3e3;
	padding-top: 3%;
	padding-bottom: 2%;
}

.fp-section-video-gallery h2 {
	color: #fff;
	padding-bottom: 10px;
	font-size: 50px;
	line-height: 60px;
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: 300;
}

.video-gallery-white .vesti-date span {
	background-color: #f6d0ff;
	border-left: 4px solid #db44ff;
	text-transform: uppercase;
	padding: 2px 10px 0px 10px;
	font-size: 16px;
	margin-right: 10px;
}

.vesti-date {
	font-weight: 500;
	font-size: 15px;
}

.archive-vg-inner img {
	width: 100%;
	position: relative;
}

.archive-vg-inner i {
	color: #ac40e5;
	background-color: #fff;
	border-radius: 100%;
	font-size: 42px;
	position: absolute;
	z-index: 99;
	right: 2%;
	top: -26px;
}

.archive-vesti-box-white.video-gallery-white {
	position: relative;
}

.archive-vg-box {
	cursor: pointer;
}

.archive-vesti-inner.archive-vg-inner a {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

.fp-section-latest-news h2 {
	padding-bottom: 10px;
	font-size: 50px;
	margin-bottom: 0;
	font-weight: 300;
}

.fp-section-video-gallery {
	background-image: url(images/fp-bcg-video-galerija.jpg);
	padding-top: 30px;
	padding-bottom: 4%;
}

/* Ambasadori */

.archive-vesti-inner.archive-ambasadori {
	text-align: center;
}

.archive-vesti-inner.archive-ambasadori .archive-vesti-box-white {
	padding-top: 15px;
}

.archive-ambasadori .archive-vesti-box-white .archive-vesti-btn-more {
	padding-top: 40px;
}

.archive-ambasadori .archive-vesti-box-white .archive-vesti-btn-more a {
	left: -29px;
}

.archive-vesti-inner.archive-ambasadori h3 {
	color: #d84aea;
	font-size: 18px;
	font-weight: 400;
}

.archive-vesti-inner.archive-ambasadori h2 {
	font-weight: 400;
	color: #414042;
	font-size: 36px;
	flex: 1 0 auto;
}

.single-ambasador-text {
	background-color: #fff;
	font-weight: 300;
	font-size: 23px;
	color: #414042;
	padding: 15px 40px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.single-ambasador-text h2 {
	color: #d84aea;
	font-size: 23px;
	font-weight: 400;
}

.single-ambasador-img img {
	width: 100%;
	object-fit: cover;
	object-position: top 0 center 0;
}

.single-ambasador-img {
	padding-right: 0;
	justify-content: space-between;
	display: flex;
}

.single-ambasadori-content .container-fluid {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 3%;
	background-color: #f1f1f1;
}

.single-ambasador-text h1 {
	font-weight: 400;
	font-size: 53px;
	color: #414042;
	margin-top: 0;
	margin-bottom: 10px;
}

.menu-ambasadori-menu-container ul li {
	list-style-type: none;
	display: inline-block;
}

.menu-ambasadori-menu-container ul li a {
	color: #fff;
	padding: 5px 7px;
}

.menu-ambasadori-menu-container ul li a:hover {
	text-decoration: underline;
}

.menu-ambasadori-menu-container ul li:nth-child(2) {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.menu-ambasadori-menu-container {
	position: absolute;
	font-weight: 400;
	font-size: 19px;
	text-transform: uppercase;
	bottom: 0;
	left: 4%;
}

.single-ambasadori-content #fp-spozori1 {
	padding-right: 0px;
	margin-top: 3%;
}

.archive-organizacije .archive-vesti-inner.archive-ambasadori h2 {
	font-size: 36px;
}

.archive-organizacije .archive-vesti-box-white {
	padding-top: 15px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 10px;
}

/* Contact page */


.section-header-image img {
	flex: none;
	padding-left: 0;
	padding-right: 0;
}

.section-header-image .row {
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.cp-section1-left {
	padding: 5% 2% 2% 2%;
	align-items: center;
	margin: 0 auto;
}

.section-1-contact-page {
	background-color: #F9F9F9;
}

.contact-info .contact-info-box1:nth-child(1) {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.contact-info2 .contact-info-box {
	float: left;
	padding-bottom: 20px;
}

.contact-info2 .contact-info-box:nth-child(2), .contact-info2 .contact-info-box:nth-child(4) {
		width: 40%;
}

.contact-info2 .contact-info-box:nth-child(1), .contact-info2 .contact-info-box:nth-child(3) {
		width: 60%;
}

.contact-info .contact-info-box1 {
	float: left;
}

.contact-info .contact-info-box1:nth-child(1), .contact-info .contact-info-box1:nth-child(3) {
	width: 60%;
	padding-bottom: 35px;
}

.contact-info .contact-info-box1:nth-child(2), .contact-info .contact-info-box1:nth-child(4) {
	width: 40%;
	padding-bottom: 35px;
}

.contact-detail-cp {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.02em;
}

.contact-info2 h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
}

.contact-info-box img {
	padding-right: 25px;
}

.section-3-contact-page {
	padding-top: 2%;
	padding-bottom: 3%;
}

.section-3-contact-page h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 0.75px;
	text-align: center;
	color: #378EA0;
	text-transform: uppercase;
}

.section-3-contact-page h4 {
	font-size: 48px;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.section-3-contact-form label {
	width: 100%;
}

.section-3-contact-form input, .section-3-contact-form textarea {
	border: 1px solid #27c6ff;
	margin-bottom: 10px;
	padding: 15px 10px;
	width: 100%;
	border-radius: 2px;
	margin-top: 7px;
	color: rgba(69, 70, 71, 0.6);
}

.section-3-contact-form .wpcf7-submit {
	line-height: 20px;
	font-weight: 500;
	padding: 17px 32px;
	border: none;
	max-width: 205px;
	margin: 0 auto;
	display: block;
	text-align: center;
	background-color: #27c6ff;
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
	border-bottom-right-radius: 15px;
	font-size: 19px;
}

.section-3-contact-form label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
}

.section-3-contact-form span {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -1px;
}

.section-3-contact-form .cform-div {
	padding-bottom: 10px;
	float: left;
	padding-right: 15px;
}

.section-3-contact-form .cform-message {
	padding-right: 15px;
}

.section-3-contact-form {
	align-items: center;
	margin: 0 auto;
}

.cform-submit-btn {
	margin-top: 35px;
}

/******** Budi volonter page ********/

.section-3-contact-page.section-cf-volonter {
	padding-top: 1%;
}

.section-volonter-content {
	padding-top: 2%;
	font-size: 21px;
}


/******** Vesti archive ********/

.section-header-image .container-fluid .row {
	position: relative;
}

.section-header-image h1 {
	position: absolute;
	font-weight: 100;
	font-size: 80px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	text-transform: uppercase;
}

.archive-vesti #fp-spozori1 {
	padding-bottom: 2%;
}

.archive-vesti {
	padding-top: 2%;
	background-color: #f1f1f1;
}

.archive-vesti-title h1 {
	font-weight: 600;
	letter-spacing: 0.75px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #DA754A;
	padding-top: 50px;
}

.vesti-date span {
	background-color: #caf1ff;
	border-left: 4px solid #25c6fc;
	text-transform: uppercase;
	padding: 4px 10px 0px 10px;
	font-size: 15px;
	margin-right: 10px;
	display: inline-block;
	font-weight: 400;
}

.archive-vesti-title {
	padding-left: 5px;
}

.archive-vesti-inner img {
	width: 100%;
}

.archive-vesti-box-white h4 {
	font-size: 28px;
	line-height: 30px;
	color: #4d4d4d;
	margin-top: 15px;
	font-weight: 400;
	flex: 1 0 auto;
}

.archive-vesti-inner {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
}

.archive-vesti .container-fluid .row {
	display: flex;
	flex-wrap: wrap;
}

.archive-vesti .container-fluid {
	padding-left: 6%;
	padding-right: 6%;
	background-color: #f1f1f1;
}

.archive-vesti-btn-more a {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #4d4d4d;
	position: relative;
}

.archive-vesti-btn-more a::after {
	content: "";
	display: block;
	width: 65px;
	height: 2px;
	background-color: #414141;
	top: 50%;
	position: absolute;
	left: 112%;
}

.archive-vesti-box img {
	width: 100%;
}

.archive-vesti-box {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	display: flex;
}

.archive-vesti-box-white {
	background-color: #fff;
	padding: 20px;
	border-bottom-right-radius: 15px;
	flex: 1;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.archive-vesti-excerpt {
	flex: 1 0 auto;
}

.archive-vesti-excerpt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #787878;
}

.archive-vesti-excerpt p a {
	display: none;
}


/******** Vesti single page ********/

.single-vesti-content .container-fluid {
	padding-left: 6%;
	padding-right: 6%;
}

.single-vesti-content .single-content-inner {
	font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 30px;
}

.single-vesti-content {
	padding-top: 60px;
	background-color: #f1f1f1;
	padding-bottom: 60px;
}

.single-content img {
	margin-top: 25px;
	margin-bottom: 25px;
}

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

.single-content h1 {
	font-size: 48px;
	font-weight: 600;
	line-height: 60px;
	color: #454647;
	margin-top: 0;
	margin-bottom: 15px;
	margin-top: 25px;
}

.single-content h2 {
	font-size: 14px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	color: #DA754A;
	font-weight: 600;
	margin-top: 0;
}

.single-content-bottom {
	margin-top: 85px;
	border-top: 2px solid #C93A7A;
	padding-top: 30px;
	display: block;
}

.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
	float: right;
}

.sidebar-vesti {
	padding-left: 60px;
}

.sidebar-vesti-box h4 a {
	font-weight: 500;
	font-size: 22px;
	letter-spacing: -0.5px;
	line-height: 28px;
	padding-bottom: 10px;
	color: #454647;
}

.sidebar-vesti-box h4 {
	margin-top: 15px;
}

.single-content-text {
	padding-left: 60px;
}

.single-content-text p {
	color: #064c29;
	font-size: 24px;
}

.single-vesti-content .single-content img {
	margin-top: 0;
	margin-bottom: 25px;
}

.single-vesti-content .vesti-date {
	font-weight: 500;
	font-size: 16px;
	margin-top: 15px;
}

.sidebar-vesti-top h5 {
	font-weight: 300;
	font-size: 40px;
	padding-top: 0;
	padding-bottom: 20px;
	line-height: 40px;
}

#sponzori-sidebar-novosti {
	margin-top: 25px;
}

p.single-vesti-subtitle {
	color: #787878;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 25px;
}

.sidebar-vesti-content {
	background-color: #fff;
	border-bottom-right-radius: 17px;
}

.sidebar-vesti-box .sidebar-vesti-inner {
	padding-right: 0;
	display: flex;
}

.sidebar-vesti-box.row {
	margin-bottom: 5px;
}

#sponzori-sidebar-novosti img {
	margin-bottom: 20px;
}

.sidebar-vesti-excerpt p {
	font-weight: 400;
	line-height: 26px;
	font-size: 16px;
	padding-bottom: 50px;
}

.sidebar-vesti-inner img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.sidebar-vesti-excerpt p a {
	color: #C93A7A;
	text-decoration: underline;
}

.sidebar-vesti-top img {
	width: 100%;
}

/******** Društvene mreže page ********/
.social-network-box {
	padding-top: 2%;
	padding-bottom: 6%;
	margin: 0 auto;
	text-align: center;
}

.social-network-main-title {
	text-align: center;
}

.social-network-main-title h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 60px;
	margin-top: 15px;
}

.social-network-main-title h1 {
	color: #439FCA;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	padding-top: 65px;
	margin-bottom: 0;
}

.sn-box-box-img img {
	width: 100%;
	box-shadow: 0 0 18px -2px rgba(0, 0, 0, 0.18);
}

.section-social-network .container-fluid {
	background-image: url('images/contact-form-bcg.png');
	background-repeat: no-repeat;
	padding-left: 6%;
	padding-right: 6%;
	background-position: top 25% center;
}

.sn-box-content-inner {
	padding: 3%;
}

.sn-box-content.col-lg-4:nth-child(2n+1) {
	clear: both;
}

.sn-main-content {
	display: flex;
	align-items: center;
	padding-left: 17%;
	padding-right: 17%;
}

.sn-box-content {
	position: relative;
	float: left;
}

.sn-box-box-text {
	width: 69%;
	position: relative;
	right: 0;
	background-color: #fff;
	top: -93px;
	box-shadow: 0 0 18px -2px rgba(0, 0, 0, 0.18);
	padding: 25px;
	float: right;
}

.sn-box-box-title h3 {
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	margin-top: 0px;
	line-height: 30px;
}

.sn-box-link a {
	font-size: 16px;
	font-weight: 600;
	color: #439FCA;
	text-transform: uppercase;
	float: right;
	padding-top: 30px;
}

.sn-box-link img {
	padding-right: 17px;
}


/******** Archive Sportovi ********/

.archive-competition-title h1 {
	font-weight: 600;
	letter-spacing: 0.75px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #439FCA;
	padding-top: 60px;
}

.archive-competition-title h2 {
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 50px;
}

.archive-competition-box-white h4 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	padding-bottom: 10px;
}

.archive-competition .container-fluid {
	padding-left: 6%;
	padding-right: 6%;
}

.archive-competition-btn-more a {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #439FCA;
	position: relative;
}

.archive-competition-btn-more a::before {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	background: #439fca;
	top: 50%;
	position: absolute;
	left: -48%;
}

.archive-competition-btn-more {
	text-align: right;
}

.archive-competition-box img {
	width: 100%;
}

.archive-competition-box {
	position: relative;
}

.archive-competition-box-white {
	width: 66%;
	position: relative;
	right: 0;
	background-color: #fff;
	top: -60px;
	box-shadow: 0 0 18px -2px rgba(0, 0, 0, 0.18);
	padding: 25px;
	float: right;
}

.archive-competition-inner {
	padding: 3%;
}

.competition-section-1-left img {
	width: 100%;
}

.competition-section-1 h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #D14F46;
	margin-bottom: 15px;
	letter-spacing: 0.75px;
}

.competition-section-1 h4 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 35px;
}

.competition-section-1 p {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 60px;
}

.competition-section-1 a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #D14F46;
	border-radius: 2px;
	padding: 18px 32px;
}

.competition-section-1-right {
	padding-left: 10%;
	padding-top: 3%;
}

.competition-section-1 {
	padding-top: 55px;
}

.competition-section-2-right img {
	width: 100%;
}

.competition-section-2 h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #EFC253;
	margin-bottom: 15px;
	letter-spacing: 0.75px;
}

.competition-section-2 h4 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 35px;
}

.competition-section-2 p {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 60px;
}

.competition-section-2 a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #EFC253;
	border-radius: 2px;
	padding: 18px 32px;
}

.competition-section-2-left {
	padding-right: 10%;
	padding-top: 6%;
}

.competition-section-2 {
	padding-top: 6%;
	padding-bottom: 6%;
}

.competition-section-1 .container-fluid, .competition-section-2 .container-fluid {
	padding-left: 6%;
	padding-right: 6%;
}

.competition-section-3 {
	position: relative;
}

.competition-section-3-bcg img {
	width: 100%;
}

.competition-section-3-bcg {
	padding-left: 0;
	padding-right: 0;
}

.competition-section-3-left {
	position: absolute;
	top: 20%;
	padding-left: 6%;
}

.competition-section-3-left h3 {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}

.competition-section-3-bcg p {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 55px;
	padding-right: 26%;
}

.competition-section-3-bcg a {
	color: #C93A7A;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
	padding: 17px 33px;
	border-radius: 2px;
}


/******** Single Sportovi ********/


.sports-pdf-files {
	background-color: #ebc7ef;
	margin-bottom: 1px;
	border-bottom-right-radius: 17px;
}

.sports-pdf-files span {
	background-color: #d94aea;
	display: flex;
	flex-direction: column;
	padding: 20px 40px 10px 40px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	justify-content: center;
}

.sports-pdf-files {
	display: flex;
	flex-direction: row;
}

.single-sportovi-text {
	font-size: 24px;
}

.pdf-text {
	padding-left: 40px;
	margin: auto 0;
}

.pdf-text a {
	font-size: 30px;
	color: #454647;
}

.btn-pdf-download a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}

.btn-pdf-download a {
	font-size: 16px;
}

.btn-pdf-download a::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #414141;
	top: 50%;
	position: absolute;
	left: 112%;
}

.tabela-rezultata-main img {
	width: 100%;
}

.single-competition-section-3-left img {
	width: 100%;
}

.content-single-competition > .container-fluid {
	padding-left: 6%;
	padding-right: 6%;
}

.single-competition-section-3 {
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 15%;
	padding-right: 15%;
}

.single-competition-section-3-title h3 {
	color: #439FCA;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.75px;
	line-height: 26px;
}

.single-competition-section-3-title h4 {
	font-weight: 600;
	font-size: 48px;
	line-height: 59px;
	padding-bottom: 60px;
}

.fc .fc-col-header-cell-cushion {
	display: inline-block;
	padding: 2px 4px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 25px;
	color: #c600c9;
}

.fc-theme-standard td, .fc-theme-standard th {
	border: 1px solid #c600c9;
}

.fc-h-event {
	background-color: #f1f1f1;
	border: #c600c9;
	display: block;
}

.fc-daygrid-event {
	border-radius: 0;
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 26px;
}

.fc .fc-daygrid-day-number {
	padding: 4px;
	position: relative;
	z-index: 4;
	font-size: 24px;
	font-weight: 600;
}

.fc .fc-daygrid-day-top {
	flex-direction: column;
}

.fc-daygrid-day-top a {
	color: #fff;
	background-color: #c600c9;
	border: 1px solid #fff;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
	background-color: #c600c9;
}

.single-sportovi-news.row h3 {
	font-size: 50px;
	font-weight: 300;
	padding-top: 20px;
}

.content-single-competition {
	background-color: #f1f1f1;
}

.btn-single-sports {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}

.col-xl-12.single-competition-content {
	margin-bottom: 2%;
}

.btn-single-sports a {
	text-align: center;
	background-color: #d94aea;
	padding: 10px 25px;
	color: #fff;
	text-transform: uppercase;
	border-bottom-right-radius: 15px;
	font-size: 19px;
}

.tabela-rezultata-content-inner.table-responsive table {
	width: 100%;
}

.fc-scrollgrid {
	border: 1px solid #c600c9!important;
}

.tabela-rezultata-content-inner tbody {
	border-left: 1px solid #D14F46;
}

.tabela-rezultata-content-inner.table-responsive td {
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	padding: 16px 23px;
	border: 1px solid #D14F46;
	width: 14.2%;
}

.tabela-rezultata-content-inner.table-responsive th {
	background-color: #D14F46;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	line-height: 17px;
	width: 14.2%;
	padding: 19px 23px;
}

.table-competition-title h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.75px;
	color: #d14f46;
	line-height: 17px;
}

.table-competition-title h4 {
	font-size: 48px;
	font-weight: 600;
	line-height: 59px;
}

.section-table-competition {
	padding-top: 5%;
	padding-bottom: 2%;
}

.competition-calendar-section-1 {
	text-align: center;
	padding-top: 3%;
}

.competition-calendar-section-1 h1 {
	color: #31985B;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.75px;
	margin-bottom: 15px;
}

.competition-calendar-section-1 h2 {
	font-weight: 600;
	line-height: 59px;
	font-size: 48px;
}

.section-table-calendar .fc .fc-toolbar-title {
	font-size: 1.75em;
	margin: 0;
	text-transform: uppercase;
	font-size: 31px;
	padding: 0 35px;
}

.section-table-calendar .fc .fc-toolbar {
	justify-content: center;
}

.fc-prev-button.fc-button.fc-button-primary, .fc-next-button.fc-button.fc-button-primary, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus, .fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
	background-color: #c600c9;
	border: none;
	border-radius: 0;
	padding: 7px 15px;
}

.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
	box-shadow: 0 0 0 0 rgba(76,91,106,.5);
}

.table-calendar-col {
	padding-top: 2%;
}

.table-calendar-col img {
	width: 100%;
	margin-bottom: 25px;
}

.postid-1366 .fc-prev-button.fc-button.fc-button-primary, .postid-1366 .fc-next-button.fc-button.fc-button-primary, .postid-1366 .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .postid-1366 .fc .fc-button-primary:not(:disabled):active:focus, .postid-1366 .fc .fc-button-primary:not(:disabled).fc-button-active, .postid-1366 .fc .fc-button-primary:not(:disabled):active {
	background-color: #e61d2b;
}

.page-template-page-zero-waste .fc-prev-button.fc-button.fc-button-primary, .page-template-page-zero-waste .fc-next-button.fc-button.fc-button-primary, .page-template-page-zero-waste .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .page-template-page-zero-waste .fc .fc-button-primary:not(:disabled):active:focus, .page-template-page-zero-waste .fc .fc-button-primary:not(:disabled).fc-button-active, .page-template-page-zero-waste .fc .fc-button-primary:not(:disabled):active {
	background-color: #e61d2b;
}

.postid-1366 .fc .fc-col-header-cell-cushion, .page-template-page-zero-waste .fc .fc-col-header-cell-cushion {
	color: #e61d2b;
}

.postid-1366 .fc-daygrid-day-top a, .page-template-page-zero-waste .fc-daygrid-day-top a {
	color: #fff;
	background-color: #e61d2b;
}

.postid-1366 .sports-pdf-files span, .page-template-page-zero-waste .sports-pdf-files span {
	background-color: #e61d2b;
}

.postid-1366 .sports-pdf-files, .page-template-page-zero-waste .sports-pdf-files {
	background-color: #ffbec2;
}

.postid-1366 .btn-single-sports a, .page-template-page-zero-waste .btn-single-sports a {
	background-color: #e61d2b;
}

.postid-1366 .fc-theme-standard td, .postid-1366 .fc-theme-standard th, .page-template-page-zero-waste .fc-theme-standard td, .page-template-page-zero-waste .fc-theme-standard th {
	border: 1px solid #e61d2b;
}

.postid-1366 .fc-scrollgrid, .page-template-page-zero-waste .fc-scrollgrid {
	border: 1px solid #e61d2b !important;
}

.postid-1366 .fc-h-event, .page-template-page-zero-waste .fc-h-event {
	background-color: #f1f1f1;
	border: #e61d2b;
	display: block;
}

.postid-1366 .fc .fc-daygrid-body-balanced .fc-daygrid-day-events, .page-template-page-zero-waste .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
	background-color: #e61d2b;
}

.postid-1366 .fc-h-event .fc-event-main, .page-template-page-zero-waste .fc-h-event .fc-event-main {
	color: #e61d2b;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
	margin-right: 0;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
	margin-left: 2px;
}

/* Dodano za prikaz slika (potrebno izbrisati ako se krene nekom drugom opcijom) */
/* Paragraf koji sadrži slike = flex red s prelamanjem */
/* novo */
.table-calendar-col > img { 
  width: 100%;
  margin-bottom: 25px;
}

/* reset za content slike da nisu prisiljene na 100% */
.table-calendar-col .single-sportovi-text img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}


.single-sportovi-text p:has(img) {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;              /* razmak među slikama */
  align-items: flex-start;
  margin: 18px 0;
}

/* Sam element slike ili link koji oko nje dođe iz editora */
.single-sportovi-text p:has(img) > img,
.single-sportovi-text p:has(img) > a {
  flex: 0 0 calc(25% - 12px);  /* 4 u redu na desktopu */
  max-width: calc(25% - 12px);
}

/* Ako je img unutar linka, protegni sliku na širinu "kolone" */
.single-sportovi-text p:has(img) > a > img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsivno: tablet ~ 2 u redu */
@media (max-width: 992px) {
  .single-sportovi-text p:has(img) > img,
  .single-sportovi-text p:has(img) > a {
    flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

/* Mobitel: 1 u redu */
@media (max-width: 600px) {
  .single-sportovi-text p:has(img) > img,
  .single-sportovi-text p:has(img) > a {
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* Prikaz mape (na coca-cola cup stranici) */
.map-container {
  transform: scale(0.8);  /* smanji visinu na ~80% */
  transform-origin: top;   /* da se "stišće" od vrha */
}

/******** Single Foto i video galerija ********/

.fg-content-header {
	position: absolute;
	font-weight: 100;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.fg-content-header h1 {
	font-size: 60px;
	text-transform: unset;
	font-weight: 300;
}

.fg-date-header {
	font-weight: 400;
	font-size: 16px;
	top: 20%;
	position: relative;
}

.archive-photo-gallery .archive-vesti-box-white h4 {
	font-size: 29px;
	line-height: 30px;
	color: #4d4d4d;
	margin-top: 15px;
	font-weight: 400;
	margin-bottom: 25px;
}

.single-fv-gallery-content > .container-fluid {
	padding-left: 6%;
	padding-right: 6%;
}

.single-fv-gallery-title {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.single-fv-gallery-title h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #DA754A;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.75px;
}

.single-fv-gallery-title h1 {
	font-size: 48px;
	font-weight: 600;
}

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

.single-fv-gallery-content .gallery {
	padding-bottom: 50px;
}

.single-fv-gallery-content .image-dst-col {
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
}

.fg-title-header {
	top: 25%;
	background-color: #fff;
	border-left: 3px solid #27c6ff;
	padding: 0 10px;
	color: #064c29;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}

.single-fv-gallery-content {
	padding-top: 2%;
	padding-bottom: 2%;
}

.fancybox-next {
    right: -60px;
}


/******** Mediji page ********/

.section-mediji-fv-gallery .container-fluid, .fv-gallery-mediji .container-fluid, .section-social-network-mediji .container-fluid {
	padding-left: 5%;
	padding-right: 5%;
}

.mediji-fv-gallery-main-title h1 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.75px;
	color: #DA754A;
}

.mediji-fv-gallery-main-title h2 {
	font-size: 48px;
	font-weight: 600;
}

.mediji-fv-gallery-main-title {
	padding-left: 30px;
}

.section-mediji-fv-gallery {
	padding-top: 60px;
	padding-bottom: 20px;
}

.mediji-fv-gallery-btn a {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	background-color: #DA754A;
	padding: 20px 28px;
	float: right;
	margin-right: 20px;
	border-radius: 2px;
	margin-top: 25px;
}

.live-stream-mediji-bcg img, .section-social-network-mediji-left img {
	width: 100%;
}

.live-stream-mediji-bcg {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.live-stream-mediji-left {
	position: absolute;
	top: 19%;
	padding-left: 6%;
}

.live-stream-mediji-left h2 {
	font-size: 17px;
	letter-spacing: 0.75px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.live-stream-mediji-left h3 {
	font-size: 48px;
	color: #fff;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 20px;
}

.live-stream-mediji-left p {
	font-weight: 500;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	padding-right: 29%;
	padding-bottom: 40px;
}

.btn-live a {
	color: #C93A7A;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
	padding: 17px 30px;
	border-radius: 2px;
}

.section-social-network-mediji-right h3 {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	color: #D14F46;
}

.section-social-network-mediji-right h4 {
	font-weight: 600;
	font-size: 48px;
	line-height: 59px;
	padding-top: 5px;
	padding-bottom: 28px;
}

.section-social-network-mediji-right p {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}

.btn-sc-mediji a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #D14F46;
	padding: 17px 30px;
	border-radius: 2px;
}

.section-social-network-mediji {
	padding-top: 7%;
	padding-bottom: 7%;
}

.section-social-network-mediji-right {
	padding-left: 8%;
	padding-right: 2%;
	padding-top: 1%;
}

/******** Live page ********/

.section-live-sim-prenosi > .container-fluid, .section-live-tv > .container-fluid, .section-live-tv-video .container-fluid {
	padding-left: 5%;
	padding-right: 5%;
}

.live-sim-prenosi-content {
	padding-top: 30px;
}

.live-sim-prenosi-content .sn-box-link a {
	padding-top: 15px;
}

.live-tv-main-title h1 {
	font-size: 14px;
	letter-spacing: 0.75px;
	font-weight: 600;
	color: #31985B;
	text-transform: uppercase;
}

.live-tv-main-title h2 {
	font-size: 48px;
	font-weight: 600;
}

.live-tv-main-title {
	text-align: center;
}

.section-live-tv .live-sim-prenosi-content p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.01em;
}


.live-tv-video-content iframe {
	width: 100%;
	height: 800px;
}

.section-live-tv-video {
	padding-bottom: 5%;
	background-image: url('images/contact-form-bcg.png');
	background-repeat: no-repeat;
	padding-top: 5%;
	overflow-x: hidden;
}

/******** Plazma SIM page ********/
.plazma-page {
	background-color: #c42426;
	background: rgba(0,0,0,0) radial-gradient(ellipse farthest-corner at center center,#ed322d 0%,#c42426 100%) repeat scroll 0 0;
	padding: 5% 0 6% 0;
	overflow-x: hidden;
}

.plazma-page img {
	width: 100%;
}      

.plazma-text-left, .plazma-image-for-video {
	padding-left: 1%;
    padding-right: 9%;
}  

.plazma-image-plazma-jednaki-u-sportu {
	padding-left: 9%;
	padding-right: 1%;
}

.plazma-image-plazma-jednaki-u-sportu-back {
	padding-top: 2%;
}

.plazma-image-plazma-pokrovitelj {
	padding-right: 11%;
	padding-left: 4%;
	padding-bottom: 4%;
}

.plazma-image-plazma-odbojkasica, .plazma-image-plazma-kosarkasica {
	padding-right: 1%;
	padding-left: 9%;
} 

.plazma-page-left {
	padding-left: 0;
}

.plazma-page-right {
	padding-right: 0;
}

.plazma-image-bottom {
	text-align: center;
	margin: 0 auto;
	padding-top: 0%;
	padding-left: 9%;
}

.plazma-image-bottom img {
	max-width: 650px;
}

.plazma-text-right.second-text-right {
	padding-right: 0;
}

.plazma-text-bottom-logo {
	padding-right: 9%;
}

.image-plazma-sim img {
	width: 100%;
	max-width: 57%;
}

.plazma-image-for-video img, .plazma-image-for-video-right img {
	border: 8px solid #111;
}

.plazma-image-plazma-ok {
	padding-left: 5%;
	padding-top: 4%;
}

.plazma-image-for-video-right {
	padding-left: 1%;
	padding-right: 9%;
	padding-top: 1%;
	padding-bottom: 5%;
	background-image: url('images/orange-bcg.png');
	background-repeat: no-repeat;
	background-position: right top -100%;
	background-size: contain;
}

.plazma-text-left {
	font-family: "Varela Round", sans-serif;
	color: #fff;
	padding-right: 5%;
	padding-left: 9%;
	padding-bottom: 5%;
	font-weight: 600;
	font-size: 36px;
	display: flex;
	flex-direction: column;
	align-self: center;
}

.plazma-text-left p, .plazma-text-right p {
	line-height: 45px;
	padding-bottom: 25px;
}

.plazma-text-right {
	font-family: "Varela Round", sans-serif;
	color: #fff;
	padding-right: 10%;
	padding-left: 1%;
	font-weight: 600;
	font-size: 36px;
	display: flex;
	flex-direction: column;
	align-self: center;
}

.plazma-image-plazma-sportasica {
	padding-right: 0;
}

.plazma-image-for-video, .plazma-image-for-video-right {
	position: relative;
}

.plazma-image-for-video-right a::before {
	content: '';
	position: absolute;
	top: 40%;
	left: 43%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	background-image: url('images/icon-play-white.png');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	cursor: pointer;
}

.plazma-image-for-video a::before {
	content: '';
	position: absolute;
	top: 44%;
	left: 43%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	background-image: url('images/icon-play-red.png');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	cursor: pointer;
}
/******** 5.0 PAGES ********/


/******** 5.0 FOOTER ********/


.privacy-banner {
  display: none;                 /* kontrolira se iz JS-a */
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  z-index: 9999999999;
  font-size: 21px;
  text-align: center;
  padding: 30px;
  box-shadow: 0 -1px 10px 0 #acabab4d;
  max-width: 360px;
  line-height: 1.3;
}

.privacy-banner p { margin-bottom: 5px; }

.privacy-banner a { color: #27c6ff; text-decoration: none; }
.privacy-banner a:hover { text-decoration: underline; }

.privacy-btn {
  margin-top: 5px;
  cursor: pointer;
  border: none;
  text-align: center;
  background-color: #27c6ff;
  padding: 7px 20px;
  color: #fff;
  text-transform: uppercase;
  border-bottom-right-radius: 15px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

/* opcionalno: fine-tuning na manjim ekranima */
@media (max-width: 576px) {
  .privacy-banner {
    right: 8px;
    left: 8px;
    bottom: 8px;
    max-width: none;
    padding: 20px;
  }
}


footer {
	padding-bottom: 5%;
	padding-top: 60px;
	font-weight: 400;
	background: url('images/sim-footer-bacgkround.jpg') no-repeat;
	background-size: cover;
}

.footer .container-fluid {
	padding-left: 5%;
	padding-right: 5%;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

.footer-box img {
	width: 100%;
}

footer .btn-outline-light.btn-social {
	color: #31985b;
	font-size: 28px;
	padding-left: 5px;
	padding-right: 20px;
}

footer .btn-outline-light.btn-social:hover {
	color: #29844e;
	background-color: transparent;
	border-color: transparent;	
}

footer .footer-social li {
	padding: 0;
	display: inline;
}

.sticky-footer {
	position: fixed;
	bottom: 0px !important;
	left: 0;
	right: 0;
	z-index: 999999;
	background-color: #fff;
	padding-left: 5%;
	transition: all 0.3s ease;
}

.footer-box ul {
	list-style: none;
	padding-left: 0;
}

#footer h4 {
	padding-bottom: 12px;
	font-size: 28px;
	font-weight: 600;
}

.footer-first-column span p {
	font-size: 15px;
	padding-top: 20px;
	color: #353449;
	line-height: 21px;
	font-weight: 400;
	padding-left: 10%;
	padding-bottom: 25px;
}

.footer-copyright {
	padding-left: 10%;
	padding-top: 15px;
}

#footer_menu2 li {
	list-style-type: none;
	display: inline;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 7px 0 7px;
	position: relative;
}

#footer_menu2 li a {
	color: #414042;
}

.footer-fifth-column .cf-box {
	padding-bottom: 47px;
}

.menu-footer-menu-sim-container ul li:nth-child(2)::after {
	content: "";
	position: absolute;
	top: 20%;
	right: -2px;
	width: 1px;
	height: 60%;
	background: #414042;
}

.menu-footer-menu-sim-container ul li:nth-child(2)::before {
	content: "";
	position: absolute;
	top: 20%;
	left: -2px;
	width: 1px;
	height: 60%;
	background: #414042;
}

#footer_menu3 li {
	list-style-type: none;
	text-align: right;
	padding-right: 4%;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 45px;
}

#footer_menu3 li a {
	color: #414042;
}

.contact-detail-footer {
	font-size: 21px;
	color: #454647;
}

.cf-box img {
	padding-right: 8px;
}

.footer-social {
	list-style-type: none;
	float: right;
	padding-right: 6%;
	margin-bottom: 0;
	padding-top: 7px;
}

.list-inline.footer-social li {
	padding: 0 10px;
	display: inline-block;
}

.footer-social .btn-outline-light {
	border-color: transparent!important;
}

.footer-social li .btn-outline-light:hover {
	color: #6f6bfe;
	background-color: transparent!important;
	border-color: none;
}

.footer-social a:visited.btn-outline-light.btn-social {
	color: #fff;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
	box-shadow: none!important;
}

.list-inline.footer-social i {
	font-size: 25px;
}

.footer-fifth-column {
	text-align: center;
}

.menu-footer-menu-sim-container ul {
	padding-left: 0;
}

.website-design {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 15px 0;
	font-weight: 400;
	background: url('images/footer-bottom-bcg.jpg') no-repeat;
	background-size: cover;
}

.website-design .prijava {
	font-size: 26px;
	text-transform: uppercase;
	background-color: #fff;
	border-bottom-right-radius: 15px;
	transition: all 0.5s ease;
	padding: 5px 35px;
	margin-left: 14%;
}

.website-design .prijava a {
	color: #2dc2f7;
	transition: all 0.5s ease;
}

.website-design .prijava:hover a {
	color: #fff;
	transition: all 0.5s ease;
}

.website-design .prijava:hover {
	background-color: #2dc2f7;
	transition: all 0.5s ease;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-width: 0px;
	border-radius: var(--fancybox-thumbs-border-radius, 1px);
}

.fancybox__thumb {
	border-radius: var(--fancybox-thumbs-border-radius, 1px);
}

nav#menu-container {
	background: transparent;
	position: relative;
	width: 100%;
	background-color: #eaeaea;
	border-bottom-right-radius: 15px;
}

#btn-nav-previous {
	text-align: center;
	color: #454647;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	left: 0;
	padding: 9px 12px;
	background: #eaeaea;
	fill: #454647 !important;
	top: 6px;
}

#btn-nav-next {
	text-align: center;
	color: #454647;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	right: 0px;
	padding: 9px 12px;
	background: #eaeaea;
	fill: #454647;
	top: 6px;
}

.menu-inner-box {
	width: 100%;
	white-space: nowrap;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 10px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 12px;
	padding-right: 45px;
}

.hd-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
	text-align: right;
}

.hd-menu-item {
    height:100%;
    padding: 0px 25px;
    color:#fff;
    display:inline;
    margin:0 auto;
    line-height:57px;
    text-decoration:none;
    text-align:center;
    white-space:no-wrap;
}

.hd-menu-item:hover {
    text-decoration:underline;
}

.a2a_floating_style {
	display: none;
}

#btn-nav-previous, #btn-nav-next {
	display: none;
}

/******** 5.0 END FOOTER ********/


/******** 6.0 MEDIA QUERIES ********/

/* Extra large devices (large desktops) */

    @media only screen and (max-width : 1920px) {

.menu-inner-box {
	width: 100%;
}

.hd-menu a {
	font-size: 17px;
}

#btn-nav-previous {
	left: 60px;
}

.section-header-image img {
	width: auto;
	max-width: unset;
}

.ambasadori-box-text {
	padding: 15px 10px;
}

.plazma-text-left p, .plazma-text-right p {
	line-height: 37px;
	padding-bottom: 25px;
}

.plazma-text-left, .plazma-text-right {
	font-size: 25px;
}

.plazma-image-bottom img {
	max-width: 380px;
}

}

/* Extra large devices (large desktops) */

    @media only screen and (max-width : 1800px) {

.sn-box-box-text {
	width: 95%;
}

.ambasadori-box-text-items {
	height: 50px;
	font-size: 17px;
}

a .ambasadori-box-title h4 {
	font-size: 25px;
}

.competition-section-1-right {
	padding-left: 6%;
	padding-top: 0%;
}

.competition-section-2-left {
	padding-right: 6%;
	padding-top: 2%;
}

.competition-contact-box-title h3 {
	font-size: 38px;
}

.competition-contact-box-text {
	padding-top: 12%;
	padding-left: 4%;
}

#btn-nav-previous {
	left: 0px;
}
		
#menu-main-menu li a {
	font-size: 20px;
	padding: 8px 10px;
}
		
.hd-menu a {
	font-size: 15px;
	padding: 0 5px;
}
    }


/* Extra large devices (large desktops) */

    @media only screen and (max-width : 1530px) {

nav#menu-container::before {
	width: 83%;
	left: 55%;
}

.sidebar-vesti-box h4 {
	line-height: 20px;
}

.sidebar-vesti-box h4 a {
	font-size: 20px;
	line-height: 23px;
}

#menu-main-menu li a {
	font-size: 19px;
	padding: 8px 10px;
}

.header-bar {
	padding-left: 1%;
	padding-right: 1%;
}
		
.header-top-sponzor a:nth-child(1), .header-top-sponzor a:nth-child(2) {
	padding-right: 32px;
}

#btn-nav-next, #btn-nav-previous {
	top: 0px;
}

#btn-nav-previous, #btn-nav-next {
	display: block;
}

.competition-contact-box-title h3 {
	font-size: 28px;
}

.competition-contact-box-phone img, .competition-contact-box-text-email img {
	margin-right: 5px;
}

.competition-contact-box-text-email a {
	font-size: 18px;
}

.competition-contact-box-title h4 {
	padding-bottom: 20px;
}

.competition-contact-box-text {
	padding-top: 10%;
	padding-left: 4%;
}

.competition-contact-content:nth-child(2) {
	padding-left: 15px;
}

.competition-contact-content:nth-child(1) {
	padding-right: 15px;
}

.single-competition-section-3-right {
	padding-left: 4%;
	padding-top: 1%;
}

.competition-section-1-right {
	padding-left: 2%;
	padding-top: 0%;
}

.competition-section-1 h4, .competition-section-2 h4 {
	margin-bottom: 20px;
}

.competition-section-2-left {
	padding-right: 2%;
	padding-top: 1%;
}

.sn-box-box-title h3 {
	height: 90px;
	font-size: 24px;
}

.contact-info-box img {
	padding-right: 5px;
}

.contact-detail-cp {
	font-size: 19px;
}

.archive-competition-box-white {
	width: 86%;
	top: -35px;
}

.fp-section-1-right {
	padding-left: 3%;
	padding-top: 1%;
}

.fp-section-5-right {
	padding-left: 4%;
}

.header-counter .days, .header-counter .hours, .header-counter .minutes, .header-counter .seconds {
	letter-spacing: 1.15px;
	padding-left: 5px;
	padding-right: 5px;
}

.header-menu {
	padding-left: 0;
	padding-right: 0;
}

.fp-slider a {
	padding-right: 4%;
}

.fp-conter-box-content {
	font-size: 40px;
}

.single-competition-section-3 {
	padding-left: 8%;
	padding-right: 8%;
}
		
.menu-inner-box {
	width: 85%;
}
		
.plazma-text-left, .plazma-text-right {
	font-size: 23px;
}

.plazma-text-left p, .plazma-text-right p {
	line-height: 29px;
	padding-bottom: 25px;
}		

}

/* Extra large devices (large desktops, 1380px and up) */

    @media only screen and (max-width : 1380px) {

.counter-text {
	letter-spacing: 0;
}
		
.header-top-sponzor a:nth-child(1), .header-top-sponzor a:nth-child(2) {
	padding-right: 10px;
}
		
.header-top-sponzor a, .header-link-page a {
	font-size: 14px;
}
		
.header-logo-sponzora span, .header-top-sponzor span {
	font-size: 12px;
}
		
.header-top {
	padding-right: 1%;
}	
		
.header-top-sponzor {
	padding-left: 5px;
	padding-right: 5px;
}		

.single-ambasador-text {
	padding: 15px 20px;
}

.archive-vesti-inner.archive-ambasadori h3 {
	font-size: 16px;
}

.archive-organizacije .archive-vesti-inner.archive-ambasadori h2 {
	font-size: 30px;
}

.archive-vesti-box-white h4 {
	font-size: 26px;
}

#calendar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
		
}

/* Extra large devices (large desktops, 1200px and up) */

    @media only screen and (max-width : 1200px) {
		
.ysg-links {
	top: 13px;
    left: 3%;
    position: absolute;
    padding-top: 0;
}
		
.page-template-page-plazma .header-counter {
	padding-top: 0;
}		

.archive-ambasadori .archive-vesti-box-white .archive-vesti-btn-more {
	padding-top: 25px;
}

.top-menu1 .navbar {
	padding-top: 0px;
}

.logo-header img {
	max-width: 145px;
}

.top-menu1 .navbar {
	padding-right: 15px;
}

.menu-inner-box {
	width: 85%;
}
		
#clockdiv {
	text-align: center;
	position: absolute;
	top: 9px;
	padding-left: 5px;
}
		
.counter-text {
	font-size: 40px;
}		

.header-logo-sponzora {
	top: 13px;
	left: 16%;
	position: absolute;
	padding-top: 0;
}

.single-competition-section-3 {
	padding-left: 0;
	padding-right: 0;
}

.pdf-text a {
	line-height: 30px;
}

.vesti-date span {
	font-size: 13px;
}

#sponzori-sidebar-novosti {
	padding-left: 0;
	padding-right: 0;
}

.sidebar-vesti-box .sidebar-vesti-inner {
	padding-left: 0;
}

.single-content-text {
	padding-left: 15px;
} 

.single-ambasador-img {
	padding-left: 0;
}

.single-ambasador-text {
	padding-top: 20px;
}   	

.fp-counter-counter-main {
	max-width: 100%;
}

#btn-nav-next {
	right: 5px;
}

.fp-counter-counter-main {
	top: 0;
}

.competition-contact-content {
	margin-bottom: 30px;
}

.competition-contact-box-title h4 {
	padding-bottom: 50px;
}

.single-competition-section-3-right {
	padding-left: 2%;
	padding-top: 2%;
}

.fp-section-5-right {
	padding-left: 2%;
	padding-top: 2%;
}

.sidebar-vesti {
	padding-left: 30px;
}

.archive-vesti-box-white h4 {
	font-size: 22px;
	line-height: 25px;
}

.sn-main-content {
	padding-left: 10%;
	padding-right: 10%;
}

.footer-first-column img {
	max-width: 150px;
}

#footer_menu2 li {
	font-size: 16px;
}

.footer .container-fluid {
	padding-left: 2%;
	padding-right: 2%;
}

footer .btn-outline-light.btn-social {
	padding-right: 10px;
}

.contact-detail-footer {
	font-size: 20px;
}

.cf-box img {
	padding-right: 2px;
}

.contact-info .contact-info-box1:nth-child(1) {
	justify-content: left;
	align-items: left;
}

.competition-section-1-right, .competition-section-2-left {
	padding-top: 3%;
}

.competition-section-2-left {
	order: 2;
}

.competition-section-2-right {
	order: 1;
}

.header.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.logo-header img {
	position: relative;
	z-index: 999;
}

.pdf-text {
	padding: 5px 10px;
}

.section-table-calendar .fc .fc-toolbar {
	padding-top: 25px;
}

.fc-daygrid-event {
	font-size: 21px;
	line-height: 22px;
	padding: 5px;	
}

.fc .fc-daygrid-day-number {
	padding: 1px 4px;
	font-size: 19px;	
}

.fc .fc-col-header-cell-cushion {
	font-size: 17px;
}
		
.section-header-image h1 {
	font-size: 56px;
}
		
.header-link-page, .header-top-sponzor {
	padding-top: 16px;
}
		
.plazma-image-plazma-jednaki-u-sportu, .plazma-text-left, .plazma-image-for-video {
	padding-left: 9%;
	padding-right: 9%;
}

.plazma-image-plazma-pokrovitelj {
	padding-right: 9%;
	padding-left: 4%;
	padding-bottom: 4%;
}

.plazma-text-right {
	padding-right: 6%;
	padding-left: 1%;
	padding-top: 2%;
}

.plazma-image-bottom {
	padding-top: 2%;
	padding-bottom: 4%;
}

.plazma-image-for-video-right {
	padding-left: 1%;
	padding-right: 5%;
}

.plazma-image-for-video a::before {
	width: 100px;
	height: 100px;
}
		
.plazma-image-for-video-right a::before {
	width: 100px;
	height: 100px;
}
		
.plazma-image-plazma-jednaki-u-sportu, .plazma-image-for-video {
	padding-left: 1%;
	padding-right: 9%;
}
		
.plazma-text-left {
	padding-left: 9%;
	padding-right: 1%;
	padding-bottom: 3%;
}
		
.plazma-text-left, .plazma-text-right {
	font-size: 19px;
}	
		
.plazma-text-left p, .plazma-text-right p {
	line-height: 27px;
	padding-bottom: 17px;
}
		
.plazma-image-plazma-jednaki-u-sportu {
	padding-left: 8%;
	padding-right: 1%;
}		
    }

    /* Large devices (desktops, 992px and up) */
    @media only screen and (max-width : 992px) {

.ysg-links img{ max-width: 32px; }
.ysg-links ul li{ padding-right: 6px; }		
		
.footer .container-fluid {
	padding-left: 4%;
	padding-right: 4%;
}
		
.plazma-page {
	padding-top: 60px;
}
		
.header-link-page, .header-top-sponzor {
	padding-top: 12px;
	padding-right: 0;
}		

.fc-daygrid-event {
	font-size: 19px;
	line-height: 19px;
}

.header-menu {
	position: absolute;
	padding-top: 30px;
}

.fp-sponzori-box4 {
	margin-bottom: 10px;
}

.pdf-text a {
	line-height: 30px;
}

.sn-box-box-title h3 {
	height: auto;
}

.menu-footer-menu-1-container ul li, .menu-footer-menu-2-container ul li, .menu-footer-menu-3-container ul li {
	padding-bottom: 10px;
}

.cf-box:nth-child(3) {
	padding-top: 15px;
	padding-bottom: 15px;
}  	

#btn-nav-previous {
	left: 47px;
}

.ambasadori-box .slick-prev {
	left: -30px;
}

.ambasadori-box .slick-next {
	right: -18px;
}

.ambasadori-box .slick-next::before, .ambasadori-box .slick-prev::before {
	padding: 10px 10px;
}

.navbar-expand-lg .navbar-nav {
	display: block;
}

.single-vesti-content .single-content-inner {
	border-right: none;
	padding-right: 0px;
}

.single-content-bottom {
	margin-bottom: 25px;
	margin-top: 25px;
}

.sn-main-content {
	padding-left: 0%;
	padding-right: 0%;
}

footer {
	padding-bottom: 30px;
	padding-top: 30px;
}

.footer-first-column img {
	max-width: 70%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.footer-first-column p {
	padding-top: 15px;
	text-align: center;
	padding-bottom: 25px;
	line-height: 20px;
}

.contact-detail-footer {
	font-size: 18px;
}

footer .btn-outline-light.btn-social {
	padding-right: 3px;
}

.footer-fifth-column {
	padding-left: 0;
	padding-right: 3px;
}

.cf-box img {
	padding-right: 2px;
}

.competition-calendar-section-1 h2, .table-competition-title h4 {
	line-height: 50px;
}

.menu-inner-box {
	width: 81%;
}

#btn-nav-next {
	right: 0;
}

#btn-nav-previous {
	left: 22px;
}

nav#menu-container::before {
	width: 95%;
	left: 53%;
}

.top-menu2 {
	position: relative;
	top: 65px;
	left: 0;
	z-index: 999;
	padding-right: 0;
}

.logo-header img {
	z-index: 99999;
}

.top-menu1 {
	position: absolute;
	right: 0;
	z-index: 9999;
	padding-right: 0;
}

#menu-main-menu1 {
	position: absolute;
	width: 100%;
	right: 0;
}

#main-menu {
	background-color: #fff;
	margin-top: 2px;
	z-index: 99999;
	position: relative;
	text-align: center;
	padding-bottom: 15px;
}

.header-top-sponzor {
	padding-right: 5px;
	padding-left: 5px;
}

.header-top-sponzor a, .header-link-page a {
	font-size: 11px;
	padding-top: 5px;
}
		
.header-top-sponzor span {
	font-size: 13px;
}

.header-top-sponzor a:nth-child(1) {
	padding-right: 5px;
}
		
.header-logo-sponzora {
	top: 13px;
	left: 22%;
	position: absolute;
	padding-top: 0;
}

.header-logo-sponzora {
	left: 18%;
}

.fp-section-8 .col-logo-5 {
	width: 33%;
	height: auto;
}

.fp-section-8 .col-logo-8 {
	width: 33%;
	height: auto;
}

.fp-section-8 .col-logo-6 {
	width: 32.5%;
	height: auto;
}

.fp-section-8 .col-logo-7 {
	width: 25%;
}

.fp-section-8 .col-logo-4 {
	width: 50%;
	height: auto;
}

.sponsors-line {
	margin-bottom: 5px;
}

.website-design .prijava {
	margin-left: 0%;
}

.top-menu1 .navbar {
	border-right: 0;
	padding-right: 0;
	padding-top: 0;
}

.sticky .top-menu1 .navbar {
	border-right: 0;
	padding-right: 30px;
	padding-top: 0;
}

.single-sports-psf {
	padding-left: 0;
	padding-right: 0;
}

.pdf-text {
	padding-right: 10px;
	padding-left: 10px;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 .15rem;
}

.section-header-image {
	margin-top: 30px;
}

.section-header-image h1 {
	font-size: 56px;
	line-height: 61px;
}
		
.header-counter .days, .header-counter .hours, .header-counter .minutes {
	font-size: 16px;
}		

.counter-text {
	font-size: 38px;
}
		
.header-logo-sponzora span {
	font-size: 12px;
}
		
.plazma-image-for-video a::before, .plazma-image-for-video-right a::before {
	top: 50%;
	left: 50%;
}	
		
.plazma-image-plazma-jednaki-u-sportu, .plazma-text-left, .plazma-image-for-video, .plazma-image-for-video-right, .plazma-text-left, .plazma-text-right {
	padding-left: 11%;
	padding-right: 9%;
}	

.plazma-image-plazma-pokrovitelj {
	padding-right: 9%;
	padding-left: 9%;
}		
		
.plazma-image-plazma-odbojkasica, .plazma-image-plazma-kosarkasica {
	padding-right: 4%;
	padding-left: 6%;
	padding-top: 4%;
}

.plazma-image-plazma-kosarkasica {
	padding-left: 11%;
	padding-right: 5%;
}
.plazma-image-for-video-right {
	padding-left: 11%;
	padding-right: 8%;
}	
		
.image-plazma-sim {
	text-align: center;
	margin: 0 auto;
}		
}

    /* Medium devices (tablets, 768px and up) */
    @media only screen and (max-width : 768px) {
		
.plazma-image-plazma-jednaki-u-sportu-back {
	display: none;
}
		
footer {
	padding-bottom: 10%;
}
		
.plazma-page {
	padding-top: 55px;
}		

  .fc-toolbar-chunk {
    display: table-row;
    text-align: center;
    padding: 5px 0;
  }

.fp-section-8 .col-logo-4, .fp-section-8 .col-logo-5, .fp-section-8 .col-logo-6, .fp-section-8 .col-logo-7 {
	width: 50%;
}

.btn-pdf-download a {
	font-size: 14px !important;
}

.video-wrapper {
	max-height: 500px;
}

.ambasadori-box .slick-next {
	right: -16px;
}

.pdf-text a {
	line-height: 20px;
	font-size: 20px;
}

.footer-first-column span p {
	padding-bottom: 0;
}

.footer-fifth-column .cf-box {
	padding-bottom: 25px;
}

.section-header-image h1 {
	font-size: 60px;
	text-align: center;
}

.fc-theme-standard td, .fc-theme-standard th {
	width: 100px;
} 	

.fp-section-4 img, .fp-section-7-bcg img {
	width: 100%;
	max-width: 500px;
}

.fp-banners-box img {
	padding: 5px 5px;
}

.competition-section-2 h4, .competition-section-1 h4 {
	font-size: 38px;
	line-height: 32px;
}

.archive-competition-title h2 {
	font-size: 40px;
	line-height: 40px;
}

.fp-counter-counter-main {
	padding: 10px 15px;
}

.wrapper {
	display: block;
}

.fp-conter-box-title {
	font-size: 12px;
}

.fp-conter-box-content {
	width: 16%;
	font-size: 28px;
}

.competition-calendar-section-1 h2, .table-competition-title h4 {
	line-height: 32px;
	font-size: 30px;
}

.archive-vesti-box-white h4, .archive-vesti-excerpt {
	height: auto;
}

.single-content h1 {
	font-size: 38px;
	line-height: 40px;
	margin-bottom: 30px;
}

.cf-box img {
	padding-right: 10px;
	max-width: 150px;
}

.footer-fifth-column {
	padding-left: 15px;
	padding-right: 15px;
}

footer .btn-outline-light.btn-social {
	padding-right: 15px;
}

.contact-detail-footer {
	font-size: 20px;
}

.footer-first-column img {
	max-width: 50%;
}
    	
.dropdown-menu {
	position: relative;
	width: 100%;
}

.contact-info .contact-info-box1:nth-child(1), .contact-info .contact-info-box1:nth-child(3), .contact-info2 .contact-info-box:nth-child(1), .contact-info2 .contact-info-box:nth-child(3) {
	width: 100%;
	padding-bottom: 20px;
}

.contact-info2 .contact-info-box {
	padding-bottom: 20px;
}

.contact-info .contact-info-box1:nth-child(2), .contact-info .contact-info-box1:nth-child(4) {
	width: 100%;
	padding-bottom: 20px;
}

.contact-info2 .contact-info-box:nth-child(2), .contact-info2 .contact-info-box:nth-child(4) {
	width: 100%;
}

.fp-section-7-bcg {
	padding-left: 15px;
	padding-right: 15px;
}

.fp-section-3-title h4 {
	line-height: 50px;
}

.competition-contact-box-title h4 {
	padding-bottom: 20px;
}

.competition-contact-box-img {
	padding-right: 15px;
}

.search-frm .search-box {
	right: 2px;
}

nav#menu-container::before {
	width: 100%;
	left: 53%;
}

#btn-nav-previous {
	left: 0;
}

#btn-nav-next {
	right: 0;
}

.menu-inner-box {
	width: 84%;
}

.header-logo-sponzora {
	left: 0;
	right: 0;
}

.header-link-page {
	padding-top: 15px;
	padding-right: 12px;
}

.header-top-sponzor {
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
	padding-top: 0;
}
		
.header-top-sponzor p {
	margin-bottom: 5px;
}

.search-top {
	padding-top: 10px;
}

.top-menu2 {
	top: 61px;
}

.top-menu1 {
	top: 25px;
}

#popup-prijava h3 {
	font-size: 46px;
	line-height: 48px;
}

#popup-prijava .modal-content p {
	padding-left: 3%;
	padding-right: 3%;
}

.section-header-image img {
	max-height: 200px;
}

#ambasadori_menu {
	margin-bottom: 8px;
	padding-left: 0;
}

.menu-ambasadori-menu-container {
	left: 0;
	right: 0;
	text-align: center;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;	
}

.menu-ambasadori-menu-container ul li a {
	padding: 5px 5px;
}

.sponsors-line {
	display: block;
}
		
.header-top {
	padding-left: 1%;
}
		
.header-top-sponzor a:nth-child(1) {
	padding-right: 50px;
}
		
.plazma-text-left p, .plazma-text-right p {
	line-height: 27px;
	padding-bottom: 0px;
}
		
.image-plazma-sim {
	display: none;
}	
		
.plazma-image-plazma-jednaki-u-sportu { 
	order: 1; 
}
		
.plazma-image-for-video {
	order: 2;
	padding-top: 20px;
	padding-bottom: 13px;
}
		
.plazma-image-plazma-odbojkasica, .plazma-image-plazma-kosarkasica {
	padding-top: 0;
}
		
.plazma-image-for-video-right {
	padding-top: 3%;
	padding-bottom: 6%;
}
		
.plazma-image-bottom {
	padding-left: 0;
}
		
.plazma-image-plazma-sportasica {
	order: 3; 
}
		
.plazma-text-left {
	order: 4;
	padding-top: 15px;
	padding-bottom: 0;
}
		
.plazma-image-plazma-ok {
	order: 5;
}
		
.plazma-image-plazma-kosarkasica {
	order: 6;
	padding-bottom: 2%;
}		
		
.plazma-image-for-video-right { 
	order: 7; 
}
		
.plazma-text-right { 
	order: 8; 
}
		
.plazma-text-bottom-logo { 
	order: 9; 
}		
		
.plazma-image-plazma-pokrovitelj {
	order: 10;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin: 0 auto;
}
		
.plazma-image-bottom { 
	order: 11; 
}
		
.plazma-text-left, .plazma-text-right {
	font-size: 18px;
}
		
.plazma-image-plazma-pokrovitelj img {
	max-width: 70%;
}		
}

    /* Small devices (landscape phones, 576px and up) */ 
    @media only screen and (max-width : 576px) {
		
.fp-section-8 .col-logo-8 {
	width: 33%;
}
		
.header-top-sponzor a:nth-child(1), .header-top-sponzor a:nth-child(2) {
	display: none;
}
		
#btn-nav-previous, #btn-nav-next {
	padding: 9px 5px;
}

.menu-inner-box {
	width: 80%;
}

.header-link-page a {
	position: absolute;
	top: 53px;
	text-align: center;
}

.table-calendar-col tbody {
	overflow-x: auto;
	height: 500px;
	overflow-y: scroll;
}

.fc-scrollgrid.fc-scrollgrid-liquid {
	table-layout: auto;
}

.header-logo-sponzora span {
	display: inline;
}

.header-logo-sponzora {
	text-align: right;
	display: inline;
	padding-top: 0;
}

.header-top-sponzor a p {
	padding-top: 25px;
	padding-left: 8px;
}

.search-top {
	padding-top: 40px;
}

.search-frm .search-box {
	right: 10px;
	top: 72px;
	z-index: 999999;
}

.btn-pdf-download a::after {
	width: 30px;
}

.ambasadori-box-text-items {
	height: auto;
}

.ambasadori-box .slick-next::before, .ambasadori-box .slick-prev::before {
	display: none;
}

.fp-section-3-title h3 {
	margin-top: 0px;
}

.fp-section-3 {
	padding-bottom: 3%;
}

.menu-ambasadori-menu-container {
	font-size: 13px;
	padding-left: 0;
	padding-right: 0;
}

.section-header-image h1 {
	font-size: 38px;
	text-align: center;
	line-height: 34px;
}

p.single-vesti-subtitle {
	font-size: 26px;
	line-height: 30px;
}

.single-ambasador-text h1 {
	font-size: 34px;
}

.single-ambasador-text h2 {
	font-size: 18px;
}

.single-ambasador-text, .single-content-text p {
	font-size: 20px;
	line-height: 26px;
}

.left-page-content p {
	font-size: 20px !important;
	line-height: 26px !important;	
}

.archive-vesti-inner.archive-ambasadori h2 {
	font-size: 30px;
}

.website-design .prijava {
	font-size: 19px;
	padding: 5px 20px;
}

.list-inline.footer-social i {
	font-size: 18px;
}

.footer-social {
	padding-top: 3px;
	padding-right: 0%;
}

.list-inline.footer-social li {
	padding: 0 5px;
}

#footer_menu3 li {
	text-align: center;
	font-size: 20px;
	line-height: 28px;
}

.contact-info2 h4 {
	font-size: 22px;
	line-height: 26px;
} 

.fp-conter-box-content {
	width: 33%;
}   	

.competition-contact-box-text {
	padding-top: 5%;
	padding-left: 7%;
	padding-bottom: 4%;
}

.section-3-contact-form .cform-div {
	padding-bottom: 0;
}

.single-competition-section-3-right h4 {
	font-size: 32px;
	line-height: 28px;
}

.single-competition-section-3-title h4 {
	font-size: 34px;
	line-height: 42px;
	padding-bottom: 30px;
}

.fp-section-3-title h4 {
	font-size: 34px;
	line-height: 35px;
}

.fp-section-8 h4 {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 50px;
}

.fp-section-5 h4, .fp-section-6 h4 {
	font-size: 34px;
}

.fp-section-4-bcg {
	padding-left: 15px;
	padding-right: 15px;
}

.fp-section-1 {
	padding-bottom: 10%;
}

.fp-section-1 h4 {
	font-size: 34px;
	line-height: 36px;
}

.single-content-bottom {
	text-align: center;
}

.share-buttons-vesti .addtoany_shortcode {
	float: none;
}

.share-buttons-vesti {
	float: none;
	text-align: center;
}

.single-content h1 {
	font-size: 30px;
	line-height: 35px;
}

.single-content-bottom {
	padding-top: 15px;
}

.sn-box-box-text {
	width: 90%;
	top: -60px;
}

footer {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

.footer-first-column p {
	padding-bottom: 0;
	margin-bottom: 10px;
}

.section-3-contact-page h4 {
	font-size: 38px;
}

.fp-section-8 .col-logo-5, .fp-section-8 .col-logo-8, .fp-section-8 .col-logo-6 {
	height: auto;
}

.fp-section-2 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.video-wrapper {
	max-height: 300px;
}
		
#footer_menu3 {
	padding-bottom: 30px;
}	
		
.plazma-image-for-video a::before, .plazma-image-for-video-right a::before {
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
}		
.plazma-image-plazma-pokrovitelj img {
	max-width: 70%;
}
		
.plazma-image-plazma-pokrovitelj {
	text-align: center;
	margin: 0 auto;
}
		
.plazma-image-bottom img {
	max-width: 60%;
}
		
.plazma-text-left, .plazma-text-right {
	font-size: 17px;
}		
    }

    
    /******** 6.0 END MEDIA QUERIES ********/

@media only screen and (min-width: 1920px) {
  #btn-nav-previous {
    display:none;
  }

  #btn-nav-next {
    display:none;
  }
    .menu-inner-box
    { 
        width:100%;
        overflow-x:auto;
    }
}