.template-image
{
	height: 200px;
	background-size: cover;
	background-position: center;
}

.template-info
{
	text-align: center;
}

.template-info h2
{
	font-size: 14pt;
}

.stitched {
   padding: 20px;
   border: 2px dashed #dedede;
   border-radius: 10px;
}

.mv-image-upload
{
	height: 200px;
	color: #dedede;
	text-align: center;
	padding-top: 60px;
	
	transition: all 0.5s ease;
	cursor: pointer;
	
	background-position: center;
	background-size: cover;
}

	.mv-image-upload:hover
	{
		height: 200px;
		color: #00afd2;
		border: 2px dashed #00afd2;
		text-align: center;
		padding-top: 60px;
	}
	
/***** Editor *****/

.mv-widget i
{
	color: #2c2c2c;
    font-size: 20px;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: inherit;
    text-align: center;
    
    border: 0;
}

.services-box:hover .mv-widget i
{
	border: 0;
	background-color: transparent;
	color: #2c2c2c;
}