/* MC FEATURES */
@font-face {
  font-family: 'mc-features';
  src: url('../font/mc-features.eot?-qtuckt');
  src: url('../font/mc-features.eot?#iefix-qtuckt') format('embedded-opentype'), url('../font/mc-features.woff?-qtuckt') format('woff'), url('../font/mc-features.ttf?-qtuckt') format('truetype'), url('../font/mc-features.svg?-qtuckt#mc-features') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mcf,
.mcf-icon:before {
  font-family: 'mc-features';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.mcf-marker {
  content: "\e600";
}
.mcf-polygon {
  content: "\e602";
}
.mcf-line {
  content: "\e601";
}
/* LIGATURE SYMBOLS */
@font-face {
  font-family: 'LigatureSymbols';
  src: url('../font/LigatureSymbols-2.11.eot');
  src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
  src: url('../font/LigatureSymbols-2.11.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.lsf,
.lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 200 !important;
}
.lsf-icon:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
}
/*
 * COLORS
 */
/**
**/
html {
  margin-top: 53px;
}
body {
  font: 14px "Open Sans", Helvetica, arial, freesans, clean, sans-serif;
  line-height: 1.4;
  color: #333333;
  background: #fff;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
a,
a:visited {
  color: #4e93d4;
}
a:hover,
a:visited:hover {
  color: #2f7ac0;
}
img {
  max-width: 100%;
}
.radio-list {
  margin: 0;
  border: 1px solid #eee;
  float: left;
}
.radio-list li {
  cursor: pointer;
  float: left;
  margin: 0;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.radio-list li .lsf {
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
  margin-right: 10px;
}
.radio-list li:hover {
  background: #fff;
}
.radio-list li.active {
  background: #4e93d4;
  color: #fff;
  border: 1px solid #669bcd;
  margin: -1px;
  position: relative;
  z-index: 2;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #999;
}
a.button,
a:visited.button,
.button,
button,
input[type=submit] {
  background: #5cc851;
  padding: 20px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 100%;
  border: 0;
  cursor: pointer;
  font-weight: 200;
}
a.button.button-small,
a:visited.button.button-small,
.button.button-small,
button.button-small,
input[type=submit].button-small {
  font-size: 90%;
  padding: 12px 15px;
}
a.button.button-red,
a:visited.button.button-red,
.button.button-red,
button.button-red,
input[type=submit].button-red {
  background: #f05656;
  color: rgba(255, 255, 255, 0.8);
}
a.button.button-red:hover,
a:visited.button.button-red:hover,
.button.button-red:hover,
button.button-red:hover,
input[type=submit].button-red:hover {
  background: #ec2727;
}
a.button.button-blue,
a:visited.button.button-blue,
.button.button-blue,
button.button-blue,
input[type=submit].button-blue {
  background: #4e93d4;
  color: rgba(255, 255, 255, 0.8);
}
a.button.button-blue:hover,
a:visited.button.button-blue:hover,
.button.button-blue:hover,
button.button-blue:hover,
input[type=submit].button-blue:hover {
  background: #2f7ac0;
}
a.button.button-light,
a:visited.button.button-light,
.button.button-light,
button.button-light,
input[type=submit].button-light {
  opacity: .6;
}
a.button:hover,
a:visited.button:hover,
.button:hover,
button:hover,
input[type=submit]:hover {
  background: #80d478;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
input,
textarea {
  outline: none;
}
input:-webkit-autofill {
  background: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea.no-canvas,
input.no-canvas {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  resize: none;
}
/*
 * Header
 */
#mast-header {
  background: #fff;
  padding: 10px 0;
  height: 32px;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
#mast-header h1 {
  font-family: "Paytone One";
  text-transform: lowercase;
  font-size: 18px;
  line-height: 18px;
  margin-top: 5px;
  letter-spacing: 0px;
  font-weight: normal;
}
#mast-header h1 a {
  color: #333;
  text-decoration: none;
}
#mast-header h2 {
  float: right;
  text-transform: uppercase;
  font-size: 18px;
  color: #77acde;
}
#mast-header #mast-nav {
  float: right;
  margin: 0;
}
#mast-header #mast-nav li {
  float: left;
  margin: 0 0 0 1px;
  padding: 0;
}
#mast-header #mast-nav li a {
  color: #2f7ac0;
  text-decoration: none;
  font-size: 12px;
  line-height: 32px;
  padding: 10px 0 10px 30px;
  text-transform: uppercase;
  font-weight: 600;
}
#mast-header #mast-nav li a:hover {
  color: #333;
}
#mast-header #mast-nav li a .lsf {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 200;
  opacity: .5;
}
/*
 * FOOTER
 */
