#map-section {
	/*width: 800px;*/
	max-width: 100%;
}

/* Browser mockup */
.window-mockup {
	background-color: #f0f0f0; /* #f0ece0 */
	background-image: url(../images/window.png);
	background-repeat: no-repeat;
	background-position: 14px center;
	border-radius: 10px 10px 0 0;
	height: 42px;
	overflow: hidden;
}

.window-mockup.brown {
	background-color: #2f2e2b;
}

.window-bar {
	background-color: #f8f8f8; /* #f6f4ed */
	border-radius: 3px; 
	margin: 10px 14px 10px 80px;
	height: 22px;
}

/* Editor */
.editor-window {
	display: none;
	margin: 0 auto;
	width: 460px;
}

.editor-window .window-mockup {
	cursor: pointer;
}

.editor-body {
	background: #272822;
	color: #cfcfc2;
	padding: 14px;
	font-size: 12px;
}

/* Map */
.map-container {
	margin: 0 auto;
	margin-bottom: 60px;
}




/* Icons */
.icon {
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 60px;
}

.icon.landmark { background-image: url(../images/icon-landmark.png); }
.icon.layer { background-image: url(../images/icon-layer.png); }
.icon.link { background-image: url(../images/icon-link.png); }
.icon.browser { background-image: url(../images/icon-browser.png); }
.icon.responsive { background-image: url(../images/icon-responsive.png); }
.icon.mobile { background-image: url(../images/icon-mobile.png); }


.one-third {
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	width: 29%;
}

.features {
	text-align: center;
}


.mapplic-coordinates {
	display: none;
}

/* Responsivity */
@media all and (max-width: 667px) {
	.window-mockup {
		display: none;
	}
}