.consec {padding-bottom:0}




#bislide {width:100%; position:relative; height:auto; margin-top:0; overflow:hidden; padding-top:20px; padding-bottom:0; background:transparent; margin-bottom:0}

.bislideul {margin:0 !important; padding:0 !important; position:relative !important}
.bislideul, #bislide .bx-wrapper .bx-viewport {height:auto}
#bislide .bx-wrapper .bx-viewport {border:0 !important; left:50% !important; width:760px !important; margin-left:-380px; overflow:hidden !important; background:#fff; padding:35px 0 15px 0 !important;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3)}
.bislideul li {display:block; position:relative; height:auto !important; width:700px !important; padding:0 30px 0 30px !important;  margin:0 auto; overflow:hidden}
.bislideul li img {float:left; margin-right:25px}
.bislideul li div.slheading {float:left; width:365px}
.bislideul li div.slheading div {background:#f1982d; padding:0 20px 0 20px; width:auto; float:left}
.bislideul li div.slheading div p {line-height:50px; font-size:25px; font-weight:bold; color:#fff}
.bislideul li div.slheading p {margin:0; padding:0}
.bislideul li div.slheading .slidefs {color:#f1982d; font-size:28px; font-weight:bold; clear:both; padding-top:8px}
.bislideul li div.slheading .slidesn {color:#1a95c9; font-size:38px; font-weight:bold; line-height:43px}
.bislideul li div.slidecontent {clear:both; padding-top:5px; height:auto !important}
#bislide .bx-wrapper .bx-pager {display:none}
#bislide .bx-wrapper .bx-prev, #bislide .bx-wrapper .bx-next {width:55px !important; height:55px !important; overflow:hidden; margin-top:-28px; z-index:10 !important}
#bislide .bx-wrapper .bx-prev {background:url(../images/arrow-left2.png); margin-left:3px}
#bislide .bx-wrapper .bx-next {background:url(../images/arrow-right2.png); margin-right:3px}
#bislide .bx-wrapper .bx-prev:hover, #bislide .bx-wrapper .bx-next:hover {width:55px !important; height:55px !important}

/*
@-moz-keyframes sliderleft {
  0% {
    margin-left: inherit;
  }
  40% {
    margin-left: -3px;
  }
  100% {
    margin-left: inherit;
  }
}
@-webkit-keyframes sliderleft {
  0% {
    margin-left: inherit;
  }
  40% {
    margin-left: -3px;
  }
  100% {
    margin-left: inherit;
  }
}
@keyframes sliderleft {
  0% {
    margin-left: inherit;
  }
  40% {
    margin-left: -3px;
  }
  100% {
    margin-left: inherit;
  }
}
#bislide .bx-wrapper .bx-prev:hover {
  -moz-animation: sliderleft 0.3s ease-in 1;
  -webkit-animation: sliderleft 0.3s ease-in 1;
  animation: sliderleft 0.3s ease-in 1;
}

@-moz-keyframes sliderright {
  0% {
    margin-right: inherit;
  }
  40% {
    margin-right: -3px;
  }
  100% {
    margin-right: inherit;
  }
}
@-webkit-keyframes sliderright {
  0% {
    margin-right: inherit;
  }
  40% {
    margin-right: -3px;
  }
  100% {
    margin-right: inherit;
  }
}
@keyframes sliderright {
  0% {
    margin-right: inherit;
  }
  40% {
    margin-right: -3px;
  }
  100% {
    margin-right: inherit;
  }
}
#bislide .bx-wrapper .bx-next:hover {
  -moz-animation: sliderright 0.3s ease-in 1;
  -webkit-animation: sliderright 0.3s ease-in 1;
  animation: sliderright 0.3s ease-in 1;
}
*/