/* CONTACT FORM
========================================================================= */
#confirm {
	position: relative;
	height: auto;
	padding-bottom: 30px;
}
#confirm  label {
	display: block;
	position: relative;
	min-height: 46px;
	width: 300px;
}
#confirm  label.message {
	min-height: 248px;
}
#confirm input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	padding: 0 15px;
	width: 316px;
	height: 36px;
	font:12px/24px Arial, sans-serif;
	color: #a1a1a1;
	background: transparent;
	border: 1px solid #e1e1e1;
}
#confirm textarea {
	resize: none;
	overflow: auto;
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	padding: 5px 10px;
	width: 487px;
	height: 205px;
	font:12px/24px Arial, sans-serif;
	color: #a1a1a1;
	background: transparent;
	border: 1px solid #e1e1e1;
}
#confirm label > span {
	color: #24546c;
	position:relative;
	left: 10px;
}
#confirm .success {
	color:#24546c;
	display:none;
	margin-bottom:10px;
	font-weight:bold;
}
#confirm  .empty, #confirm  .error {
	display:none;
}
#confirm .btns {
	position: absolute;
	right: 0;
}
#confirm .btns a {
	margin-left: 20px;
}

/* MAP
========================================================================= */
dl.adress {
	display: block;
}
dl.adress dt {
	font-weight:bold;
	color:#24546c;
	margin-bottom:24px;
}
dl.adress dd {
	width: 162px;
}
dl.adress dd span {
	float: right;
}
iframe {
	width: 100%;
	height: 290px;
	margin:0;
}
.map-border {
	border: 5px solid #f6f6f6;
	margin-bottom:22px;
}

/* MEDIA */
/*==========================================*/
@media only screen and (min-width: 768px) and (max-width: 995px) {
	#confirm textarea {
		width: 387px;
	}
}
@media only screen and (max-width: 767px) {
	#confirm input {
		width: 255px;
	}
	#confirm textarea {
		width: 265px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#confirm input {
		width: 316px;
	}
	#confirm textarea {
		width: 384px;
	}
}