.container {
	max-width: 960px;
	padding: 0;

	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.row {
	padding-left: 15px;
	padding-right: 15px;
}





#map-preview {
	width: 100%;
	height: 500px;
}
#map-addItem {
	width: 100%;
	height: 500px;
}



header, 
section,
footer {
	padding-top: 15px;
	padding-bottom: 15px;
}



footer {
	background-color: #1A1E21;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	margin-top: 30px;
}
footer a {
	color: #fff;
	text-decoration: underline;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}



section.banner  {
	padding-top: 0;
	padding-bottom: 0;
}
section.banner .row {
	padding: 0;
}

section.titlebar {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #397DBA;
	color: #fff;
}
.titlebar p {
	margin: 0;
	line-height: 45px;
}

.logo img {
	width: 240px;
}

section.intro  {
	padding-top: 30px;
}

section h2 {
    color: #2267AE;
}
h1, h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
}

section.message textarea {
	min-height: 150px;
}

.personal-data {
    background-color: #E9F0F6;
    padding: 15px 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.age-col .form-check {
	margin-bottom: 8px;
}

.modal-xl {
    max-width: 960px;
}
.map-button-icon {
	font-size: 24px;
}