/* CSS Document */

.catimages img {width: 100%; transform: scale(1) rotate(0deg); transition: all 0.3s ease-in 0s;}

.catimages img:hover {transform: scale(1.05) ; -webkit-transform: scale(1.05) ;}

.catimages .uk-card-title{font-size:15px; font-weight:bold !important; }



.uk-navbar-container .uk-container { width:100% !important; max-width:100% !important; }


@media all and (min-width:665px)
{
	.support .uk-grid > div
	{
	max-width:357px !important;
	}
}