.vcc_open:hover,.vcc_close i:hover{
	cursor:pointer
}

.vcc_open{
	text-align:center
}
.vcc_close{
	text-align:right;
}

.vcc_close div:hover{
	cursor:pointer
}

.contactform_send, .contactform_msg{
	background-color:#fff!important;
	border:#fff!important;
	color:#fff!important;
}

.contactform_send:hover{
	cursor:unset
}


.vcc_contactform{
	display:none;
	position:absolute;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	background-color:#fff;
	width:50%;
	left:25%;
	padding:40px;
	top:10%;
	z-index:200;
}

.vcc_contactform input, .vcc_contactform textarea, .vcc_contactform select{
	width:100%!important;
}