.call {
	height: 100%;
	position: relative;
}
.call a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-block;
	padding: 6px 12px;
	background: #4B781E;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid white;
	border-radius: 4px;
	text-decoration: none;
}

.call a:hover {
	text-decoration: underline;
}


#callform {
	display: block;
	width: 560px;
	height: 300px;
	position: fixed;
	top: 200px;
	background: white;
	border: 2px solid #4B781E;
	border-radius: 12px;
	padding: 20px;
	font-size: 18px;
	z-index: 999;
}

#callform label {
	display: inline-block;
	width: 150px;
	font-size: 18px;
}

#callform div.row {
	margin: 12px;
	height: 40px;
}

#callform div.row:last-child {
	text-align: right;
}

#callform div.row input[type='text'] {
	font-size: 18px;
	width: 374px;
	vertical-align: top;
	color: #4B781E;
	padding: 6px 1px;
}

#callform .small {
	font-size: 14px;
}

.row.label {
	font-style: italic;
	font-size: 14px;
}

.row.h1 {
	font-size: 26px;
	color: #4B781E;
	text-align: center;
}

#callsend {
	display: inline-block;
	padding: 6px 12px;
	background: white;
	color: #4B781E;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #4B781E;
	border-radius: 4px;
	text-decoration: none;
}

#callsend:hover {
	text-decoration: underline;
}

#callclose {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url('/images/gtk-close.png') no-repeat;
}

#callform .rez {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 400px;
	height: 40px;
	color: red;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}

#calloverlay {
	background: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 998;
	display: none;
}

.hidden-sm .t3-megamenu .mega-nav .mega-nav>li a{ 
    white-space: nowrap;
}
