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

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

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

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* cene Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0 0;
}
.books-footer {
    background-color:#333;
    color: #fff;
    font-size: 12px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
.header-adresa {
    font-size: 11px;
    color: white;
    text-align: center;
    padding: 3px 0;
    background: maroon;
}

.carousel-indicators .active {
    background-color: maroon;
}

.carousel-indicators li {
    border: 1px solid maroon;
}

.btn-default {
    color: white;
    background-color: maroon;
    border-color: maroon;
}
.btn-default:hover {
    color: maroon;
    background-color: white;
    border-color: maroon;
    }

.panel-default>.panel-heading {
     border-color: maroon;
}

.fa{
    color:maroon;
}

.panel-default {
    border-color: maroon;
}

    body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background-color: #fff;
}

.lista{
    font-weight: bolder;
}



.breadcrumb{
    font-size: 12px;
}

.separator {
    padding-bottom: 9px;
    margin: 34px 0 20px;
    border-bottom: 1px solid #eee;   
}
.inner-title {
    margin: 70px 0 20px;
}

.well {
    border-color: maroon;
}
.footer-address {
    margin-top:15px;
    font-size: 12px;
    text-align: center;
}
.copy {
    margin:7px 0;
    font-size: 10px;
    text-align: center;
}
@media (max-width: 993px) {
  .navbar-header {
      float: none;
  }
  .inner-title {
    margin: 40px 0 20px;
}
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
    box-shadow: none;
    border-top: none;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 30px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .header-adresa {
    display: none;
  }
}
.navbar-brand>img {
    z-index: 99999999;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: maroon;
}
i.fa {
    margin-right: 5px;
}
.btn-primary {
  color: white;
  background-color: maroon;
  border-color: maroon;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: maroon;
  background-color: white;
  border-color: maroon;
}

.navbar-inverse .navbar-nav>li>a.active {
  color: white;
}
  