
#mrova-feedback{
	display: hidden;
	width: 420px;
	position: fixed;
	right:-422px;
	border: 1px solid #ea0c17;
	padding:20px;
	background-color: #fff;
	z-index: 99999;
}
#mrova-contactform ul {
	margin: 0;
	padding: 0;
	
}
#contact-form .form-control {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 25px;
}
#contact-form input.form-control {
    height: 40px;
}

#mrova-contactform ul li {
	list-style:none; 
	padding-bottom:20px;
}
#mrova-img-control{
cursor: pointer;
position: absolute;
left:-38px;
width:37px;
background: transparent url('../images/feedback.png');
height:101px;
}
#mrova-contactform #mrova-sendbutton {
	width:60px;
	background:#db4f4a; color:#fff; 
	cursor:pointer;
	padding:5px 10px; 
	border: none;
}
#mrova-feedback .contact input{
	margin-bottom:20px;
	border-radius: 0;
    height: 40px;
	}
#mrova-feedback input[type="submit"]{
	margin-bottom:0;
	}
#mrova-feedback .contact textarea{
	margin-bottom:20px;
	border-radius: 0;
	}
#mrova-form h4{
	font-size:18px;
	margin-top: 0;
	}
@media only screen and (min-width: 250px) and (max-width: 500px) {
	#mrova-feedback {
    width: 250px;
	right:-252px;
	}
	}