	/* Jumbotrons */
.jumbotron, .container .jumbotron, .container-fluid .jumbotron {
	border-radius:0;
}
.jumbotron.dark {
	background-color:#333;
	color:#fff;
	position:relative;
}
.withbg {
	background-size:cover;
	background-repeat:no-repeat;
}

.withbg:before {
	background-color:#000;
	position:absolute;
	opacity:0.5;
	top:0;
	height:100%;
	content:'';
	width: 100%;
	left: 0;
}
@media (min-width: 768px) {
  .jumbotron.bigpadding {
      padding-top: 248px;
      padding-bottom: 248px;
  }
  .jumbotron.mediumpadding {
      padding-top: 148px;
      padding-bottom: 148px;
  }
}

		/* Slider */
.sliderstyle {
    position: relative;
    height: 100vh;
}
.sliderstyle .carousel-inner .item {
    height: 100vh;
}
.sliderstyle .carousel-indicators > li {
    margin: 0 2px;
    background-color: #fff;
    border-color: #fff;
    opacity: .7;
}
.sliderstyle .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.sliderstyle .hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.sliderstyle .hero h1 {
    font-size: 34px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.sliderstyle .hero h3 {
  font-size: 20px;
  font-weight: 300;
}
/*
.sliderstyle .hero .btn {
  margin-top:20px;
  font-weight:600;
  min-width: 170px;
  border-width:1px;
  padding: 17px 25px;
}
*/
.sliderstyle .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
.sliderstyle .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

.sliderstyle .slides .slide-1,
.sliderstyle .slides .slide-2,
.sliderstyle .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px){
    .sliderstyle .hero h1 { font-size: 2em; }
	.sliderstyle .hero h3 { font-size: 1.3em; }

	}