/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

/* .carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */

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

@media (min-width: 376px) {
  #carouselExampleIndicators {
    margin-top:32px;
  }
}

@media (min-width: 1024px) {
  #carouselExampleIndicators {
    margin-top:0px;
  }
}

hr {
  height: 4px;
  margin-bottom:30px;
  margin-top:30px;
}
.hr-warning{
  background-image: -webkit-linear-gradient(left, rgba(210,105,30,.8), rgba(210,105,30,.6), rgba(0,0,0,0));
}
.hr-success{
  background-image: -webkit-linear-gradient(left, rgba(15,157,88,.8), rgba(15, 157, 88,.6), rgba(0,0,0,0));
}
.hr-primary{
  background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));
}
.hr-danger{
  background-image: -webkit-linear-gradient(left, rgba(244,67,54,.8), rgba(244,67,54,.6), rgba(0,0,0,0));
}

.right {
  border-right: 1px solid #ccc;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
  display:none;
  }
  
  .nbs-flexisel-container {
      position:relative;
      max-width:100%;
  }
  .nbs-flexisel-ul {
      position:relative;
      width:99999px;
      margin:0px;
      padding:0px;
      list-style-type:none;   
      text-align:center;  
      overflow: auto;
  }
  
  .nbs-flexisel-inner {
      position: relative;
      overflow: hidden;
      float:left;
      width:100%;
      background:#ffffff;
      
      border:1px solid #ccc;
      border-radius:5px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;  
  }
  
  .nbs-flexisel-item {
      float:left;
      margin:0px;
      padding:0px;
      cursor:pointer;
      position:relative;
      line-height:0px;
  }
  .nbs-flexisel-item img {
      max-width: 100%;
      cursor: pointer;
      position: relative;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  
  /*** Navigation ***/
  
  .nbs-flexisel-nav-left,
  .nbs-flexisel-nav-right {
      padding:5px 10px;
      border-radius:15px;
      -moz-border-radius:15px;
      -webkit-border-radius:15px;      
      position: absolute;
      cursor: pointer;
      z-index: 4;
      top: 50%;
      transform: translateY(-50%);   
      background: rgba(0,0,0,0.5);
      color: #fff;     
  }
  
  .nbs-flexisel-nav-left {
      left: 10px;
  }
  
  .nbs-flexisel-nav-left:before {
      content: "<"
  }
  
  .nbs-flexisel-nav-left.disabled {
      opacity: 0.4;
  }
  
  .nbs-flexisel-nav-right {
      right: 5px;    
  }
  
  .nbs-flexisel-nav-right:before {
      content: ">"
  }
  
  .nbs-flexisel-nav-right.disabled {
      opacity: 0.4;
  }
/* .navbar {
  height:200px;
}

.bg-dark{
  background-color: #000;
}

.navbar-dark{
  background-color: #000;
}

.navbar .container {
  position:absolute;
    bottom:0;
    right:10%;
    margin-bottom: 10px;
}
*/
 