



@-webkit-keyframes flash_left_right {
    from {top: 200%; visibility :hidden;}
    to {top: 0%; visibility:visible;}
}

/* Standard syntax */
@keyframes flash_left_right {
     from {top: 200%; visibility :hidden;}
    to {top: 0%; visibility:visible;}
}



.center_title
{
	font-size: 30px!important;
    margin: .83em 0;
    font-weight: 100!important;
	text-shadow: 1px 1px 5px #81C8F1, 0 0 5px #C7C2C2, 0 0 10px #BFBEBE;
}

#linet i {
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align: center;
    background: #ffffff;
    color: #c52d2f;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
    margin-right: 25px;
}
#bm-slider 
{
	margin-top:25px;
	margin-bottom: 70px;
	background: rgba(216, 230, 211, 0.62);
}
#bm-slider .carousel .carousel-content {
  margin-top: 30px;
}

#bm-slider .carousel .slide-margin{
  margin-top: 20px;
}

#bm-slider .carousel h2 {
  color: #fff;
}

#bm-slider .carousel .slideliste {
  padding: 8px 8px;
  background: #c52d2f;
  color: #fff;
  border :1px solid black;
  margin-top: 20px;
  display: inline-block;
  width :100%;
      font-size: 20px;
    font-weight: 300;
-moz-box-shadow: 10px 10px 25px 1px #9b9b9b;
-webkit-box-shadow: 10px 10px 25px 1px #9b9b9b;
-o-box-shadow: 10px 10px 25px 1px #9b9b9b;
box-shadow: 10px 10px 25px 1px #9b9b9b;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=134, Strength=25);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

}

#bm-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
      margin-top: 30px;
    margin-left: 50px;
}


#bm-slider .carousel .item {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#bm-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#bm-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#bm-slider .prev,
#bm-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  /*margin-top: -25px;*/
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#bm-slider .prev:hover,
#bm-slider .next:hover {
  background-color: #000;
}

#bm-slider .prev {
  left: 10px;
}

#bm-slider .next {
  right: 10px;
}

#bm-slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#bm-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -2px;
  top: -2px;
}

#bm-slider .carousel-indicators .active{
  width: 12px;
  height: 12px;
  background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}

#bm-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -2px;
  top: -2px;
}


#bm-slider .active .animation.animated-item-1 {
  -webkit-animation: bounceInRight 800ms linear 400ms both;
  -moz-animation: bounceInRight 800ms linear 400ms both;
  -o-animation: bounceInRight 800ms linear 400ms both;
  -ms-animation: bounceInRight 800ms linear 400ms both;
  animation: bounceInRight 800ms linear 400ms both;
}

#bm-slider .active .animation.animated-item-2 {
  -webkit-animation: bounceInRight 800ms linear 800ms both;
  -moz-animation: bounceInRight 800ms linear 800ms both;
  -o-animation: bounceInRight 800ms linear 800ms both;
  -ms-animation: bounceInRight 800ms linear 800ms both;
  animation: bounceInRight 800ms linear 800ms both;
}

#bm-slider .active .animation.animated-item-3 {
  -webkit-animation: bounceInRight 800ms linear 1200ms both;
  -moz-animation: bounceInRight 800ms linear 1200ms both;
  -o-animation: bounceInRight 800ms linear 1200ms both;
  -ms-animation: bounceInRight 800ms linear 1200ms both;
  animation: bounceInRight 800ms linear 1200ms both;
}

#bm-slider .active .animation.animated-item-4 {
  -webkit-animation: zoomInDown 1s linear 1600ms both;
  -moz-animation: zoomInDown 1s linear 1600ms both;
  -o-animation: zoomInDown 1s linear 1600ms both;
  -ms-animation: zoomInDown 1s linear 1600ms both;
  animation: zoomInDown 1s linear 1600ms both;
}
