#banner {

	background-size:cover;
	height:370px;
    background-repeat: no-repeat;
	margin 0;
}
#bannerTxt{
	color: #0024a0;		
}


#bannerTxt p {
	margin-left: 30px;
	padding-top: 30px;
}


#products img {	 
	height: 120px;
	display: block;
	margin: 0 auto;
  
	}

#products p{
	font-size: 12px;
	/* [disabled]text-align: justify; */
}

#products h6, h5
{
	color: #0024a0;
	font-size: 16px;
	text-align: center;
	line-height: 12px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 15px;
	
	
}

@media screen and (min-width: 765px) {
	#banner {
		background-image: url(../images/baner1.jpg);
		height:395px;
	}
	#bannerTxt{
	font-size: 34px;
	width: 550px;
	}
	.opisy
	{ padding-top: 2px;
	}
	
	
}

@media screen and (max-width: 765px) {
	#banner {
		background-image: url(../images/baner3.jpg);
		height:350px;
	}
	#bannerTxt{
	  font-size: 24px;
	  width: 330px;
	}
	
	#products  img {
	  float:left;
	  padding-bottom:8px;
	}
	.opisy
	{ padding-top: 15px;
	}
	
	#products p{ 
		margin:8px;
		font-size: 14px;
	}
	
	#products h6, h5
	{			
	 font-size: 20px;
	}
		
}
	 



@media all and (max-width: 1280px)  and (min-width: 765px)  {
#products h5
{
	/*padding-top: 8px;
	 [disabled]padding-bottom: 4px; */
	 margin-bottom: 26px;
}

}
