/* html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;

}

h1 {
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
}

h2 {
	color: #444;
	font-weight: lighter;
	margin-top: 0;
}

h3 {
	color: #222;
}

p {
	font-weight: 400;
	line-height: 24px;
}

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

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

ul {
	color: #b47acf;
	list-style-type: square;
}

ul p {
	color: #666;
	margin: 0 0 2px 0;
}

.dark { color: #888; }
.dark h2 { color: #eee; }

.about a {
	border-bottom: 1px dashed #ddd;
	color: inherit;
	transition: border 0.2s;
}

.about a:hover {
	border-bottom: 1px solid #aaa;
	color: #222;
}

.desc {
	margin-top: 40px;
}

.center { text-align: center; }
.right { text-align: right; }

.clear {
	clear: both;
}

.inner {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

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

/* Header */
/* #header {
	background-image: url(../images/pattern-topo.png);
	box-shadow: 0 -40px 80px #fff inset;
	background-color: #f8f8f8;
	padding: 40px 30px 100px 30px;
}

#header h1 {
	color: #444;
	margin-top: 60px;
	margin-bottom: 100px;
}

#header nav {
	float: right;
}

#main-menu {
	margin-top: 0;
}

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

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

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

/* Logo */

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

.button {
	background-color: #b47acf;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	color: #fff !important;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	padding: 12px 0 12px 16px;
	transition: box-shadow 0.2s;
}

.button:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.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;
}

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

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

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

.about {
	padding: 20px;
	max-width: 600px;
	margin: 0 auto;
}

.about li {
	margin-top: 6px;
}

.new {
	background-color: #ccc;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 0 2px;
	vertical-align: top;
} */


/* Editor */

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

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

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

.mapplic-external {
	margin-top: 40px;
}


#examples {
	font-size: 0;
	display: block;
	list-style: none;
	margin: 0 80px;
	padding: 0;
	text-align: center;
}

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

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

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

#examples .active a {
	border: 2px solid #ddd;
	color: #666;
	font-size: 16px;
	font-weight: 600;
}


#footer {
	background-color: #2f2e2b;
	padding: 60px 0;
}

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

.copyright a:hover {
	border-color: #666;
	color: #eee;
} */

/* 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);
}

/*
.container {
	margin: 20px -2%;
}

.row {
	padding-left: 2%;
	padding-right: 2%;
}

.one-third {
	display: inline-block;
	vertical-align: top;
	padding-left: 2%;
	padding-right: 2%;
	width: 29%;
}

.one-half {
	display: inline-block;
	vertical-align: top;
	padding-left: 2%;
	padding-right: 2%;
	width: 42%;
}

.two-thirds {
	display: inline-block;
	vertical-align: top;
	padding-left: 2%;
	padding-right: 2%;
	width: 62%;
}

section {
	padding: 60px 0;
}

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

section.gray {
	background-color: #ddd;
	color: #fff;
	padding: 20px 0;
	transition: background-color 0.2s;
}

section.gray:hover {
	background-color: #ccc;
} */

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

	#main-menu li:last-child {
		display: inline-block;
	}
}







/* line 1, ../sass/elements/_map.scss */
#map-section {
	/* Header */
	/* Logo */
	/* Editor */
	/* Map */
	/* Examples */
	/* WordPress */
	/* Footer */
	/* Icons */
	/* Responsivity */
}

/* line 2, ../sass/elements/_map.scss */
#map-section html {
	scroll-behavior: smooth;
}

/* line 6, ../sass/elements/_map.scss */
#map-section body {
	background-color: #fff;
	color: #666;
	font-size: 14px;
	margin: 0;
}

/* line 14, ../sass/elements/_map.scss */
#map-section h1 {
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
}

/* line 24, ../sass/elements/_map.scss */
#map-section h2 {
	color: #444;
	font-weight: lighter;
	margin-top: 0;
}

/* line 30, ../sass/elements/_map.scss */
#map-section h3 {
	color: #222;
}

/* line 34, ../sass/elements/_map.scss */
#map-section p {
	font-weight: 400;
	line-height: 24px;
}

/* line 39, ../sass/elements/_map.scss */
#map-section hr {
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 40px 0;
}