#colophon {
  background: #111;
  font-size: 12px;
  padding: 20px 0;
}
#colophon a {
  text-decoration: none;
  color: #999;
}
#colophon a:hover {
  color: #f0f0f0;
}
#colophon .institutional {
  float: left;
}
#colophon .institutional a {
  display: inline-block;
  margin-right: 20px;
}
#colophon .license {
  float: right;
}
#credits .logos {
  margin: 40px auto;
  text-align: center;
}
#credits .logos li {
  display: inline-block;
  font-size: 12px;
  color: #999;
  font-weight: 600;
  margin: 0 40px 0 0;
}
#credits .logos li img {
  display: block;
}
.landing {
  margin: 0;
}
.landing #mast-header {
  background: #ebf6ff;
  height: auto;
  position: static;
  padding: 60px 0;
  border-bottom: 5px solid #333;
}
.landing #mast-header h1 {
  margin-top: -10px;
  font-size: 48px;
  line-height: 48px;
}
.landing #mast-header #mast-nav li a {
  background: #5cc851;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  line-height: 100%;
  border: 0;
  cursor: pointer;
  font-weight: 200;
  font-size: 14px;
  padding: 20px;
  color: #fff;
  line-height: 14px;
}
.landing #mast-header #mast-nav li a.button-small {
  font-size: 90%;
  padding: 12px 15px;
}
.landing #mast-header #mast-nav li a.button-red {
  background: #f05656;
  color: rgba(255, 255, 255, 0.8);
}
.landing #mast-header #mast-nav li a.button-red:hover {
  background: #ec2727;
}
.landing #mast-header #mast-nav li a.button-blue {
  background: #4e93d4;
  color: rgba(255, 255, 255, 0.8);
}
.landing #mast-header #mast-nav li a.button-blue:hover {
  background: #2f7ac0;
}
.landing #mast-header #mast-nav li a.button-light {
  opacity: .6;
}
.landing #mast-header #mast-nav li a:hover {
  background: #80d478;
}
.landing #mast-header #mast-nav li a .lsf {
  display: none;
}
.landing #highlight {
  padding: 60px 0 20px;
  background: url(/img/stardust.png);
  border-bottom: 5px solid #333;
}
.landing #highlight .signup-call {
  float: right;
}
.landing #highlight .signup-call .signup-call-content {
  background: rgba(0, 0, 0, 0.8);
  padding: 40px;
  color: #f0f0f0;
}
.landing #highlight .signup-call .signup-call-content h2 {
  color: #fff;
}
.landing #highlight .signup-call .signup-call-content .button {
  display: block;
  border-bottom: 1px solid #42af37;
  text-align: center;
}
.landing #highlight .highlight-block {
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 40px;
}
.landing #highlight .highlight-block .icon {
  width: auto;
  height: 100px;
  margin: 0 auto 40px;
}
.landing #highlight .highlight-block h2 {
  color: #5cc851;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.landing #highlight .highlight-block p.block-text {
  font-size: 18px;
  line-height: 26px;
  height: 100px;
}
.landing #highlight .highlight-block .button {
  background: rgba(0, 0, 0, 0.2);
  display: block;
  text-align: center;
}
.landing #highlight .highlight-block .button:hover {
  background: rgba(0, 0, 0, 0.5);
}
.landing #highlight .links {
  padding-bottom: 40px;
  max-width: 800px;
  margin: 0 auto;
  display: table;
}
.landing #highlight .links a {
  display: table-cell;
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  margin-right: -1px;
  text-decoration: none;
  font-size: 16px;
}
.landing #highlight .links a strong {
  color: #fff;
  text-transform: uppercase;
}
.landing #highlight .links a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.landing #highlight .links a.register {
  background: #42af37;
}
.landing #highlight .links a.register:hover {
  background: #5cc851;
}
.landing #featured-projects {
  position: relative;
  background: url(/img/highlight/costacarioca.jpg);
  background-size: cover;
  border-bottom: 5px solid #d9e183;
}
.landing #featured-projects h2 {
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  margin-top: 20px;
  margin-bottom: 60px;
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.landing #featured-projects .project-info {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 40px 60px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.landing #featured-projects .project-info h3 {
  font-size: 36px;
  line-height: 44px;
}
.landing #featured-projects .project-info .author {
  font-style: italic;
  margin-bottom: 40px;
  font-size: 18px;
  color: #444;
}
.landing #featured-projects .project-info .button {
  background: #2f7ac0;
  display: block;
  text-align: center;
}
.landing #featured-projects .project-info .button:hover {
  background: #4e93d4;
}
.landing .home-section .title {
  margin: 20px 0 40px;
  border-bottom: 1px solid #eee;
}
.landing .home-section .title h2 {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-transform: uppercase;
}
.landing .home-section .project-list article {
  height: 372px;
}
.landing .home-section .project-list article .img {
  width: 100%;
  height: 200px;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
}
.landing .home-section .project-list article .img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.landing .home-section .project-list article h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.landing .home-section .project-list article h3 a {
  text-decoration: none;
}
.landing .home-section .project-list article p {
  color: #666;
}
.landing .home-list h2 {
  font-size: 16px;
  line-height: 22px;
  color: #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.landing .home-list .home-list-item h3 {
  font-size: 22px;
  line-height: 28px;
}
.landing .home-list .home-list-item h3 a {
  color: #333;
  text-decoration: none;
}
.landing .home-list .home-list-item h3 a:hover {
  color: #111;
}
.landing .home-list .home-list-item .meta p {
  font-size: 12px;
  color: #999;
  float: left;
  margin: 0 10px 10px 0;
  line-height: 20px;
}
.landing .home-list .home-list-item .meta p:before {
  font-family: "LigatureSymbols";
  font-size: 20px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  color: #4e93d4;
}
.landing .home-list .home-list-item .meta p.features:before {
  content: '\E103';
}
.landing .home-list .home-list-item .meta p.author:before {
  content: '\E137';
}
.landing .home-list .home-list-item .meta p.layer:before {
  content: '\E129';
}
.landing .home-list .home-list-item .meta p a {
  color: #666;
  text-decoration: none;
}
.landing .home-list .home-list-item .meta p a:hover {
  color: #333;
}
/*
 * Login
 */
#login {
  position: fixed;
  top: 53px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 2;
  background: url(/img/stardust.png);
}
#login .login-content {
  width: 400px;
  margin: 60px auto;
  padding: 20px;
  border: 1px solid #333;
  background: #eee;
}
#login .login-content h1 {
  background: #2f7ac0;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin: -20px -20px 20px;
}
#login .login-content h2 {
  font-size: 20px;
  line-height: 20px;
  color: #4e93d4;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
#login .login-content label {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  display: block;
  margin-bottom: 10px;
}
#login .login-content input {
  border: 1px solid #eee;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
}
#login .login-content .login-form {
  margin-bottom: 20px;
}
#login .login-content .social-login {
  text-align: justify;
}
#login .login-content .social-login .social-networks {
  width: 100%;
}
#login .login-content .social-login .social-networks > * {
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  width: 100% !important;
  text-align: center;
}
#login .login-content .social-login .social-networks > * iframe {
  width: 100% !important;
}
#login .login-content .social-login .social-networks > * .lsf {
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
}
#login .login-content .social-login .social-networks > *.google {
  background: #dd4b39;
}
#login .login-content .social-login .social-networks > *.twitter {
  background: #55acee;
}
#login .login-content .social-login .social-networks > *.facebook {
  background: #3B5998;
}
#login .login-content .social-login .social-networks > *:hover {
  background: #111;
}
#login .login-content input[type=submit] {
  background: #4e93d4;
  padding: 15px 0;
}
#login .login-content input[type=submit]:hover {
  background: #77acde;
}
#login .login-content .action-group {
  diplay: table;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-right: 0;
  width: 100%;
}
#login .login-content .action-group a,
#login .login-content .action-group button,
#login .login-content .action-group input[type=submit],
#login .login-content .action-group .button {
  width: 1%;
  display: table-cell;
  padding: 10px;
  background: transparent;
  margin: 0;
  color: #666;
  font-weight: 200;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  text-decoration: none;
  text-transform: uppercase;
}
#login .login-content .action-group a:hover,
#login .login-content .action-group button:hover,
#login .login-content .action-group input[type=submit]:hover,
#login .login-content .action-group .button:hover {
  background: #f0f0f0;
}
#login .login-content .action-group a.signup,
#login .login-content .action-group button.signup,
#login .login-content .action-group input[type=submit].signup,
#login .login-content .action-group .button.signup {
  font-weight: 800;
}
#login .login-content .alert {
  margin: 0 0 19px;
}
#login .login-content .alert ul {
  margin: 0;
  padding: 0;
}
#login .login-content .alert ul li {
  margin: 0 0 1px;
  padding: 10px;
}
#login .login-content .alert.alert-error {
  background: #f48585;
  border: 1px solid #f05656;
  color: #fff;
}
/*
 * Content
 */
.content .page {
  font-size: 16px;
  line-height: 28px;
}
.content .page .small {
  font-size: 80%;
  line-height: 150%;
}
.content .page h2 {
  color: #666;
  margin: 0 0 40px;
  font-size: 28px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.content .page h2 a {
  text-decoration: none;
}
.content .page h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
}
.content .page h3 a {
  text-decoration: none;
}
.content .page ul {
  margin: 0 20px 20px;
  list-style: disc;
}
.content .page ul li {
  padding: 0 0 15px;
  margin: 0 20px 10px;
  border-bottom: 1px solid #eee;
  line-height: inherit;
}
/*
 * Tutorial Page
 */
