/*
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
.bxslider {
  list-style:none;
  margin:0;
}
.bxslider > li {
  height:226px;
  overflow:hidden;
}
.bx-wrapper {
  margin:0 auto;
  padding:0;
  position:relative;
  *zoom:1;
}
.bx-wrapper img {
  width:100%;
}
.bx-wrapper .bx-caption {
  background-color:rgba(0,0,0,0.8);
  color:#ffffff;
  padding:10px 20px;
  position:absolute;
    bottom:0;
}
.bx-wrapper .bx-caption a {
  color:#d8dfe5;
}
.bx-wrapper .bx-caption h2 {
  font-weight:400;
  margin:0 0 5px;
}
.bx-wrapper .bx-caption p {
  margin:0 0 5px;
}
.bx-wrapper .bx-controls-direction a {
  background-color:rgba(0,0,0,0.8);
  border-color:#0b4da2;
  color:#ffffff !important;
  display:block;
  margin-top:-18px;
  height:22px;
  outline:0;
  padding:7px 0;
  position:absolute;
    top:40%;
  text-align:center;
  width:36px;
  z-index:101;
}
.bx-wrapper .bx-controls-direction a:active,
.bx-wrapper .bx-controls-direction a:focus,
.bx-wrapper .bx-controls-direction a:hover {
  background-color:#000000;
  border-color:#003399;
  text-decoration:none;
}
.theme-blue .bx-wrapper .bx-controls-direction a {
  border-color:#3498db;
}
.theme-blue .bx-wrapper .bx-controls-direction a:active,
.theme-blue .bx-wrapper .bx-controls-direction a:focus,
.theme-blue .bx-wrapper .bx-controls-direction a:hover {
  border-color:#2980b9;
}
.theme-gold .bx-wrapper .bx-controls-direction a {
  border-color:#0039a6;
}
.theme-gold .bx-wrapper .bx-controls-direction a:active,
.theme-gold .bx-wrapper .bx-controls-direction a:focus,
.theme-gold .bx-wrapper .bx-controls-direction a:hover {
  border-color:#0039a6;
}
.theme-green .bx-wrapper .bx-controls-direction a {
  border-color:#1abc9c;
}
.theme-green .bx-wrapper .bx-controls-direction a:active,
.theme-green .bx-wrapper .bx-controls-direction a:focus,
.theme-green .bx-wrapper .bx-controls-direction a:hover {
  border-color:#16a085;
}
.theme-purple .bx-wrapper .bx-controls-direction a {
  border-color:#9b59b6;
}
.theme-purple .bx-wrapper .bx-controls-direction a:active,
.theme-purple .bx-wrapper .bx-controls-direction a:focus,
.theme-purple .bx-wrapper .bx-controls-direction a:hover {
  border-color:#8e44ad;
}
.theme-red .bx-wrapper .bx-controls-direction a {
  border-color:#e74c3c;
}
.theme-red .bx-wrapper .bx-controls-direction a:active,
.theme-red .bx-wrapper .bx-controls-direction a:focus,
.theme-red .bx-wrapper .bx-controls-direction a:hover {
  border-color:#c0392b;
}
.theme-silver .bx-wrapper .bx-controls-direction a {
  border-color:#5d1a78;
}
.theme-silver .bx-wrapper .bx-controls-direction a:active,
.theme-silver .bx-wrapper .bx-controls-direction a:focus,
.theme-silver .bx-wrapper .bx-controls-direction a:hover {
  border-color:#7d23a2;
}
.bx-wrapper .bx-controls-direction .bx-next {
  border-right-style:solid;
  border-right-width:8px;
  right:-8px;
  -webkit-border-radius:4px 0 0 4px;
     -moz-border-radius:4px 0 0 4px;
          border-radius:4px 0 0 4px;
}
.bx-wrapper .bx-controls-direction .bx-prev {
  border-left-style:solid;
  border-left-width:8px;
  left:-8px;
  -webkit-border-radius:0 4px 4px 0;
     -moz-border-radius:0 4px 4px 0;
          border-radius:0 4px 4px 0;
}
.bx-wrapper .bx-loading {
  background-image:url(images/bxslider/bx-loader.gif);
  background-position:50% 50%;
  background-repeat:no-repeat;
  height:100%;
  min-height:50px;
  position:absolute;
    top:0;
    left:0;
  width:100%;
  z-index:2000;
}
.bx-wrapper .bx-pager {
  color:#666666;
  position:absolute;
    bottom:-33px;
    bottom:-40px\9;
  text-align:center;
  width:100%;
}
.bx-wrapper .bx-pager a {
  background:#666666;
  display:block;
  height:10px;
  margin:0 5px;
  outline:0;
  text-indent:-9999px;
  width:10px;
  -webkit-border-radius:5px;
     -moz-border-radius:5px;
          border-radius:5px;
}
.bx-wrapper .bx-pager a.active,
.bx-wrapper .bx-pager a:hover {
  background:#000000;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.carousel {
  margin-bottom:25px;
}
.carousel .bxslider > li {
  height:311px;
}
.carousel .bxslider > li > img,
.carousel .bx-wrapper > img {
  -webkit-border-radius:4px;
     -moz-border-radius:4px;
          border-radius:4px;
}
.carousel .bx-wrapper .bx-caption {
  margin-left:-400px;
    left:50%;
  width:760px;
  -webkit-border-radius:4px 4px 0 0;
     -moz-border-radius:4px 4px 0 0;
          border-radius:4px 4px 0 0;
}
.carousel-content {
  background-color:#ffffff;
  border:1px solid #ececec;
  margin-bottom:40px;
  padding:9px;
  -webkit-border-radius:4px;
     -moz-border-radius:4px;
          border-radius:4px;
}
.content-article .carousel-content,
.content-block .carousel-content {
  margin-bottom:20px;
}
.carousel-content img {
  width:100%;
}
.carousel-content .bx-wrapper .bx-caption {
    right:0;
    left:0;
}
@media (min-width:1200px) {
  .bxslider > li {
    height:282px;
  }
  .carousel .bxslider > li {
    height:388px;
  }
}
@media (max-width:979px) {
  .bxslider > li {
    height:172px;
  }
  .carousel .bxslider > li {
    height:auto;
    overflow:visible;
  }
  .carousel .bxslider > li > img {
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
  }
  .carousel .bx-wrapper {
    background-color:#364245;
  }
  .bx-wrapper .bx-caption,
  .carousel .bx-wrapper .bx-caption {
    background-color:#364245;
    margin:0;
    position:static;
    width:100%;
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
  }
}
@media (max-width:767px) {
.carousel {
    margin: 25px auto !important;
    width: 95%;
}
	.bxslider > li {
    height:auto;
    overflow:visible;
  }
  .bx-wrapper .bx-caption h2,
  .carousel .bx-wrapper .bx-caption h2 {
    font-size:14px;
    height:20px;
    line-height:20px;
    margin-bottom:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .bx-wrapper .bx-caption p,
  .carousel .bx-wrapper .bx-caption p {
    display:none;
  }
}