/* line 45, ../sass/elements/_map.scss */
#map-section a {
	text-decoration: none;
	transition: color 0.2s;
}

/* line 50, ../sass/elements/_map.scss */
#map-section ul {
	color: #b47acf;
	list-style-type: square;
}

/* line 55, ../sass/elements/_map.scss */
#map-section ul p {
	color: #666;
	margin: 0 0 2px 0;
}

/* line 60, ../sass/elements/_map.scss */
#map-section .dark {
	color: #888;
}

/* line 63, ../sass/elements/_map.scss */
#map-section .dark h2 {
	color: #eee;
}

/* line 67, ../sass/elements/_map.scss */
#map-section .about a {
	border-bottom: 1px dashed #ddd;
	color: inherit;
	transition: border 0.2s;
}

/* line 73, ../sass/elements/_map.scss */
#map-section .about a:hover {
	border-bottom: 1px solid #aaa;
	color: #222;
}

/* line 78, ../sass/elements/_map.scss */
#map-section .desc {
	margin-top: 40px;
}

/* line 82, ../sass/elements/_map.scss */
#map-section .center {
	text-align: center;
}

/* line 85, ../sass/elements/_map.scss */
#map-section .right {
	text-align: right;
}

/* line 89, ../sass/elements/_map.scss */
#map-section .clear {
	clear: both;
}

/* line 93, ../sass/elements/_map.scss */
#map-section .inner {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

/* line 102, ../sass/elements/_map.scss */
#map-section .inner.over {
	margin-top: -180px;
}

/* line 107, ../sass/elements/_map.scss */
#map-section #header {
	background-image: url(../images/pattern-topo.png);
	box-shadow: 0 -40px 80px #fff inset;
	background-color: #f8f8f8;
	padding: 40px 30px 100px 30px;
}

/* line 114, ../sass/elements/_map.scss */
#map-section #header h1 {
	color: #444;
	margin-top: 60px;
	margin-bottom: 100px;
}

/* line 120, ../sass/elements/_map.scss */
#map-section #header nav {
	float: right;
}

/* line 124, ../sass/elements/_map.scss */
#map-section #main-menu {
	margin-top: 0;
}

/* line 128, ../sass/elements/_map.scss */
#map-section #main-menu li {
	display: inline-block;
	margin-left: 30px;
}

/* line 133, ../sass/elements/_map.scss */
#map-section #main-menu a {
	color: #bbb;
	font-size: 16px;
	text-decoration: none;
}

/* line 139, ../sass/elements/_map.scss */
#map-section #main-menu a:hover {
	color: #666;
}

/* line 144, ../sass/elements/_map.scss */
#map-section #logo {
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 140px;
	height: 42px;
}

/* line 153, ../sass/elements/_map.scss */
#map-section .button {
	background-color: #b47acf;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	color: #fff !important;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	padding: 12px 0 12px 16px;
	transition: box-shadow 0.2s;
}

/* line 164, ../sass/elements/_map.scss */
#map-section .button:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* line 168, ../sass/elements/_map.scss */
#map-section .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;
}

/* line 178, ../sass/elements/_map.scss */
#map-section .button:hover span {
	padding: 12px 24px 12px 16px;
}

/* line 182, ../sass/elements/_map.scss */
#map-section .button span:before {
	width: 14px;
	content: "";
	background-image: url(../images/button-divider.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -14px;
	bottom: 0;
	top: 0;
}

/* line 193, ../sass/elements/_map.scss */
#map-section #map-section {
	width: 2200px;
	max-width: 100%;
}

/* line 198, ../sass/elements/_map.scss */
#map-section .about {
	padding: 20px;
	max-width: 600px;
	margin: 0 auto;
}

/* line 204, ../sass/elements/_map.scss */
#map-section .about li {
	margin-top: 6px;
}

/* line 208, ../sass/elements/_map.scss */
#map-section .new {
	background-color: #ccc;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 0 2px;
	vertical-align: top;
}

/* line 219, ../sass/elements/_map.scss */
#map-section .editor-window {
	display: none;
	margin: 0 auto;
	width: 460px;
}