.content .page.tutorial-page {
  background: #f9f9f9;
  padding-top: 40px;
}
.content .page.tutorial-page ::-webkit-scrollbar {
  width: 3px;
}
.content .page.tutorial-page .table-of-contents {
  position: fixed;
  top: 188px;
  padding: 20px;
  bottom: 0;
  overflow: auto;
  width: 30%;
  left: 0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.content .page.tutorial-page .table-of-contents h3 {
  margin: -20px -20px 20px;
  background: #4e93d4;
  color: #fff;
  padding: 20px;
}
.content .page.tutorial-page .table-of-contents h4 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
}
.content .page.tutorial-page .table-of-contents h4 a {
  color: #222;
}
.content .page.tutorial-page .table-of-contents a {
  color: #555;
  text-decoration: none;
}
.content .page.tutorial-page .table-of-contents a:hover {
  color: #333;
}
.content .page.tutorial-page img {
  border: 10px solid #fff;
  margin-bottom: 20px;
  display: block;
}
.content .page.tutorial-page ul {
  margin: 0 0 40px;
  list-style: none;
}
.content .page.tutorial-page ul li {
  margin: -1px 0 0;
  padding: 15px;
  border: 1px solid #e0e0e0;
}
.content .page.tutorial-page ul li:hover {
  background-color: #fff;
}
/*
 * Messages
 */
#messages {
  position: fixed;
  top: 53px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  z-index: 999999;
}
#messages p {
  margin: 0;
}
#messages .ok,
#messages .success {
  background: #80d478;
  border-bottom: 1px solid #5cc851;
  padding: 15px 0;
}
#messages .error {
  background: #f05656;
  border-bottom: 1px solid #ec2727;
  padding: 15px 0;
}
#messages .close-button {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 15px;
  float: right;
  text-transform: uppercase;
  font-weight: 600;
}
#loading {
  position: fixed;
  top: -100%;
  bottom: 100%;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 99999;
  opacity: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
  transition: background 0.5s ease-in-out;
  overflow: hidden;
}
#loading.active {
  background: rgba(0, 0, 0, 0.8);
  top: 52px;
  bottom: 0;
  opacity: 1;
  transition: background 0.2s ease-in-out;
}
#loading.active .loading-message {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
#loading .loading-message {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  background: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
#loading .loading-message:before {
  content: url('/img/loading.gif');
  display: block;
  margin-bottom: 40px;
}
/**********************************
 ************* LAYOUTS ************
 **********************************/
/*
 * Regular page
 */
.page-header {
  background: #555;
  padding: 40px 0;
  border-bottom: 1px solid #555;
}
.page-header h1 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 400;
  color: #fff;
  display: inline;
}
.page-header h1 strong {
  color: #fff;
  font-size: 200%;
}
.page-header h1 img {
  float: left;
  margin-right: 20px;
  border: 2px solid #555;
}
.page-header input {
  display: inline-block;
  background: transparent;
  border: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  padding: 0;
  width: 300px;
  float: right;
  font-weight: 200;
  height: 30px;
}
.page-header .searchform {
  margin: 10px 0 0 0;
  float: right;
  background: #666;
  padding: 10px 15px;
}
.page-header .searchform:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 200 !important;
  content: '\E116';
  float: right;
  color: #999;
  font-size: 30px;
  line-height: 30px;
}
.page-header .searchform ::-webkit-input-placeholder {
  color: #999;
}
.page-header .searchform :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.page-header .searchform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.page-header .searchform :-ms-input-placeholder {
  color: #999;
}
.page-header .searchform input {
  color: #fff;
}
.page-header .header-actions {
  display: block;
  list-style: none;
  display: table;
  margin: 0;
}
.page-header .header-actions li {
  display: table-cell;
  margin: 0;
  width: 1%;
  color: #fff;
  text-align: center;
  border-left: 1px solid #555;
}
.page-header .header-actions li a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #ccc;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  background: #444;
}
.page-header .header-actions li a:hover {
  color: #fff;
  background: #333;
}
.page-header .header-actions li a .lsf {
  font-weight: 200;
  font-size: 200%;
  line-height: 12px;
  margin-right: 10px;
}
.page-header .header-actions li.active a {
  color: #fff;
  background: #4e93d4;
}
.page-subheader {
  background: #77acde;
  border-bottom: 1px solid #4e93d4;
  color: #fff;
  padding: 30px 0;
}
.page-subheader.green {
  background: #80d478;
  border-bottom: 1px solid #5cc851;
}
.page-subheader.green .button {
  background: #5cc851;
}
.page-subheader.green .button:hover {
  background: #42af37;
}
.page-subheader h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 52px;
  font-weight: 600;
  color: #fff;
  margin: 0 40px 0 0;
  float: left;
}
.page-subheader input {
  height: 52px;
  line-height: 22px;
  float: left;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  margin: 2px 0 0;
}
.page-subheader input:focus {
  color: #fff;
}
.page-subheader p {
  font-weight: 200;
  margin: 0;
  font-style: italic;
  text-align: right;
  line-height: 52px;
}
.page-subheader p strong {
  color: #fff;
}
.page-subheader .button {
  font-size: 12px;
  float: right;
  margin-left: 1px;
  background: #4e93d4;
}
.page-subheader .button:hover {
  background: #2f7ac0;
  color: #fff;
}
.page-subheader ::-webkit-input-placeholder {
  color: #f0f0f0;
  font-style: italic;
}
.page-subheader ::-moz-placeholder {
  color: #f0f0f0;
  font-style: italic;
}
.page-subheader ::-ms-input-placeholder {
  color: #f0f0f0;
  font-style: italic;
}
.page-subheader input:-moz-placeholder {
  color: #f0f0f0;
  font-style: italic;
}
.explore-page .page-header h1 {
  font-size: 22px;
  line-height: 34px;
}
/*
 * Listing layouts
 */
.default-item {
  background: #f5f5f5;
  padding: 20px;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.default-item h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
.default-item h3 a {
  color: #333;
  text-decoration: none;
}
.default-item h3 a:hover {
  color: #111;
}
.default-item p {
  font-size: 14px;
  font-weight: 200;
  color: #666;
}
.default-item p.author {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  font-weight: 200;
}
.default-item p.author a {
  color: inherit;
  text-decoration: none;
}
.default-item p.author a:hover {
  color: #666;
}
.default-item .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f9f9f9;
  width: 100%;
}
.default-item .actions a {
  display: table-cell;
  width: 1%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  background: #77acde;
  border-right: 1px solid #f9f9f9;
  position: relative;
  padding: 5px;
}
.default-item .actions a .lsf {
  font-size: 22px;
  text-align: center;
}
.default-item .actions a .label {
  display: none;
}
.default-item .actions a:hover {
  background: #2f7ac0;
}
.default-item .actions a:last-child {
  border-right: 0;
}
.default-item.new-item {
  border: 0;
}
.default-item.new-item a {
  padding: 0;
  height: 250px;
}
.new-item {
  padding: 20px;
  background: #5cc851;
}
.new-item:hover {
  background: #80d478;
}
.new-item:hover h3 a,
.new-item:hover a {
  color: #fff;
}
.new-item h3 a,
.new-item a {
  width: 100%;
  padding: 40px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
}
.new-item h3 a .lsf,
.new-item a .lsf {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}
.new-item h3,
.new-item p {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0;
}
.new-item p a {
  text-transform: none;
  font-size: 18px;
}
/*
 * Dashboard
 */
