.box {
	width: 300px;
	height: 460px;
	position: relative;
	background: rgba(255,255,255,1);
	display: inline-block;
	cursor: pointer;
	color: #2c3e50;
	box-shadow: inset 0 0 0 3px #2c3e50;
	-webkit-transition: background 0.4s 0.5s;
	transition: background 0.4s 0.5s;
}

.box:hover {
	background: rgba(255,255,255,0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.box h3 {
	font-family: "Ruthie", cursive;
	font-size: 180px;
	line-height: 370px;
	margin: 0;
	font-weight: 400;
	width: 100%;
}

.box span {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 5px;
}

.box h3,
.box span {
	-webkit-transition: color 0.4s 0.5s;
	transition: color 0.4s 0.5s;
}

.box:hover h3,
.box:hover span {
	color: #fff;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.box svg {
	position: absolute;
	top: 0;
	left: 0;
}

.box svg line {
	stroke-width: 3;
	stroke: #ecf0f1;
	fill: none;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.box:hover svg line {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.box svg line.top,
.box svg line.bottom {
	stroke-dasharray: 330 240; 
}

.box svg line.left,
.box svg line.right {
	stroke-dasharray: 490 400;
}

.box:hover svg line.top {
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
}

.box:hover svg line.bottom {
	-webkit-transform: translateX(600px);
	transform: translateX(600px);
}

.box:hover svg line.left {
	-webkit-transform: translateY(920px);
	transform: translateY(920px);
}

.box:hover svg line.right {
	-webkit-transform: translateY(-920px);
	transform: translateY(-920px);
}

/* Alternatives */

/* Color */
.demo-2 .box {
	box-shadow: inset 0 0 0 10px #2c3e50;
}

.demo-2 .box:hover h3,
.demo-2 .box:hover span {
	color: #AB0002;
}

.demo-2 .box svg line {
	stroke-width: 8;
}

.demo-2 .box:hover svg line {
	stroke: #AB0002;
	
}

img.first {
  height: 461px; 
  width: 300px;
}


.hoveresh {
	width: 96%;
	height: 97.5%;
	background-color:transparent;
	position: absolute;
    top: 6px;
    left: 6px;
}

.hoveresh:hover {
background: -moz-radial-gradient(center, ellipse cover,  rgba(231,231,231,0) 0%, rgba(189,189,189,0) 2%, rgba(189,189,189,0) 16%, rgba(189,189,189,0.41) 58%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(231,231,231,0)), color-stop(2%,rgba(189,189,189,0)), color-stop(16%,rgba(189,189,189,0)), color-stop(58%,rgba(189,189,189,0.41)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(231,231,231,0) 0%,rgba(189,189,189,0) 2%,rgba(189,189,189,0) 16%,rgba(189,189,189,0.41) 58%);
background: -o-radial-gradient(center, ellipse cover,  rgba(231,231,231,0) 0%,rgba(189,189,189,0) 2%,rgba(189,189,189,0) 16%,rgba(189,189,189,0.41) 58%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(231,231,231,0) 0%,rgba(189,189,189,0) 2%,rgba(189,189,189,0) 16%,rgba(189,189,189,0.41) 58%);
background: radial-gradient(ellipse at center,  rgba(231,231,231,0) 0%,rgba(189,189,189,0) 2%,rgba(189,189,189,0) 16%,rgba(189,189,189,0.41) 58%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e7e7e7', endColorstr='#69bdbdbd',GradientType=1 );

	transition-duration: 2s;
	

}


/*span.text-content {
  color: transparent;
  cursor: pointer;
  display: table;
  position: absolute;
  background-color: rgba(255,255,255,0.11)
}*/
 