/* line 225, ../sass/elements/_map.scss */
#map-section .editor-body {
	background: #272822;
	color: #cfcfc2;
	padding: 14px;
	font-size: 12px;
}

/* line 233, ../sass/elements/_map.scss */
#map-section .mapplic-dir h3 {
	display: none;
}

/* line 236, ../sass/elements/_map.scss */
#map-section .mapplic-dir ul {
	padding: 0;
}

/* line 238, ../sass/elements/_map.scss */
#map-section .mapplic-dir ul li {
	border: none !important;
}

/* line 240, ../sass/elements/_map.scss */
#map-section .mapplic-dir ul li>a {
	color: #666666;
	background: #FFFFFF;
	margin-bottom: 30px;
	padding: 15px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: none !important;
	text-align: right;
}

/* line 247, ../sass/elements/_map.scss */
#map-section .mapplic-dir ul li>a .mapplic-thumbnail {
	display: none;
}

/* line 250, ../sass/elements/_map.scss */
#map-section .mapplic-dir ul li>a h4,
#map-section .mapplic-dir ul li>a .title {
	margin-bottom: 10px;
	margin-top: -5px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2%;
	color: #333333;
}

@media screen and (max-width: 740px) {

	/* line 250, ../sass/elements/_map.scss */
	#map-section .mapplic-dir ul li>a h4,
	#map-section .mapplic-dir ul li>a .title {
		font-size: 14px;
	}
}

/* line 257, ../sass/elements/_map.scss */
#map-section .mapplic-dir ul li>a .body {
	margin-bottom: 5px;
}

/* line 259, ../sass/elements/_map.scss */
#map-section .mapplic-dir ul li>a .body .views-more-link {
	color: #666666;
	padding-bottom: 3px;
}

/* line 264, ../sass/elements/_map.scss */
#map-section .mapplic-dir ul li>a .views-more-link {
	margin-bottom: 5px;
}

/* line 267, ../sass/elements/_map.scss */
#map-section .mapplic-dir ul li>a .time {
	margin-bottom: 5px;
}

/* line 270, ../sass/elements/_map.scss */
#map-section .mapplic-dir ul li>a .location {
	font-size: 14px;
}

@media screen and (max-width: 740px) {

	/* line 270, ../sass/elements/_map.scss */
	#map-section .mapplic-dir ul li>a .location {
		font-size: 12px;
	}
}

/* line 273, ../sass/elements/_map.scss */
#map-section .mapplic-dir ul li>a .location .event-location .location-text {
	padding-right: 5px;
	color: #666666;
	text-decoration: none;
}

/* line 277, ../sass/elements/_map.scss */
#map-section .mapplic-dir ul li>a .location .event-location .location-text a {
	color: #666666;
	text-decoration: none;
}

/* line 292, ../sass/elements/_map.scss */
#map-section .map-container {
	margin: 0 auto;
	height: 100%;
}

/* line 299, ../sass/elements/_map.scss */
#map-section .mapplic-external {
	margin-top: 40px;
}

/* line 302, ../sass/elements/_map.scss */
#map-section .mapplic-portrait.mapplic-element {
	height: 100% !important;
}

/* line 307, ../sass/elements/_map.scss */
#map-section #examples {
	font-size: 0;
	display: block;
	list-style: none;
	margin: 0 80px;
	padding: 0;
	text-align: center;
}

/* line 316, ../sass/elements/_map.scss */
#map-section #examples li {
	display: inline-block;
	margin-bottom: 6px;
}

/* line 321, ../sass/elements/_map.scss */
#map-section #examples a {
	border: 2px solid #fff;
	color: #bbb;
	font-size: 14px;
	display: block;
	padding: 10px;
	margin: 0 10px;
	transition: border-color 0.2s, color 0.2s;
}

/* line 331, ../sass/elements/_map.scss */
#map-section #examples a:hover {
	color: #666;
	border: 2px solid #f4f4f4;
}

/* line 336, ../sass/elements/_map.scss */
#map-section #examples .active a {
	border: 2px solid #ddd;
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