.dashboard-page .page-header h1 {
  font-size: 16px;
  line-height: 16px;
  color: #999;
}
.dashboard-page .page-header h1 .user-name {
  color: #fff;
  display: block;
  font-size: 36px;
  line-height: 36px;
  margin-top: 10px;
}
.dashboard-page .page-header h1 .profile-link {
  color: #77acde;
  display: block;
  margin-top: 10px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.dashboard-page .page-header h1 .profile-link:before {
  content: '[ ';
}
.dashboard-page .page-header h1 .profile-link:after {
  content: ' ]';
}
.dashboard-page .page-header h1 .profile-link:hover {
  color: #4e93d4;
}
.dashboard-page #profile-editor input,
.dashboard-page #profile-editor textarea {
  width: 100%;
  display: block;
}
.dashboard-page #profile-editor .label {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: 800;
  margin: 0 0 10px;
}
.dashboard-page #profile-editor .user-name {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}
.dashboard-page #profile-editor .user-bio {
  font-size: 14px;
  color: #333;
}
.dashboard-page #profile-editor .button {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
/*
 * Profile page
 */
.profile-page .page-header img {
  width: 100%;
  height: auto;
}
.profile-page .page-header h1 {
  font-size: 34px;
  margin-bottom: 30px;
}
.profile-page .bio {
  font-size: 16px;
  line-height: 28px;
  max-width: 1280px;
}
/*
 * Map editor
 */
