/* CONTACT FORM
========================================================================= */
#confirm {
	position: relative;
	height: auto;
	padding-bottom: 30px;
}
#confirm  label {
	display: block;
	position: relative;
	min-height: 50px;
	width: 300px;
}
#confirm  label.message {
	min-height: 342px;
}
#confirm input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	padding: 0 10px;
	width: 278px;
	height: 31px;
	font:400 12px/16px 'Ubuntu', sans-serif;
	color: #696969;
	background: url('../images/form-bg.png');
	border: 1px solid #dfdfdf;
}
#confirm textarea {
	resize: none;
	overflow: auto;
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	padding: 7px 10px;
	width: 358px;
	height: 308px;
	font:400 12px/16px 'Ubuntu', sans-serif;
	color: #696969;
	background: url('../images/form-bg.png');
	border: 1px solid #dfdfdf;
}
#confirm label > span {
	color: #32343a;
	position:relative;
	left: 10px;
}
#confirm .success {
	color:#17b1fe;
	display:none;
	margin-bottom:10px;
}
#confirm  .empty, #confirm  .error {
	font:400 12px/16px 'Ubuntu', sans-serif;
	display:none;
}
#confirm .btns {
	position: absolute;
	right: 0;
}
#confirm .btns a {
	margin-left: 7px;
}

/* MAP
========================================================================= */
dl.adress {
	display: block;
}
dl.adress dd {
	width: 210px;
	font: 400 16px/24px 'Ubuntu', sans-serif;
	color:#8A8989;
	letter-spacing:-0.4pt;
	text-shadow: 1px 1px 1px #ffffff;
}
dl.adress dd span {
	float: right;
}
.map-border {
	padding:5px;
	background-color:#ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	margin-bottom:14px;
}
iframe {
	width: 100%;
	height: 396px;
	margin:0;
}

/* MEDIA */
/*==========================================*/
@media only screen and (min-width: 768px) and (max-width: 995px) {

	#confirm textarea {
		width: 300px;
	}
	dl.adress dd {
		width: auto;
		font-size:13px;
	}
	.f-13 {font-size:13px;}
}
@media only screen and (max-width: 767px) {
	#confirm input {
		width: 278px;
	}
	#confirm textarea {
		width: 278px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#confirm input {
		width: 398px;
	}
	#confirm textarea {
		width: 398px;
	}
	dl.adress dd {
		width: auto;
		font-size:13px;
	}
	.f-13 {font-size:13px;}
}