/*
#------------------------------------------------------------------------
# University - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/
 
/*
 * News Show Pro GK5
 */

img.nspImage { 
	display: block; 
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.nspImageWrapper {
	display: block;
	overflow: hidden;
}
.nspImageWrapper:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
@media (max-width: 992px) {

}

@media screen and (min-width: 320px) and (max-width: 568px) {
	
}

@media screen and (max-width: 768px) {
	
}

/*RESPONSIVE NEWS GK IMAGES ARTICLE*/
@media screen and (min-width: 992px) {

}
@media screen and (max-width: 992px) {
	
}
/* END RESPONSIVE NEWS GK IMAGES ARTICLE*/