.map-editor-container {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  /*
	 * Feature style
	 */
}
.map-editor-container ::-webkit-scrollbar {
  width: 5px;
}
.map-editor-container ::-webkit-scrollbar-track {
  background: transparent;
}
.map-editor-container ::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #ddd;
}
.map-editor-container .edit-header {
  padding: 20px;
  background: #fff;
}
.map-editor-container .edit-title {
  font-size: 28px;
  font-family: "Lato";
  font-weight: 400;
  color: #444;
  margin: 0;
}
.map-editor-container .edit-title:focus,
.map-editor-container .edit-title:hover {
  color: #000;
}
.map-editor-container textarea.edit-description {
  font-size: 14px;
  line-height: 20px;
  border-bottom: 0;
}
.map-editor-container .editor-container {
  width: 35%;
  height: 100%;
  float: left;
  background: #fff;
  color: #333;
  overflow: hidden;
  position: relative;
  z-index: 200;
}
.map-editor-container .editor-container .options-table {
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #555;
}
.map-editor-container .editor-container .options-table th {
  vertical-align: middle;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
  padding: 0 20px 0 20px;
  background: #666;
  color: #f0f0f0;
}
.map-editor-container .editor-container .options-table td {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px;
  width: 100%;
  position: relative;
}
.map-editor-container .editor-container .options-table td .relative-input {
  position: relative;
}
.map-editor-container .editor-container .options-table td input,
.map-editor-container .editor-container .options-table td textarea {
  width: 100%;
  border: 0;
  margin: 0;
  background: transparent;
}
.map-editor-container .editor-container .options-table td .auto-input {
  position: absolute;
  right: -15px;
  top: -15px;
  bottom: -15px;
  padding: 15px;
  line-height: 27px;
  font-size: 20px;
  text-decoration: none;
  background: #77acde;
  color: #fff;
}
.map-editor-container .editor-container .options-table td .auto-input:hover {
  background: #4e93d4;
}
.map-editor-container .editor-container .options-table td .multiple-selection-cell input {
  margin: 0 0 10px;
}
.map-editor-container .editor-container .options-table td .multiple-selection {
  margin: 10px 0 0;
  padding: 0;
}
.map-editor-container .editor-container .options-table td .multiple-selection li {
  font-size: 12px;
  background: #fff;
  border: 1px solid #f0f0f0;
  line-height: 12px;
  padding: 5px 25px 5px 5px;
  float: left;
  margin: 0 5px 5px 0;
  position: relative;
}
.map-editor-container .editor-container .options-table td .multiple-selection li .lsf {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0 5px;
  color: #f05656;
  font-weight: 200;
  text-decoration: none;
}
.map-editor-container .editor-container .options-table td .multiple-selection li .lsf:hover {
  background: #f05656;
  color: #fff;
}
.map-editor-container .editor-container .primary-actions {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  background: #666;
  height: 65px;
  box-sizing: border-box;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
}
.map-editor-container .editor-container .primary-actions > a.button,
.map-editor-container .editor-container .primary-actions button {
  display: table-cell;
  width: 1%;
  margin: 0;
  padding: 15px 0;
  border-right: 1px solid #666;
  text-align: center;
}
.map-editor-container .editor-container .primary-actions > a.button.button-secondary,
.map-editor-container .editor-container .primary-actions button.button-secondary {
  background: #6f6f6f;
  color: #f0f0f0;
}
.map-editor-container #settings .button-delete {
  width: 100%;
  padding: 15px 0;
  font-size: 12px;
  text-transform: none;
  text-align: center;
  border-top: 1px solid #ec2727;
}
.map-editor-container #settings .button-delete .lsf {
  font-size: 26px;
  line-height: 12px;
  font-weight: 200;
  margin-right: 10px;
  display: inline-block;
}
.map-editor-container #editor {
  border-right: 1px solid #eee;
  position: absolute;
  top: 0;
  bottom: 65px;
  left: 0;
  right: 0;
  overflow: auto;
  overflow-x: hidden;
  background: #f5f5f5;
}
.map-editor-container #editor h2 {
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
  color: #999;
}
.map-editor-container #editor .map-editor-tabs {
  display: table;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 5px solid #555;
  background: #fff;
}
.map-editor-container #editor .map-editor-tabs li {
  display: table-cell;
  width: 1%;
  text-align: center;
  margin: 0;
  padding: 0;
  border-right: 1px solid #eee;
}
.map-editor-container #editor .map-editor-tabs li .label {
  margin-right: 10px;
}
.map-editor-container #editor .map-editor-tabs li .tab-tip {
  font-size: 10px;
  line-height: 10px;
  padding: 2px 6px 2px 5px;
  background: #f9f9f9;
  font-weight: 700;
  margin-left: -5px;
}
.map-editor-container #editor .map-editor-tabs li:last-child {
  border-right: 0;
}
.map-editor-container #editor .map-editor-tabs li a {
  text-decoration: none;
  padding: 8px 10px;
  display: block;
  color: #c0c0c0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
}
.map-editor-container #editor .map-editor-tabs li a:hover {
  color: #777;
}
.map-editor-container #editor .map-editor-tabs li a .lsf,
.map-editor-container #editor .map-editor-tabs li a .mcf {
  font-size: 28px;
  line-height: 30px;
  margin: 0;
  font-weight: 200;
}
.map-editor-container #editor .map-editor-tabs li a .mcf {
  font-size: 22px;
  line-height: 26px;
}
.map-editor-container #editor .map-editor-tabs li.active {
  border-top: 1px solid #669bcd;
  border-right: 0;
  margin: -1px 0 0;
  position: relative;
}
.map-editor-container #editor .map-editor-tabs li.active .tab-tip {
  background: #2f7ac0;
}
.map-editor-container #editor .map-editor-tabs li.active .tab-content {
  position: relative;
}
.map-editor-container #editor .map-editor-tabs li.active .tab-content:before {
  content: '';
  background: #4e93d4;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 21px;
  bottom: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.map-editor-container #editor .map-editor-tabs li.active a {
  color: #fff;
  background: #4e93d4;
}
.map-editor-container #editor .map-editor-tabs li.active a:hover {
  color: #fff;
}
.map-editor-container #editor .map-editor-tabs li.active a .mcf,
.map-editor-container #editor .map-editor-tabs li.active a .lsf {
  margin-right: 10px;
}
.map-editor-container #editor .map-editor-subcontent {
  color: #333;
}
.map-editor-container #editor .map-editor-subcontent.with-padding {
  padding-top: 20px;
}
.map-editor-container #editor .map-editor-subcontent h1,
.map-editor-container #editor .map-editor-subcontent h2,
.map-editor-container #editor .map-editor-subcontent h3 {
  color: #333;
}
.map-editor-container #editor .map-editor-subcontent p {
  margin: 0 20px 20px;
}
.map-editor-container #editor .map-editor-subcontent p.tip {
  font-style: italic;
  color: #999;
}
.map-editor-container #editor .map-editor-subcontent input.filter {
  display: block;
  border: 0;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  background: transparent;
}
.map-editor-container #editor .map-editor-subcontent .button-group {
  display: table;
  width: 100%;
}
.map-editor-container #editor .map-editor-subcontent .button-group .button-item {
  display: table-cell;
  width: 1%;
  border-right: 1px solid #555;
}
.map-editor-container #editor .map-editor-subcontent .button-group .button-item:last-child {
  border-right: 0;
}
.map-editor-container #editor .map-editor-subcontent .button-group .button-item .button {
  padding: 15px 20px;
}
.map-editor-container #editor .map-editor-subcontent .button-group .button-item .tip {
  display: none;
}
.map-editor-container #editor .map-editor-subcontent .button {
  display: block;
  width: auto;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  padding: 15px 0;
  font-weight: 600;
  background: #666;
  border-bottom: 1px solid #555;
  line-height: 22px;
  font-size: 12px;
}
.map-editor-container #editor .map-editor-subcontent .button.preview {
  background: #4e93d4;
}
.map-editor-container #editor .map-editor-subcontent .button.preview:hover {
  background: #77acde;
}
.map-editor-container #editor .map-editor-subcontent .button:hover,
.map-editor-container #editor .map-editor-subcontent .button.active {
  background: #777;
}
.map-editor-container #editor .map-editor-subcontent .button .lsf,
.map-editor-container #editor .map-editor-subcontent .button .mcf {
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  margin: 5px 10px;
}
.map-editor-container #editor .map-editor-subcontent .button .tip {
  font-size: 10px;
  font-weight: 200;
  display: block;
  text-transform: none;
}
.map-editor-container #editor .map-editor-subcontent .count {
  background: #666;
  color: #f0f0f0;
  font-size: 12px;
  font-style: italic;
  padding: 10px 20px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  margin: 0;
}
.map-editor-container #editor .map-editor-subcontent .obj-list {
  margin: 0 20px 20px;
  padding: 0;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li {
  background: #fbfbfb;
  margin: 0 0 1px;
  padding: 15px;
  cursor: pointer;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li h4 {
  font-size: 18px;
  line-height: 22px;
  color: #555;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li p {
  margin: 0;
  font-size: 12px;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li.sortable {
  cursor: move;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li.sortable:hover .actions a.sort {
  background: #4e93d4;
  color: #fff;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li.disabled:hover {
  background: #fbfbfb;
  cursor: default;
  box-shadow: 0 0 0;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li:hover {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li.active {
  background: #4e93d4;
  color: #fff;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li .author {
  display: block;
  font-size: 11px;
  font-style: italic;
  color: #aaa;
  margin-bottom: 10px;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li .locked {
  float: right;
  font-size: 24px;
  padding: 20px 10px;
  color: #999;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li .type {
  color: #4e93d4;
  float: left;
  font-size: 25px;
  padding: 20px 20px 20px 0;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li .actions {
  float: right;
  margin: 0;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li .actions a {
  padding: 3px 8px;
  color: #4e93d4;
  font-size: 20px;
  line-height: 20px;
  font-weight: 200;
  text-decoration: none;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li .actions a:hover {
  background: #4e93d4;
  color: #fff;
}
.map-editor-container #editor .map-editor-subcontent .obj-list li .actions a.sort {
  cursor: move;
}
.map-editor-container #editor .map-editor-subcontent.feature-style h3 {
  background: #666;
  padding: 15px 20px;
  color: #f0f0f0;
  font-size: 14px;
  line-height: 14px;
}
.map-editor-container #editor .map-editor-subcontent.feature-style .style-editor {
  padding: 20px;
}
.map-editor-container #editor .map-editor-subcontent.feature-style .style-editor p {
  margin: 0 0 20px;
}
.map-editor-container .object-editor {
  float: left;
  width: 65%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.map-editor-container .object-editor h3 {
  font-size: 12px;
  font-weight: 800;
  color: #999;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
}
.map-editor-container .object-editor .edit-title {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  border: 0;
  padding: 0;
  margin: 0;
}
.map-editor-container .object-editor .edit-description {
  font-size: 12px;
  color: #999;
  margin: 0;
  padding: 0;
}
.map-editor-container .editor-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  box-sizing: border-box;
  background: #666;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 20px;
  color: #f0f0f0;
}
.map-editor-container .editor-bottom .editor-actions {
  float: right;
  margin: -5px 0;
}
.map-editor-container .editor-bottom .editor-actions a {
  float: left;
  margin-left: 1px;
}
.map-editor-container .editing-tools.editing .tools-list {
  position: absolute;
  top: 0;
  right: 50%;
}
.map-editor-container .editing-tools.editing .tools-list li {
  display: none;
}
.map-editor-container .editing-tools.editing .tools-list li.active {
  display: block;
  margin-right: -1px;
  position: relative;
  z-index: 2;
  border-left: 1px solid #eee;
}
.map-editor-container .editing-tools .tools-list {
  float: right;
  border-left: 1px solid #eee;
  margin: 0;
}
.map-editor-container .editing-tools .tools-list li {
  margin: 0;
}
.map-editor-container .editing-tools .tools-list li.remove-label a:hover {
  background: #f05656;
}
.map-editor-container .editing-tools .tools-list li.save-label a:hover {
  background-color: #5cc851;
}
.map-editor-container .editing-tools .tools-list li a {
  display: block;
  text-decoration: none;
  width: 75px;
  height: 75px;
  border-bottom: 1px solid #eee;
  background: #fff;
  color: #333;
}
.map-editor-container .editing-tools .tools-list li a:hover {
  color: #f0f0f0;
  background: #4e93d4;
}
.map-editor-container .editing-tools .tools-list li a span {
  display: block;
  font-size: 40px;
  line-height: 40px;
  padding: 15px 0;
  text-align: center;
}
.map-editor-container .editing-tools .tools-editor {
  border-left: 1px solid #eee;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
}
.map-editor-container .editing-tools .tools-editor input {
  width: 100%;
  box-sizing: border-box;
}
.map-editor-container .editing-tools .tools-editor table {
  width: 100%;
  margin-bottom: 20px;
}
.map-editor-container .editing-tools .tools-editor table tr:hover td input {
  color: #333;
}
.map-editor-container .editing-tools .tools-editor table tr td {
  padding: 10px;
  border: 1px solid #eee;
}
.map-editor-container .editing-tools .tools-editor table tr td input {
  background: transparent;
  border: 0;
  color: #999;
}
.map-editor-container .editing-tools .tools-editor table tr td input:focus,
.map-editor-container .editing-tools .tools-editor table tr td input:hover {
  color: #333;
}
.map-editor-container .editing-tools .tools-editor table tr td.action {
  cursor: pointer;
  text-align: center;
}
.map-editor-container .editing-tools .tools-editor table tr td.action.action-remove {
  color: #f05656;
}
.map-editor-container .editing-tools .tools-editor table tr td.action .lsf {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  line-height: 24px;
}
.map-editor-container .editing-tools .tools-editor .button {
  font-size: 12px;
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: center;
  background: #4e93d4;
  margin: 0 0 20px;
}
.map-editor-container .editing-tools .tools-editor .button:hover {
  background: #77acde;
}
.map-editor-container .map-container .leaflet-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.map-editor-container .map-container .start-tip {
  display: block;
  position: absolute;
  top: 0;
  padding-top: 15%;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  text-align: center;
  color: #fff;
  z-index: 100;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.map-editor-container .map-container .new-feature {
  display: block;
  position: absolute;
  top: 0;
  padding: 10% 0;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  z-index: 100;
  font-size: 18px;
  font-weight: 200;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  overflow: auto;
}
.map-editor-container .map-container .new-feature .available-types {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 10%;
  text-align: left;
  font-size: 14px;
}
.map-editor-container .map-container .new-feature .available-types .new-type ul {
  width: 100%;
  display: table;
  text-align: center;
}
.map-editor-container .map-container .new-feature .available-types .new-type ul li {
  width: 1%;
  display: table-cell;
  padding: 25px;
  border-right: 1px solid #2f7ac0;
  background: #4e93d4;
  text-shadow: 0 0 0;
  cursor: pointer;
}
.map-editor-container .map-container .new-feature .available-types .new-type ul li:hover {
  background: #77acde;
}
.map-editor-container .map-container .new-feature .available-types .new-type ul li .mcf {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.map-editor-container .map-container .new-feature .available-types .new-type ul li:last-child {
  border-right: 0;
}
.map-editor-container .map-container .new-feature .available-types .geocode input {
  border: 0;
  padding: 15px;
  width: 100%;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
}
.map-editor-container .map-container .new-feature .available-types .geocode .search-button {
  width: 100%;
  padding: 15px 0;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 0;
  background: #77acde;
}
.map-editor-container .map-container .new-feature .available-types .geocode .search-button:hover {
  background: #4e93d4;
}
.map-editor-container .map-container .new-feature .available-types .geocode .search-button .lsf {
  padding-right: 10px;
  font-size: 18px;
}
.map-editor-container .map-container .new-feature .available-types .geocode .geocode-results {
  background: #fff;
  text-shadow: 0 0 0;
  color: #333;
}
.map-editor-container .map-container .new-feature .available-types .geocode .geocode-results li {
  font-size: 12px;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.map-editor-container .map-container .new-feature .available-types .geocode .geocode-results li a {
  float: left;
  font-size: 20px;
  margin: 0 10px 20px 0;
  cursor: pointer;
  text-decoration: none;
  color: #999;
  color: #4e93d4;
}
.map-editor-container .map-container .new-feature .available-types .geocode .geocode-results li a:hover {
  color: #2f7ac0;
}
.map-editor-container .map-container.editing .leaflet-container {
  bottom: 60%;
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.map-editor-container .map-container #edit-feature {
  border-top: 1px solid #eee;
  position: absolute;
  top: 40%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  background: #f9f9f9;
  overflow: auto;
}
.map-editor-container .map-container #edit-feature.top-down-show,
.map-editor-container .map-container #edit-feature.top-down-hide {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.map-editor-container .map-container #edit-feature.top-down-hide {
  top: 100%;
  overflow: hidden;
}
.map-editor-container .map-container #edit-feature.top-down-show {
  top: 40%;
  overflow: auto;
}
.map-editor-container .map-container #edit-feature form {
  height: 100%;
  margin: 0;
}
.map-editor-container .map-container #edit-feature .feature-settings {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}
.map-editor-container .map-container #edit-feature .feature-settings .edit-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
}
.map-editor-container .map-container #edit-feature .feature-settings .edit-description {
  font-size: 16px;
  line-height: 22px;
}
.map-editor-container .feature-style .label {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.map-editor-container .feature-style .colorpicker-container {
  position: relative;
}
.map-editor-container .feature-style .colorpicker-box {
  width: 100%;
  height: 75px;
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.map-editor-container .feature-style .ui-slider {
  margin-bottom: 20px;
}
.map-editor-container .feature-style .size-picker {
  display: table;
  height: 90px;
  margin: 0 auto;
}
.map-editor-container .feature-style .size-picker span {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 20px;
}
.map-editor-container .feature-style .marker-icon li {
  float: left;
  margin: 0 5px 5px 0;
}
.map-editor-container .feature-style .marker-icon .maki-sprite {
  background-image: url('/img/maki-sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.map-editor-container .feature-style .marker-icon .maki-sprite:hover {
  background-color: #eee;
}
.map-editor-container .feature-style .marker-icon .maki-sprite.blank {
  background-image: none;
}
.map-editor-container .content-editor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 35%;
  overflow: auto;
  box-sizing: border-box;
  background: #f9f9f9;
  z-index: 1000;
}
.map-editor-container .content-editor .content-settings {
  position: absolute;
  top: 0;
  left: 0;
  right: 76px;
  bottom: 0;
  overflow: auto;
  z-index: 3;
}
.map-editor-container .content-editor .content-settings .content-title {
  border-bottom: 1px solid #eee;
  padding: 20px;
  background: #fff;
}
.map-editor-container .content-editor .content-settings .content-title .edit-title {
  font-size: 28px;
}
.map-editor-container .content-editor .editing-tools {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: #fff;
  border-left: 1px solid #eee;
}
.map-editor-container .content-editor .editing-tools.editing .tools-list {
  right: 300px;
}
.map-editor-container .content-editor .editing-tools .tools-list {
  border-left: 0;
}
.map-editor-container .content-editor .editing-tools .tools-list .content-features-label {
  position: relative;
}
.map-editor-container .content-editor .editing-tools .tools-list .content-features-label .feature-length {
  display: block;
  font-family: "Open Sans";
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 0;
  line-height: 12px;
  font-size: 12px;
  font-weight: 800;
}
.map-editor-container .content-editor .editing-tools .tools-editor {
  width: 300px;
  bottom: 0;
}
.map-editor-container .content-editor .content-features .clear-selection {
  display: block;
  text-align: right;
  margin-bottom: 5px;
  font-size: 12px;
}
.map-editor-container .content-editor .content-features .feature-list {
  border: 1px solid #eee;
}
.map-editor-container .content-editor .content-features .feature-list li {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  margin: 0;
}
.map-editor-container .content-editor .content-features .feature-list li:last-child {
  border-bottom: 0;
}
.map-editor-container .content-editor .content-features .feature-list li:hover {
  background: #eee;
}
.map-editor-container .content-editor .content-features .feature-list li.selected {
  color: #fff;
  background: #4e93d4;
  margin: -1px;
  border: 1px solid #669bcd;
}
/*
 * Map editor
 */
.map-editor-container #editor .map-editor-subcontent .map-layers {
  padding: 20px 0;
  background: #666;
  color: #fff;
}
.map-editor-container #editor .map-editor-subcontent .map-layers .obj-list li {
  background: #777;
}
.map-editor-container #editor .map-editor-subcontent .map-layers .obj-list li:hover {
  background: #888;
}
.map-editor-container #editor .map-editor-subcontent .map-layers .obj-list li .author {
  display: block;
  font-size: 11px;
  font-style: italic;
  color: #aaa;
}
.map-editor-container #editor .map-editor-subcontent .map-layers .obj-list li .actions a {
  color: #77acde;
}
.map-editor-container #editor .map-editor-subcontent .map-layers .obj-list li .actions a:hover {
  background: #77acde;
  color: #fff;
}
/*
 * Leaflet
 */
