html {
	scroll-behavior: smooth;
}

body#mapplic {
	background-color: #fff;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
}

.mapplic-minimap {
	left: auto;
	bottom: auto;
	top: 0;
	right: 0;
}
.wrapper {
	width: 100%;
	float: left;
}
#map-section {
	width: 100%;
}
.mapplic-sidebar {
	width: 25%;
}
.mapplic-container {
	width: 75%;
}
@media (min-width:900px) and (max-width:1400px) {
	.mapplic-sidebar {
		width: 35%;
	}
	.mapplic-container {
		width: 65%;
	}
}​


.mapplic-pin.pin-dot {
	color: #ffffff!important;
}
.mapplic-fullscreen, .mapplic-legend {
	background-color: rgb(0,12,43)!important;
}
.mapplic-button:hover .mapplic-icon,
.mapplic-button:focus .mapplic-icon {
	fill: rgb(0,12,43);
}
.mapplic-button.mapplic-sidebar-toggle:hover .mapplic-icon,
.mapplic-button.mapplic-sidebar-toggle:focus .mapplic-icon {
	fill: rgb(255,255,255);
}


.hidethis {
		animation-name: hideMe;
		animation-iteration-count: 1;
		animation-fill-mode: backwards;
	}
	@keyframes hideMe {
		0% {
			opacity: 0;
		}
		25% {
			opacity: 0.5;
		}
		35% {
			opacity: 1;
		}
		50% {
			opacity: 1;
		}
		65% {
			opacity: 1;
		}
		75% {
			opacity: 1;
		}
		100% {
			opacity: 1;
		}
	}
	.hidethis.timeout1 {
		animation-duration: 2s!important;
		animation-delay: 1s!important;
	}
	.hidethis.timeout2 {
		animation-duration: 4s!important;
		animation-delay: 2s!important;
	}
	.hidethis.timeout3 {
		animation-duration: 6s!important;
		animation-delay: 3s!important;
	}
	.hidethis.timeout4 {
		animation-duration: 8s!important;
		animation-delay: 4s!important;
	}
	.hidethis.timeout5 {
		animation-duration: 10s!important;
		animation-delay: 5s!important;
	}
	.hidethis.timeout6 {
		animation-duration: 12s!important;
		animation-delay: 6s!important;
	}
	.hidethis.timeout7 {
		animation-duration: 14s!important;
		animation-delay: 7s!important;
	}
	.hidethis.timeout8 {
		animation-duration: 16s!important;
		animation-delay: 8s!important;
	}
	.hidethis.timeout9 {
		animation-duration: 18s!important;
		animation-delay: 9s!important;
	}





#mapplic h1 {
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
}

#mapplic h2 {
	color: #444;
	font-weight: lighter;
	margin-top: 0;
}

#mapplic h3 {
	color: #222;
}
#mapplic h4,
h4.mapplic-tooltip-title {
	color: #fff!important;
}

#mapplic p {
	font-weight: 400;
	line-height: 24px;
}

#mapplic hr {
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 40px 0;
}

#mapplic a {
	text-decoration: none;
	transition: color 0.2s;
}

#mapplic ul {
	list-style-type: circle;
	margin: 0px;
	padding: 10px 10px 10px 20px;
}

#mapplic ul.use-cases {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
  flex-wrap:wrap;
}
#mapplic ul.use-cases li {
	width: 50%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 60px 10px 20px 10px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 50px;
}
#mapplic ul.use-cases li.authorities-communication {
	background-image: url(../images/icons/authorities-communication.svg);
}
#mapplic ul.use-cases li.eu-wide-cooperation {
	background-image: url(../images/icons/eu-wide-cooperation.svg);
}
#mapplic ul.use-cases li.key-wrapping {
	background-image: url(../images/icons/key-wrapping.svg);
}
#mapplic ul.use-cases li.secure-audio-video {
	background-image: url(../images/icons/secure-audio-video.svg);
}
#mapplic ul.use-cases li.secured-healthcare-information {
	background-image: url(../images/icons/secured-healthcare-information.svg);
}
#mapplic ul.use-cases li.secure-critical-infrastructure {
	background-image: url(../images/icons/secure-critical-infrastructure.svg);
}
#mapplic ul.use-cases li.research {
	background-image: url(../images/icons/research.svg);
}
#mapplic ul.use-cases li.defense-military {
	background-image: url(../images/icons/defense-military.svg);
}
#mapplic ul.use-cases li.banking {
	background-image: url(../images/icons/banking.svg);
}
#mapplic ul.use-cases li.industry {
	background-image: url(../images/icons/industry.svg);
}
#mapplic ul.use-cases li.long-term-secure-storage {
	background-image: url(../images/icons/long-term-secure-storage.svg);
}
#mapplic ul.use-cases li.data-centre-communication {
	background-image: url(../images/icons/data-centre-communication.svg);
}
#mapplic ul.use-cases li.smart-housing {
	background-image: url(../images/icons/smart-housing.svg);
}
#mapplic ul.use-cases li.blockchain-integration {
	background-image: url(../images/icons/blockchain-integration.svg);
}
#mapplic ul.use-cases li.e-health {
	background-image: url(../images/icons/e-health.svg);
}
#mapplic ul.use-cases li.tele-communications {
	background-image: url(../images/icons/tele-communications.svg);
}