/* line 344, ../sass/elements/_map.scss */
#map-section #wordpress {
	color: #fff;
	display: block;
	line-height: 42px;
	font-size: 28px;
	font-weight: lighter;
	text-align: center;
}

/* line 353, ../sass/elements/_map.scss */
#map-section #wordpress strong {
	margin-left: 20px;
}

/* line 357, ../sass/elements/_map.scss */
#map-section #wordpress img {
	vertical-align: bottom;
}

/* line 362, ../sass/elements/_map.scss */
#map-section #footer {
	background-color: #2f2e2b;
	padding: 60px 0;
}

/* line 367, ../sass/elements/_map.scss */
#map-section .copyright a {
	border-bottom: 1px solid transparent;
	color: #aaa;
	font-size: 13px;
	font-weight: bold;
	transition: color 0.2s, border-color 0.2s;
}

/* line 375, ../sass/elements/_map.scss */
#map-section .copyright a:hover {
	border-color: #666;
	color: #eee;
}

/* line 381, ../sass/elements/_map.scss */
#map-section .icon {
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 60px;
}

/* line 387, ../sass/elements/_map.scss */
#map-section .icon.landmark {
	background-image: url(../images/icon-landmark.png);
}

/* line 390, ../sass/elements/_map.scss */
#map-section .icon.layer {
	background-image: url(../images/icon-layer.png);
}

/* line 393, ../sass/elements/_map.scss */
#map-section .icon.link {
	background-image: url(../images/icon-link.png);
}

/* line 396, ../sass/elements/_map.scss */
#map-section .icon.browser {
	background-image: url(../images/icon-browser.png);
}

/* line 399, ../sass/elements/_map.scss */
#map-section .icon.responsive {
	background-image: url(../images/icon-responsive.png);
}

/* line 402, ../sass/elements/_map.scss */
#map-section .icon.mobile {
	background-image: url(../images/icon-mobile.png);
}

/* line 406, ../sass/elements/_map.scss */
#map-section .container {
	margin: 20px -2%;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 800px) {

	/* line 406, ../sass/elements/_map.scss */
	#map-section .container {
		flex-direction: column;
	}

	/* line 413, ../sass/elements/_map.scss */
	#map-section .container .mapplic-dir {
		margin-bottom: 30px;
	}
}

/* line 419, ../sass/elements/_map.scss */
#map-section .row {
	padding-left: 2%;
	padding-right: 2%;
}

/* line 424, ../sass/elements/_map.scss */
#map-section .one-third {
	display: inline-block;
	vertical-align: top;
	padding-left: 2%;
	padding-right: 2%;
	width: 29%;
}

/* line 432, ../sass/elements/_map.scss */
#map-section .one-half {
	display: inline-block;
	vertical-align: top;
	padding-left: 2%;
	padding-right: 2%;
	width: 42%;
}

@media screen and (min-width: 800px) {
	#map-section .one-half.wider {
		width: 95%;
	}
}

#map-section .one-half.smaller {
	width: 27%;
}

@media screen and (max-width: 800px) {
	#map-section .one-half {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

#map-section .one-half .map-container {
	border-radius: 10px;
	background: #28BAE2;
	padding: 0;
}

/* line 440, ../sass/elements/_map.scss */
#map-section .two-thirds {
	display: inline-block;
	vertical-align: top;
	padding-left: 2%;
	padding-right: 2%;
	width: 62%;
}

/* line 448, ../sass/elements/_map.scss */
#map-section section {
	padding: 60px 0;
}

/* line 452, ../sass/elements/_map.scss */
#map-section section .inner {
	padding-left: 20px;
	padding-right: 20px;
}

/* line 457, ../sass/elements/_map.scss */
#map-section section.gray {
	background-color: #ddd;
	color: #fff;
	padding: 20px 0;
	transition: background-color 0.2s;
}

/* line 464, ../sass/elements/_map.scss */
#map-section section.gray:hover {
	background-color: #ccc;
}

@media all and (max-width: 667px) {

	/* line 470, ../sass/elements/_map.scss */
	#map-section #main-menu li {
		display: none;
	}

	/* line 474, ../sass/elements/_map.scss */
	#map-section #main-menu li:last-child {
		display: inline-block;
	}
}