.leaflet-popup-close-button {
  display: none;
}
.leaflet-popup-content-wrapper {
  border-radius: 0;
}
.leaflet-popup-tip {
  width: 12px;
  height: 12px;
}
.leaflet-popup-content {
  margin: 0;
  padding: 10px;
}
.leaflet-popup-content h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.leaflet-popup-content .tip {
  font-style: italic;
  font-size: 12px;
  margin: 0;
  color: #999;
}
.leaflet-marker-pane .marker-cluster span {
  display: block;
  line-height: 26px;
  margin: 5px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.mapbox-control-info-right .map-info-container {
  border-radius: 0 13px 13px 0;
}
a.mapbox-improve-map {
  display: none;
}
a.mapbox-improve-map:first-child {
  display: inline;
}
/*
 * Map view
 */
.map-view {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  bottom: 0;
}
.map-view .map-header {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
  pointer-events: none;
}
.map-view .map-header a {
  pointer-events: auto;
}
.map-view .map-header h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}
.map-view .map-info {
  background: #333;
  padding: 20px;
  float: left;
  color: #f0f0f0;
  position: relative;
  max-width: 300px;
}
.map-view .map-info.withBackButton {
  padding-left: 60px;
}
.map-view .map-info .back {
  position: absolute;
  background: #444;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 25px;
  width: 15px;
  line-height: 100%;
  padding: 0 15px;
  color: #999;
  text-decoration: none;
}
.map-view .map-info .back:hover {
  background: #555;
  color: #fff;
}
.map-view .map-info .back span {
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
}
.map-view .map-info h1 {
  color: #f0f0f0;
}
.map-view .map-info p.author {
  margin: 0;
  font-size: 12px;
  font-style: italic;
  color: #999;
}
.map-view .map-info p.author a {
  color: #999;
  text-decoration: none;
}
.map-view .map-info p.author a:hover {
  color: #f0f0f0;
}
.map-view .map-controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.map-view .map-controls ul {
  margin: 0;
  border: 1px solid #999;
  float: left;
}
.map-view .map-controls ul li {
  float: left;
  margin: 0;
  padding: 0;
}
.map-view .map-controls ul li a {
  position: relative;
  pointer-events: auto;
  display: block;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
}
.map-view .map-controls ul li a:hover {
  background: #f8f8f8;
  z-index: 2;
}
.map-view .map-controls ul li a .lsf {
  font-size: 24px;
  line-height: 24px;
}
.map-view .map-controls ul li a .label {
  display: none;
}
.map-view .map-container {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: right 0.2s ease-in-out;
}
.map-view .map-container .leaflet-container {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.map-view .map-container .leaflet-container .leaflet-control-container .leaflet-top {
  top: 20px;
}
.map-view .map-container .leaflet-container .leaflet-control-container .leaflet-bottom {
  bottom: 30px;
}
.map-view .map-container .leaflet-container .leaflet-control-container .leaflet-left {
  left: 20px;
}
.map-view .map-container .leaflet-container .leaflet-control-container .leaflet-right {
  right: 20px;
}
.map-view .map-container .leaflet-container .leaflet-control-container .leaflet-top.leaflet-left {
  top: 45%;
}
.map-view .map-container .leaflet-container .leaflet-control-container .leaflet-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
}
.map-view .map-container .leaflet-container .leaflet-control-container .leaflet-bar a {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  opacity: 1;
  font-size: 18px;
}
.map-view .map-container .leaflet-container .leaflet-popup-content-wrapper,
.map-view .map-container .leaflet-container .map-legends,
.map-view .map-container .leaflet-container .map-tooltip {
  border-radius: 0;
}
.map-view.withSidebar .map-container {
  width: 66.666%;
}
.map-view.withSidebar .map-container .leaflet-container {
  width: 200%;
  left: -50%;
  height: 100%;
}
.map-view.withSidebar .map-container .leaflet-container .leaflet-control-container .leaflet-left {
  left: 26%;
}
.map-view.withSidebar .map-container .leaflet-container .leaflet-control-container .leaflet-right {
  right: 26%;
  margin-left: 20px;
}
.map-view #map-sidebar {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  left: 66.666%;
  bottom: 30px;
  transition: background 0.2s ease-in-out;
}
.map-view #map-sidebar ::-webkit-scrollbar-thumb {
  background: transparent;
  transition: background 0.2s ease-in-out;
}
.map-view #map-sidebar:hover {
  background: rgba(0, 0, 0, 0.1);
}
.map-view #map-sidebar:hover ::-webkit-scrollbar-thumb {
  background: #999;
  transition: background 0.2s ease-in-out;
}
.map-view #map-sidebar .map-sidebar-content {
  position: absolute;
  left: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 10px;
  overflow: auto;
}
.map-view #map-sidebar .sidebar-block {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin: 0 10px 1px 0;
}
.map-view #map-sidebar .sidebar-block .label {
  color: #aaa;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  magin: 0 0 10px;
}
.map-view #map-sidebar .sidebar-block:hover,
.map-view #map-sidebar .sidebar-block.active {
  background: #fefefe;
}
.map-view #map-sidebar .sidebar-block.label-block {
  background: #4e93d4;
  border-bottom: 2px solid #2f7ac0;
  padding: 10px 20px;
}
.map-view #map-sidebar .sidebar-block.label-block h3 {
  line-height: 14px;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.map-view #map-sidebar .sidebar-block.label-block a {
  float: right;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
}
.map-view #map-sidebar .sidebar-block.label-block a:hover {
  color: #fff;
}
.map-view #map-sidebar .main-info {
  font-size: 18px;
  line-height: 28px;
  background: #333;
  color: #f0f0f0;
}
.map-view #map-sidebar .main-info:hover {
  background: #444;
}
.map-view #map-sidebar .main-info p {
  margin: 0;
}
.map-view #map-sidebar .main-info strong {
  color: #f0f0f0;
}
.map-view #map-sidebar .content-list,
.map-view #map-sidebar .feature-list {
  margin: 0;
  padding: 0;
}
.map-view #map-sidebar .content-list .list-item h3,
.map-view #map-sidebar .feature-list .list-item h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.map-view #map-sidebar .content-list .list-item h3 a,
.map-view #map-sidebar .feature-list .list-item h3 a {
  color: #444;
  text-decoration: none;
}
.map-view #map-sidebar .content-list .list-item h3 a:hover,
.map-view #map-sidebar .feature-list .list-item h3 a:hover {
  color: #222;
}
.map-view #map-sidebar .content-list .list-item .excerpt,
.map-view #map-sidebar .feature-list .list-item .excerpt {
  margin-bottom: 20px;
}
.map-view #map-sidebar .single-post h2 {
  font-weight: 600;
  margin: 0 0 20px;
}
.map-view #map-sidebar .single-post .content-body {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.map-view #map-sidebar .single-post .content-body b,
.map-view #map-sidebar .single-post .content-body strong {
  font-weight: 600;
}
.map-view #map-sidebar .single-post .content-body i {
  font-style: italic;
}
.map-view #map-sidebar .single-post .content-body ul {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style: disc;
}
.map-view #map-sidebar .single-post .content-body img {
  display: block;
  margin-bottom: 20px;
}
.map-view #map-sidebar h2 {
  margin-bottom: 10px;
}
.map-view #map-sidebar .meta {
  margin-bottom: 20px;
}
.map-view #map-sidebar .meta p {
  font-size: 12px;
  color: #999;
  float: left;
  margin: 0 10px 10px 0;
  line-height: 20px;
}
.map-view #map-sidebar .meta p:before {
  font-family: "LigatureSymbols";
  font-size: 20px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  color: #4e93d4;
}
.map-view #map-sidebar .meta p.features:before {
  content: '\E103';
}
.map-view #map-sidebar .meta p.author:before {
  content: '\E137';
}
.map-view #map-sidebar .meta p.layer:before {
  content: '\E129';
}
.map-view #map-sidebar .meta p a {
  color: #999;
  text-decoration: none;
}
.map-view #map-sidebar .meta p a:hover {
  color: #333;
}
/*
 * Sir Trevor
 */
