/* Generated by less 2.5.1 */
/* SITE STYLE */
/* ============================================== */
body {
  padding: 0;
  margin: 0;
  color: #555555;
  background-color: #ffffff;
  font-size: 1em;
  font-family: "Dosis", sans-serif;
}
a {
  text-decoration: none;
  color: #e62117;
  font-weight: bold;
}
nav {
  margin-top: 50px;
}
nav a {
  display: inline-block;
  margin: 0 5px 5px 0;
  background-color: #e62117;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
nav a:hover {
  background-color: #cccccc;
}
small {
  font-size: 0.5em;
}
hr {
  height: 1px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e62117;
  margin: 50px 0 0 0;
}
h1 {
  font-size: 5em;
  color: #e62117;
}
h2 {
  font-size: 2.5em;
  color: #e62117;
}
h3 {
  font-size: 2em;
  color: #e62117;
}
h4 {
  font-size: 1.8em;
  color: #e62117;
}
footer {
  background: #fff;
  color: #1B2426;
  text-align: center;
}
.centered-txt {
  text-align: center;
}
.wrapper {
  margin: 40px auto 0 auto;
  width: 90%;
  max-width: 1200px;
}
#mapWrapper {
  height: 300px;
  color: #1B2426;
}
.plugin-options strong {
  color: #e62117;
}
table.pluginOptionsTable {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
table.pluginOptionsTable tr {
  border-bottom: 1px solid #cccccc;
}
table.pluginOptionsTable th {
  background: #e62117;
  color: #ffffff;
}
table.pluginOptionsTable td,
table.pluginOptionsTable th {
  padding: 10px;
}
table.pluginOptionsTable .optionName {
  font-weight: bold;
}
table.pluginOptionsTable .optionDesc {
  font-style: italic;
}
.footerFactoryLogo {
  padding-top: 0;
}
.footerFactoryLogo img {
  width: 50px;
}
.footerPrivacyNavigation {
  margin: 0;
  background: transparent;
}
.syntaxhighlighter {
  overflow-x: auto;
}
@media all and (max-width: 650px) {
  body {
    font-size: 0.8em;
  }
  nav a {
    display: block;
    margin-right: 0;
  }
}
@media all and (max-width: 500px) {
  h1 {
    font-size: 3em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.3em;
  }
}
