#call-me-btn {
	/*float: right;*/
    border: 2px solid #000;
	background-color:#000;
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	margin: 0 auto;
    display: table;
}
#call-me-btn:hover {
	background-color:#FFF;
}
#call-me-btn:hover a {
	color:#000;
}
#call-me-btn a {
    display: block;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px;
	text-align:center;
	text-decoration:none !important;
}


#callme-form .modal_title {
	text-align:center;
}


#callme-form span {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	text-align: left;
	margin-bottom: 25px;
    font-weight: 500;
}
#callme-form input {
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    margin: 0 auto 10px;
    min-width: 230px;
    width: 100%;
    height: 45px;
   /* border-radius: 5px;*/
}
#callme-form .call-me-btn {
	padding: 5px 15px;
   
    outline: none;
    text-align: center;
    margin: 0 auto;
	margin-top:15px;
    
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 17px;
	font-weight:700;
	
    border: 2px solid #000;
	background-color:#000;
	

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	margin: 0 auto;
    display: table;
}
#callme-form .call-me-btn:hover {
	background-color:#FFF;
	color:#000;
}
    
    



#callme-result {
    font-size: 16px;
    line-height: 24px;
    
    text-align: center;
}
#callme-result {
	display: none;
    
}
.arcticmodal-overlay,
.arcticmodal-container { 
	position: fixed; 
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	z-index: 9999; 
}
.arcticmodal-overlay {
    background-color: rgb(76, 133, 158)!important;
}
.arcticmodal-container { 
	overflow: auto; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	border-collapse: collapse; 
}
*:first-child+html .arcticmodal-container {
	height: 100% 
}
.arcticmodal-container_i { 
	height: 100%; 
	margin: 0 auto;
    background: transparent;
}
.arcticmodal-container_i2 { 
	padding: 24px; 
	margin: 0; 
	border: 0; 
	vertical-align: middle; 
}
.arcticmodal-error { 
	padding: 20px; 
	border-radius: 10px; 
	background: #000; 
	color: #fff; 
}
.arcticmodal-loading { 
	width: 80px; 
	height: 80px; 
	border-radius: 10px; 
	background: #000 url(../img/loading.gif) no-repeat 50% 50%; 
}
.box-modal {
	position: relative;
	width: 100%;
	min-width: 280px;
	max-width: 340px;
	 
	padding: 20px;
	background: #fff;
	color: #333;
	font: 16px/20px Arial, "Helvetica", sans-serif;
	margin: 0 auto;
 
}
.box-modal_close { 
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    line-height: 15px;
    color: #000;
    cursor: pointer;
}
.box-modal_close:hover { 
	color: #666; 
}
#call-me-fast {
	cursor: pointer;
}

@media (max-width: 767px) {
	.box-modal {
		max-width: 250px;
    	min-width: 200px;
	}
}