#mapplic ul, #mapplic ol {
	padding-left: 0px;
	margin: 0;
	list-style: none;
}

#mapplic h1 {
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

#mapplic h3 {
	color: #222;
}

#mapplic p {
	font-size: 12px;
	line-height: 6px;
}

#mapplic hr {
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 40px 0;
}

#mapplic a {
	text-decoration: none;
	transition: color 0.2s;
}

#mapplic .clear {
	clear: both;
}

#mapplic .inner {
	width: 784px;
	margin: 0;
	max-width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mapplic .inner.over {
	margin-top: -180px;
}

/* Header */
#mapplic #header {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center -60px;
	background-size: cover;
	padding: 60px 30px 100px 30px;
	box-shadow: 0 -40px 80px #fff inset;
}

#mapplic #header h1 {
	color: #444;
	margin-top: 40px;
	margin-bottom: 80px;
}

#mapplic #header nav {
	float: right;
}

#mapplic #main-menu li {
	display: inline-block;
	margin-left: 30px;
}

#mapplic #main-menu a {
	color: #bbb;
	font-size: 16px;
	text-decoration: none;
}

#mapplic #main-menu a:hover {
	color: #666;
}

/* Logo */
#mapplic #logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 140px;
	height: 42px;
}

#mapplic .button {
	background-color: #f56b7e;
	border-radius: 3px;
	color: #fff !important;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	padding: 12px 0 12px 16px;
}

#mapplic .button span {
	background-color: rgba(0, 0, 0, 0.08);
	border-radius: 0 3px 3px 0;
	font-weight: bold;
	margin-left: 24px;
	padding: 12px 16px 12px 8px;
	position: relative;
	transition: padding 0.2s;
}

#mapplic .button:hover span {
	padding: 12px 24px 12px 16px;
}

#mapplic .button span::before {
    width: 14px;
    height: 42px;
    content: '';
	background-image: url(../images/button-divider.png);
	background-repeat: no-repeat;
    position: absolute;
    left: -14px;
    top: 0;
}

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

/* Browser mockup */
#mapplic .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;
}

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

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

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

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

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

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

#mapplic .map-container > #mapplic {
	background-color: #f8f8f8;
}

/* Examples */
#mapplic #examples {
	font-size: 0;
	padding: 0;
	margin: 0 80px;
	display: block;
	text-align: center;
}

#mapplic #examples li {
	display: inline-block;
	margin-bottom: 6px;
}

#mapplic #examples a {
	border-radius: 3px;
	border: 2px solid #fff;
	color: #bbb;
	font-size: 16px;
	display: block;
	padding: 10px;
	margin: 0 10px;
	transition: border-color 0.2s, color 0.2s;
}

#mapplic #examples a:hover {
	color: #666;
	border: 2px solid #eee;
}

#mapplic #examples .active a {
	border: 2px solid #ddd;
	color: #666;
}

/* WordPress */
#mapplic #wordpress {
	color: #fff;
	display: block;
	font-size: 28px;
	text-align: center;
}

#mapplic #wordpress strong {
	margin-left: 20px;
}

#mapplic #wordpress img {
	vertical-align: middle;
}

/* Contact */
#mapplic #contact {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 30px auto;
}

/* Footer */
#mapplic #footer {
	background-color: #2f2e2b;
	padding: 60px 0;
	text-align: center;
}

#mapplic #footer span a {
	border-bottom: 1px solid transparent;
	color: #aaa;
	font-size: 13px;
	font-weight: bold;
	transition: color 0.2s, border-color 0.2s;
}

#mapplic #footer span a:hover {
	border-color: #666;
	color: #eee;
}

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

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

#mapplic .container {
	margin: 20px 0;
}

#mapplic .container:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

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

#mapplic .features {
	text-align: center;
}

section {
	padding: 60px 0;
}

section .inner {
	padding-left: 20px;
	padding-right: 20px;
}

section.purple {
	background-color: #b7a6bd;
	color: #fff;
	padding: 60px 0;
}

section.blue {
	background-color: #7DD5C9;
	color: #fff;
	padding: 20px 0;
}

/* Responsivity */
@media all and (max-width: 667px) {
	#mapplic #header {
		display: none;
	}

	#mapplic .inner.over {
		margin-top: 0;
		padding-top: 0;
	}

	#mapplic .window-mockup {
		display: none;
	}
}