#mapplic ul p {
	color: #666;
	margin: 0 0 2px 0;
}

#mapplic .dark { color: #888; }
#mapplic .dark h2 { color: #eee; }

#mapplic .about a {
	border-bottom: 1px dashed #ddd;
	color: inherit;
	transition: border 0.2s;
}

#mapplic .about a:hover {
	border-bottom: 1px solid #aaa;
	color: #222;
}

#mapplic .desc {
	margin-top: 40px;
}

#mapplic .center { text-align: center; }
#mapplic .right { text-align: right; }

#mapplic .clear {
	clear: both;
}

#mapplic .inner {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#mapplic .inner.over {
	margin-top: 0px;
}

/* Header */
#mapplic #header {
	background-image: url(../images/pattern-topo.png);
	box-shadow: 0 -40px 80px #fff inset;
	background-color: #f8f8f8;
	padding: 40px 30px 100px 30px;
}

#mapplic #header h1 {
	color: #444;
	margin-top: 60px;
	margin-bottom: 100px;
}

#mapplic #header nav {
	float: right;
}

#mapplic #main-menu {
	margin-top: 0;
}

#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.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 140px;
	height: 42px;
}

#mapplic .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;
}

#mapplic .button:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#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;
    content: '';
	background-image: url(../images/button-divider.png);
	background-repeat: no-repeat;
    position: absolute;
    left: -14px;
    bottom: 0;
    top: 0;
}

#mapplic #mapplic {
	width: 1200px;
	max-width: 100%;
}

#mapplic .about {
	padding: 20px;
	max-width: 600px;
	margin: 0 auto;
}

#mapplic .about li {
	margin-top: 6px;
}

#mapplic .new {
	background-color: #ccc;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 0 2px;
	vertical-align: top;
}


/* Editor */
#mapplic .editor-window {
	display: none;
	margin: 0 auto;
	width: 460px;
}

#mapplic .editor-body {
	background: #272822;
	color: #cfcfc2;
	padding: 14px;
	font-size: 12px;
}

/* Map */
#mapplic .map-container {
	margin: 0 auto;
	margin-bottom: 60px;
}

#mapplic .mapplic-external {
	margin-top: 40px;
}

/* Examples */
#mapplic #examples {
	font-size: 0;
	display: block;
	list-style: none;
	margin: 0 80px;
	padding: 0;
	text-align: center;
}

#mapplic #examples li {
	display: inline-block;
	margin-bottom: 6px;
}

#mapplic #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;
}

#mapplic #examples a:hover {
	color: #666;
	border: 2px solid #f4f4f4;
}

#mapplic #examples .active a {
	border: 2px solid #ddd;
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

/* WordPress */
#mapplic #wordpress {
	color: #fff;
	display: block;
	line-height: 42px;
	font-size: 28px;
	font-weight: lighter;
	text-align: center;
}

#mapplic #wordpress strong {
	margin-left: 20px;
}

#mapplic #wordpress img {
	vertical-align: bottom;
}

/* Footer */
#mapplic #footer {
	background-color: #2f2e2b;
	padding: 60px 0;
}

#mapplic .copyright a {
	border-bottom: 1px solid transparent;
	color: #aaa;
	font-size: 13px;
	font-weight: bold;
	transition: color 0.2s, border-color 0.2s;
}

#mapplic .copyright 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 -2%;
}

#mapplic .row {
	padding-left: 2%;
	padding-right: 2%;
}

#mapplic .one-third {
	display: inline-block;
	vertical-align: top;
	padding-left: 2%;
	padding-right: 2%;
	width: 29%;
}

#mapplic .one-half {
	display: inline-block;
	vertical-align: top;
	padding-left: 2%;
	padding-right: 2%;
	width: 46%;
}

#mapplic .two-thirds {
	display: inline-block;
	vertical-align: top;
	padding-left: 2%;
	padding-right: 2%;
	width: 62%;
}

#mapplic section {
	padding: 60px 0;
}

#mapplic section .inner {
	padding-left: 20px;
	padding-right: 20px;
}

#mapplic section.gray {
	background-color: #ddd;
	color: #fff;
	padding: 20px 0;
	transition: background-color 0.2s;
}

#mapplic section.gray:hover {
	background-color: #ccc;
}

/* Responsivity */
@media all and (max-width: 667px) {
	#mapplic #main-menu li {
		display: none;
	}

	#mapplic #main-menu li:last-child {
		display: inline-block;
	}
}
