/*
#------------------------------------------------------------------------
# Simplicity - February Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

.gkCrop {
   background-image: url('http://synergers.com/images/other/plan.png');
}
.gkCrop:hover {
   background-color: #000000;
   background-image: url('http://synergers.com/images/other/plan1.png');
   background-position: center bottom;
}

.gkRocket {
   background-image: url('http://synergers.com/images/other/communicate.png');
}
.gkRocket:hover {
   background-color: #000000;
   background-image: url('http://synergers.com/images/other/communicate1.png');
   background-position: center bottom;
}

.gkMobile {
   background-image: url('http://synergers.com/images/other/execute.png');
}
.gkMobile:hover {
   background-color: #000000;
   background-image: url('http://synergers.com/images/other/execute1.png');
   background-position: center bottom;
}

#gkHeaderMod img {
max-width: 100%;
height: auto;
}