.st-block__inner,
.st-block__messages,
.st-block-ui-btn,
.st-block-control-ui-btn {
  border: 1px solid #eee;
}
.st-block__inner {
  border-left: 0;
  border-right: 0;
}
.st-block-ui-btn,
.st-block-control-ui-btn {
  border-right: 0;
  border-bottom: 0;
}
.st-block__delete-label {
  border-width: 1px;
}
.st-block__inner:hover,
.st-block-ui-btn,
.st-block-control-ui-btn,
.st-block__messages,
.st-block-positioner,
.st-block-positioner:after,
.st-block-positioner__title {
  border-color: #ccc;
}
.st-block-ui-btn:hover,
.st-block-control-ui-btn:hover,
.st-block__upload-container:hover .st-upload-btn {
  background-color: #4e93d4;
}
.st-block-controls__top:before,
.st-icon--add:after,
.st-block-controls {
  border-radius: 0;
}
.st-block-controls__top:hover:before,
.st-block-control:hover,
.st-block-ui-btn,
.st-block-control-ui-btn,
.st-block--with-plus:after,
.st-block-positioner__title,
.st-format-btn:hover,
.st-format-btn--is-active {
  color: #4e93d4;
}
.st-block-controls a,
.st-block-ui-btn,
.st-block-control-ui-btn {
  text-decoration: none;
}
.st-upload-btn {
  font-size: 12px;
  border-radius: 0;
}
.st-block__inner strong,
.st-block__inner b {
  font-weight: 800;
}
.st-block__inner i {
  font-style: italic;
}
.st-block__inner ul {
  margin: 0 0 20px 25px;
}
.st-block__inner ul li {
  list-style: disc;
  margin: 0 0 15px;
}
.st-block_inner a {
  text-decoration: underline;
}
.st-block-positioner select {
  width: auto;
}
/*
 * Modal layouts
 */
