
/* Boostrap Carousel */
#bootstrap-carousel > a.carousel-control > span:hover {
  background-color: #db1616;
}
#bootstrap-carousel > a.carousel-control > span {
  border: 1px solid white;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 1px;
}
#bootstrap-carousel h1 {
  font-size: 40px!important;
  background-color: #3f9314;
  padding: 10px;
  /*line-height: 60px;*/
  text-align: left;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px black;
  display: inline-block;
  line-height: 45px;
}
.carousel-caption {text-align: left!important;}
@media screen and (min-width: 768px) {
  .carousel-caption {
      right: 10%;
      left: 10%;
      padding-bottom: 30px;
  }
}
@media screen and (max-width: 748px) {
  #bootstrap-carousel > a.carousel-control > span {
    padding: 7px!important;
  }
/*  .bg-fullwidth {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }*/
}
@media screen and (min-width: 650px) and (max-width: 940px) {
  #bootstrap-carousel h1 {
    line-height: 40px;
    margin: 0px;
    padding: 10px;
  }
  #bootstrap-carousel a.btn {
    font-size: 13px;
    padding: 10px;
  }
}
@media screen and (max-width: 649px) {
  #bootstrap-carousel h1 {
    line-height: 30px;
    margin: 0px;
    padding: 10px;
    font-size: 140%!important;
  }
  .resume {
    line-height: 16px;
    margin: 0px;
    font-size: 130%!important;
  }
  #bootstrap-carousel a.btn {
    font-size: 13px;
    padding: 10px;
  }
/*  .carousel-caption {
    bottom: 0px!important;
  }*/
  .carousel-inner > .item, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: 250px!important;
  }
}
.resume {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 19px;
  z-index: 1;
  text-shadow: 1px 1px 1px black;
  text-align: left;
  padding: 10px;
  display: inline-block;
}
.datetitle {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 13px;
  z-index: 1;
  text-shadow: 1px 1px 1px black;
  text-align: left;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: -10px;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
  background-color: #db1616;
  position: relative;
  top: 2px;
}
.carousel-control .glyphicon:before {
    font-size: 23px;
}
/*.carousel-control span i {
  position: relative;
  top: -25px;
}
*/


.slide-control{color:#fff;font-size:80px;left:30px;margin-top:-70px;position:absolute;top:50%;}
.slide-control.right{left:auto;right:30px;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}
.pub-mobilis {
    text-align: center;
}
.mobilis-link {
  margin-inline: 5px;
}
.img-responsive.mobilis {
    display: inline;
    width: 40%!important;
    max-height: 150px;
}