#000000 @font-face {
	font-family: 'Conv_Uni Ila.Sundaram-13';
	src: url('fonts/Uni Ila.Sundaram-13.eot');
	src: local('?'), url('fonts/Uni Ila.Sundaram-13.woff') format('woff'), url('fonts/Uni Ila.Sundaram-13.ttf') format('truetype'), url('fonts/Uni Ila.Sundaram-13.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_Uni Ila.Sundaram-10';
	src: url('fonts/Uni Ila.Sundaram-10.eot');
	src: local('?'), url('fonts/Uni Ila.Sundaram-10.woff') format('woff'), url('fonts/Uni Ila.Sundaram-10.ttf') format('truetype'), url('fonts/Uni Ila.Sundaram-10.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
	
body
{
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #f0FBFF;
	font-family: 'Conv_Uni Ila.Sundaram-10';
	
}
	img.center { display: block;  margin: 0 auto;}
	img{width:63%; max-width:63%; }
	img { border-radius: 8px;}	
	
 h1,h2
	{
	margin: 0em;
	padding: 0em;
	font-family: 'Conv_Uni Ila.Sundaram-13';
	letter-spacing: -0.025em;
	text-align: center;
}

h2
{
	font-size:26px;
	
}
.content{
	font-size:18px;
	font-family: 'Conv_Uni Ila.Sundaram-10';
}

 .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
   border-radius: 8px;
}

.hovereffect .overlay {
  width: 50%;
  height: 50%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(86px, -100px) rotate(180deg);
  -ms-transform: translate(86px, -100px) rotate(180deg);
  transform: translate(86px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
 
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #D80082;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-86px);
  -ms-transform: translateY(-86px);
  transform: translateY(-86px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 10px;
	left: 10px;
	padding: 10px 0;
	}


figure.effect-marley p {
	bottom: 10px;
	
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 10px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #99FFFF;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

			<!--tent
				background: #3366FF;
				padding: 10px;
			}-->
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 1em;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 86px;
	max-width: 86px;
	max-height: 86px;
	width:4%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	 border-radius: 8px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 10px
	color: #FFFF00;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 100%;
	
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 18px;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 400;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
	}

.grid figure p {
	letter-spacing: 1px;
	font-size:75%;
}