/* Default styles */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 600px;
  min-width: 330px;
  height: auto;
  max-height: 70%;
  overflow: auto;
  z-index: 2000;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.modal .modal-container .modal-content {
  padding: 40px;
  background: #fff;
  position: relative;
}
.modal .modal-container .modal-content input {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.modal .modal-container .modal-content .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.modal .modal-container .modal-content .close-button {
  position: absolute;
  top: 7px;
  right: 14px;
  color: #4e93d4;
  font-size: 26px;
  text-decoration: none;
}
.new-layer-modal .layer-types-selector {
  display: table;
  width: 100%;
}
.new-layer-modal .layer-types-selector a {
  width: 1%;
  padding: 15px;
  display: table-cell;
  text-decoration: none;
  color: #999;
  text-align: center;
}
.new-layer-modal .layer-types-selector a .img-container {
  display: block;
  width: 100%;
  height: 70px;
  opacity: .5;
}
.new-layer-modal .layer-types-selector a .img-container .lsf {
  font-size: 50px;
  line-height: 50px;
  display: block;
  color: #5cc851;
}
.new-layer-modal .layer-types-selector a .tip {
  display: block;
  font-size: 10px;
  margin-top: 10px;
  color: #999;
}
.new-layer-modal .layer-types-selector a:hover {
  color: #333;
}
.new-layer-modal .layer-types-selector a:hover .img-container {
  opacity: 1;
}
.tilelayer-modal h2 {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  text-transform: uppercase;
}
.tilelayer-modal .label {
  color: #77acde;
  margin: 0 0 5px;
  font-size: 12px;
}
.tilelayer-modal .edit-title {
  font-size: 26px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.tilelayer-modal .edit-description {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}
.tilelayer-modal input {
  border: 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
}
.tilelayer-modal .layer-url {
  font-weight: 600;
  color: #333;
}
.tilelayer-modal .hint {
  font-size: 12px;
  font-style: italic;
  font-weight: 200;
  color: #666;
}
.tilelayer-modal button,
.tilelayer-modal .button,
.tilelayer-modal input[type=submit] {
  width: 100%;
  display: block;
  text-align: center;
}
.tilelayer-modal .privacy-settings {
  margin-bottom: 20px;
}
/* Layer share */
.modal.share-modal .social {
  text-align: center;
  margin: 40px 0 0;
}
.modal.share-modal .social a {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 60px;
  line-height: 60px;
  text-decoration: none;
}
.modal.share-modal .social a.facebook {
  color: #3B5998;
}
.modal.share-modal .social a.twitter {
  color: #33ccff;
}
.modal.share-modal .social a:hover {
  color: #333;
}
