.dropzone .dz-message:before, .dropzone .dz-preview .dz-remove:before {
	font-family: feather;
	display: inline-block;
	z-index: 2;
	text-indent: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased
}

.dropzone {
	min-height: 350px;
	border: 2px dashed #00B5B8;
	background: #F5F7FA
}

.dropzone .dz-message {
	font-size: 2rem;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 300px;
	margin-top: -30px;
	color: #00B5B8;
	text-align: center
}

.dropzone .dz-message:before {
	content: '\e94b';
	font-size: 80px;
	position: absolute;
	top: 48px;
	width: 80px;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	line-height: 1;
	color: #00B5B8
}

.dropzone .dz-preview.dz-image-preview {
	background: 0 0
}

.dropzone .dz-preview .dz-remove {
	font-size: 1.1rem;
	color: #FF7588;
	line-height: 2rem
}

.dropzone .dz-preview .dz-remove:before {
	content: '\e9e6';
	line-height: 1
}

.dropzone .dz-preview .dz-remove:hover {
	text-decoration: none;
	color: #FF425C
}

.dropzone.mini{
	min-height: 165px !important;
}
.dropzone.mini .dz-message {
	margin-top: -65px;
	height: 90px !important;
}

