/*
# 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
-------------------------------------------------------------------------*/
#mx_box, #mx_boxopen, #mx_boxopentitle, #mx_boxtitle_icon, #mx_box, #mx_box_icon {
-webkit-border-radius:3px 3px 0px 0px;
-moz-border-radius:3px 3px 0px 0px;
border-radius:3px 3px 0px 0px;}

#mx_box {
cursor:pointer;
height:39px;
width:auto;
background:#ff9104;
z-index:1;
color:#ffffff;
bottom:0;
right:0;
padding-right:22px;
margin-right: 50px;
position:fixed;}

#mx_box_icon {
float: left;
height:39px;
width:48px;
background: url("../images/icon.png") no-repeat 17px 11px;}

.mx_title {
height: 39px;
line-height: 43px;
padding-left:5px;
font-size:14px;
float:left;}

#mx_boxopen .mx_title {
height: 40px;
line-height: 45px;
padding-left:20px;}

#mx_boxopen {
-webkit-box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.1); 
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.1); 
bottom:0;
right:0;
display:none;
z-index:2000;
background:#ffffff;
position:fixed;
margin-right: 50px;
max-width:342px;
min-width:300px;
height:auto;}


#mx_boxopentitle {
height:43px;
width:100%;
line-height: 40px;
font-size:14px;
color:#ffffff;
background:#ff9104;}

#mx_boxtitle_icon {
float: right;
height:39px;
width:48px;
cursor:pointer;
background:transparent url("../images/icon.png") no-repeat 12px -53px;}	

#mx_boxwrap {
color:#333333;
overflow: hidden;
padding:20px;}

#mx_boxwrap input, #mx_boxwrap textarea, #mx_boxwrap .recaptchatable #recaptcha_response_field  {
font-size:13px !important;
margin-bottom: 12px !important;}

#mx_boxwrap input.input-text,  #mx_boxwrap textarea {
padding-right: 0 !important;
width:100%;}	

#mx_boxwrap input.inputbox {
width:97%;}

#mx_boxwrap textarea	{	
}

.infoContent .button {
margin-top:15px;}

#mx_box {
-webkit-transition:  all 300ms ease-in 0s;
-moz-transition:  all 300ms ease-in 0s;
-o-transition: all 300ms ease-in 0s;
transition:  all 300ms ease-in 0s}


@media screen and (max-width: 579px){

#mx_box, #mx_boxopen{
margin-right: 10px;}

}	

.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;
top:15%;
}
.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: 12px 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);
}
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}