{
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -69px; /* the bottom margin is the negative value of the footer's height */
}
body {
 background: #2C425C;
 position: relative;
 color: #379;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, arial, sans-serif;
}
a {
color: #00A99A;
text-decoration: underline;
}
a:hover, a:focus {
color: #58B3EC;
text-decoration: underline;
}
.btn {
  border-radius: 1px;
}
.btn-primary {
  color: #00c2b1;
  background-color: transparent;
  border-color: #00c2b1;
  border-width: 2px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00c2b1;
  border-color: #00c2b1;
  border-width: 2px;
}
.container {
  max-width: 1211px; /*1140 default*/
}
.container-first {
  background: #26384D;
  margin-top: 76px;
}
.container-alternate {
  background: #26384D;
}
.navbar {
  background: #1F2D3D;
  padding: 0.8em 0;
  border-bottom: none;
  margin-bottom: 0px;
}
.navbar .navbar-brand {
    display: block;
    position: relative;
    float: left;
    height: 41px;
    font-size: 120%;
    background: url('zynlogo.png') no-repeat;
    font-weight: lighter;
    line-height: 180%;
    width: 260px;
    opacity: 1;
    background-size: 260px 41px;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}
.navbar ul.nav li.active {
  color: #00c2b1;
}
.navbar ul.nav li.active a{
  color: #00c2b1;
  background: #1F2D3D;
}
.navbar ul.nav li.active a:hover{
  color: #00c2b1;
  background: #1F2D3D;
}
.navbar ul.nav li a {
  color: #dbdbdb;
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px;
}
.navbar ul.nav li a:hover {
  color: #00c2b1;
}
.navbar ul.nav li button {
  margin: 0.7em 0 0 1em;
}
.nav>li>a:hover, .nav>li>a:focus{
  background-color: #00c2b1;
  color: #fff;
}
.subhead {
  font-size: 2em;
  text-align: left;
  margin: 2em 0 0.5em;
}
#tour {
  margin: 1em 0 6em;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-inner img {
  height: 100%;
  width: 100%;
}
.carousel-indicators {
  bottom:-65px;
}
.carousel-caption {
    margin-bottom: 5px;
}

.carousel-indicators li {
  border-color:#999;
  background-color:#ccc;
}
.faqs {
  margin-bottom: 3em;
}
.faqs p {
  line-height: 1.5em;
  margin: 1.2em -2px;
}
.about p {
  line-height: 1.5em;
  margin: 1em 0;
}
.about p:last-child {
  margin-bottom: 4em;
}
footer {
  background: #1F2D3D;
  color: #dbdbdb;
  padding: 1.5em 0 0.8em;
  margin: 0 auto;
}
footer, .push {
	height: 69px; /* .push must be the same height as .footer */
}
ul.list-group li.list-group-item{
    background: #26384D;
    margin-bottom: 5px;
    border-radius: 0px;
    border: 0px;
}
ul.list-group{
    margin: 1em 0 4em;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #5092BB;
    border: 1px solid #5092BB;
    border-radius: 2px;
}

/* ------------ News -------------*/
.fixed {
    position: fixed;
}

/* sidebar */
.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* all links */
.bs-docs-sidebar .nav>li>a {
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 400;
}

/* nested links */
.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
}

.bs-docs-sidebar .nav>.active>a { 
    color: #00c2b1;
}
.bs-docs-sidebar .nav>.active>a:hover { 
    color: #fff;
}
/* ------------ END News -------------*/

audio {
    width: 280px;
}
@media screen and (max-width: 768px) {
  .navbar ul.nav li {
    text-align: center;
  }
  .navbar ul.nav li button {
    margin: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
   footer .pull-left {
    text-align: center;
  } 

  footer .pull-right {
    display: block;
    text-align: center;
  }
  .faqs p {
    line-height: 1.5em;
    margin: 1.2em 0;
    align-items: center;
  }
  .bs-docs-sidebar {
        display:none
    }
}

.navbar {
    border: 0;
}
