/* CONTACT FORM
========================================================================= */
form
{
	width:100%
}
#confirm {
	position: relative;
	height: auto;
	padding-bottom: 80px;
}
#confirm  label {
	display: block;
	position: relative;
	min-height: 45px;
}
#confirm  label.message {
	min-height: 280px;
}
#confirm input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	padding: 0 12px;
	width: 75%;
	height: 39px;
	font: 12px/20px Arial, sans-serif;
	color: #fff;
	background:rgba(255,255,255,0.14);
	border-color:rgba(255,255,255,0.14);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#confirm textarea {
	resize: none;
	overflow: auto;
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	padding: 10px 12px;
	width: 100%;
	height: 236px;
	font: 12px/20px Arial, sans-serif;
	color: #fff;
	background:rgba(255,255,255,0.14);
	border-color:rgba(255,255,255,0.14);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#confirm label > span {
	color: #57b8e0;
	position:relative;
	left: 10px;
	text-align:left
}
#confirm .success {
	font: bold 11px/20px Arial, sans-serif;
	display:none;
	margin-bottom:10px;
}
#confirm  .empty, #confirm  .error {
	font: 11px/20px Arial, sans-serif;
	display:none;
}
#confirm .btns {
	position: absolute;
	right: 0;
}
#confirm .btns a {
	margin-left: 15px;
}

/* MAP
========================================================================= */
dl.adress {
	display: block;
}
dl.adress dt {
	font-weight:bold;
	color:#3d3939;
}
dl.adress dd {
	width: 170px;
}
dl.adress dd span {
	float: right;
}
iframe {
	width: 100%;
	height: 303px;
	margin:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

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

	
}
@media only screen and (max-width: 767px) {
	#confirm input {
		width: 100%
	}
	#confirm textarea {
		width: 100%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#confirm input {
		width: 80%;
	}
	#confirm textarea {
		width: 100%;
	}
}