#mrova-feedback{
/*display: hidden;*/
width: 460px;
position: fixed;
top:50%;
right: 0;
border: 1px solid #E54040;
padding:20px;
background-color: #fff;
z-index:1000;
margin-top:-177px;
transition:ease-in-out 1s;
margin-right:-460px
}

#mrova-feedback:hover{margin-right:0}

#mrova-contactform ul {
margin: 0;
padding: 0;
}

#mrova-contactform input, #mrova-contactform textarea{
padding:10px;
margin-bottom:10px;
}

#mrova-contactform ul li {
list-style:none; 
}

#mrova-feedback h3{
margin-bottom:10px;
text-align:center;
font-size:20px;
}

#mrova-img-control{
cursor: pointer;
position: absolute;
left: -47px;
width: 47px;
/*background:url('../images/contact.png');*/
height: 183px;
background:#d7241d;
top:25% !important
}
#mrova-img-control h5{
font-size:16px;
color:#FFFFFF;
text-transform:uppercase;
transform:rotate(270deg);
position:absolute;
top:80px;
right:-42px;
letter-spacing:5px
}

#mrova-contactform #mrova-sendbutton {
width:100px;
background:#db4f4a; color:#fff; 
cursor:pointer;
padding:10px 10px; 
font-size:16px;
border: none;
}

.form-control {
font-family: 'OpenSans-Regular';
display: block;
width: 100%;
height: 50px;
padding: 15px 20px;
font-size: 14px;
line-height: 1.42857143;
margin-bottom: 8px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #e2e2e2;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#mrova-form form input{
width:335px; height:30px; font:normal 12px verdana; color:#666666; text-align:justify; text-indent:10px; background-color:#fff; border:1px solid #888; margin-bottom:12px; margin-left:10px
}

#mrova-form form textarea{
width:335px; height:50px; font:normal 12px verdana; color:#666666; text-align:justify; text-indent:10px; background-color:#fff; border:1px solid #888; margin-bottom:12px; margin-left:10px
}

@media(max-width:540px){
#mrova-feedback{
width:350px;
margin-right:-354px
}

#mrova-form form input{
width:235px; height:30px; font:normal 12px verdana; color:#666666; text-align:justify; text-indent:10px; background-color:#fff; border:1px solid #888; margin-bottom:10px; margin-left:10px
}

#mrova-form form textarea{
width:235px; height:auto; font:normal 12px verdana; color:#666666; text-align:justify; text-indent:10px; background-color:#fff; border:1px solid #888; margin-bottom:5px; margin-left:10px
}

#mrova-img-control{
cursor: pointer;
position: absolute;
left: -35px;
width: 32px;
/*background:url('../images/contact.png');*/
height: 115px;
background:#d7241d;
top:25% !important
}

#mrova-img-control h5{
font-size:14px;
top:51px;
right:-23px;
letter-spacing:0
}
}

@media(max-width:360px){
#mrova-img-control{
cursor: pointer;
position: absolute;
left: -37px;
width: 32px;
/*background:url('../images/contact.png');*/
height: 115px;
background:#d7241d;
top:25% !important
}
}