body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul {
	padding: 18px;
}
p {
	color: #6b6b6b;
	font-size: 15px;
	margin-top: 0;
}
h1 {
	color: #5a5a5a;
	font-size: 19px;
	font-weight: bold;
	margin-top: 0;
}
h2, h3 {
	color: #6b6b6b;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0;
}
header {
	margin-top: 20px;
}
header nav .tels {
	position: relative;
	top: 55px;
	z-index: 10;
}
header nav .telsinmigration {
	position: relative;
	top: 17px;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	header nav .tels, header nav .telsinmigration {
		top: 0;
	}
}
header nav .social {
	position: relative;
	top: 50px;
}
@media screen and (max-width: 480px) {
	header nav .social {
		top: 0;
		margin: 15px 0;
	}
}
header nav .tels p a, header nav .telsinmigration p a {
	color: #6b6b6b;
	font-size: 14px;
}
header nav .tels p a span, header nav .telsinmigration p a span {
	color: #ccc;
	font-size: 25px;
}
header nav .social span a i {
	font-size: 20px;
	width: 30px;
	height: 30px;
	margin: 2px;
	background: #d6d6d6;
	text-align: center;
	line-height: 30px;
	color: #a8a8a8;
}
header nav .social span a i:hover {
	color: #fff;
}
.generalinfo {
	border-right: 1px dashed #bbb;
	padding: 10px;
}
@media screen and (max-width: 480px) {
	.generalinfo {
		border: none
	}
}
.map {
	margin: 25px 0;
}
.map iframe{
    display: block;
    width: 100%;
    position: relative; /* IE needs a position other than static */
    pointer-events: none;
}
footer {
	margin-top: 10px;
}
footer .container{
	padding: 10px;
	border-top: 1px dashed #bbb;
}
form label{
	color: #6b6b6b;
    font-size: 10px;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #888888;
	background: #e9e9e9;
	color: #a0a0a0;
}
.form-control:focus {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #888888;
	background: #e9e9e9;
}
form .btn-default {
	background: #3e9fa5;
	color: #13656a;
	text-shadow: none;
	font-size: 12px;
	font-weight: bold;
	border: none;
	border-radius: 0;
}
form .btn-default:hover {
	background: #3e9fa5;
	color: #fff;
	text-shadow: none;
	font-size: 12px;
	font-weight: bold;
	border: none;
	border-radius: 0;
}
.clear {
	clear: both;
}
