html,
body {
  -webkit-font-smoothing: antialiased;
  color: #606060;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11pt;
}

h1, h2, h3 {
  color: #AC710B;
  /*font-family: "Roboto", sans-serif;*/
}

.content-holder {
  margin: 0em 1em 0em;
}

@media (min-width: 700px) {
  .content-holder {
    max-width: 1000px;
    margin: 0em 4em 0em;
  }
}
.front h1 {
  margin: 0.5em 0em 0.25em;
  font-size: 1.5em;
}

h1 {
  font-size: 1.5em;
  margin: 0.1em 0em 0.2em;
}

@media (min-width: 700px) {
  .front h1 {
    font-size: 2em;
  }

  h1 {
    margin: 0.1em 0em 1.2em;
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.3em;
    margin: 0.6em 0em 1em;
  }

  h3 {
    font-size: 1.2em;
    margin: 0.6em 0em 1em;
    font-weight: bold;
    border-bottom: 1px solid blue;
  }
}
.footer {
  height: 60px;
  color: #eeeeee;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
  background: #7d7e7d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7d7e7d 0%, #0e0e0e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7d7e7d 0%, #0e0e0e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #7d7e7d 0%, #0e0e0e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #7d7e7d 0%, #0e0e0e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #7d7e7d 0%, #0e0e0e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7d7e7d", endColorstr="#0e0e0e",GradientType=1 );
  /* IE6-9 */
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.medano2 {
  min-height: 500px;
  background-image: url("../pics/medano2h.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 1em 0em 1em;
}

.container-top {
  padding-top: 0em;
}

.h1row {
  margin: 0em 0em 2em;
}

.trafo {
  background-image: url("../pics/exp-tank.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}

.text-shade {
  background: #dcf2eb;
  /* Old browsers */
}

.breadcrumbs {
  padding: 1em 0em 1em;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto 0px;
  padding: 0 0 10px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.navbar-inverse {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}

.navbar-inverse .navbar-nav > li > a {
  color: #2E58CE;
}

.navbar {
  border: 1px solid transparent;
}

a:hover {
  color: #337ab7;
}

.navbar-brand {
  height: 100px;
  padding: 0px;
}

.navbar-header {
  padding: 0px 0px 0px;
}

.row input, .row textarea {
  background-color: #f6f292;
}

ul.nav a:hover {
  color: #ff0000 !important;
}

.txt-ovr-img {
  background-color: #ffffff;
}

.navbar-toggle {
  background-color: #aa0000;
}

.content-text {
  font-size: 120%;
}

@media (min-width: 700px) {
  .content-text {
    font-size: 150%;
  }
}
.navbar {
  margin-bottom: 0px;
}

.front-footer {
  height: 12em;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  color: #eeeeee;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
  background: #7d7e7d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7d7e7d 0%, #0e0e0e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7d7e7d 0%, #0e0e0e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #7d7e7d 0%, #0e0e0e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #7d7e7d 0%, #0e0e0e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #7d7e7d 0%, #0e0e0e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7d7e7d", endColorstr="#0e0e0e",GradientType=1 );
  /* IE6-9 */
}

.mono-trafo {
  background-image: url("../pics/trafomono2.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 4em 0em;
}

.alert-mono-trafo {
  text-align: center;
  background-color: #fff;
  border: 1px solid #286090;
}

.link-bar {
  margin: 1em auto 1em;
  text-align: center;
}

@media (min-width: 400px) {
  .link-bar {
    width: 80%;
    margin: 1em auto 1em;
  }
}
.frontend {
  font-size: 1.2em;
  line-height: 1.5em;
}

.frontend p {
  margin-top: 2em;
}

.my-lead p {
  margin-bottom: 3em;
  line-height: 2em;
}

.feature {
  padding: 1em 1em;
  background-color: #e9e9e9;
  font-weight: bold;
  text-align: right;
  height: 100%;
}

.value {
  padding: 1em 1em;
  background-color: #f9f9f9;
  height: 100%;
}

.feature-odd {
  padding: 1em 1em;
  background-color: #e0e0e0;
  font-weight: bold;
  text-align: right;
  height: 100%;
}

.value-odd {
  padding: 1em 1em;
  background-color: #f0f0f0;
  height: 100%;
}

.copyright {
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
  margin-top: 5em;
}

/*# sourceMappingURL=site.css.map */
