/*
# mod_mx_qcontact - Contact Module
# -----------------------------------------------------------------------	
# author    mixwebtemplates
# copyright Copyright (C) 2019 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
.qcontact-modal-wrap  , .reserv-overlay {
position:fixed;
z-index:200;
top:0;
left:0;
right:0;
bottom:0;
-webkit-transform: translate3d(0, 0, 0);
display:none;
}
.fl-wrap {
float: left;
width: 100%;
position: relative;
}
.qcontact-modal-wrap {
overflow:auto;
}
.reserv-overlay {
z-index:1;
opacity:0.9;
display:block;
}
.qcontact-modal-container {
max-width: 756px;
margin: 0 auto;
position: relative;
z-index: 5;
}
.qcontact-modal-item {
background:#fff;
color: #333;
padding:25px;
border: 1px solid #f1f1f1;
}
.qcontact-bg {
position:absolute;
top:28px;
left:28px;
bottom:28px;
right:28px;
background-color:#fff;
opacity:0.2;
z-index:1;
}
.qcontact-wrap {
position:relative;
z-index:3 ;
} 
.close-qcontact-modal {
position:absolute;
right:10px;
top:10px;
cursor:pointer;
font-size:16px;
width:40px;
height:40px;
line-height:40px;
border:1px  solid #eee;
background:#fff;
z-index:3;
}
.close-qcontact-modal:hover {
color:#000;
background:#f2f2f2;
}
.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password] {
float: left;
border: none;
border: 1px solid #e1e1e1;
background: #f9f9f9;
width: 100%;
padding: 15px 7px;
height: auto;
color: #000;
font-size: 14px;
-webkit-appearance: none;
}
.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
color: #666;
font-weight: 500;
font-size: 14px;
position: relative;
}
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
color: #666;
font-weight: 500;
font-size: 12px;
}
.custom-form textarea {
min-height: 80px;
resize: vertical ;
padding: 15px 15px;
-webkit-appearance: none;
border: 1px solid #e1e1e1;
}
.custom-form input, .custom-form textarea {
margin-bottom: 25px !important
}
.custom-form .btn {
border:none;
-webkit-appearance: none;
cursor:pointer;
}
.custom-form .btn-primary{
padding:13px 20px 13px 20px !important;
display:inline-block;
position:relative;
color:#fff;
background:#292929;
font-weight:500;
transition: all 200ms linear;
}
input#mx_con_submit{width:100%;}
.custom-form  textarea:focus , .custom-form input[type="text"]:focus  , .custom-form  input[type=email]:focus  , .custom-form  input[type=password]:focus   {
background:#fff;
box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
}
.tx-tops{
margin-bottom:15px;
}
p.mx_con_loading {
background: url(../images/ajax-loader.gif) no-repeat 0 50%;
padding: 0;
width: 16px;
height: 16px;
float: left;
display: inline-block;
margin: 5px 10px 0 0;
}
p.mx_con_warn{color:#fff; padding: 20px;background-color:red}
p.mx_con_success {color:#fff; padding: 20px;background-color: green;font-weight: bold}
.mx_con_error{border:1px solid #e20000}
.mx_con_error:focus{border:1px solid red}