@charset "utf-8";
/* CSS Document */
@media (max-width: 1023px) {
#omc-content .extraheader {
 display:none;
}
}
.extraheader {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
}
.callusback a {
	color: #fff;
	font-weight: 300;
}
#omc-content .callusback {
	width: 450px;
	float:right;
}
#callusback form {
	margin-bottom: 10px;
}
.callusback-content {
	background: #95c11f;
	color: #fff;
	font-weight: 300;
	border-radius: 120px 120px 120px 0;
	padding: 15px 20px 20px 50px
}
.callusback-txt {
	font-size: 18px;
	color: #fff;
	line-height: normal;
	font-weight: 500;
	width: 90%;
}
.callusback-txt p {
    margin: 18px 0 12px 0;
}
.callusback-phone, .callusback-email, .callback-sep {
	display: inline-block;
	margin-right: 8px;
}
.callusback-sub-txt {
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
}
.callusback-sub-txt p {
    margin: 6px 0;
}
.callusback input {
	width: 25%;
	line-height: 18px;
	border: 0;
	padding: 5px 10px;
	border-radius: 30px 30px 30px 0px;
	margin-right: 3px;
	font-size: inherit;
	font-family: inherit;
	color: #003e5c;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.callusback input#submit {
	background: #003e5c;
	color: #fff;
	cursor:pointer;
}
.callusback .msg-send {
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 6px;
}
.msg-error {
	font-size: 12px;
	margin-top: 6px;
}
.callusback-info {
	max-width: 90%;
	line-height: 22px;
}
.callusback-info a:hover {
	color: #fff;
}
.callusback input::-webkit-input-placeholder, .callusback input::-moz-placeholder, .callusback input:-ms-input-placeholder, .callusback input:-moz-placeholder {
 color: #999;
 font-weight: 300;
}
*, *:focus, *:hover {
	outline:none;
}
