
/* ========================================================================
  2.1 Component: Header
 ========================================================================== */
header {
  position: relative;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/slider-overlay_2.png) repeat;
}
header .carousel,
header .item,
header .active {
  height: 100%;
}
.carousel-inner {
  min-height: 500px;
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-indicators li {
  width: 40px;
  height: 8px;
  border: none;
  border-radius: 0;
  background: #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 40px;
  height: 8px;
  /*background: #e74c3c;*/
  background: #bf9e58;
  border-radius: 10px;
}
.carousel-caption {
  /*top: 25%;*/
  top: 23%
}
.carousel-caption h1 {
  font-size: 56px;
  font-weight: normal;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.icon-prev,
.icon-next {
  font-size: 60px !important;
}
header .logo-container {
  position: absolute;
  top: 52px;
  left: 93px;
  z-index: 10;
}











.btn-transparent {
  padding: 20px 60px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  text-shadow: none;
  outline: none;
  border: 0;
}
.btn-transparent:hover {
  cursor: pointer;
  color: #fff;
}
.btn-transparent.light {
  padding: 14px 39px;
}
.line {
  width: 80px;
  height: 2px;
  margin-top: 15px;
}
.btn-transparent.light {
  border: 2px solid #eeeeee;
}

.row{
    margin-left: 0px !important;
}

.logo-slider{
    width: 380px;
}

@media (max-width: 767px) { 
    
    .navbar-default{
        padding-top: 10px;
    }
    
    .navbar-header{
        height: 58px;
    }
    
    .navbar-default .navbar-nav > li > a{
        color: #3b3946 !important;
    }
    
    .logo-slider{
        width: 235px;
    }
}

