/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4. 3. 2020, 16:27:02
    Author     : skapa
*/

div.partner_x
{
	width:16%;
	height:160px;
	
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center center;
	
	background-color:white;
	
	margin-bottom:10px;
	margin-right:0.8%;
	float:left;
}

div.posledni_partner
{
	margin-right:0%;
}
	

	@media only screen and (max-width: 1180px)
	{
		div.partner_x
		{
		padding:1%;
		width:32%;
		margin-right:1%;
		height:120px;
		float:left;
		}
	}
	
	@media only screen and (max-width: 450px)
	{
		div.partner_x
		{
		padding:1%;
		width:48%;
		float:left;
		height:100px;
		margin-bottom:0px;
		}
	}

div.partner_x a
{
	display:block;
	width:100%;
	height:100%;
}

h3.partneri_cos
{
	margin-right:0px;
	font-size:18px;
	width:100%;
	text-align:center;
	margin-top: 0px;
}