   /* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
  height: 100%;
  width: 100%;
}
.header-back.one {
  background: url('/assets/images/landing/header_one_dker1.jpg') 50% 0 no-repeat;
}
.header-back.two {
  background: url('/assets/images/landing/header_two1.jpg') 50% 0 no-repeat;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  /*height: 500px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .carousel-item {
  /*height: 580px;*/
  height: 640px;
  background-color: #ccc;
}
.carousel-inner > .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control {
  width: 6%;
}
.carousel-inner .container {
  position: relative;
}
.carousel-inner {
  overflow: visible;
}
.carousel-caption {
  position: absolute;
  top: 250px;
  left: 15px;
  bottom: auto;
  right: auto;
  text-align: left;
}
.carousel-caption.blank {
  /*top: 140px;*/
}
.carousel-image {
  position: absolute;
  right: 0px;
  /*top: 265px;*/
  top: 335px;
}
.carousel-indicators {
  padding-right: 60px;
}
.carousel-caption h1 {
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: -1.5px;
}
.carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}
.caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.caption-link:hover {
  text-decoration: none;
  color: inherit;
}


/**************************************/

.carousel-indicators {
    margin-left: -45%;
}

.dker2 {
  background-color: rgba(0,0,0,.3);
}


.lter2 {
  background-color: rgba(255,255,255,.3)
}

.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}

.navbar {
  transition: background 0.4s ease,height 0.4s ease;
  user-select:none;
}

.nav-active-border .nav-link:before {
    border-bottom-width: 5px;
}


.intro.navbar-md {
  height: 5rem;
}

.navbar-md {
  height: 4rem;
}

.navbar-md .navbar-brand, .intro.navbar-md .nav-link {
  transition: line-height 0.4s ease;
}
.intro.navbar-md .navbar-brand, .intro.navbar-md .nav-link {
  line-height: 5rem !important;
}

/*
.intro .navbar-brand {
  padding-top: 12px;

}

.intro .nav-link {
  line-height: 5rem !important;
}

.intro .logo-text svg {
    width: 200px !important;
    max-height: 42px !important; 
}

.intro .logo-icon {
    width: 60px !important;
    max-height: 40px !important; 
}*/

.iphone-border {
    position: absolute;
    left: 12px;
    top: 47px;
    right: 12px;
    bottom: 76px;
    height: auto;
    overflow-y: hidden;
}

.screen-border {
    position: absolute;
   left: 21px;
    top: 43px;
    right: 21px;
    bottom: 28px;
    height: auto;
    overflow-y: hidden;
}


