/* Add here all your css styles (customizations) */
.header-v6 .navbar-nav > li > a {
    font-size: 16px;
}

.header-v6 .dropdown-menu li a {
    font-size: 14px;
}


.header-v6.header-white-transparent .navbar {
    background: rgba(0,0,0,0.4);
}

.header-v6 .navbar-nav > li > a,
.header-v6 .navbar-nav > li > a:hover,
.header-v6 .navbar-nav > li > a:focus,
.header-v6 .navbar-nav > .active > a,
.header-v6 .navbar-nav > .active > a:hover,
.header-v6 .navbar-nav > .active > a:focus {
    font-weight: 500;
    text-transform: none;
}

.interactive-slider-v2::after {
    background: rgba(0,0,0,.2);
}

.interactive-slider-v2 h1 {
    font-size: 60px;
    text-transform: none;
}

@media (max-width: 992px) {
    .header-v6.header-white-transparent .navbar {
        background: rgba(255,255,255,0.4);
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
        line-height: 33px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .interactive-slider-v2 {
        padding: 100px 0;
    }

        .interactive-slider-v2 h1 {
            font-size: 30px;
        }

    .header-v6.header-white-transparent .navbar {
        background: rgba(255,255,255,0.4);
    }
}

.navbar-brand {
    padding: 5px 15px;
}

.interactive-slider-v2 {
    padding: 150px 0;
}

label, .label {
    color: dimgrey;
}

.link-list a {
    font-size: 14px;
    text-transform: initial;
}


/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.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;
}

.carousel {
    height: 400px;
}

.carousel-caption * 
{
    color:#fff;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media (max-width: 992px) {
    .carousel {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .carousel {
        height: 250px;
    }
}
.separator {
    margin-bottom:10px;
}
.img150 {
    width:150px;
}
.img-responsive {
    height:auto!important;
}