.feedback_modal
{
width:800px;
max-width:100%;
display:none;
margin: 0 auto;
padding:60px 100px; 
top:50%;
left:50%;
margin-left:-400px;
margin-top:-254px;
position: fixed;
z-index: 9999;
color:#fff;
}

.feedback_modal .close
{
position:absolute;
right:20px;
top:20px;
height:42px;
width:42px;
background:url(/assets/images/close.png) no-repeat center;
background-size:50%;
opacity:1;
}

.feedback_modal .btn
{
margin:0 auto;
margin-top:20px;
width:180px;
}

.feedback_modal p
{
font-size:16px;   
letter-spacing:.5px;
margin:60px 0; 
}

.feedback_modal input[type="text"], .feedback_modal textarea
{
width:100%; 
padding:7px 10px;
border:0;
border-radius:0;
border-bottom:2px solid #fff;
background:transparent;
background:rgba(255,255,255,.1);
color:#a3a3a3;
color:rgba(255,255,255,.7);
font-size:18px;
letter-spacing:1.5px;
margin-bottom:30px;
height:35px;
}

.feedback_modal input[type="text"]:focus, .feedback_modal textarea:focus
{
outline:none;
border-color:#b88b58;
}

.feedback_modal input[type="text"].filled, .feedback_modal textarea.filled
{
color:#fff; 
}


.feedback_modal .h2
{
display:block;
border-bottom:3px solid #fff;
letter-spacing:4px;
}


/**********overlay styles**********/
#overlay {
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
display:none;

background:url(/assets/images/fb_bg.jpg) no-repeat center;
background-size:cover;
-ms-behavior: url('/assets/css/backgroundsize.min.htc');
opacity:1;
z-index:9998;
}

input[type="text"].attention { 
color: #ff643d; 
border-color: #ff643d; 
}
.callme_modal
{
width:800px;
max-width:100%;
display:none;
margin: 0 auto;
padding:60px 100px; 
top:50%;
left:50%;
margin-left:-400px;
margin-top:-254px;
position: fixed;
z-index: 1002;
color:#fff;
}

.callme_modal .close
{
position:absolute;
right:20px;
top:20px;
height:42px;
width:42px;
background:url(/assets/images/close.png) no-repeat center;
background-size:50%;
opacity:1;
}

.callme_modal .btn
{
margin:0 auto;
margin-top:20px;
width:180px;
}

.callme_modal p
{
font-size:16px;   
letter-spacing:.5px;
margin:60px 0; 
}

.callme_modal input[type="text"], .callme_modal textarea
{
width:100%; 
padding:7px 10px;
border:0;
border-radius:0;
border-bottom:2px solid #fff;
background:transparent;
background:rgba(255,255,255,.1);
color:#a3a3a3;
color:rgba(255,255,255,.7);
font-size:18px;
letter-spacing:1.5px;
margin-bottom:30px;
height:35px;
}

.callme_modal input[type="text"]:focus, .callme_modal textarea:focus
{
outline:none;
border-color:#b88b58;
}

.callme_modal input[type="text"].filled, .callme_modal textarea.filled
{
color:#fff; 
}


.callme_modal .h2
{
display:block;
border-bottom:3px solid #fff;
letter-spacing:4px;
}


/**********overlay styles**********/
input[type="text"].attention {
color: #ff643d; 
border-color: #ff643d; 
}