/*contacts*/
	
	.address {margin-top: 0px; }
	.address dt {
		padding-bottom: 18px;
		margin-top: 30px;
}
	.address a { color: #f82100; font-size: 13px; line-height: 18px; font-style: italic; margin-left: 10px;}
	.address a:hover { text-decoration: underline;}
	.address + .address { margin-top: 17px;}
	.address span {	display: inline-block;	width: 75px;} 
		.address span.e-mail {width:auto;}

	.map_wrapper {display: block;width: 62%;float: left;margin-right: 20px;margin-top: 3px;}
		.map_wrapper h3 { padding-top: 0; }
		.map_wrapper .img-bord { margin-bottom: 6px;}
		dl.address dd span { text-align: left;}

	#map_canvas {
		width: 100%;
		height: 397px; 
		margin-top: 0px;
		margin-bottom: 0px;
}






	.big-contact-form {	position: relative; 	margin-top: 4px;}
	
	.big-contact-form fieldset.fleft { width: 418px;}
	.big-contact-form fieldset.fright { width: 514px;}
	.big-contact-form label {
		display: inline-block;
		position: relative;
		min-height: 67px;
		width: 460px;
	}
	.big-contact-form label { float: left;}
	.big-contact-form label + label { margin-left: 0px; float: right;}	
	.big-contact-form label input,
	.big-contact-form label textarea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		float: left;
		outline: none;
		border-radius: 0;
		outline: none;
		box-shadow: none;
		width: 100%;
		color: #000000;
		font: 13px/18px Arial, sans-serif;
		font-family: 'Ubuntu', sans-serif;
		background: #f7f7f7;
		border: 1px solid #cfcece;
		-webkit-appearance: none;
	}
	
	.form_buttons a {
		float: right;
		margin-top: 28px;
		margin-left: 9px;
	}
	.form_buttons a:hover { }
	.big-contact-form label input {
		height: 45px;
		box-shadow: none !important;
		padding: 13px 7px 12px 12px;
		outline: none;
	}
	.big-contact-form label textarea {
		height: 169px;
		overflow: auto;
		width: 100%;
		padding: 6px 7px 5px 12px;
		margin: 0px;
		resize: none;
	}

	.newsletter-form, .callback-holder {
		position: relative;
	}



.big-contact-form span {
	display: block;
}
.big-contact-form ._placeholder {
	position: absolute;
	/*!*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 13px 7px 12px 14px;
	opacity:.99;
	color: #000;
	display: block;
	font: 13px/18px Arial, sans-serif;
	font-family: 'Ubuntu', sans-serif;
}
.big-contact-form ._placeholder.focused {
	opacity: .4;
	/*filter: alpha(opacity=40);*/
	/*.box-shadow(0px 0px 7px 0px rgba(0, 0, 255, 0.5));*/

}
.big-contact-form ._placeholder.hidden {
	display: none;
}

.big-contact-form .message, .big-contact-form [for="contact-pp-agreement"] {
	width: 100%;
	margin-left: 0px;
	float: none;
}	
.TMForm .error-message,
.TMForm .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px/20px Arial;
	-webkit-transition: 0.3s ease-in height;
	-moz-transition: 0.3s ease-in height;
	-o-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 3px;
	top: 0;
}
.TMForm .invalid .error-message,
.TMForm .empty .empty-message {
	height: 20px;
}
.TMForm .success-message {
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*.box-shadow(inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2));*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.7s linear;
	-moz-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear;
	padding: 0px 0;
	color: #326781;
	font: 13px/18px Arial, sans-serif;
	font-family: Trebuchet MS, sans-serif;
	background: #f7f7f7;
		
}
.TMForm.success .success-message {
  padding: 118px 0;
  border: 1px solid #cfcece;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.big-contact-form  #contact-pp-agreement {
   /*display: inline-block;*/
	width: 20px;
	margin-right: 5px;
	margin-left: 0px;
	height: 20px;
	margin-top:0;
}

.agreement-holder {
    margin-top: 15px;
}

.agreement-holder label {
	display: inline;
}

[for="contact-pp-agreement"] {
	padding-top:15px;
	overflow: hidden;
}

[for="contact-pp-agreement"] a {
	color:  #d25743;
}

/*--- contact_form end------*/

@media only screen and (max-width: 995px) {
	
	.big-contact-form label {display: block; width: 100%; float: none;}
	.big-contact-form label input {	width: 100%;}
	.big-contact-form label textarea {	width: 100%;}
	.big-contact-form fieldset.fleft { width: 100%; }
	.big-contact-form fieldset.fright { width: 100%; }

	#map_canvas { width: 100%;}

	.big-contact-form label + label { margin-left: 0; float: none;}
}
@media only screen and (max-width: 767px) {
	.TMForm .success { left: 0; right: 0;}
	#map_canvas { height: 300px; }
	.map_wrapper { width: 100%; margin-right: 0; float: none;}
}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 320px) {

}