/*
.navbar span {
    color: #E1E1E1;
}
*/

.navbar {
  margin-bottom: 0px;
}

.navbar span:hover {
  color: #000000;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

h5, .h5 {
  font-size: 16px;
  padding-top: 10px;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.big-font {
  font-size: 16px;
  line-height: 1.5;
}

.big-font-18px {
  font-size: 18px;
  line-height: 1.7;
}

#header .nav > li > a {
  font-size: 1.3em;
}

.thumbnail > a > img,
.thumbnail > img {
  width: 342px;
  height: 200px;
}

.thumbnail h3 {
  padding-top: 10px;
}

.thumbnail .btn {
  padding-top: 10px;
}

.homepage-padding-odd {
  padding-top: 20px;
  padding-bottom: 20px;
}

.homepage-padding-even {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F8F8F8;
}

.left-slider {
  border: 1px solid #dbdde0;
  padding-top: 15px;
  padding-bottom: 15px
}

.tutorial > h4 {
  margin-top: 25px;
}

.tutorial  img {
  padding:1px;
  border:1px solid #021a40;
}

.post  img {
  padding:1px;
  border:1px solid #021a40;
}

.tutorial-home .btn {
  width: 180px;
}

.hint {
  line-height: 22px;
  color: #aaa;
  font-style: italic;
  font-size: 0.7em;
}

.post h4 {
  padding-top: 20px;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home-links {
  font-size: 16px;
  line-height: 1.5;
}

.home-table {
  width: 300px;
}

.home-table > tbody > tr > td,
.home-table > tbody > tr > th{
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
  border: 2px solid black;
}

#footer {
  background-color: #666;
  border-color: #E7E7E7;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-ul {
  list-style-type: none;
  padding:0;
  margin:0;
}

a.contact-icon {
  color: #BBB;
  text-decoration: none;
}

a.contact-icon-size {
  font-size: 1.3em;
}

a.contact-icon:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.zstack-footer-after::after {
  content: "zstack";
  font-size: 12px;
  visibility: hidden;
}

.zstack-footer-before::before {
  content: "zstack";
  font-size: 12px;
  visibility: hidden;
}

.zstack-footer-before2::before {
  content: "zstack";
  height: 0.5em;
  visibility: hidden;
}

#pre-code {
  color: white;
  background-color: black;
  font-weight: bold;
}

.footer-text-title {
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: bold;
}

a.footer-text-link {
  color: #FFFFFF;
}

a.footer-text-link:hover a.footer-text-link:visited {
  color: #FFFFFF;
}

.home-slogan-background {
  //background: -moz-linear-gradient(right, white, black, white);
  background: linear-gradient(to right, #555, white, #555);
}

.homepage-intro {
  min-height:250px;
  background-size: auto 100%;
  position: relative;
  text-align: center;
  //background-color: #666;
  background-image: url(../images/slogan-pic.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.homepage-slogan {
  color: white;
  line-height: 50px;
}

.home-icon {
  width: 196px;
  height: 196px;
  vertical-align: middle;
  display: inline-block;
}

.footer-last {
  background-color: #333;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  line-height: 3em;
  margin: 0px 0px 0px;
}

h3 {
  margin-bottom: 15px;
}

h1 {
  margin-bottom: 25px;
  font-size: 36px;
}

h2 {
  margin-bottom: 25px;
}

h4 {
  margin-top: 25px;
}

.black-table {
  border: 1px solid #000000;
}

.black-table > thead > tr > th,
.black-table > tbody > tr > td,
.black-table > tbody > tr > th {
  border: 1px solid #000000;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout+.bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}

.hand:hover {
  cursor: pointer;
}

