/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-viewport {
  width: 742px !important;
  overflow: hidden;
  position: relative;
  height: 300px !important;
  border: 2px solid #b7e5fa;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.bx-wrapper {
  max-width: 746px !important;
  position: relative;
  margin-bottom: 15px;
  background: url(../images/slider-bg.png) no-repeat 0 9px; /*11 > 0*/
  background: url() no-repeat 0 0 \0/;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  width: 746px; /*747*/
  height: 302px; /*300*/
  height: 292px \0/;
  padding: 0;
  z-index: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 743px;
  display: block;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.bx-block {
  width: 155px;
  height: 259px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  padding: 25px 10px 15px 30px
}

.bx-red {
  background: url(../images/bx-right-red.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.bx-blue {
  background: url(../images/bx-right-blue.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.bx-orange {
  background: url(../images/bx-right-orange.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.bx-light {
  background: url(../images/bx-right-light.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.bx-hgroup {
  font: bold 15px/1 Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 12px;
  max-height: 65px;
	overflow: hidden;
}

.bx-light .bx-hgroup, .bx-blue .bx-hgroup {
  border-bottom: 1px solid #74caf1;
}

.bx-red .bx-hgroup, .bx-orange .bx-hgroup {
	border-bottom: 1px solid #f8aa93;
}
.bxslider li {
  position: relative !important;
}
.bx-desc {
  font: normal 18px/1 Myriad Pro, Tahoma, Arial, sans-serif;
  color: #ffe5c9;
  /*max-height: 117px;*/
  overflow: hidden;
}

.bx-more {
  font: normal 16px/26px Myriad Pro, Tahoma, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  float: right; /*LEFT*/
  display: block;
  padding: 0 8px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  height: 26px;
  clear: both;
  position: absolute;
  bottom: 25px;
  right: 32px;
/*left: 30px;*/
}
.bx-more.red {
  background: #ba0000;
}
.bx-more.orange {
  background: #ffae00;
}
.bx-more.pink{
    background:#ff4d47;
}
.bx-more:hover {
  background: transparent;
}

.bx-btnwrapp {
  border: 2px solid #e72b25;
  float: left;
  clear: borh;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  background: #fffcdd;
  text-decoration: none;
  position: absolute;
	bottom: 15px;
	left: 42px;
}

.bx-btn {
  background: #fff461;
  background: -moz-linear-gradient(top, #f7ea77 0%, #fcf374 47%, #f6ca09 47%, #fff461 98%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7ea77), color-stop(47%,#fcf374), color-stop(47%,#f6ca09), color-stop(98%,#fff461));
  background: -webkit-linear-gradient(top, #f7ea77 0%,#fcf374 47%,#f6ca09 47%,#fff461 98%);
  background: -o-linear-gradient(top, #f7ea77 0%,#fcf374 47%,#f6ca09 47%,#fff461 98%);
  background: -ms-linear-gradient(top, #f7ea77 0%,#fcf374 47%,#f6ca09 47%,#fff461 98%);
  background: linear-gradient(to bottom, #f7ea77 0%,#fcf374 47%,#f6ca09 47%,#fff461 98%);
  height: 30px;
  padding: 0 12px;
  font-size: 14px;
  color: #9d3528;
  line-height: 30px;
  border: 2px solid #fffcdd;
  float: left;
  clear: borh;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  text-decoration: none;
}

.bx-btn:hover {
  background: #f6ca09;
  background: -moz-linear-gradient(top, #fff461 0%, #f6ca09 47%, #fcf374 47%, #f7ea77 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff461), color-stop(47%,#f6ca09), color-stop(47%,#fcf374), color-stop(100%,#f7ea77));
  background: -webkit-linear-gradient(top, #fff461 0%,#f6ca09 47%,#fcf374 47%,#f7ea77 100%);
  background: -o-linear-gradient(top, #fff461 0%,#f6ca09 47%,#fcf374 47%,#f7ea77 100%);
  background: -ms-linear-gradient(top, #fff461 0%,#f6ca09 47%,#fcf374 47%,#f7ea77 100%);
  background: linear-gradient(to bottom, #fff461 0%,#f6ca09 47%,#fcf374 47%,#f7ea77 100%);

}

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  position: absolute;
  width: 240px;
  left: 25px;
  bottom: 25px;
  z-index: 100;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #55cbf5;
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 11px;
  border: 1px solid #fff;
	margin: 0 3px;
	outline: 0;
	border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fbb018;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}