
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* Carousel base class */
.carousel {
  height: 608px;
  /*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /* height: 100%; */
  /*height: 608px;*/
  background-color: #777;
}

/*.carousel-inner > .item > a > img {
  position: absolute;
  top: 0;
  left: 0;
  display:block;
  width: 100%;
  height: 608px;
}*/

.carousel-item{
    display: block;
    width: 100%;
    /*height: 608px;*/
    height: 100%;
    text-indent: -9999px;
    
}
a.carousel-control.right,a.carousel-control.left{
    background-image: none;
}




#nav-menu a{
  margin-top: 45px;
  text-indent: -999999px;
  background: url(../images/menu.png) no-repeat center center;
  width: 60px;
}

#draw-menu{
  background: #353534;
  width:300px;
  position: absolute;
  right: 0;
  top:0;
  z-index: 2000000;
  padding: 60px 50px 0 20px;
  text-align: right;
  /*height: 608px;*/
  height: 100%;
  opacity: .7;
}
#draw-menu ul li a{
  color: #fff;
}

#draw-menu ul{
  margin:90px 0 0;
}
#draw-menu ul li{
  margin:0 0 55px;
}
#draw-menu ul li.active{
  padding-right: 80px;
  background: url(../images/line.png) right 8px no-repeat;
}
#draw-menu ul li.active a{
  color:#fff33f;

}
#draw-menu ul li a span.line{
  color:#fff33f;
  display: inline-block;
  width: 50px;
  height: 2px;
}


#cp-rights{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  opacity:.9;

}
