/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

html, body {
    height: auto;
    margin-bottom: 30px;
}


.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}


iframe{
    overflow:hidden;
}

.logo{
  background-color: #FFFFFF;
text-align: center;
padding: 5px;
}

.nav-center{
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  width: 50%;
  padding: 14px;


}

.carousel.slide{
}


/*-------

   Slider

-------*/
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: table; }

.carousel-control {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  color: inherit;
  background: #1b1b1b;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

.carousel-control {
  position: fixed; }
  @media (max-width: 991px) {
    .carousel-control {
      bottom: 2.5rem;
      margin-top: 0;
      top: auto;
      z-index: 17; } }

.carousel-inner > .active {
  display: block; }

.carousel-control.left {
  left: 0;
  margin-left: 2.5rem; }

.carousel-control.right {
  right: 0;
  margin-right: 2.5rem; }

.carousel-control .icon-next,
.carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px; }

.carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1; }

.carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important; }
  @media (max-width: 543px) {
    .carousel-indicators {
      display: none; } }


.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -17px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -17px;
}

.carousel-inner .row .col-sm-6{
text-align: center;
}

.carousel-inner .row img:not(.normal),
.carousel-inner .row iframe{
    margin: auto;
    width: 100%;
    max-width: 697px;
}

.autoscroll{
  overflow-x: auto;
}

.carousel-control {
    bottom: 50%;
}

.mobile-nav{
  background-color: #222;
border-color: #080808;
width: 100%;
margin: 20px 0;
display: none;
}

/* Smartphones ----------- */
@media only screen and (max-width: 767px) {

  .brave{
      width: 800px;
  }

  .mobile-nav{
  display: block;
  }

  .navbar .pull-right.nav-center{
    display: none;
  }

  .navbar .pull-left.nav-center{
    width: 100%;
  }
}
