#callFormWrapper {
	display: none;
	text-align: center;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	border: 5px solid rgba(0, 0, 0, 0.1);
    z-index: 9999;
	height: auto !important;
	position: fixed;
	top: 25% !important;
	margin: 0 auto !important;
}
#ddCallback:hover {
	transition-property: border-color;
	transition-duration: 0.5s;
	border-color: rgba(51, 60, 69, 0.3);
}

#callForm {
	background: #fff;
	margin-bottom: 0px;
	border-radius: 5%;
	/*padding: 40px;*/
	padding: 0px 40px 40px;
}
#callForm input, #callForm button[type='submit']{
	padding: 13px 20px;
	font-size: 20px;
	width: auto;
	height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
} 

/*
#callForm input {
    margin-bottom: 0 !important;    
}
*/

#callForm button[type='submit'] {
	background: rgba(51, 60, 69, 0.6);
	color: #fff;
	border: none;
	height: auto;
}
#closeFormWrapper {
	text-align: right;
	margin-top: -5px;
	margin-right: -5px;
}
#closeForm {
	font-size: 45px;
	padding: 0px;
	border: none;
	background: none;
	line-height: 0.5;
    padding: 15px;
    display: block;
}
#closeForm:hover {
    cursor: default;
    text-decoration: none;
}
#ddCallback {
	height: 95px;
    padding: 15px;
    margin: 10px;
    background: rgba(51, 60, 69, 0.5);
    text-align: center;
    vertical-align: middle;
    transition-property: border-color;
	transition-duration: 0.5s;
    border: 10px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.6);
    border-radius: 50%;
    display: inline-block;
    position: fixed;
    bottom: 15px;
    z-index: 20;

}
#callText {
	font: 400 14px/16px Open sans, Ubuntu, Arial;
	position: absolute;
	bottom: 100px;
	left: -5px;
	display: block;
	background: rgba(51, 60, 69, 0.5);
	color: #fff;
	padding: 10px;
	border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5%;
    opacity: 0;
}
#callText:before, #callText:after {
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
    border-top: 8px solid rgba(0, 0, 0, 0.1);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
}
#callText:before {
    border-top-color: #888;
    bottom: -9px;
}
#callText:before {
    border-top-color: #888;
}
@media screen and (min-width:100px) and (max-width:667px) {
	
	/*
	#callFormWrapper {
	    display: none;
		width: 95% !important;
	}
	#callForm input {
		margin-bottom:15px;
	}
	*/
	
	#ddCallback {
	     display: none !important;
	}
	
}
@media screen and (min-width:481px) and (max-width:768px) {
	#callFormWrapper {
		width: 90% !important;
	}
	#callForm input {
		margin-bottom:15px;
	}
}
@media screen and (min-width:769px) and (max-width:1024px) {
	#callFormWrapper {
		width: 80% !important;
	}
}
@media screen and (min-width:1025px) and (max-width:1366px) {
	#callForm input {
	    margin: 20px;
	}
	/*
	#callFormWrapper {
		width: 60% !important;
	}
	*/
}
@media screen and (min-width:1367px) and (max-width:4000px) {
	
	#callForm input {
	    margin: 20px;
	}
	
	/*#callFormWrapper {
		width: 40% !important;
	}
	*/
}
.call-has-error {
    border: 1px solid red;
}