#gallery .galleryCard .img-wrap {
	height:500px
}
.zgodovina-razpisov-drop {
	position:absolute; 
	width:150px;
	top:-10px; 
	right:0px;
}
.newsArchive .title {
	font-size: 15px!important;
    line-height: 21px!important;
}
.newsArchive .date {
	color: black!important;
	font-size: 13px!important;
}
.titleRow {
	border-bottom-width: 3px;
    border-bottom-color: #95c93d;
    border-bottom-style: solid;
    margin-bottom: 20px;
}

.home-boxes {
	padding-left: 30px; 
	padding-top: 50px; 
	padding-bottom: 100px;
}


.searchButton {
	border: 2px solid #96bf34;
    border-radius: 15px;
    color: #96bf34;
    font-weight: 700;
    font-family: Nunito, sans-serif;
    transition: all .280s ease-in;
    height: 100%;
    width: 100%;
    background: whitesmoke;
}

.KoledarBoxMain {
	/*position: absolute;
    right: 30px;*/
    float:right;
	margin-top:30px;
}
.turnamentCounterWrapper {
	float:right; 
	margin-top:50px;
}

.razpisiBox {

    padding: 16px 20px 13px;
    color: #fff;
    font-size: 1em;
    width: 398px;
    border-radius: 15px;
    background: #00A4D0;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 49%);
	
}

.razpisiBox h3 {
	font-weight: 800
}

.razpisiBox a {
	color: white;
	text-decoration:none;
	line-height:10px;
}

.razpisiBox p {
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 10px;
    border-color: white;
}
.newsCard .content-wrap {
	position: relative;
}
.newsCard .readMore {
	position: absolute;
    bottom: -15px;
    right: 0px;
}

.newsCard .img-wrap img {
    border-radius: 15px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.newsCard .content-wrap .title {
    font-family: Nunito, sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #00a4d0;
    text-transform: uppercase;
    margin-bottom: 2px;
    transition: all 0.5s ease;
}

.logos.senior {
	text-align:center;
}
.img-fluid.senior  {
	max-height:250px;
}
.yonex-livestream .logos {
	    height: unset!important;
}

.yonex-livestream p a {
	color: white;
	text-decoration: underline;
}

.yonex-livestream p a:hover {
	color: white;
	font-weight:700;
	text-decoration: none;
}

@media  (max-width: 768px) { 
	.home-boxes {
		padding-left: 10px; 
		padding-top: 300px; 
		padding-bottom:unset;
	}
	.razpisiBox {
		width: unset;
		background: #00a4d0ad;
	}
	
	.KoledarBoxMain {
		position: unset!important;
		right: unset!important;
		top: unset!important;
		margin-top:30px;
		width:100%;
		padding-bottom:20px;
	}

	#home .turnamentCounterWrapper .turnametnCounter {
		max-width: unset;
	}

	.turnamentCounterWrapper {
		float:unset; 
		margin-top:20px;
	}
	
	#home {
		height: unset!important;	
	}
	
	#news {
		padding-top: 50px;
	}
	
	.yonex-livestream {
		margin-bottom: 30px;
	}
	.searchFilter {
		margin-top:30px
	}

	.zgodovina-razpisov-drop {
		position: relative;
		width: 100%;
		right: unset;
	}

}
