.te-ic2-default {
			height: 300px;
}

.te-ic2-rasta {
	        height: 300px;
            background-color: red; /* For browsers that do not support gradients */
            background-image: linear-gradient(red, yellow, green); /* Standard syntax (must be last) */
}
.te-ic2-rasta h5 {color:white;}
.te-ic2-rasta h6 {color:black;}

.te-ic2-plain {
	        height: 300px;
            background-color: lightgrey; /* For browsers that do not support gradients */
}
.te-ic2-plain h5 {color:white;}
.te-ic2-plain h6 {color:darkgrey;}

.te-ic2-light {
	        height: 300px;
            background-color: white; /* For browsers that do not support gradients */
}
.te-ic2-light h5 {color:grey;}
.te-ic2-light h6 {color:darkgrey;}

.te-ic2-dark {
	        height: 300px;
            background-color: black; /* For browsers that do not support gradients */
}
.te-ic2-dark h5 {color:lightgrey;}
.te-ic2-dark h6 {color:lightgrey;}

.te-ic2-red {
	        height: 300px;
            background-color: red; /* For browsers that do not support gradients */
}
.te-ic2-red h5 {color:white;}
.te-ic2-red h6 {color:black;}

.te-ic2-green {
	        height: 300px;
            background-color: green; /* For browsers that do not support gradients */
}
.te-ic2-green h5 {color:white;}
.te-ic2-green h6 {color:black;}

.te-ic2-blue {
	        height: 300px;
            background-color: blue; /* For browsers that do not support gradients */
}
.te-ic2-blue h5 {color:white;}
.te-ic2-blue h6 {color:black;}
.te-ic2-orange {
	        height: 300px;
            background-color: orange; /* For browsers that do not support gradients */
}
.te-ic2-orange h5 {color:white;}
.te-ic2-orange h6 {color:black;}
.te-ic2-yellow {
	        height: 300px;
            background-color: orange; /* For browsers that do not support gradients */
}
.te-ic2-yellow h5 {color:white;}
.te-ic2-yellow h6 {color:black;}

.te-ic2-brown {
	        height: 300px;
            background-color: brown; /* For browsers that do not support gradients */
}
.te-ic2-brown h5 {color:white;}
.te-ic2-brown h6 {color:black;}

.te-ic2-skyblue {
	        height: 300px;
            background-color: skyblue; /* For browsers that do not support gradients */
            background-image: linear-gradient(skyblue, aliceblue, skyblue); /* Standard syntax (must be last) */
}
.te-ic2-skyblue h5 {color:darkgrey;}
.te-ic2-skyblue h6 {color:darkgrey;}

.te-ic2-hexbg {
	        height: 300px;
            background-color: lightgrey; 
            background-image: linear-gradient(lightgrey, white, darkgrey); 
}
.te-ic2-hexbg h5 {color:gold;}
.te-ic2-hexbg h6 {color:gold;}
.te-ic2-hexbg {
		        height: 300px;
				width:100%;
				color:gold;
				background-image: url(hex.jpg);
				opacity: 0.8;
				text-shadow: 0px 0px 10px #888888;
}

.te-ic2-custom {}