.bgImgCenter{
    border-style: none;
    margin: 0 auto;
	border-radius			: 15px;
	-moz-border-radius		: 15px;
	-webkit-border-radius	: 15px;
	-khtml-border-radius	: 15px; 
	-o-border-radius		: 15px;
	-pie-track-active		: false;
	-pie-track-hover		: false;
	text-align:center;
	
/* 
	background-color: white;
    background-image: url('/images/worldmap.png');
    background-repeat: no-repeat;
	background-position: center; 
	background-size:cover;
	opacity: 0.5;

 background: #ababab;
 background: -moz-linear-gradient(45deg, #BD0000 0%, #ffff00 25%, #26BAFF 50%, #ffff00 75%, #C90000 100%); /* ff3.6+ 
 background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #BD0000), color-stop(25%, #ffff00), color-stop(50%, #26BAFF), color-stop(75%, #ffff00), color-stop(100%, #C90000)); /* safari4+,chrome
 background: -webkit-linear-gradient(45deg, #BD0000 0%, #ffff00 25%, #26BAFF 50%, #ffff00 75%, #C90000 100%); /* safari5.1+,chrome10+ 
 background: -o-linear-gradient(45deg, #BD0000 0%, #ffff00 25%, #26BAFF 50%, #ffff00 75%, #C90000 100%); /* opera 11.10+ 
 background: -ms-linear-gradient(45deg, #BD0000 0%, #ffff00 25%, #26BAFF 50%, #ffff00 75%, #C90000 100%); /* ie10+ 
 background: linear-gradient(45deg, #BD0000 0%, #ffff00 25%, #26BAFF 50%, #ffff00 75%, #C90000 100%); /* w3c 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C90000', endColorstr='#BD0000',GradientType=1 ); /* ie6-9 
 */

 background: -moz-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* ff3.6+ */
 background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(192,192,192,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(128,128,128,1))); /* safari4+,chrome */
 background: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* safari5.1+,chrome10+ */
 background: -o-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* opera 11.10+ */
 background: -ms-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* ie10+ */
 background: linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); /* w3c */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#c0c0c0',GradientType=1 ); /* ie6-9 */
 
}

/************************************************
* Welcome animation on hover
************************************************/

.bgImgCenter:hover{
	 -webkit-animation: flip-scale-up-diag-2 1s linear reverse both;
	animation: flip-scale-up-diag-2 1s linear reverse both;
}

@-webkit-keyframes flip-scale-up-diag-2 {
	0% {
	  -webkit-transform: scale(1) rotate3d(-1, 1, 0, 0deg);
			  transform: scale(1) rotate3d(-1, 1, 0, 0deg);
	}
	50% {
	  -webkit-transform: scale(2.5) rotate3d(-1, 1, 0, 90deg);
			  transform: scale(2.5) rotate3d(-1, 1, 0, 90deg);
	}
	100% {
	  -webkit-transform: scale(1) rotate3d(-1, 1, 0, 180deg);
			  transform: scale(1) rotate3d(-1, 1, 0, 180deg);
	}
  }
  @keyframes flip-scale-up-diag-2 {
	0% {
	  -webkit-transform: scale(1) rotate3d(-1, 1, 0, 0deg);
			  transform: scale(1) rotate3d(-1, 1, 0, 0deg);
	}
	50% {
	  -webkit-transform: scale(2.5) rotate3d(-1, 1, 0, 90deg);
			  transform: scale(2.5) rotate3d(-1, 1, 0, 90deg);
	}
	100% {
	  -webkit-transform: scale(1) rotate3d(-1, 1, 0, 180deg);
			  transform: scale(1) rotate3d(-1, 1, 0, 180deg);
	}
  }

.cssTools_List{
	display: inline-block;
	width:100%;
	text-align:center;
	margin: 0 auto;
}
.cssTools_Row{
	display: inline-block;
	width:48%;
	text-align:center;
	margin: 0 auto;
}
.cssTools_Icon{
	display: inline-block;
	width:30%;
	text-align:center;
	margin: 0 auto;
	min-width: 200px;
}
.cssTools_Description{
	display: inline-block;
	width:50%;
	text-align:left;
	margin: 0 auto;
	min-height:120px;
	padding-left:20px;
	padding-top:50px;
	vertical-align: top;
	
}

  